

/* Start:/local/templates/ultrazvuk/components/bitrix/form.result.new/callback/style.css?1657842824623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/ultrazvuk/components/bitrix/form.result.new/callback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ultrazvuk/components/bitrix/form.result.new/callback/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/ultrazvuk/template_styles.css?167603673577716*/
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/ultrazvuk/./fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Regular.woff2") format("woff2"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Regular.woff") format("woff"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/ultrazvuk/./fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Bold.woff2") format("woff2"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Bold.woff") format("woff"), url("/local/templates/ultrazvuk/./fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/**
 * Based on Twitter Bootstrap _reboot.scss
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: "Proxima Nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-text-size-adjust: 100%;
  /* stylelint-enable property-no-vendor-prefix */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 13px 0;
  font-weight: 600;
  line-height: 1;
  color: #0f3f8c;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

p {
  margin: 0 0 1rem 0;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: #0f3f8c;
  text-decoration: none;
}

a:hover {
  color: #0f3f8c;
  text-decoration: underline;
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

code {
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: button;
  /* stylelint-enable property-no-vendor-prefix */
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: textfield;
  /* stylelint-enable property-no-vendor-prefix */
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[type=search] {
  outline-offset: -2px;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-appearance: textfield;
  /* stylelint-enable property-no-vendor-prefix */
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.animate {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.animate_fade-in {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.animate_fade-in.js-in-viewport {
  opacity: 1;
}

.animate_slide-top {
  opacity: 0;
  -webkit-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.animate_slide-top.js-in-viewport {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.animate_slide-left {
  opacity: 0;
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.animate_slide-left.js-in-viewport {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.animate_slide-right {
  opacity: 0;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.animate_slide-right.js-in-viewport {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

html,
body {
  letter-spacing: -0.02em;
}

body {
  position: relative;
  line-height: 20px;
}

body.js-overlapped {
  overflow: hidden;
}

body.js-overlapped::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background: #1f2f53;
  opacity: 0.85;
  z-index: 100;
}

@media (min-width: 1200px) {

  :root,
  html,
  body {
    font-size: 18px;
  }

  body {
    line-height: 22px;
  }
}

.layout-main {
  max-width: 100%;
  overflow: hidden;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  color: #0f3f8c;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
}

h4 {
  font-size: 2rem;
}

@media (min-width: 768px) {

  h1,
  h2,
  h3,
  .h1,
  .h2,
  .h3 {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {

  h1,
  h2,
  h3,
  .h1,
  .h2,
  .h3 {
    font-size: 2.444rem;
    margin-bottom: 14px;
  }
}

.btn {
  padding: 0;
  outline: none;
  font-size: 0.875rem;
  background: none;
  border-radius: 6px;
  border: 0;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus,
.btn:active {
  outline: 0 none;
}

.btn-bordered {
  padding: 11px 27px 10px;
  color: #0f3f8c;
  border: #0f3f8c 2px solid;
}

.btn-bordered:hover {
  border-color: #124ca9;
  background: #f6f8fa;
}

.btn-blue,
.btn-white {
  padding: 11px 27px 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  border: #0f3f8c 2px solid;
  background: #0f3f8c;
}

.btn-blue:hover {
  color: #fff;
  border-color: #124ca9;
  background: #124ca9;
}

.btn-blue:focus {
  outline: none;
  background: #0c337a;
}

.btn-white {
  color: #0f3f8c;
  border-color: #fff;
  background: #fff;
}

.btn-white:hover {
  background: #f6f8fa;
}

.btn-video {
  width: 63px;
  height: 40px;
  position: relative;
  padding: 0;
  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: #fc0d1b 1px solid;
  border-radius: 12px;
  background: #fc0d1b;
}

.btn-video::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fff;
}

.btn-video:hover {
  border-color: #fc0d1b;
  background: #fc0d1b;
}

.btn-arrow {
  width: 45px;
  height: 45px;
  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;
  border: #0f3f8c 1px solid;
  border-radius: 50%;
}

.btn-arrow:hover {
  border-color: #124ca9;
  background: #124ca9;
}

.btn-arrow__icon {
  width: 12px;
  height: 15px;
  fill: #fff;
}

.btn-arrow_up {
  visibility: hidden;
  opacity: 0;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 100px;
  z-index: 999;
  background: #0f3f8c;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.btn-arrow_up_visible {
  opacity: 0.7;
}

.btn-arrow_up_visible:hover {
  opacity: 1;
}

.btn-arrow_prev .btn-arrow__icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.btn-arrow_next .btn-arrow__icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn-arrow_prev,
.btn-arrow_next {
  width: 30px;
  height: 30px;
  border-color: #e4eaf0;
  cursor: pointer;
  background: #fff;
}

.btn-arrow_prev .btn-arrow__icon,
.btn-arrow_next .btn-arrow__icon {
  fill: #0f3f8c;
}

.btn-arrow_prev:hover,
.btn-arrow_next:hover {
  border-color: #e4eaf0;
  background: #e4eaf0;
}

.btn-social {
  width: 40px;
  height: 40px;
  padding: 0;
  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: #e4eaf0 1px solid;
  border-radius: 50%;
  background: #fff;
}

.btn-social:hover {
  border-color: #e4eaf0;
  background: #e4eaf0;
}

.btn-excursion {
  width: 55px;
  height: 55px;
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}

.btn-excursion__icon {
  width: 32px;
  height: 21px;
  fill: #0f3f8c;
}

@media (min-width: 768px) {
  .btn {
    font-size: 1rem;
  }

  .btn-blue,
  .btn-bordered,
  .btn-white {
    padding: 14px 27px 17px;
  }

  .btn-social {
    width: 45px;
    height: 45px;
  }

  .btn-arrow__icon {
    width: 18px;
    height: 18px;
  }

  .btn-arrow_up {
    width: 45px;
    height: 45px;
  }

  .btn-arrow_prev,
  .btn-arrow_next {
    width: 40px;
    height: 40px;
  }

  .btn-video {
    width: 80px;
    height: 50px;
  }

  .btn-video::before {
    border-width: 9px 0 9px 14px;
  }

  .btn-excursion {
    width: 84px;
    height: 84px;
  }

  .btn-excursion__icon {
    width: 50px;
    height: 32px;
  }
}

@media (min-width: 1200px) {

  .btn-blue,
  .btn-bordered,
  .btn-white {
    padding: 21px 27px 22px;
  }

  .btn-social {
    width: 55px;
    height: 55px;
  }

  .btn-arrow_up {
    width: 55px;
    height: 55px;
  }

  .btn-arrow_prev,
  .btn-arrow_next {
    width: 50px;
    height: 50px;
  }

  .btn-arrow__icon {
    width: 16px;
    height: 20px;
    fill: #fff;
  }

  .btn-video {
    width: 95px;
    height: 60px;
  }

  .btn-video::before {
    border-width: 10.5px 0 10.5px 17px;
  }

  .btn-excursion {
    width: 103px;
    height: 103px;
  }

  .btn-excursion__icon {
    width: 61px;
    height: 40px;
  }
}

.swiper-button-disabled {
  visibility: hidden;
}

.icon-social {
  fill: #0f3f8c;
}

.icon-social_tg {
  width: 16px;
  height: 26px;
}

.icon-social_dialog {
  width: 19px;
  height: 20px;
}

.icon-social_vk {
  width: 19px;
  height: 11px;
}

.icon-social_ok {
  width: 12px;
  height: 20px;
}

@media (min-width: 768px) {
  .icon-social_tg {
    width: 18.29px;
    height: 16.36px;
  }

  .icon-social_dialog {
    width: 21.27px;
    height: 21.68px;
  }
}

@media (min-width: 1200px) {
  .icon-social_tg {
    width: 22px;
    height: 20px;
  }

  .icon-social_dialog {
    width: 26px;
    height: 27px;
  }

  .icon-social_vk {
    width: 26px;
    height: 15px;
  }

  .icon-social_ok {
    width: 16px;
    height: 27px;
  }
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}

.form-group_twin {
  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;
}

.form-group__error {
  padding-left: 15px;
  margin-top: 3px;
  color: #f60b42;
  font-size: 0.667rem;
}

.form-result {
  line-height: 1;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.form-result_success {
  color: #0f3f8c;
}

.form-label {
  position: absolute;
  top: 17px;
  left: 15px;
  font-size: 1rem;
  color: #8f98a8;
  -webkit-transition: top 0.1s ease-in, font-size 0.1s ease-in;
  transition: top 0.1s ease-in, font-size 0.1s ease-in;
}

.form-label_inline {
  position: relative;
  display: inline-block;
  top: auto;
  left: 0;
  white-space: nowrap;
  color: #1f2f53;
}

.form-input {
  outline: 0 none;
  border: #f6f8fa 1px solid;
  border-radius: 6px;
  color: #1f2f53;
  font-size: 1rem;
  background: #f6f8fa;
}

.form-group_error .form-input {
  border-color: #f60b42;
}

.form-input__textarea {
  min-height: 126px;
  resize: none;
}

.form-input__text {
  width: 100%;
  padding: 21px 15px 10px;
  -webkit-transition: border-color 0.3s ease-in, background 0.3s ease-in;
  transition: border-color 0.3s ease-in, background 0.3s ease-in;
}

.form-input__text.form-input_valued,
.form-input__text:focus {
  border-color: #0f3f8c;
  background: #fff;
}

.form-input__text.form-input_valued+.form-label,
.form-input__text:focus+.form-label {
  top: 3px;
  font-size: 0.667rem;
}

.form-label+.form-input {
  padding-top: 15px;
  padding-bottom: 16px;
  margin-left: 21px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
}

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

.form-checkbox__label {
  margin-left: 16px;
}

.checkbox {
  max-width: 24px;
  overflow: hidden;
  position: relative;
}

.checkbox__s {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.checkbox__s::before {
  width: 14px;
  height: 11px;
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS42NjY2N0w0LjMzMzMzIDlMMTIuMzMzMyAxIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==) center center no-repeat;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__s {
  border-color: #0f3f8c;
  background: #0f3f8c;
}

.checkbox__input:checked+.checkbox__s::before {
  opacity: 1;
}

.form-order__submit {
  width: 100%;
}

.layout-header {
  max-width: 350px;
  padding: 13px 15px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  margin-top: 6px;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.header-logo__img {
  width: 93px;
  height: 17px;
  margin-bottom: 8px;
  fill: #0f3f8c;
}

.header-logo__slogan {
  height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  position: relative;
  color: #0f3f8c;
  font-size: 0.688rem;
  line-height: normal;
}

.header-logo__slogan::before {
  width: 17px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOC41IiBoZWlnaHQ9IjEzIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjRTRFQUYwIi8+CjxyZWN0IHk9IjQuNjY2NjMiIHdpZHRoPSIxOS40Njg3IiBoZWlnaHQ9IjQuNjY2NjYiIGZpbGw9IiMwNzNDQTIiLz4KPHJlY3QgeT0iOS4zMzMzMSIgd2lkdGg9IjE5LjQ2ODciIGhlaWdodD0iNC42NjY2NiIgZmlsbD0iI0QyMkQyNyIvPgo8L3N2Zz4K") 0 0 no-repeat;
}

.header-slogan {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 5px;
  margin-bottom: auto;
  line-height: 1.22;
  font-size: 0.875rem;
  text-align: center;
}

.header-contacts {
  display: none;
}

.header-contacts__item {
  color: #222;
}

.btn-header-callback {
  width: 100%;
  max-width: 190px;
  margin-top: 8px;
  padding: 7px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #0f3f8c;
  border: #0f3f8c 2px solid;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.16;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .layout-header {
    padding-bottom: 8px;
    max-width: 720px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo {
    margin-top: 10px;
    margin-right: 20px;
  }

  .header-logo__img {
    width: 112px;
    height: 20px;
    margin-bottom: 9px;
  }

  .header-logo__slogan {
    height: 14px;
    font-size: 0.75rem;
  }

  .header-logo__slogan::before {
    width: 20px;
    height: 14px;
  }

  .header-slogan {
    max-width: 145px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 145px;
    flex: 0 0 145px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
    font-size: 0.875rem;
  }

  .btn-header-callback {
    max-width: 220px;
    padding: 7px 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    font-size: 0.875rem;
  }

  .header-contacts {
    display: block;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

@media (min-width: 1200px) {
  .layout-header {
    margin-bottom: 0;
    max-width: 1360px;
    padding: 32px 15px 25px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .header-logo__img {
    width: 160px;
    height: 28px;
    margin-bottom: 10px;
  }

  .header-logo__slogan {
    height: 15px;
    font-size: 0.889rem;
  }

  .header-logo__slogan::before {
    width: 20px;
    height: 15px;
  }

  .header-slogan {
    margin-top: 11px;
    max-width: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1rem;
  }

  .header-slogan::before {
    width: 20px;
    height: 15px;
  }

  .btn-header-callback {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    max-width: 260px;
    margin: auto 0;
    padding: 14px 0;
    font-size: 0.889rem;
  }

  .btn-header-callback span {
    display: block;
  }

  .header-contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 1.333rem;
    line-height: 34px;
  }
}

.layout-footer {
  padding-bottom: 37px;
  padding-top: 10px;
  position: relative;
}

.footer-logo {
  margin-bottom: 18px;
  text-align: center;
}

.footer-logo__img {
  width: 103px;
  height: 18px;
  fill: #0f3f8c;
}

.footer-text {
  font-size: 0.875rem;
  text-align: center;
}

.footer-agreement {
  display: none;
}

.footer-address {
  text-align: center;
}

.footer-contacts {
  padding-top: 6px;
  text-align: center;
  color: #777;
  font-size: 0.875rem;
}

.footer-contacts__phone {
  margin-bottom: 7px;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}

.footer-social {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social__item {
  margin-left: 20px;
}

.footer-social__item:first-child {
  margin-left: 0;
}

.footer-links {
  font-size: 0.875rem;
  text-align: center;
}

.develop-copyright {
  padding: 8px 0;
}

@media (min-width: 768px) {
  .footer-logo {
    text-align: left;
  }

  .footer-logo__img {
    width: 122px;
    height: 21px;
  }

  .footer-text {
    text-align: left;
  }

  .footer-agreement {
    padding-right: 25px;
    display: inline-block;
    font-size: 0.875rem;
  }

  .footer-address {
    padding-top: 3px;
    text-align: left;
  }

  .footer-contacts {
    text-align: left;
  }

  .footer-links {
    text-align: left;
  }

  .footer-social {
    padding-bottom: 1rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .develop-copyright {
    text-align: right;
  }

  .footer-copyright {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .footer-logo__img {
    width: 160px;
    height: 28px;
  }

  .footer-address {
    padding-top: 8px;
    font-size: 1rem;
  }

  .footer-contacts {
    padding-top: 10px;
    font-size: 0.889rem;
  }

  .footer-contacts__phone {
    font-size: 1.333rem;
  }

  .footer-agreement {
    padding-right: 0;
    font-size: 0.889rem;
  }
}

.slider {
  margin: auto;
  border: #e4eaf0 1px solid;
  border-radius: 12px;
  background: #e4eaf0;
}

.slider__btn-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.slider__btn-nav:hover {
  background: #f2f5f8;
}

.slider__btn-nav_prev {
  left: 11px;
}

.slider__btn-nav_next {
  right: 11px;
}

.slider .swiper-slide {
  min-height: 390px;
}

.main-slider {
  width: calc(100% - 30px);
  max-width: 540px;
}

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

.main-slider__container {
  padding-top: 29px;
  padding-bottom: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.main-slider__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-slider__title {
  margin-bottom: 10px;
  font-size: 1.875rem;
  color: #0f3f8c;
  font-weight: 600;
  line-height: 1;
}

.main-slider__wrapper {
  max-width: 70%;
  -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;
  -ms-flex-item-align: center;
  align-self: center;
}

.main-slider .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.main-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin-left: 12px;
  display: block;
  border: #fff 1px solid;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: width 0.3s ease-in;
  transition: width 0.3s ease-in;
}

.main-slider .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
}

.slider-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-video__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 63px;
  flex: 0 0 63px;
  margin-right: 20px;
}

.slider-video__caption {
  font-size: 1rem;
  color: #000;
}

@media (min-width: 768px) {
  .slider__btn-nav_prev {
    left: 20px;
  }

  .slider__btn-nav_next {
    right: 20px;
  }

  .slider .swiper-slide {
    min-height: 440px;
  }

  .main-slider {
    max-width: 95%;
  }

  .main-slider__title {
    font-size: 3.111rem;
  }

  .main-slider__container {
    padding-top: 36px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-slider__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-slider__wrapper {
    max-width: 270px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .slider-video {
    -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;
  }

  .slider-video__btn {
    max-height: 50px;
    margin-bottom: 20px;
  }

  .slider-video__caption {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .slider .swiper-slide {
    min-height: 720px;
  }

  .main-slider__title {
    font-size: 4.5rem;
  }

  .main-slider__container {
    padding-top: 63px;
    padding-bottom: 104px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .main-slider__wrapper {
    max-width: 535px;
  }

  .main-slider .swiper-pagination {
    bottom: 30px;
  }

  .slider-video__btn {
    max-height: 60px;
    margin-bottom: 30px;
  }

  .slider-video__caption {
    font-size: 1.667rem;
    line-height: 1.13;
  }
}

.section {
  margin-bottom: 40px;
}

.section__btn {
  width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 70px;
  }

  .section__btn {
    max-width: 276px;
  }
}

@media (min-width: 1200px) {
  .section {
    margin-bottom: 130px;
  }

  .section__btn {
    max-width: 252px;
  }
}

.intro__buttons {
  margin-bottom: 20px;
}

.intro__btn:first-child {
  margin-bottom: 10px;
}

.intro__img-wrapper {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: #f6f8fa 1px solid;
  border-radius: 12px;
  background: #f6f8fa;
}

.intro__img-wrapper img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .intro__buttons {
    padding-top: 14px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .intro__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 23px;
    margin-bottom: 115px;
  }

  .intro__btn {
    display: inline-block;
    max-width: 252px;
    margin-bottom: 0;
  }

  .intro__btn:first-child {
    margin-bottom: 0;
  }
}

.applications__title {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
}

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

.application {
  max-width: calc(50% - 10px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  padding: 20px;
  margin: 0 0 20px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border: #f6f8fa 1px solid;
  border-radius: 12px;
  background: #f6f8fa;
}

.application:first-child {
  margin-left: 0;
  border-color: #e4eaf0;
  background: #e4eaf0;
}

.application__icon {
  margin-bottom: 16px;
}

.application__title {
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

@media (min-width: 768px) {
  .applications__title {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .application {
    padding: 17px 20px;
    margin-bottom: 0;
  }

  .application__title {
    font-size: 1rem;
    line-height: 1.25;
  }
}

@media (min-width: 1200px) {
  .applications__title {
    margin-bottom: 27px;
    font-size: 1.333rem;
  }

  .application {
    padding-top: 57px;
    padding-bottom: 30px;
    max-width: calc(50% - 15px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin-left: 30px;
  }

  .application:first-child {
    margin-left: 0;
  }

  .application__icon {
    width: 110px;
    height: 91px;
    margin-bottom: 40px;
  }
}

.advantages__title {
  margin-bottom: 20px;
}

.advantages__img {
  margin-bottom: 20px;
}

.advantages-list {
  counter-reset: item;
  padding: 0;
  margin: 0 0 21px;
  list-style: none;
  color: #000;
  border-bottom: #d2dae1 1px solid;
}

.advantages-list li {
  padding: 32px 0 32px 55px;
  position: relative;
  border-top: #d2dae1 1px solid;
}

.advantages-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.25rem;
  content: "0" counter(item) " / ";
  counter-increment: item;
  color: #b9c5d0;
}

@media (min-width: 768px) {
  .advantages__title {
    margin-bottom: 42px;
  }

  .advantages__img {
    margin-bottom: 41px;
  }

  .advantages-list li::before {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .advantages__title {
    margin-bottom: 59px;
  }

  .advantages__img {
    margin-bottom: 76px;
  }

  .advantages-list li {
    padding: 30px 0 32px 65px;
  }
}

.production__btn {
  position: absolute;
  left: calc(20px + 15px);
  bottom: 20px;
}

@media (min-width: 1200px) {
  .production__title {
    margin-bottom: 45px;
  }

  .production__btn {
    left: calc(40px + 15px);
    bottom: 40px;
  }
}

.features__title {
  margin-top: 20px;
}

.features__btn {
  margin-top: 20px;
}

.features__img-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 12px;
}

.features__img-wrapper img {
  max-width: 100%;
}

.features__list {
  padding: 0;
  margin: 0;
}

.features__list li {
  margin-top: 20px;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.features__list li:first-child {
  margin-top: 0;
}

.features__list li::before {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: "";
  border: #0f3f8c 1px solid;
  border-radius: 50%;
  background: #0f3f8c;
}

@media (min-width: 768px) {
  .features__title {
    margin-top: 0;
  }

  .features__btn {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .features__title {
    margin-bottom: 28px;
  }

  .features__list li {
    margin-top: 17px;
    padding-left: 25px;
  }

  .features__list li::before {
    top: 9px;
  }
}

.options__btn {
  margin-left: auto;
}

.options-table {
  min-width: 100%;
  margin-bottom: 20px;
}

.options-table thead th,
.options-table thead td {
  padding-bottom: 8px;
  padding-left: 20px;
  border-bottom: #0f3f8c 2px solid;
}

.options-table thead th:first-child,
.options-table thead td:first-child {
  padding-left: 0;
}

.options-table tbody td {
  padding: 25px 0 25px 20px;
  border-bottom: #999 1px solid;
  font-size: 0.875rem;
  line-height: 1.28;
}

.options-table tbody td:first-child {
  padding-left: 0;
}

.options-table th.align-center,
.options-table td.align-center {
  text-align: center;
  padding-left: 0;
}

.projects-slider {
  border: #f6f8fa 1px solid;
  border-radius: 8px;
  background: #f6f8fa;
}

.projects-slider__btn-nav {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}

.projects-slider__btn-nav_prev {
  left: 20px;
}

.projects-slider__btn-nav_next {
  right: 20px;
}

.projects-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 22px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #777;
}

.project {
  padding: 20px 20px 53px;
}

.project__label {
  margin-bottom: 16px;
  font-size: 0.75rem;
  color: #777;
}

.project__title {
  margin-bottom: 20px;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .project {
    padding: 26px 32px 83px;
  }

  .project__label {
    font-size: 0.875rem;
  }

  .project__title {
    font-size: 1.5rem;
  }

  .projects-slider {
    border-radius: 12px;
  }

  .projects-slider__btn-nav {
    bottom: 28px;
  }

  .projects-slider__btn-nav_prev {
    left: 30px;
  }

  .projects-slider__btn-nav_next {
    right: auto;
    left: 90px;
  }

  .projects-slider__pagination {
    left: auto;
    right: 19px;
    bottom: 44px;
    -webkit-transform: none;
    transform: none;
  }

  .projects-images {
    height: 100%;
  }

  .projects-images__slide {
    border-radius: 12px;
    background-size: cover;
  }
}

@media (min-width: 1200px) {
  .projects__title {
    margin-bottom: 25px;
  }

  .project {
    padding: 51px 50px 187px;
  }

  .project__label {
    margin-bottom: 13px;
    font-size: 1rem;
  }

  .project__title {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.11;
  }

  .projects-slider__btn-nav {
    bottom: 48px;
  }

  .projects-slider__btn-nav_prev {
    left: 48px;
  }

  .projects-slider__btn-nav_next {
    left: 129px;
  }

  .projects-slider__pagination {
    right: 51px;
    bottom: 68px;
  }
}

.reviews {
  position: relative;
}

.reviews-slider {
  border: #f6f8fa 1px solid;
  border-radius: 8px;
  background: #f6f8fa;
}

.reviews-slider::before {
  width: 138px;
  height: 98px;
  content: "";
  position: absolute;
  bottom: 45px;
  right: 33px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM4IiBoZWlnaHQ9IjEwMCIgdmlld0JveD0iMCAwIDEzOCAxMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02Ni4zMDgzIDM0LjA4NTZDNjYuMzA4MyAzMC42NTUxIDY1Ljc4NyAyNy4zNDUgNjQuODE2NyAyNC4yMzIyQzYwLjYyMjggMTAuNzcxMiA0OC4wNjA5IDAuOTk3NTU5IDMzLjIyMDEgMC45OTc1NTlDMjYuNTkxMSAwLjk5NzU1OSAyMC40MiAyLjk0ODg1IDE1LjI0MyA2LjMwNTI2QzYuMTQ4MzMgMTIuMjAwNCAwLjEzMTgzNiAyMi40NDA2IDAuMTMxODM2IDM0LjA4NThDMC4xMzE4MzYgNTEuNjMxMSAxMy43ODYgNjUuOTg1MiAzMS4wNDg5IDY3LjEwM0MyNy41MTA5IDgwLjAwMzEgMTkuOTg3NCA5MS4xNjY1IDkuOTQ4MzQgOTkuMDc2MkM0MS4zMTEgOTcuNjMwOCA2Ni4zMDk2IDcwLjgyMDUgNjYuMzA5NiAzNy45NTZDNjYuMzA5NiAzNy4yMjIyIDY2LjI5MzMgMzYuNDkyMyA2Ni4yNjkyIDM1Ljc2MjRDNjYuMjk1MiAzNS4yMTA0IDY2LjMwOTYgMzQuNjUwNyA2Ni4zMDk2IDM0LjA4NjFMNjYuMzA4MyAzNC4wODU2WiIgZmlsbD0iI0U0RUFGMCIvPgo8cGF0aCBkPSJNMTM4IDM0LjA4NTZDMTM4IDMwLjY1NTEgMTM3LjQ3NyAyNy4zNDUgMTM2LjUwOCAyNC4yMzIyQzEzMi4zMTUgMTAuNzcxMiAxMTkuNzU0IDAuOTk3NTU5IDEwNC45MTIgMC45OTc1NTlDOTguMjgxNSAwLjk5NzU1OSA5Mi4xMTM0IDIuOTQ4ODUgODYuOTM0NCA2LjMwNTI2Qzc3Ljg0MDUgMTIuMjAwNCA3MS44MjIzIDIyLjQ0MDYgNzEuODIyMyAzNC4wODU4QzcxLjgyMjMgNTEuNjMxMSA4NS40NzY0IDY1Ljk4NTIgMTAyLjc0MiA2Ny4xMDNDOTkuMjAzOCA4MC4wMDMxIDkxLjY4MDMgOTEuMTY2NSA4MS42NDEyIDk5LjA3NjJDMTEzLjAwNCA5Ny42MzA4IDEzOCA3MC44MjA1IDEzOCAzNy45NTZDMTM4IDM3LjIyMjIgMTM3Ljk4NCAzNi40OTIzIDEzNy45NiAzNS43NjI0QzEzNy45ODcgMzUuMjEwNCAxMzggMzQuNjUwNyAxMzggMzQuMDg2MUwxMzggMzQuMDg1NloiIGZpbGw9IiNFNEVBRjAiLz4KPC9zdmc+Cg==") 0 0 no-repeat;
}

.reviews-slider__btn-nav {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}

.reviews-slider__btn-nav_prev {
  left: 20px;
}

.reviews-slider__btn-nav_next {
  right: 20px;
}

.review {
  padding: 20px;
  position: relative;
}

.review__content {
  margin-bottom: 30px;
  position: relative;
}

.review__source {
  margin-bottom: 53px;
  position: relative;
  color: #888b8f;
  font-size: 0.875rem;
}

.review__btn {
  border-radius: 0;
  color: #0f3f8c;
  border-bottom: #0f3f8c 1px dashed;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .reviews__title {
    position: absolute;
    top: 70px;
    left: 30px;
    z-index: 99;
  }

  .reviews-slider::before {
    width: 270px;
    height: 192px;
    bottom: 105px;
    background-size: cover;
  }

  .reviews-slider__btn-nav {
    bottom: 29px;
  }

  .reviews-slider__btn-nav_prev {
    left: 29px;
  }

  .reviews-slider__btn-nav_next {
    left: 89px;
    right: auto;
  }

  .review {
    padding: 70px 102px 0 218px;
  }

  .review__content {
    margin-bottom: 80px;
  }

  .review__source {
    margin-bottom: 29px;
  }
}

@media (min-width: 1200px) {
  .reviews__title {
    top: 68px;
    left: 48px;
  }

  .review {
    padding: 68px 375px 0 281px;
  }

  .review__content {
    margin-bottom: 77px;
  }

  .review__source {
    margin-bottom: 56px;
    font-size: 0.889rem;
  }

  .reviews-slider::before {
    width: 270px;
    height: 192px;
    bottom: 131px;
    right: 50px;
    background-size: cover;
  }

  .reviews-slider__btn-nav {
    bottom: 58px;
  }

  .reviews-slider__btn-nav_prev {
    left: 46px;
  }

  .reviews-slider__btn-nav_next {
    left: 127px;
  }
}

.container-slider {
  width: 100%;
}

.products__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}

.products-slider__wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: center;
  align-content: center;
}

.product-slide {
  height: auto;
  border-radius: 8px;
  border: #f6f8fa 1px solid;
  background: #f6f8fa;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}

.product-slide:hover {
  border-color: #f6f8fa;
  background: #fff;
}

.product {
  padding: 20px;
  cursor: pointer;
}

.product__figure {
  min-height: 130px;
  margin-bottom: 20px;
  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;
}

.product__img {
  max-width: 120px;
  max-height: 130px;
}

.product__title {
  margin-bottom: 9px;
  font-size: 1.125rem;
  line-height: 1.22;
  font-weight: 700;
}

.product__caption {
  position: relative;
  overflow: hidden;
  color: #777;
  font-size: 0.75rem;
  line-height: 1.33;
}

.product__btn {
  width: 100%;
}

@media (min-width: 768px) {
  .container-slider {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .products__title {
    margin-bottom: 29px;
  }

  .product {
    padding-top: 28px;
  }

  .product__figure {
    min-height: 150px;
    margin-bottom: 25px;
    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;
  }

  .product__title {
    padding-right: 10px;
  }

  .product__img {
    max-width: 140px;
    max-height: 145px;
  }
}

@media (min-width: 1200px) {
  .container-slider {
    max-width: 1140px;
  }

  .product {
    padding: 50px 34px 45px;
  }

  .product__figure {
    margin-bottom: 39px;
    min-height: 230px;
  }

  .product__img {
    max-width: 210px;
    max-height: 230px;
  }

  .product__title {
    font-size: 1rem;
  }

  .product__caption {
    font-size: 0.889rem;
  }
}

.consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 20px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: #0f3f8c 1px solid;
  background: #0f3f8c;
}

.consultation::before {
  width: 185px;
  height: 167px;
  opacity: 0.08;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTg1IiBoZWlnaHQ9IjE2OCIgdmlld0JveD0iMCAwIDE4NSAxNjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04MS42OTI4IDAuMDI5OTIzOUM3NS41ODUzIDAuMTg0NDE1IDY5LjQ0ODkgMS4wMDE4NiA2My40MTQ2IDIuNTE2ODFDMTguNTY1NiAxMy43NzA5IC04LjcyMDA1IDU5LjQ2ODkgMi41MzQ0MyAxMDQuMzE4QzEzLjc4ODkgMTQ5LjE2NyA1OS40MjEyIDE3Ni40NTIgMTA0LjI3IDE2NS4xOThDMTQ5LjExOSAxNTMuOTQ1IDE3Ni40MDUgMTA4LjMxMSAxNjUuMTUgNjMuNDYyM1Y2My40NjA4QzE2NC44OTUgNjEuNjQ0MyAxNjMuODggNjAuMDIyOSAxNjIuMzU3IDU5LjAwMTZDMTYwLjgzNSA1Ny45ODAxIDE1OC45NTEgNTcuNjU0NyAxNTcuMTc0IDU4LjEwNjFDMTU1LjM5NiA1OC41NTc2IDE1My44OTYgNTkuNzQ0MSAxNTMuMDQ2IDYxLjM2ODVDMTUyLjE5NiA2Mi45OTI5IDE1Mi4wNzcgNjQuOTAyMyAxNTIuNzE5IDY2LjYxODNDMTYyLjI3NSAxMDQuNzA1IDEzOS4xOTcgMTQzLjE0MiAxMDEuMTEyIDE1Mi42OTlDNjMuMDI1NiAxNjIuMjU1IDI0LjUyMzEgMTM5LjI0NSAxNC45NjU4IDEwMS4xNTdDNS40MDk2OSA2My4wNzExIDI4LjQ4NzcgMjQuNTY4NSA2Ni41NzI5IDE1LjAxMTJDODcuMDAxOCA5Ljg4NDMzIDEwOC42MjMgMTQuMDg4OCAxMjUuNjM3IDI2LjUwMjNIMTI1LjYzOEMxMjYuOTkzIDI3LjcyNzcgMTI4LjgwMiAyOC4zMjE3IDEzMC42MTggMjguMTM3MkMxMzIuNDM2IDI3Ljk1MjcgMTM0LjA4OSAyNy4wMDc3IDEzNS4xNjkgMjUuNTM0OEMxMzYuMjQ5IDI0LjA2MzQgMTM2LjY1NiAyMi4yMDIgMTM2LjI4NyAyMC40MTRDMTM1LjkxNiAxOC42MjYyIDEzNC44MDYgMTcuMDc2NyAxMzMuMjMxIDE2LjE1NDJDMTE4LjE1NCA1LjE1NjU3IDEwMC4wMTIgLTAuNDM5NTczIDgxLjY4OTUgMC4wMjY5NjM2TDgxLjY5MjggMC4wMjk5MjM5Wk0xNzguMTg3IDQuMTk2ODhWNC4xOTUzOEMxNzYuNTE1IDQuMjk3MzggMTc0Ljk0OSA1LjA0NDMzIDE3My44MTkgNi4yNzg3OUMxNTAuOTQ0IDMwLjIxMzEgMTEzLjk0OSA3MC45NDUgODkuODkyOCA5Ni4zMjIzTDU4LjA0MTkgNjguMjM0OUg1OC4wNDA0QzU2LjMxMjUgNjYuNjk3NCA1My44OTQ2IDY2LjE5OTUgNTEuNzAwMSA2Ni45Mjg1QzQ5LjUwNTggNjcuNjU3NCA0Ny44NjYzIDY5LjUwMjMgNDcuMzk5OSA3MS43Njc0QzQ2LjkzMzUgNzQuMDMyMyA0Ny43MTA0IDc2LjM3MzYgNDkuNDM5OCA3Ny45MTExTDg1Ljk5NDQgMTEwLjE2NUM4Ny4yMzk0IDExMS4yNzUgODguODYzOCAxMTEuODYgOTAuNTMgMTExLjc5N0M5Mi4xOTY0IDExMS43MzQgOTMuNzc0NCAxMTEuMDI5IDk0LjkzMDggMTA5LjgyOUMxMTguOTY0IDg0LjY4NDkgMTU5LjM0NCA0MC4wNjc4IDE4My4wOTMgMTUuMjE2NlYxNS4yMTUxQzE4NC4zMzkgMTMuOTc5MSAxODUuMDI2IDEyLjI4NzIgMTg0Ljk5OSAxMC41MzI0QzE4NC45NzEgOC43Nzc1NCAxODQuMjI4IDcuMTA5NiAxODIuOTQzIDUuOTE0MzFDMTgxLjY1NyA0LjcxNzM2IDE3OS45NCA0LjA5Nzg5IDE3OC4xODggNC4xOTUzOEwxNzguMTg3IDQuMTk2ODhaIiBmaWxsPSIjRTRFQUYwIi8+Cjwvc3ZnPgo=") 0 0 no-repeat;
  background-size: cover;
}

.consultation__title {
  margin-bottom: 33px;
  position: relative;
  color: #fff;
  z-index: 1;
}

.consultation__buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.consultation__btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .consultation {
    padding: 38px 30px 57px;
    border-radius: 12px;
  }

  .consultation::before {
    width: 275px;
    height: 248px;
    left: auto;
    top: auto;
    right: 13px;
    bottom: -58px;
    -webkit-transform: none;
    transform: none;
  }

  .consultation__title {
    max-width: 342px;
    margin-bottom: 28px;
  }

  .consultation__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .consultation__btn {
    min-width: 276px;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .consultation__btn:first-child {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .consultation {
    padding: 84px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .consultation::before {
    width: 364px;
    height: 251px;
    right: 17px;
    bottom: -18px;
  }

  .consultation__title {
    min-width: 300px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .consultation__buttons {
    margin: auto;
  }

  .consultation__btn {
    min-width: 253px;
  }
}

.excursion__title {
  margin-bottom: 13px;
}

.excursion__wrap {
  position: relative;
}

.excursion__img {
  border-radius: 12px;
}

@media (min-width: 768px) {
  .excursion__title {
    margin-bottom: 34px;
  }
}

@media (min-width: 1200px) {
  .excursion__title {
    margin-bottom: 36px;
  }
}

.popup {
  width: 90%;
  max-width: 720px;
  max-height: 780px;
  padding: 45px 0;
  display: none;
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: #fff 1px solid;
  border-radius: 12px;
  background: #fff;
  z-index: 101;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.popup_form {
  height: auto;
}

.popup_visible {
  opacity: 1;
}

.popup_shutter {
  width: 99%;
  max-width: none;
  border-radius: 12px 12px 0 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.popup__title {
  font-size: 2rem;
  margin-bottom: 30px;
}

.popup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
}

.popup-close__icon {
  width: 20px;
  height: 20px;
}

.popup-close__icon_s {
  width: 22px;
  height: 9px;
  display: none;
  fill: transparent;
  stroke: #fff;
}

.popup_shutter .popup-close {
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup_shutter .popup-close__icon {
  display: none;
}

.popup_shutter .popup-close__icon_s {
  display: block;
}

.popup-swiper {
  width: 100%;
  height: 100%;
}

.popup-swiper .swiper-slide {
  height: auto;
}

.popup-content {
  padding: 0 90px;
}

.popup-content__img {
  display: block;
  margin: 0 auto 27px;
}

.popup_shutter .popup-content {
  padding: 0 22px;
}

@media (min-width: 1200px) {
  .popup-content__img {
    margin-bottom: 50px;
  }
}

.policy-list ol {
  counter-reset: item;
}

.policy-list ol>li {
  line-height: 1.4;
  display: block;
}

.policy-list ol>li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
/* End */
/* /local/templates/ultrazvuk/components/bitrix/form.result.new/callback/style.css?1657842824623 */
/* /local/templates/ultrazvuk/template_styles.css?167603673577716 */
