@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Onest:wght@100..900&display=swap');
@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFProDisplay-Light.woff2") format('woff2'), url("../../fonts/SFProDisplay-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Medium.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Regular.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Semibold.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Bold.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Medium.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Medium.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Bold.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Regular.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SF UI Display';
  src: url("../../fonts/SFUIDisplay-Semibold.woff2") format('woff2'), url("../../fonts/SFUIDisplay-Semibold.woff") format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/*Новые шрифты*/

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-Light.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-Medium.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-Regular.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-Bold.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-ExtraBold.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-MediumItalic.ttf") format('ttf');
}

@font-face {
  font-family: 'Figtree';
  src: url("../../fonts/Figtree/Figtree-BoldItalic.ttf") format('ttf');
}

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

.text-not-bold {
  padding: 10px;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button:hover,
input:hover,
optgroup:hover,
select:hover,
textarea:hover,
button:active,
input:active,
optgroup:active,
select:active,
textarea:active,
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

.works-similar {
  margin-top: 20px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

::-webkit-input-placeholder {
  color: #bdc6ca;
}

:-moz-placeholder {
  color: #bdc6ca;
}

::-moz-placeholder {
  color: #bdc6ca;
}

:-ms-input-placeholder {
  color: #bdc6ca;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.main-svg-sprite {
  display: none;
}

.svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: currentColor;
  font-size: 0;
}

.svg-icon__link {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

/*
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12.5px;
  margin-left: -12.5px;
}

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

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 25px;
}

.row-cols-1>* {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4>* {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

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

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

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

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  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: flex !important;
}

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

* {
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Figtree", sans-serif;
  /*font-family: "SF UI Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #003333;
  background-color: #fff;
}

svg:not(:root) {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

blockquote {
  padding: 15px;
  padding-left: 20px;
  border-left: 5px solid #34abbd;
  background-color: rgba(52, 171, 189, 0.03);
}

.theme-color {
  color: #fff;
}

/**
 * The CSS class screen-reader-text
 *
 * @link https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/
 */
.visuallyhidden,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  -webkit-overflow-scrolling: touch;
}

.visuallyhidden:active,
.screen-reader-text:active,
.visuallyhidden:focus,
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
    /* Above WP toolbar. */
  ;
}

a {
  color: #34abbd;
  text-decoration: underline;
}

a:hover {
  color: #34abbd;
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2;
  font-weight: 600;
  /*font-family: "SF UI Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
  font-family: "Figtree", sans-serif;
  margin-top: 1.81em;
  color: #03353d;
}

h1,
.h1 {
  font-size: 39.06px;
  margin-bottom: 0.32em;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 31px;
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: 25px;
  margin-bottom: 0.7em;
}

h4,
.h4 {
  font-size: 20px;
  margin-bottom: 0.85em;
}

h5,
.h5 {
  font-size: 16px;
  margin-bottom: 0.95em;
}

h6,
.h6 {
  font-size: 16px;
  margin-bottom: 0.95em;
}

hr {
  border: none;
  border-bottom: 1px solid #e0e7ea;
}

p {
  margin: 1.5em 0;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

h1+p,
.h1+p,
h2+p,
.h2+p,
h3+p,
.h3+p,
h4+p,
.h4+p,
h5+p,
.h5+p,
h6+p,
.h6+p {
  margin-top: 0;
}

h1+ul,
.h1+ul,
h2+ul,
.h2+ul,
h3+ul,
.h3+ul,
h4+ul,
.h4+ul,
h5+ul,
.h5+ul,
h6+ul,
.h6+ul {
  margin-top: 0;
}

h1+ol,
.h1+ol,
h2+ol,
.h2+ol,
h3+ol,
.h3+ol,
h4+ol,
.h4+ol,
h5+ol,
.h5+ol,
h6+ol,
.h6+ol {
  margin-top: 0;
}

.page-content {
  padding-top: 35px;
  padding-bottom: 90px;
}

.adaptive-video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 169 */
  padding-top: 25px;
  height: 0;
}

.adaptive-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}

.rating {
  display: inline-flex;
}

.rating__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating__icon {
  display: block;
  width: 13px;
  height: 13px;
  color: #34abbd;
}

.rating__icon .svg-icon {
  width: inherit;
  height: inherit;
  display: block;
}

.rating__text {
  display: block;
  font-size: 13px;
  line-height: 1;
  margin-left: 7px;
  font-weight: 400;
}

.more {
  display: flex;
  justify-content: center;
}

.more .btn {
  width: 100%;
}

.input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #e0e7ea;
  box-shadow: none;
  color: #003333;
  font-size: 16px;
}

.input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.input[type="search"]::-webkit-search-decoration,
.input[type="search"]::-webkit-search-cancel-button,
.input[type="search"]::-webkit-search-results-button,
.input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.textarea {
  display: block;
  width: 100%;
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid #e0e7ea;
  box-shadow: none;
  color: #003333;
  font-size: 16px;
  max-width: 100%;
  min-height: 100px;
}

.checkbox-label {
  display: inline-flex;
  align-items: flex-start;
}

.checkbox-label__control {
  margin-top: 5px;
  margin-right: 15px;
}

.checkbox-label__text {
  font-size: 16px;
  padding-top: 1px;
}

.checkbox-control {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-flex;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  border: 1px solid #34abbd;
}

.checkbox-control__input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox-control__input:checked+.checkbox-control__square {
  background-color: #34abbd;
}

.checkbox-control__square {
  border-radius: 2px;
  width: 11px;
  max-width: 11px;
  flex: 0 0 11px;
  height: 11px;
  display: block;
}

.btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 35px;
  min-width: 116px;
  max-width: 100%;
  padding: 0 15px 0;
  margin: 0;
  color: #34abbd;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  box-shadow: none;
  border-radius: 5px;
  border: 1px solid #e0e7ea;
  background-color: #fff;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.btn:hover {
  color: #fff;
  background-color: #309bab;
  border-color: #309bab;
  text-decoration: none;
}

.btn--lg {
  height: 46px;
  min-width: 145px;
  font-size: 20px;
  padding-left: 18px;
  padding-right: 18px;
}

.btn--sm {
  height: 28px;
  min-width: 80px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn--xs {
  height: 25px;
  min-width: 70px;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

.btn--primary {
  color: #fff;
  background-color: #34abbd;
  border-color: #34abbd;
}

.btn--primary:hover,
.btn--primary:focus {
  color: #fff;
  background-color: #309bab;
  border-color: #309bab;
}

.btn--danger {
  color: #fff;
  background-color: #d93c23;
  border-color: #d93c23;
}

.btn--danger:hover,
.btn--danger:focus {
  color: #fff;
  background-color: #c43720;
  border-color: #c43720;
}

.btn--success {
  color: #03353d;
  background-color: #c8de72;
  border-color: #c8de72;
}

.btn--success:hover,
.btn--success:focus {
  color: #03353d;
  background-color: #b5d341;
  border-color: #b5d341;
}

.btn--none {
  color: #003333;
  border-color: #f3f3f3;
  background-color: #f3f3f3;
}

.btn--none:hover {
  color: #003333;
  border-color: #c8de72;
  background-color: #c8de72;
}

.btn--fluid {
  width: 100%;
  display: flex;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
}

.btn--arrow-left .btn__icon {
  height: 14px;
  width: 14px;
  margin-right: 6px;
}

.btn--arrow-left .btn__icon .svg-icon {
  width: inherit;
  height: inherit;
  display: block;
}

.btn--arrow-left .btn__text {
  font-weight: 500;
  font-size: 13px;
}

.btn--arrow {
  position: relative;
  padding: 0;
  min-width: 0;
  width: 195px;
}

.btn--arrow .btn__text {
  padding: 0 25px 1px;
  display: block;
}

.btn--arrow .btn__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  max-width: 50px;
  flex: 0 0 50px;
  margin: 0;
  height: 100%;
  align-self: center;
  position: relative;
}

.btn--arrow .btn__arrow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  border-left: 1px solid currentColor;
}

.btn--arrow .btn__arrow .svg-icon {
  display: block;
  width: 8px;
  max-width: 8px;
  flex: 0 0 8px;
  height: 14px;
}

.btn--show-more {
  height: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-color: #fafafa;
  background-color: #fafafa;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  color: #003333;
}

.btn--show-more .btn__text {
  border-bottom: 1px solid currentColor;
}

.btn--show-more:hover .btn__text,
.btn--show-more:focus .btn__text {
  border-bottom-color: transparent;
}

.btn--delete {
  background: none !important;
  color: #d93c23 !important;
  font-size: 13px;
  font-weight: 500;
  border: none !important;
}

.btn--more-options {
  border: none;
  font-weight: 500;
  color: #003333 !important;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 2px;
  background: none !important;
  align-items: flex-start;
  padding-top: 11px;
}

.btn--more-options .btn__arrow {
  margin: 4px 0 0 7px;
  border: 5px solid transparent;
  border-top-color: currentColor;
  transform: rotate(0deg);
}

.btn--more-options .btn__text {
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: border 0.2s;
}

.btn--more-options .btn__text:before {
  content: attr(data-show);
}

.btn--more-options:hover .btn__text {
  border-bottom-color: currentColor;
}

.btn--more-options.is-active {
  color: #003333;
  background-color: #fff;
}

.btn--more-options.is-active .btn__arrow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: -1px 0 4px 7px;
  transform: rotate(-180deg);
}

.btn--more-options.is-active .btn__text:before {
  content: attr(data-hide);
}

.btn.is-disabled {
  background-color: #bdc6ca;
  border-color: #bdc6ca;
  color: #fff;
  pointer-events: none;
}

.lang-dropdown {
  width: 185px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fafafa;
  padding: 0;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-overflow-scrolling: touch;
}

.lang-dropdown__item {
  display: flex;
  text-decoration: none;
  padding: 12px 15px 12px;
  line-height: 1;
  color: #03353d;
  background-color: transparent;
}

.lang-dropdown__item:hover {
  color: #03353d;
}

.lang-dropdown__item-flag {
  width: 24px;
  max-width: 24px;
  flex: 0 0 24px;
  height: 18px;
  margin-right: 10px;
  margin-top: 3px;
}

.lang-dropdown__item-flag img {
  display: block;
  width: 100%;
  height: auto;
}

.lang-dropdown__item-body {
  display: block;
}

.lang-dropdown__item-title {
  display: block;
  font-weight: 400;
}

.lang-dropdown__item-title-text {
  display: inline-block;
}

.lang-dropdown__item-subtitle {
  display: block;
  margin-top: 3px;
  color: #7a7a7a;
  font-size: 13px;
}

.lang-dropdown.is-opened {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s 0s;
}

.app-footer {
  flex: none;
  background-color: #f3f3f3;
}

.app-footer__container {
  padding-top: 45px;
  padding-bottom: 40px;
}

.app-footer__container .col {
  margin: 0;
}

.app-footer__logo {
  margin-bottom: 17px;
}

.app-footer__houses {
  font-size: 20px;
  font-weight: 300;
  width: 195px;
  max-width: 100%;
  line-height: 24px;
  color: #bdc6ca;
  margin-bottom: 30px;
}

.app-footer__houses span {
  font-weight: 600;
  color: #d93c23;
}

.app-footer__houses span:first-of-type {
  color: #34abbd;
}

.app-footer__socials {
  margin-bottom: 45px;
}

.app-footer__socials .socials__items {
  margin-left: -25px;
}

.app-footer__socials .socials__item {
  margin-left: 25px;
}

.app-footer__aside ul,
.app-footer__aside ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.app-footer__menu-primary {
  width: 260px;
  max-width: 100%;
}

.app-footer__menu-primary ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.app-footer__menu-primary ul li {
  margin-bottom: 15px;
  margin-left: 30px;
}

.app-footer__menu-primary ul li a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #003333;
  text-decoration: none;
  transition: color 0.2s;
}

.app-footer__menu-secondary {
  width: 230px;
  max-width: 100%;
  margin-top: 5px;
}

.app-footer__menu-secondary ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}

.app-footer__menu-secondary ul li {
  margin-bottom: 10px;
  margin-left: 25px;
}

.app-footer__menu-secondary ul li a {
  display: block;
  font-weight: 400;
  font-size: 13px;
  color: #003333;
  text-decoration: none;
  transition: color 0.2s;
}

.app-footer__copiright {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  width: 270px;
  max-width: 100%;
}

.app-header {
  flex: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e7ea;
}

.app-header__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 90px;
}

.app-header__nav {
  margin-right: 5px;
  display: flex;
  align-content: center;
  flex-shrink: 0;
  margin-left: -8px;
}

.app-header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  /*overflow: auto;*/
  right: 0;
  border-top: 1px solid #e0e7ea;
  max-height: calc(100vh - 90px);
  max-height: calc(calc(var(--vh, 1vh) * 100) - 90px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.13);
  opacity: 0;
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.app-header__menu.is-opened {
  opacity: 1;
  visibility: visible;
}

.app-header__menu-inside {
  background: #fafafa;
}

.app-header__menu-inside ul,
.app-header__menu-inside ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-header__menu-inside>ul>li {
  border-top: 1px solid #e0e7ea;
}

.app-header__menu-inside>ul>li:first-child {
  border-top: none;
}

.app-header__menu-inside>ul>li>a {
  color: #03353d;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  transition: color 0.2s;
  padding-left: 15px;
  padding-right: 15px;
  height: 54px;
}

.app-header__menu-inside>ul>li>a .svg-icon {
  fill: #c8ccce;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  display: block;
  transform: rotate(0);
  transition: transform 0.2s;
}

.app-header__menu-inside>ul>li>a.is-active .svg-icon {
  transform: rotate(-180deg);
}

.app-header__burger {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #003333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: none;
}

.app-header__burger .svg-icon {
  display: block;
  width: 20px;
  height: 14px;
}

.app-header__burger .svg-icon--x {
  display: none;
}

.app-header__burger.is-active .svg-icon--menu {
  display: none;
}

.app-header__burger.is-active .svg-icon--x {
  display: block;
}

.app-header__user {
  width: 16px;
  height: 16px;
  border: none;
  background: transparent;
}

.app-header__user .svg-icon {
  display: block;
  background: url("../../img/user.svg")no-repeat center center;
  width: 16px;
  height: 16px;
}

.app-header__user .svg-icon--x {
  display: none;
}

.app-header__user.is-active .svg-icon--menu {
  display: none;
}

.app-header__user.is-active .svg-icon--x {
  display: block;
  background: url("../../img/close-black.svg")no-repeat center center;
  fill: #003333;
  width: 16px;
  height: 16px;
}

.app-header__logo {
  margin-top: -5px;
  flex-shrink: 0;
}

.app-header__aside {
  display: flex;
  margin-left: auto;
  margin-right: -3px;

  /*.app-header__lang-arrow {*/
  /*  display: none;*/
  /*}*/
}

.app-header__actions {
  display: none;
}

.app-header__sign-in {
  border-top: 1px solid #e0e7ea;
  height: 65px;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}

.app-header__sign-in-link {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}

.app-header__sign-in-link:first-child {
  margin-left: 0;
  text-decoration: none;
}

.app-header__sign-in-link:last-child {
  margin-right: 0;
  border-bottom-color: currentColor;
}

.app-header__account {
  position: relative;
  border-top: 1px solid #e0e7ea;
}

.app-header__account-switcher {
  display: flex;
  align-items: center;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  color: #03353d;
  padding: 0 0 0 15px;
  height: 65px;
  width: 100%;
  border-radius: 5px;
}

.how_it_work.is-active {
  background: #E0E7EA;
}

.app-header__account-switcher.is-active .app-header__account-arrow .svg-icon {
  transform: rotate(-180deg);
}

.app-header__account-text {
  font-weight: 500;
}

.app-header__account-icon {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.app-header__account-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.app-header__account-arrow {
  width: 10px;
  height: 6px;
  margin-left: 6px;
  color: #c8ccce;
}

.app-header__account-arrow .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
  transform: rotate(0);
  transition: transform 0.2s;
}

.app-header__lang {
  position: relative;
  margin: 0 0 0 0;
}

.app-header__lang--mobile {
  border-top: 1px solid #e0e7ea;
}

.app-header__lang-switcher .svg-icon--chevron-down {
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.app-header__lang-switcher.is-active .svg-icon--chevron-down {
  transform: rotate(-180deg);
}

.app-header__lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 48px;
  opacity: 1;
  visibility: visible;
}

.app-header__lang-dropdown.is-opened {
  display: block;
}

.app-header__lang-current {
  background: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  text-align: left;
  display: flex;
  width: 100%;
}

.app-header__mobile-lang-dropdown {
  display: none;
  width: auto;
  box-shadow: none;
  background: none;
  padding: 0;
}

.app-header__mobile-lang-dropdown.is-opened {
  display: block;
}

.app-header__help {
  display: none;
}

.app-header__help-link--mobile {
  /*position: absolute;*/
  /*right: 20px;*/
  /*top: 0;*/
  /*color: #03353d;*/
  /*text-decoration: none;*/
  /*font-weight: 400;*/
  /*height: 53px;*/
  /*display: flex;*/
  /*align-items: center;*/
}

.app-header__help-link--mobile:hover {
  color: #03353d;
  text-decoration: none;
}

.app-header.is-nav-opened {
  z-index: 102;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  min-height: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.app {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.app__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-top: 90px;
}

.app__content {
  display: flex;
  flex: 1 0 auto;
}

.app__main {
  flex: 1 1;
}

.about__container {
  padding-top: 30px;
  padding-bottom: 90px;
}

.about__titles {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: 40px;
}

.about__title-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
  font-size: 25px;
  text-decoration: none;
  line-height: 25px;
  margin-left: 20px;
  font-weight: 500;
  color: #34abbd;
  transition: color 0.2s;
  padding: 0;
  margin-bottom: 20px;
}

#basic_order_modal .select2-dropdown {
  z-index: 99999 !important;
}

.app .select2-dropdown {
  z-index: 99999 !important;
}

.about__title-link.is-active {
  color: #bdc6ca;
}

.about__title-link.is-active .about__title-text {
  border-bottom-color: transparent;
}

.about__title-text {
  border-bottom: 1px solid currentColor;
  transition: border 0.2s;
}

.about__body {
  width: 770px;
  max-width: 100%;
}

.about__body h2:first-child,
.about__body h3:first-child,
.about__body h4:first-child,
.about__body h5:first-child {
  margin-top: 0;
}

.about__body.is-active {
  display: block;
}

.account-dropdown {
  display: none;
}

.account-dropdown__group {
  border-top: 1px solid #e0e7ea;
}

.account-dropdown__group:first-child {
  border-top: none;
}

.account-dropdown__group--underline .account-dropdown__item-text {
  border-bottom: 1px solid;
}

.account-dropdown__group-header {
  padding: 12px 0 0 60px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #03353d;
}

.account-dropdown__user {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  height: 60px;
  text-decoration: none;
  background-color: transparent;
}

.account-dropdown__user:hover {
  text-decoration: none;
}

.account-dropdown__user:hover .account-dropdown__user-text {
  border-bottom-color: transparent;
}

.account-dropdown__user-image {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}

.account-dropdown__user-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
}

.account-dropdown__user-text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.account-dropdown__user-arrow {
  width: 18px;
  height: 8px;
  color: #c8de72;
}

.account-dropdown__user-arrow .svg-icon {
  width: inherit;
  height: inherit;
  display: block;
  margin-left: 9px;
}

.account-dropdown__item {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
  height: 40px;
  color: #03353d;
  text-decoration: none;
  background-color: transparent;
}

.account-dropdown__item .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.right-gap {
  margin-right: 20px;
}

.account-dropdown__item:hover {
  color: #03353d;
  text-decoration: none;
}

.account-dropdown__item:hover .account-dropdown__item-text {
  border-bottom-color: transparent;
}

.account-dropdown__item-icon {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  color: #bdc6ca;
}

.account-dropdown__item-text {
  display: flex;
  font-weight: 400;
  align-items: center;
}

.account-dropdown__item-counter {
  color: #fafafa;
  width: 18px;
  margin-left: 5px;
  position: relative;
  top: -2px;
  height: 18px;
  border-radius: 18px;
  background-color: #d93c23;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 400;
}

.account-dropdown.is-opened {
  display: block;
}

.account-dropdown__free {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px 0 25px;
  height: 40px;
  background-color: #f3f3f3;
}

.account-dropdown__free-title {
  color: #16494d;
  font-size: 16px;
  font-weight: 500;
}

.account-dropdown__free-title {
  color: #16494d;
  font-size: 16px;
  font-weight: 500;
}

.account-dropdown__free-pricing {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #d93c23;
  text-decoration: none;
  border-bottom: 1px solid #d93c23;
}

.account-dropdown__free-pricing:hover {
  color: #d93c23;
  text-decoration: none;
  border-bottom-color: transparent;
}

.account-dropdown__pro {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  text-decoration: none;
}

.account-dropdown__pro:hover {
  text-decoration: none;
}

.account-dropdown__pro:hover .account-dropdown__pro-title {
  border-bottom-color: transparent;
}

.account-dropdown__pro-title {
  color: #16494d;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.account-dropdown__pro-title a {
  display: block;
  line-height: 1;
  color: #16494d;
  text-decoration: none;
  border-bottom: 1px solid #16494d;
}

.account-dropdown__pro-title a:hover {
  color: #16494d;
  border-bottom-color: transparent;
}

.account-dropdown__pro-title--underline {
  border-bottom: 1px solid #16494d;
}

.account-dropdown__pro-badge {
  display: flex;
  border-radius: 8px;
  background-color: #c8de72;
  padding: 0 5px 0;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 500;
  color: #16494d;
  margin-left: 5px;
  margin-top: 1px;
}

.account-dropdown__pro-badge--accent {
  color: #fff;
  background-color: #d93c23;
}

.advanced-search-button {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

.advanced-search-button__icon {
  color: #34abbd;
  margin-right: 14px;
}

.advanced-search-button__icon .svg-icon {
  display: block;
}

.advanced-search-button__text {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.advanced-search-button:hover .advanced-search-button__text {
  border-bottom-color: transparent;
}

.advanced-search-control {
  margin-top: 15px;
}

.advanced-search {
  text-align: left;
  padding: 45px 30px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 40px);
  height: calc(calc(var(--vh, 1vh) * 100) - 40px);
}

.advanced-search__body {
  overflow: auto;
  padding-bottom: 20px;
  height: calc(100vh - 56px - 40px);
  height: calc(calc(var(--vh, 1vh) * 100) - 56px - 40px);
  -webkit-overflow-scrolling: touch;
}

#find-internal.form-control:focus {
  box-shadow: none;
  border: 1px solid #BDC6CA;
}

.advanced-search__header {
  margin: 0 0 23px;
}

.advanced-search__filter .filter__group {
  padding: 0;
  border: none;
}

.advanced-search__filter .filter__group-header {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 13px 0;
}

.advanced-search__filter .filter__group+.filter__group {
  margin-top: 37px;
}

.advanced-search__foot {
  flex: none;
  padding-top: 20px;
  text-align: center;
}

.advanced-search__foot-text {
  margin-top: 5px;
}

.advanced-search__foot-text b {
  font-weight: 500;
}

.app-logo {
  display: inline-flex;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #003333;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
}

.app-logo:hover {
  color: #003333;
  text-decoration: none;
}

.app-logo__place {
  color: #c8de72;
}

.app-search {
  display: flex;
  height: 30px;
  width: 60px;
  max-width: 100%;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: width 0.2s;
  position: relative;
}

.app-search__container {
  flex: 1 1;
  display: flex;
  position: relative;
}

.app-search__control {
  display: flex;
  flex: 1 1;
  pointer-events: none;
  opacity: 0;
  padding: 0 35px 0 13px;
  transition: opacity 0.2s;
}

.app-search__input {
  display: block;
  flex: 1 1;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  height: 28px;
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  text-overflow: elipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #16494d;
  text-transform: uppercase;
  /* FF 4-18 */
  /* FF 19+ */
  /* FF 4-18 */
  /* FF 19+ */
  -webkit-overflow-scrolling: touch;
}

.app-search__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.app-search__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.app-search__input::-webkit-search-decoration,
.app-search__input::-webkit-search-cancel-button,
.app-search__input::-webkit-search-results-button,
.app-search__input::-webkit-search-results-decoration {
  display: none;
}

.app-search__input::-webkit-input-placeholder {
  color: #16494d;
  text-transform: none;
  font-size: 15px;
}

.app-search__input:-moz-placeholder {
  color: #16494d;
  text-transform: none;
  font-size: 15px;
}

.app-search__input::-moz-placeholder {
  color: #16494d;
  text-transform: none;
  font-size: 15px;
}

.app-search__input:-ms-input-placeholder {
  color: #16494d;
  text-transform: none;
  font-size: 15px;
}

.app-search__input:focus::-webkit-input-placeholder {
  color: #16494d;
}

.app-search__input:focus:-moz-placeholder {
  color: #16494d;
}

.app-search__input:focus::-moz-placeholder {
  color: #16494d;
}

.app-search__input:focus:-ms-input-placeholder {
  color: #16494d;
}

.app-search__button {
  position: absolute;
  top: -1px;
  bottom: -1px;
  padding: 0;
  margin: 0;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  color: #c5cdd0;
  border: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.app-search__button .svg-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.app-search__button .svg-icon--x {
  width: 10px;
  height: 10px;
}

.app-search__button--search.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.app-search__button--clear {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.app-search__button--clear.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.app-search.is-opened {
  width: 130px;
  border-color: #e0e7ea;
}

.app-search.is-opened .app-search__control {
  opacity: 1;
  pointer-events: auto;
}

.app-search__dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 42px;
}

.author-card {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  background-color: #fafafa;
}

.author-card .title {
  color: #16494D;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  height: auto;
}

.author-works__container {
  gap: 22px;
}

.author-works__container .author-card:nth-child(1) {
  width: 58%;
}

.author-works__container .author-card:nth-child(2), .author-works__container .author-card:nth-child(3){
  width: 21%;
}

.author-card__buttons {
  display: none;
}

.author-card__buttons .btn {
  margin-right: 15px;
}

.author-card__content {
  margin-bottom: 22px;
}

.author-card__image {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 26px;
  -webkit-overflow-scrolling: touch;
}

.author-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.author-card__rating {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  padding-right: 10px;
}

.author-card__header {
  margin-top: 0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  max-width: 660px;
}

.author-card__country {
  margin-bottom: 10px;
}

.author-card__country-office {
  position: relative;
}

.author-card__country-office.is-opened .author-card__country-dropdown {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s;
}

.author-card__country-office-title {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0;
  margin: 0 auto -7px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  background: none;
  display: block;
  width: auto;
  color: #34abbd;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
}

.author-card__country-office-title-text {
  border-bottom: 1px solid transparent;
}

.author-card__country-office {
  position: relative;
}

.author-card__country-dropdown {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 5px;
  width: 280px;
  border: 1px solid #e0e7ea;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s 0s;
}

.author-card__country-flag {
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto 12px;
}

.author-card__country-flag img {
  display: block;
  width: auto;
  height: 14px;
  opacity: .4;
}

.author-card__country-title {
  text-align: center;
  color: #16494D;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  width: 212px;
  margin-bottom: 17px;
}

.author-card__contacts-item {
  text-align: center;
  font-size: 16px;
}

.wrap-office {
  display: none;
  padding-top: 10px;
  width: 100%;
}


.author-card__contacts-item a {
  color: #003333;
}

.author-card__contacts-item--phone {
  margin-bottom: 6px;
}

.author-card__contacts-item--phone a {
  color: #03353d;
  text-decoration: none;
  font-weight: 500;
}

.author-card__contacts-item--site {
  margin-bottom: 17px;
}

.author-card__socials .socials__items {
  justify-content: center;
}

.author-card__license {
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.author-card__footer-buttons {
  display: flex;
  justify-content: center;
}

.author-card__footer-buttons .btn {
  margin: 0 7px;
}

.author-item {
  display: block;
  position: relative;
  padding: 30px 25px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  background-color: #fafafa;
  color: #003333;
  text-decoration: none;
}

.author-item:last-child {
  margin-bottom: 0;
}

.author-item:hover {
  color: #003333;
  text-decoration: none;
}

.author-item__data {
  display: flex;
  margin-bottom: 25px;
}

.author-item__save {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #c8de72;
  z-index: 1;
  transition: color 0.2s;
}

.author-item__save.is-active {
  color: #c8de72;
}

.author-item__save.is-active .svg-icon--heart {
  transform: translateY(-100%);
}

.author-item__save.is-active .svg-icon--heart_active {
  transform: translateY(0);
}

.author-item__save-icon {
  position: relative;
  width: 16px;
  height: 15px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.author-item__save-icon .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 15px;
  transition: transform 0.2s;
}

.author-item__save-icon .svg-icon--heart {
  transform: translateY(0);
}

.author-item__save-icon .svg-icon--heart_active {
  transform: translateY(100%);
}

.author-item__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
  background-color: #ef1a25;
}

.author-item__delete .svg-icon {
  display: block;
  width: 10px;
  height: 10px;
}

.author-item__image {
  display: block;
  width: 128px;
  height: 128px;
  max-width: 128px;
  max-height: 128px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.author-item__country {
  margin-bottom: 16px;
}

.author-item__image img {
  display: block;
  width: 100% !important;
  height: 100%;
  border-radius: 45px;
}

.author-item__body {
  display: block;
  flex: 1 1;
  max-width: 100%;
}

.author-item__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 5px;
}

.author-item__title-text {
  color: #003333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.author-item__title-text:hover {
  color: #003333;
  text-decoration: none;
}

.author-item__country {
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.author-item__country-flag {
  display: block;
  max-width: 15px;
  width: 15px;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-right: 5px;
  margin-top: 3px;
}

.author-item__country-flag img {
  width: auto;
  height: 13px;
  display: block;
  opacity: .4;
}

.author-item__country-title {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}

.author-item__meta {
  display: flex;
  margin-top: 5px;
  align-items: flex-start;
}

.author-item__rating {
  flex-shrink: 0;
}

.author-item__license {
  flex-shrink: 0;
  margin-left: 50px;
}

.author-item__license .author-license__header {
  padding-bottom: 0;
  margin-bottom: 0;
}

.author-item__license .author-license__header:after {
  display: none;
}

.author-item__license .author-license__header-icon {
  top: 4px;
  width: 9px;
  height: 13px;
  margin-right: 8px;
}

.author-item__license .author-license__header-icon .svg-icon {
  margin-top: -4px;
  width: 9px;
  height: 13px;
}

.author-item__license .author-license__header-text {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}

.author-item__works {
  display: block;
}

.author-item__works-list {
  display: flex;
  justify-content: end;
  margin-left: -8px;
  gap: 8px;
}

.author-item__works-item {
  display: block;
  width: 25%;
  max-width: 25%;
}

.author-item__works-item img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 120px;
}

.author-item__works-item:last-child {
  display: none;
}

.author-item__works-link {
  display: block;
}

.author-item__buttons {
  display: flex;
  justify-content: center;
}

.author-item__button {
  flex: none;
  margin-left: 15px;
}

.author-item--plan {
  text-align: center;
  box-shadow: none !important;
  background-color: transparent;
  padding: 30px;
}

.author-item--plan .author-item__data {
  flex: 1 1;
  display: block;
  margin-bottom: 0;
}

.author-item--plan .author-item__image {
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 120px;
  margin: 0 auto 20px;
}

.author-item--plan .author-item__body {
  padding-bottom: 0;
}

.author-item--plan .author-item__country-flag {
  flex: 0 0 22px;
  width: 10px;
  max-width: 10px;
}

.author-item--plan .author-item__title {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}

.author-item--plan .author-item__country {
  margin-bottom: 25px;
  justify-content: center;
}

.author-item--plan .author-item__meta {
  margin-bottom: 25px;
  justify-content: center;
}

.author-item--plan .author-item__rating {
  height: 21px;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #fafafa;
}

.author-item--plan .author-item__license {
  height: 21px;
  padding: 3px 10px 0;
  border-radius: 10px;
  margin-left: 15px;
  align-items: center;
  background-color: #fafafa;
}

.author-item--plan .author-item__license.author-license--yes {
  cursor: pointer;
}

.author-item--plan .author-item__license.author-license--yes .author-license__header-text:after {
  margin: 5px 0 0 7px;
  content: '';
  display: block;
  border: 4px solid transparent;
  border-top-color: #34abbd;
}

.author-item--plan .author-item__license.author-license--yes .no-popup-class .author-license__header-text:after {
  content: none;
}

.author-item--plan .author-item__license .author-license__header-icon {
  position: static;
  margin-top: 5px;
}

.author-item--plan .author-item__license .author-license__header-text {
  display: flex;
  padding-top: 1px;
}

.author-license {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
}

.author-license__header {
  display: flex;
  position: relative;
  font-size: 20px;
  color: #16494d;
  font-weight: 500;
  margin-bottom: 13px;
  padding-bottom: 8px;
}

.author-license__header:after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #c8de72;
}

.author-license__states {
  margin-left: 20px;
}

.author-license__states-link {
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  text-decoration: none;
  color: #34abbd;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  transition: border 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.author-license__states-link:hover {
  border-color: transparent;
}

.author-license__header-icon {
  position: absolute;
  right: 100%;
  width: 12px;
  top: 6px;
  height: 18px;
  margin-right: 10px;
  color: #34abbd;
}

.author-license__header-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.author-license__body {
  color: #16494d;
  font-size: 13px;
  line-height: 1.35;
}

.author-license--not .author-license__header-icon {
  color: #d93c23;
}

.author-links__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.author-links__items {
  display: flex;
  align-items: center;
  margin-left: -28px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

.author-links__items .select {
  min-width: 120px;
  max-width: 265px;
  width: 100%;
}

.author-links__sorting {
  /*flex: 0 0 100%;*/
  /*max-width: 100%;*/
  /*width: 100%;*/
  /*padding: 15px 0 0 28px;*/
}

.author-links__item {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 28px;
  color: #003333;
}

.author-links__item:hover .author-links__item-text {
  border-bottom-color: transparent;
}

.author-links__item.is-active {
  color: #34abbd;
}

.author-links__item.is-active .author-links__item-text {
  border-bottom-color: transparent;
}

.author-links__item-text {
  border-bottom: 1px solid currentColor;
}

.author-links__item-decor {
  color: #bdc6ca;
  font-size: 13px;
  font-weight: 300;
}

.author-links--saved .author-links__container {
  padding-top: 2px;
  padding-bottom: 15px;
}

.author-links--saved .author-links__items {
  flex-wrap: wrap;
}

.author-links--saved .author-links__item {
  flex-shrink: 0;
  margin-bottom: 5px;
}

.author-links--saved .author-links__item .author-links__item-text {
  border-bottom: 1px solid currentColor;
}

.author-links--saved .author-links__item.is-active .author-links__item-text {
  border-bottom-color: transparent;
}

.author-office__item {
  padding: 16px 25px 22px;
  border-top: 1px solid #e0e7ea;
  display: flex;
}

.author-office__item:first-child {
  border-top-color: transparent;
}

.author-office__flag {
  width: 15px;
  max-width: 15px;
  flex: 0 0 15px;
  margin-right: 10px;
  margin-top: 7px;
}

.author-office__flag img {
  display: block;
  width: 100%;
  height: auto;
}

.author-office__body {
  flex: 1 1;
  max-width: 100%;
}

.author-office__country {
  font-size: 16px;
  font-weight: 500;
}

.author-office__title {
  font-size: 13px;
  line-height: 16px;
}

.author-office__contacts {
  margin-top: 8px;
}

.author-office__contact--phone {
  font-size: 13px;
  font-weight: 500;
}

.author-office__contact--phone a {
  color: #003333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.author-office__contact--site {
  font-size: 13px;
  margin-top: 2px;
}

.author-office__contact--site a {
  color: #003333;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.author-works {
  background-color: transparent;
}

.author {
  display: flex;
  align-items: center;
}

.author__image {
  width: 55px;
  max-width: 55px;
  flex: 0 0 55px;
  margin-right: 15px;
}

.author__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 100%;
}

.author__body {
  flex: 1 1;
}

.author__country-body {
  display: flex;
  align-items: flex-start;
}

.author__country-flag {
  fex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  margin-right: 5px;
  margin-top: 7px;
}

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

.author__country-title {
  width: fit-content;
  display: block;
  font-size: 20px;
  font-weight: 400;
}

.author__country-text {
  font-size: 13px;
  display: block;
  line-height: 1;
  padding-top: 6px;
}

.authors-list__container {
  padding-top: 10px;
  padding-bottom: 30px;
}

.authors-list__more {
  margin-top: 25px;
}

.authors-list--saved .authors-list__container {
  padding-top: 0;
}

.backlink {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.backlink__icon {
  display: block;
  width: 21px;
  height: 10px;
  margin-right: 8px;
}

.backlink__icon .svg-icon {
  display: block;
  width: 21px;
  height: 10px;
}

.backlink__text {
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid transparent;
}

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

.backlink:hover .backlink__text {
  border-bottom-color: currentColor;
}

.badge {
  display: inline-flex;
  justify-content: center;
  font-size: 10px;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
  height: 17px;
  border: 1px solid transparent;
  border-color: #34abbd;
  -webkit-overflow-scrolling: touch;
}

.badge__title {
  display: block;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 6px 0 4px;
  background-color: #34abbd;
}

.badge__value {
  display: block;
  padding: 0 6px;
  font-weight: 300;
  color: #16494d;
  padding-top: 1px;
  font-size: 12px;
  background-color: #fff !important;
}

.badge--success {
  border-color: #54b687;
  background-color: #fff;
}

.badge--success .badge__title {
  background-color: #54b687;
}

.badge--body {
  border-color: #04889e;
}

.badge--body .badge__title {
  background-color: #04889e;
}

.badge--theme {
  border-color: #34abbd;
}

.badge--theme .badge__title {
  background-color: #34abbd;
}

.badge--none {
  border-color: #bdc6ca;
}

.badge--none .badge__title {
  background-color: #bdc6ca;
}

.badge--nfsale {
  border-color: #e0e7ea;
}

.catalog-item {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  color: #003333;
  text-decoration: none;
  background-color: #fafafa;
  box-shadow: none;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-overflow-scrolling: touch;
}

.catalog-item:hover {
  color: #003333;
  text-decoration: none;
}

.catalog-item__top {
  flex: none;
  position: relative;
}

/*.newest .catalog-item {*/
/*  margin-right: 5px !important;*/
/*}*/

.catalog-item__save {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
}

.catalog-item__save.is-active {
  color: #c8de72;
}

.catalog-item__save.is-active .svg-icon--heart {
  transform: translateY(-100%);
}

.catalog-item__save.is-active .svg-icon--heart_active {
  transform: translateY(0);
}

.catalog-item__save-icon {
  position: relative;
  width: 16px;
  height: 15px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.catalog-item__save-icon .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 15px;
  transition: transform 0.2s;
}

.catalog-item__save-icon .svg-icon--heart {
  transform: translateY(0);
}

.catalog-item__save-icon .svg-icon--heart_active {
  transform: translateY(100%);
}

.catalog-item__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
  background-color: #ef1a25;
}

.catalog-item__delete .svg-icon {
  display: block;
  width: 10px;
  height: 10px;
}

.catalog-item__bottom {
  margin-top: auto;
}

.catalog-item__image {
  display: block;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 310px;
}

.catalog-item__image img {
  display: block;
  opacity: 0;
  max-width: 100%;
}

.catalog-item__data {
  display: block;
  max-width: 100%;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 30px;
}

.catalog-item__id {
  display: flex;
  align-items: flex-start;
  height: 33px;
  max-height: 33px;
  margin-bottom: 10px;
  overflow: hidden;
  gap: 20px;
}

.catalog-item__id-num {
  display: block;
  /*flex: 0 0 120px;*/
  width: calc(60% - 20px);
  max-width: 60%;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}

.catalog-item__id-badge {
  display: flex;
  align-items: flex-start;
}

.catalog-item__meta {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.catalog-item__meta-ft {

  width: calc(60% - 20px);
  max-width: 60%;
}

.catalog-item__ft {
  display: flex;
  align-items: flex-start;
  padding-bottom: 19px;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}

.catalog-item__ft:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #c8de72;
}

.catalog-item__ft-num {
  font-size: 25px;
  font-weight: 600;
}

.catalog-item__ft-sign {
  padding-top: 7px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
}

.catalog-item__ft-sign sup {
  font-size: 11px;
}

.catalog-item__size {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 10px;
}

.catalog-item__size:last-child {
  margin-bottom: 0;
}

.catalog-item__size-num {
  font-size: 16px;
  font-weight: 500;
}

.catalog-item__size-sign {
  font-size: 13px;
  margin-left: 3px;
  padding-top: 2px;
}

.catalog-item__meta-rooms {
  display: block;
  line-height: 1;
  padding-top: 12px;
  width: 40%;
}

.catalog-item__rooms {
  display: flex;
  align-items: flex-start;
  white-space: nowrap;
  margin-bottom: 10px;
}

.catalog-item__rooms:last-child {
  margin-bottom: 0;
}

.catalog-item__rooms-count {
  padding-right: 2px;
  font-weight: 500;
  font-size: 16px;
  /*display: block;*/
}

.catalog-item__rooms-title {
  display: block;
  margin-left: 3px;
  padding-top: 2px;
  font-size: 13px;
}

.catalog-item__bottom {
  display: block;
  padding: 0 25px;
  max-width: 100%;
}

.catalog-item__cost {
  display: flex;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e0e7ea;
  border-bottom: 1px solid #e0e7ea;
}

.catalog-item__price {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  width: calc(60% - 20px);
  /*min-width: 120px;*/
  padding-right: 0;
}

.catalog-item__price--arrow {
  padding-right: 35px;
}

.catalog-item__price-currency {
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding-top: 4px;
  margin-right: 2px;
}

.catalog-item__price-value {
  display: block;
  font-size: 25px;
  font-weight: 600;
  flex-shrink: 0;
}

.catalog-item__price-value+.catalog-item__price-currency {
  margin-right: 0;
  margin-left: 2px;
}

.catalog-item__offer {
  display: flex;
  position: relative;
  align-items: center;
  flex: 1 1;
  width: 40%;
}

.catalog-item__offer--arrow .catalog-item__offer-text {
  color: #54b687;
}

.catalog-item__offer--plus .catalog-item__offer-text {
  color: #03353d;
}

.catalog-item__offer-icon {
  position: absolute;
  right: 100%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transform: translateY(-50%);
  height: 11px;
  width: 11px;
  color: #bdc6ca;
}

.catalog-item__offer-icon .svg-icon {
  display: block;
  height: inherit;
  width: inherit;
}

.catalog-item__offer-text {
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #bdc6ca;
  font-weight: 400;
  flex: 1 1;
  margin-right: -15px;
}

.catalog-item__offer-text-theme {
  color: #34abbd;
}

.catalog-item__offer-text-none {
  color: #bdc6ca;
}

.catalog-item__filter {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}

.catalog-item__filter-button {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
  border-radius: 0;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #c8ccce;
}

.catalog-item__filter-button .svg-icon--filter {
  display: block;
  width: 16px;
  height: 15px;
  margin-top: -1px;
  margin-left: 10px;
}

.catalog-item__country {
  flex: 1 1;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #003333;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.catalog-item__country-icon {
  display: block;
  flex: 0 0 22px;
  width: 22px;
  max-width: 22px;
  margin-right: 12px;
}

.catalog-item__country-title {
  display: flex;
  font-size: 15px;
  flex: 1 1;
}

.catalog-item__country-title-text {
  display: talbe;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid currentColor;
  color: #34abbd !important;
  -webkit-overflow-scrolling: touch;
}

.catalog-links {
  margin-top: 20px;
  margin-bottom: 0px;
}

.catalog-links__limit {
  height: 48px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.catalog-links__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}

.catalog-links__item {
  margin-left: 25px;
  font-size: 13px;
  display: block;
  line-height: 15px;
  margin-bottom: 8px;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.catalog-links__item:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.catalog-links__more-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  margin: 5px 0 0 0;
  display: block;
  display: inline-block;
  line-height: 1.2;
  color: #9c9fa0;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid currentColor;
}

.catalog-links__more-link:before {
  content: attr(data-show);
}

.catalog-links__more-link.is-active:before {
  content: attr(data-hide);
}

.catalog-list__container {
  padding-top: 90px;
  padding-bottom: 25px;
}

.catalog-list__headline {
  margin-bottom: 60px;
}

.catalog-list__header {
  margin-top: 0;
  position: relative;
}

.catalog-list__header:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 17px;
  background-color: #c8de72;
}

.catalog-list__subheader {
  margin-top: 30px;
}

.catalog-list__headline-link {
  margin-top: 30px;
}

.catalog-text {
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.catalog-text h1,
.catalog-text h2,
.catalog-text h3,
.catalog-text h4,
.catalog-text h5,
.catalog-text h6 {
  margin-bottom: 25px;
}

.catalog-text h1:first-child,
.catalog-text h2:first-child,
.catalog-text h3:first-child,
.catalog-text h4:first-child,
.catalog-text h5:first-child,
.catalog-text h6:first-child {
  margin-top: 0;
}

.catalog__aside {
  display: none;
}

.catalog__items {
  padding-top: 10px;
}

.collection-item {
  color: #003333;
  text-decoration: none;
  display: block;
  position: relative;
  width: 480px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-item__image {
  display: block;
  margin-bottom: 15px;
  height: 240px;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-overflow-scrolling: touch;
}

.collection-item__image img {
  width: 100%;
  opacity: 1;
  display: block;
}

.collection-item__save {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
}

.collection-item__save.is-active {
  color: #c8de72;
}

.collection-item__save.is-active .svg-icon--heart {
  transform: translateY(-100%);
}

.collection-item__save.is-active .svg-icon--heart_active {
  transform: translateY(0);
}

.collection-item__save-icon {
  position: relative;
  width: 16px;
  height: 15px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.collection-item__save-icon .svg-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 15px;
  transition: transform 0.2s;
}

.collection-item__save-icon .svg-icon--heart {
  transform: translateY(0);
}

.collection-item__save-icon .svg-icon--heart_active {
  transform: translateY(100%);
}

.collection-item__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
  background-color: #ef1a25;
}

.collection-item__delete .svg-icon {
  display: block;
  width: 10px;
  height: 10px;
}

.collection-item__note {
  display: flex;
  align-items: center;
  font-weight: 400;
}

.collection-item__title {
  display: block;
  flex: 1 1;
  padding-right: 15px;
}

.collection-item__title-text {
  display: table;
  line-height: 1.2;
  border-bottom: 1px solid transparent;
}

.collection-item__counter {
  display: block;
  margin-left: auto;
  color: #34abbd;
}

.collection-item:hover {
  text-decoration: none;
  color: #003333;
}

.collection-item__counters {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.collection-item__likes {
  display: flex;
  align-items: center;
}

.collection-item__likes-icon {
  display: block;
  width: 17px;
  height: 18px;
  margin-right: 5px;
  color: #bdc6ca;
  margin-top: -4px;
}

.collection-item__likes-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.collection-item__visited {
  display: flex;
  align-items: center;
  margin-left: 18px;
}

.collection-item__visited-icon {
  display: block;
  width: 17px;
  height: 13px;
  margin-right: 4px;
  color: #bdc6ca;
  margin-top: 0;
}

.collection-item__visited-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.collection-list {
  display: none;
}

.collection-list__titles {
  display: none;
}

.collection-list__headline {
  margin-bottom: 25px;
}

.collection-list__header {
  position: relative;
  margin-top: 0;
}

.collection-list__header:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 17px;
  background-color: #c8de72;
}

.collection-list__headline-link {
  margin-top: 30px;
}

.collection-list__titles {
  display: flex;
  margin-left: -25px;
  margin-bottom: 50px;
}

.collection-list__titles-fake {
  height: 0;
}

.collection-list__titles-fake.is-fixed {
  height: 72px;
  margin-bottom: 0;
}

.collection-list__title {
  font-size: 25px;
  font-weight: 400;
  display: block;
  flex-shrink: 0;
  margin-left: 25px;
}

.collection-list__title:first-child {
  margin-left: 0;
}

.collection-list__title a {
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #003333;
  border-bottom: 1px solid currentColor;
}

.collection-list__title a:hover {
  color: #003333;
  border-bottom-color: transparent;
}

.collection-list__title a.is-active {
  border-bottom-color: transparent;
  color: #34abbd !important;
}

.collection-list--main {
  display: block;
}

.collection-list--main .collection-list__container {
  padding-top: 15px;
}

.collection-list--main .collection-list__items-header {
  margin-top: 0;
  margin-bottom: 0.79em;
}

.collection-list--main .collection-list__titles-container {
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding 0.2s;
}

.collection-list--main .collection-list__titles {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 25px;
  margin-bottom: 9px;
}

.collection-list--main .collection-list__titles.is-fixed {
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  top: 90px;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #fafafa;
}

.collection-list--main .collection-list__titles-items {
  display: flex;
  overflow: auto;
  padding-bottom: 13px;
  margin-bottom: -13px;
  -webkit-overflow-scrolling: touch;
}

.catalog-list__row {
  margin-bottom: 15px;
}

.contacts__container {
  padding-top: 18px;
  padding-bottom: 30px;
}

.contacts__body {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.contacts__content {
  background-color: #fafafa;
  flex: 1 1;
  padding: 30px 30px;
}

.contacts__image {
  display: none;
}

.contacts__image img {
  display: none;
}

.contacts__form .textarea {
  width: 100%;
  resize: none;
}

.contacts__form-headline {
  line-height: 19px;
  margin-bottom: 40px;
}

.contacts__form-header {
  font-weight: 500;
}

.contacts__form-field {
  margin-top: 20px;
}

.contacts__form-field:first-child {
  margin-top: 0;
}

.contacts__form-field-group {
  margin-top: 35px;
}

.contacts__form-field-group:first-child {
  margin-top: 0;
}

.contacts__form-captcha {
  margin: 30px 0 0;
}

.contacts__form-submit {
  margin-top: 30px;
}

.crumbs__backlink {
  margin-top: 25px;
  margin-right: 30px;
}

.crumbs__items {
  padding-top: 16px;
  padding-bottom: 25px;
}

.crumbs__item {
  font-size: 13px;
  transition: color 0.2s, border 0.2s;
  color: #bdc6ca;
}

.crumbs__item[href] {
  color: #003333;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.crumbs__item[href]:hover {
  border-color: transparent;
}

.crumbs__item--black {
  color: #03353d;
}

.crumbs__sep {
  margin: 0 5px;
  color: #34abbd;
}

.faq__container {
  padding-top: 30px;
  padding-bottom: 80px;
}

.faq__body {
  width: 760px;
  max-width: 100%;
}

.faq__body--tarifs {
  width: 705px;
}

.faq__header {
  margin: 0 0 20px;
  font-weight: 500;
}

.faq__text {
  margin-bottom: 20px;
}

.faq__links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-bottom: 30px;
}

.faq__link {
  margin-left: 25px;
  margin-bottom: 25px;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.faq__group-header {
  margin: 0 0 20px;
}

.faq__group+.faq__group {
  margin-top: 50px;
}

.faq__item {
  margin-top: 17px;
}

.faq__item:first-child {
  margin-top: 0;
}

.faq__item-header {
  font-size: 20px;
  font-weight: 400;
}

.faq__item-header-text {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.faq__item-header-text:hover {
  border-bottom-color: currentColor;
}

.faq__item-body {
  padding: 8px 0 0 30px;
  display: none;
}

.filter__section {
  border-radius: 5px;
  border: 1px solid #e0e7ea;
  margin-top: 20px;
}

.filter__section:first-child {
  margin-top: 0;
}

.filter__section-header {
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 25px;
  border-radius: 5px 5px 0 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e7ea;
}

.filter__section-header+.filter__group {
  border-top: none;
}

.filter__group {
  padding: 25px 20px 25px 25px;
  border-top: 1px solid #e0e7ea;
}

.filter__group:first-child {
  border-top: none;
}

.filter__group--range {
  min-height: 159px;
}

.filter__group-header {
  font-size: 13px;
  font-weight: 500;
  margin-top: -5px;
  margin-bottom: 15px;
}

.filter__group-header~.filter__group-header {
  margin-top: 23px;
}

.filter__options {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -15px;
  gap: 10px;
}

.filter__options--inline {
  flex-wrap: nowrap;
  margin-left: 0;
  margin-bottom: 0;
}

.filter__options--inline .filter__option {
  border-radius: 0;
  flex: 1 1;
  margin-left: 0;
  margin-bottom: 0;
  font-weight: 500;
  height: 35px;
}

.filter__options--inline .filter__option:first-child {
  border-radius: 4px 0 0 4px;
}

.filter__options--inline .filter__option:last-child {
  border-radius: 0 4px 4px 0;
}

.filter__options--inline .filter__option+.filter__option {
  border-left: none;
}

.filter__options+.filter__options {
  margin-top: 20px;
}

.filter__more-options {
  display: none;
  padding-top: 15px;
}

.filter__more-options.is-opened {
  display: block;
}

.filter__option {
  text-decoration: none;
  height: 26px;
  border: 1px solid #e0e7ea;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #16494d;
  border-radius: 4px;
  padding: 0 10px 1px;
  flex-shrink: 0;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}

.filter__option input {
  display: none;
}

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

.filter__option.is-active {
  color: #16494d;
  text-decoration: none;
  background-color: #c8de72;
}

.filter__option.is-active:hover {
  background-color: #b5d341;
}

.filter__option.is-disabled {
  background-color: #fafafa;
  color: #bdc6ca;
  pointer-events: none;
}

.filter__more {
  margin-top: 18px;
  margin-bottom: -14px;
  text-align: center;
}

.filter__range-control .irs {
  margin-top: 25px;
}

.filter__range-control .irs-line {
  height: 3px;
  top: 50%;
  border: none;
  background: #e0e7ea;
  transform: translateY(-50%);
}

.filter__range-control .irs-line-mid,
.filter__range-control .irs-line-left,
.filter__range-control .irs-line-right,
.filter__range-control .irs-bar {
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.filter__range-control .irs-bar {
  background: #c8de72;
  opacity: 1;
  border: none;
}

.filter__range-control .irs-slider {
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: none;
  background: #fff;
  border: 2px solid #c8de72;
}

.filter__range-control .irs-min,
.filter__range-control .irs-max {
  display: none;
}

.filter__range-input-sep {
  flex: 0 0 24px;
  height: 1px;
  margin: 0 10px;
  background: #e0e7ea;
}

.filter__range-inputs {
  display: flex;
  align-items: center;
}

.filter__range-input {
  font-size: 13px;
  font-weight: 500;
}

.filter__title {
  font-size: 15px;
  border-bottom: none;
  font-weight: normal;
}

.filter__header {
  margin-bottom: 4px;
}

.floor-plans {
  padding-bottom: 45px;
  border-bottom: 1px solid #e0e7ea;
  margin-bottom: 40px;
}

.floor-plans__header {
  margin: 0 0 17px;
}

.floor-plans__item+.floor-plans__item {
  margin-top: 30px;
}

.floor-plans__item-header {
  font-size: 20px;
  color: #34abbd;
  font-weight: 500;
}

.floor-plans__item-headline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 23px;
}

.floor-plans__button {
  height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-left: auto;
  margin-top: 6px;
  border-radius: 4px;
  min-width: 0;
  font-size: 13px;
}

.floor-plans__image {
  width: 635px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.floor-plans__image img {
  display: block;
  width: 100%;
  height: auto;
}

.from-world__container {
  padding-top: 45px;
  padding-bottom: 80px;
}

.from-world__header {
  margin-top: 0;
  position: relative;
}

.from-world__header:after {
  /*content: '';*/
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 24px;
  background-color: #c8de72;
}

.from-world__subheader {
  margin-bottom: 40px;
  line-height: 1.2;
}

.from-world__slider {
  display: none;
}

.from-world__items.tns-slider .from-world__item {
  width: auto;
  max-width: none;
  flex: none;
  margin-right: 0;
}

.from-world__item {
  width: 285px;
  max-width: 285px;
  flex: 0 0 285px;
  margin-right: 30px;
  transform: translateZ(0);
}

.from-world__item .catalog-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.from-world__country {
  margin-bottom: 2px;
  margin-left: -15px;
  position: relative;
}

.from-world__country-lang {
  display: flex;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 4px;
  width: 155px;
  padding: 9px 15px 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s;
}

.from-world__country-lang:hover,
.from-world__country-lang.is-active {
  background-color: #f3f3f3;
}

.from-world__lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
}

.from-world__country-flag {
  width: 15px;
  margin: 0px 10px 0 0;
}

.from-world__country-flag img {
  display: block;
  max-width: 100%;
}

.from-world__country-title {
  font-size: 13px;
  padding-top: 2px;
}

.from-world__avaible {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 20px;
}

.from-world__avaible strong {
  font-weight: 500;
  color: #34abbd;
}

.full-specs {
  margin-bottom: 40px;
}

.full-specs__header {
  margin: 0 0 23px;
}

.full-specs__col {
  margin-bottom: 0;
}

.full-specs__col:first-child {
  margin-top: 0;
}

.full-specs__col+.full-specs__col {
  margin-top: 45px;
}

.full-specs__item {
  margin-top: 45px;
}

.full-specs__item:first-child {
  margin-top: 0;
}

.full-specs__item-header {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.full-specs__item-header:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #c8de72;
  margin-top: 6px;
}

.hero {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #013e83 !important;
}

.hero__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 60px 0;
  box-sizing: border-box;
}

.hero__desk {
  color: #fafafa;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 50px;
}

.hero__item--left {
  flex: 1 1;
}

.hero__item--left h1 {
  line-height: 70px;
  color: #fafafa;
  font-size: 61px;
  font-weight: 800;
  position: relative;
  margin-top: 27px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}



.hero__item--right {
  flex: 0 0 469px;
  margin-left: 115px;
}

.hero__btns {
  margin-bottom: 30px;
}

.hero__btns .btn--light {
  background: #ebf0f2;
  border: none;
  color: #34abbd;
  font-size: 20px;
  font-weight: 300;
}

.hero__btns .btn--danger {
  height: 50px;
}

.hero__project-selection {
  box-shadow: 2px 3px 21px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  background-color: #fafafa;
  padding: 44px 90px 20px 90px;
  box-sizing: border-box;
}

.hero__project-selection-section {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: baseline;
}

.types-work {
  margin-right: 10px;
}

.show-works {
  margin-left: 15px;
}

.hero__project-selection-section--col {
  flex-direction: column;
  align-items: flex-start;
}

.hero__lang-dropdown {
  position: absolute;
  left: -10px;
  top: 100%;
  margin-top: 10px;
}

.hero__project-selection-name {
  color: #03353d;
  font-size: 20px;
  font-weight: 500;
  margin-top: -4px;
}

.hero__project-selection-lang {
  color: #03353d;
  font-size: 13px;
  font-weight: 300;
  border-radius: 4px;
  margin-top: 7px;
  width: 150px;
  background-color: transparent;
  padding: 10px 15px 10px;
  margin-left: -10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s;
}

.hero__project-selection-lang:hover,
.hero__project-selection-lang.is-active {
  background-color: #f3f3f3;
}

.hero__selection-lang-name {
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
}

.hero__project-name {
  color: #03353d;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
}

.hero__project-items {
  display: flex;
  flex-wrap: wrap;
}

.hero__project-selection-list {
  width: 100%;
}

.hero__project-items {
  border-radius: 4px;
  border: 1px solid #e0e7ea;
  background-color: #fff;
}

.hero__project-item {
  flex: 1 1;
  color: #03353d;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
  cursor: pointer;
  border-right: 1px solid #e0e7ea;
  transition: background 0.2s;
}

.hero__project-item input {
  display: none;
}

.hero__project-item:last-child {
  border: none;
}

.hero__project-item:hover {
  text-decoration: none;
}

.hero__project-item.is-active {
  color: #16494d;
  text-decoration: none;
  background-color: #c8de72;
}

.hero__project-item.is-active:hover {
  background-color: #b5d341;
}

.hero__project-labels {
  display: flex;
  align-items: center;
}

.hero__project-labels span {
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #e0e7ea;
  margin: 0 13px;
}

.hero__project-labels input {
  height: 36px;
  line-height: 36px;
  border: 1px solid #e0e7ea;
  background-color: #fff;
  border-radius: 4px;
  flex: 1 1;
  color: #03353d;
  font-size: 13px;
  font-weight: 500;
  padding: 0 14px;
  box-sizing: border-box;
}

.hero__project-options {
  display: flex;
  align-items: center;
  margin-top: 18px;
  gap: 10px;
}

.hero__project-option {
  text-decoration: none;
  height: 26px;
  border: 1px solid #e0e7ea;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #16494d;
  border-radius: 4px;
  padding: 0 10px 0;
  flex-shrink: 0;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
  position: relative;
}

.hero__project-option b {
  font-weight: 600;
  margin-right: 1px;
  position: relative;
  top: -1px;
}

.hero__project-option input {
  display: none;
}

.hero__project-option:hover {
  text-decoration: none;
}

.hero__project-option.is-active {
  color: #16494d;
  text-decoration: none;
  border-bottom-color: #c8de72;
  background-color: #c8de72;
}

.hero__project-option.is-active:hover {
  background-color: #b5d341;
}

.hero__project-option:last-child {
  margin-right: 0;
}

.hero__links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 35px;
}

.hero__links button {
  width: 100%;
  margin-bottom: 15px;
}

.hero__links .btn {
  padding: 0 30px;
  height: 35px;
}

.hero__links .btn b {
  font-weight: 500;
  margin-left: 4px;
}

.hero__links a {
  color: #03353d;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.hero__links a:hover {
  text-decoration: none;
}

.hero__links a .svg-icon {
  fill: #34abbd;
  width: 14px;
  height: 8px;
  margin-top: 3px;
  margin-left: 11px;
}

.hero__link:hover .hero__link-text {
  border-bottom-color: transparent;
}

.hero__link-text {
  line-height: 1;
  display: inline-block;
  border-bottom: 1px solid currentColor;
  transition: border 0.2s;
}

.hot-plans .tns-controls {
  display: none;
}

.hot-plans__headline {
  margin-bottom: 30px;
}

.hot-plans__header {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
}

.hot-plans__header:after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 17px;
  background-color: #c8de72;
}

.hot-plans__image {
  border-radius: 3px;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  -webkit-overflow-scrolling: touch;
}

.hot-plans__image img {
  display: block;
  opacity: 0;
  width: 100%;
  height: 720px;
}

.hot-plans__item {
  display: block;
  position: relative;
  color: #003333;
  text-decoration: none;
  background-color: #fafafa;
}

.hot-plans__item:hover {
  color: #003333;
  text-decoration: none;
}

.hot-plans__slider {
  position: relative;
}

.hot-plans__author {
  padding: 15px 15px;
}

.hot-plans__controls {
  display: none;
}

.how-much {
  text-align: center;
}

.how-much__header {
  font-size: 20px;
  line-height: 24px;
}

.how-much__subheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -10px;
}

.how-much__cost {
  font-size: 31px;
  font-weight: 600;
}

.how-much__text {
  margin-top: 12px;
  font-size: 16px;
  line-height: 20px;
}

.how-much__submit {
  margin-top: 30px;
}

.how-much__note {
  color: #d93c23;
  font-size: 13px;
  font-weight: 400;
  margin-top: 13px;
  margin-bottom: -13px;
}

.key-specs {
  padding-top: 20px;
  margin-bottom: 10px;
}

.key-specs__headline {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px;
}

.key-specs__header {
  margin: 0;
}

.key-specs__more {
  margin-left: auto;
  margin-top: 5px;
}

.key-specs__more-link {
  font-size: 13px;
  color: #003333;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid currentColor;
  transition: border 0.2s;
  padding: 0;
  background: none;
}

.key-specs__more-link:hover {
  color: #003333;
  text-decoration: none;
}

.key-specs__item-num {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.key-specs__item-num-text {
  flex: none;
  font-size: 25px;
  color: #03353d;
  font-weight: 400;
  position: relative;
  padding-bottom: 6px;
  width: 100%;
}

.key-specs__item-num-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #c8de72;
}

.key-specs__item-num-size {
  color: #6D8283;
  font-size: 13px;
  line-height: 15px;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.like {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  background-color: #c8de72;
  padding-top: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.like__icon {
  width: 24.75px;
  height: 26.4px;
  color: #16494d;
  transition: color 0.2s;
}

.like__icon .svg-icon {
  width: 24.75px;
  height: 26.4px;
  display: block;
}

.like__text {
  color: #fafafa;
  font-weight: 400;
  font-size: 14px;
  margin-top: 7px;
  opacity: 0;
  transition: opacity 0.2s;
}

.like:hover,
.like:focus {
  background-color: #b5d341;
  border-color: #b5d341;
}

.like.is-active {
  background-color: #03353d;
}

.like.is-active .like__icon {
  color: #34abbd;
}

.like.is-active .like__text {
  opacity: 1;
}

.menu-dropdown {
  display: none;
}

.menu-dropdown__container {
  padding-top: 10px;
}

.menu-dropdown__titles {
  display: flex;
  margin-left: -30px;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.menu-dropdown__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  display: block;
  line-height: 1.1;
  margin-left: 30px;
  padding: 0;
  white-space: nowrap;
  text-decoration: none;
  color: #34abbd;
  border-bottom: 1px solid currentColor;
  margin-bottom: 10px;
}

.menu-dropdown__title:hover {
  color: #34abbd;
  text-decoration: none;
}

.catalog__header {
  margin-top: 20px;
}

.menu-dropdown__group-header {
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
  cursor: default;
}

.menu-dropdown__group-header:after {
  content: '';
  display: block;
  margin-top: 8px;
  width: 30px;
  height: 2px;
  background-color: #c8de72;
}

.menu-dropdown__group-item {
  padding-bottom: 5px !important;
}

.menu-dropdown__item {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  height: auto;
  text-decoration: none;
  color: #03353d;
}

.menu-dropdown__item:hover {
  color: #34abbd;
  text-decoration: none;
}

.menu-dropdown.is-opened {
  display: block;
}

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.65);
  pointer-events: none;
}

.mobile-nav-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-nav {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  will-change: transform;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transform: translateX(-100%);
  transition: transform 0.2s;
}

.mobile-nav .select__placeholder {
  top: 8px;
  left: 15px;
}

.mobile-nav .select .select2 .select2-selection {
  height: 36px;
}

.mobile-nav .select .select2 .select2-selection .select2-selection__rendered {
  height: 34px;
  line-height: 34px;
}

.mobile-nav .select .select2 .select2-selection .select2-selection__arrow {
  height: 34px;
  line-height: 34px;
}

.mobile-nav .select .select2 .select2-selection .select2-selection__clear {
  height: 34px;
  line-height: 34px;
}

.mobile-nav .select .select2-dropdown .select2-results__option {
  height: 36px;
  line-height: 36px;
}

.mobile-nav .sorting__results {
  padding: 0;
  margin: 0;
  height: auto;
  border: none;
  width: auto;
  flex: none;
  max-width: none;
}

.mobile-nav .sorting__found {
  flex: none;
}

.mobile-nav .sorting__actions {
  margin-left: 20px;
}

.mobile-nav .sorting__item {
  margin-bottom: 20px;
}

.mobile-nav__inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  border-right: 1px solid #e0e7ea;
  position: relative;
}

.mobile-nav__scroller {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav__header {
  flex: none;
  height: 55px;
  position: relative;
  padding: 10px 15px 26px;
}

.mobile-nav__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: none;
  border-radius: 0;
  box-shadnow: none;
  padding: 0;
  border: none;
  color: #d93c23;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-nav__close .svg-icon {
  display: block;
}

.mobile-nav__close .svg-icon {
  width: 10px;
  height: 10px;
}

.mobile-nav__content {
  flex: 1 1;
  position: relative;
}

.mobile-nav__footer {
  flex: none;
  border-top: 1px solid #e0e7ea;
  padding: 20px 15px;
  text-align: center;
}

.mobile-nav__button {
  min-width: 165px;
}

.mobile-nav__button b {
  font-weight: 500;
  margin-left: 2px;
}

.mobile-nav__advanced-search {
  display: flex;
  padding-right: 30px;
  margin-top: 20px;
  justify-content: center;
}

.mobile-nav.is-opened {
  transform: translateX(0);
}

.modal-form {
  padding: 30px 30px 30px;
  text-align: left;
}

.modal-form .select .select2 .select2-selection .select2-selection__placeholder {
  color: #bdc6ca !important;
  font-weight: 400;
}

.modal-form__textarea {
  height: 150px;
  resize: none;
}

.modal-form .col {
  margin-bottom: 0;
}

.modal-form__item {
  margin-bottom: 15px;
}

.modal-form__item--textarea {
  margin-top: 15px;
}

.modal-form__item--textarea-height {
  display: flex;
  padding-bottom: 15px;
}

.modal-form__policy {
  color: #bdc6ca;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
}

.modal-form__policy a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.modal-form__submit {
  margin-top: 20px;
}

.modal-form__note {
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: -12px;
  text-align: center;
}

.modal-form__note a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.modal-form__submit {
  text-align: center;
}

.modal-form__submit-button {
  margin-left: auto;
  margin-right: auto;
  min-width: 159px;
}

.modal-form--sign-up {
  display: none;
}

.modal-form--sign-up.is-active {
  display: block;
}

.modal-info {
  text-align: left;
}

.modal-info__item {
  padding: 30px;
  border-top: 1px solid #e0e7ea;
}

.modal-info__item:first-child {
  border-top: none;
}

.modal-info__image {
  margin-top: 30px;
}

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

.modal-info b {
  font-weight: 500;
}

.modal-license {
  text-align: left;
  padding: 30px;
}

.modal-license__item {
  font-size: 16px;
  color: #03353d;
  margin-bottom: 10px;
}

.modal-sign-up {
  display: none;
}

.modal-sign-up__item {
  display: flex;
  align-items: center;
  color: #03353d;
  border-top: 1px solid #e0e7ea;
  padding: 25px 30px 25px;
  text-align: left;
  text-decoration: none;
}

.modal-sign-up__item:first-child {
  border-top: none;
}

.modal-sign-up__item:hover {
  color: #03353d;
  text-decoration: none;
}

.modal-sign-up__item:hover .modal-sign-up__item-icon {
  color: #c8de72;
}

.modal-sign-up__item-body {
  flex: 1 1;
  display: block;
  padding-right: 10px;
}

.modal-sign-up__item-header {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #34abbd;
}

.modal-sign-up__item-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.modal-sign-up__item-icon {
  display: block;
  margin-left: auto;
  height: 30px;
  width: 30px;
  color: #e0e7ea;
  margin-top: 10px;
}

.modal-sign-up__item-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.modal-sign-up.is-active {
  display: block;
}

.modal-whats {
  text-align: left;
  padding: 30px;
}

.modal-whats b {
  font-weight: 500;
}

.modification-request {
  margin-bottom: 35px;
}

.modification-request__header {
  margin: 0 0 20px;
}

.modification-request__note {
  font-size: 13px;
  line-height: 18px;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e0e7ea;
}

.modification-request__note-header {
  font-size: 16px;
  font-weight: 500;
  color: #d93c23;
}

.modification-request__button {
  margin-top: 25px;
}

.oops {
  text-align: center;
  margin: 20px 0;
}

.oops__title {
  margin: 0 0 15px;
}

.oops__title span {
  color: #d93c23;
}

.oops__note {
  margin: 0;
  font-weight: 400;
}

.oops__foot {
  margin-top: 40px;
}

.page-scroller {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 1050;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: rgba(52, 171, 189, 0.1);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: opacity 0.16s linear;
  pointer-events: none;
}

.page-scroller__ctrl {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  fill: #666;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease-in-out;
}

.page-scroller:hover,
.page-scroller:focus {
  background-color: rgba(52, 171, 189, 0.12);
}

.page-scroller:active {
  background-color: rgba(52, 171, 189, 0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
  transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
  opacity: 1;
  pointer-events: auto;
}

.pager {
  margin: 0 0 45px;
  display: flex;
  flex-direction: column;
}

.pager__goto {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.pager__goto-inside {
  display: flex;
  align-items: center;
}

.pager__goto-title {
  font-size: 16px;
  margin-right: 15px;
}

.pager__goto-control {
  display: flex;
  align-items: center;
}

.pager__goto-input {
  margin: 0;
  padding: 0 5px 0;
  border-radius: 2px 0 0 2px;
  background: #fff;
  width: 48px;
  height: 26px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  border: 1px solid #e0e7ea;
  moz-appearance: textfield;
  -moz-appearance: textfield;
}

.pager__goto-input::-webkit-outer-spin-button,
.pager__goto-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pager__goto-button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #34abbd;
  border-radius: 0 2px 2px 0;
  width: 23px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: color 0.3s, background 0.3s;
}

.pager__goto-button .svg-icon {
  display: block;
  width: 8px;
  height: 14px;
}

.pager__goto-button:hover,
.pager__goto-button:focus {
  background-color: #309bab;
}

.pager__container {
  display: flex;
  align-items: center;
  justify-content: center;
  order: -1;
}

.pager__items {
  display: flex;
  align-items: center;
  padding: 0 3px;
}

.pager__arrow {
  height: 26px;
  width: 26px;
  background: #34abbd;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 2px;
}

.pager__arrow .svg-icon {
  display: block;
  width: 8px;
  height: 14px;
}

.pager__arrow:hover,
.pager__arrow:focus {
  color: #fff;
}

.pager__item {
  height: 26px;
  min-width: 26px;
  padding: 0 4px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #003333;
  font-size: 16px;
  margin: 0 3px;
}

.pager__item:hover {
  color: #003333;
  text-decoration: none;
}

.pager__item--current {
  pointer-events: none;
  background-color: #f3f3f3;
}

.pager__item--dots {
  pointer-events: none;
}

.pricing-questions {
  text-align: center;
  border: 1px solid #e0e7ea;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  padding: 31px 20px;
  margin: 30px 0 28px;
  color: #03353d;
}

.pricing-questions a {
  margin-left: 6px;
  text-decoration: none;
  border-bottom: 1px solid;
}

.pricing-questions a:hover {
  text-decoration: none;
  border-bottom-color: transparent;
}

.print {
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #e0e7ea;
  padding: 0;
  margin: 0;
  min-width: 67px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.print__icon {
  width: 13px;
  height: 13px;
  position: relative;
  overflow: hidden;
  margin-right: 9px;
  -webkit-overflow-scrolling: touch;
}

.print__icon .svg-icon {
  display: block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.print__text {
  color: #34abbd;
  transition: color 0.2s;
  font-size: 16px;
  font-weight: 400;
}

.print__text:before {
  content: attr(data-disabled);
}

.quick-links {
  flex: none;
  background-color: #fafafa;
}

.quick-links__container {
  padding-top: 29px;
  padding-bottom: 31px;
}

.quick-links__headline {
  display: flex;
  align-self: flex-start;
}

.quick-links__header {
  font-size: 16px;
  font-weight: 500;
  color: #003333;
}

.quick-links__headline-link {
  margin-left: 4px;
  margin-top: 2px;
  text-decoration: none;
  line-height: 1.2;
  display: table;
  border-bottom: 1px solid transparent;
}

.quick-links__items {
  display: none;
  padding-top: 25px;
}

.quick-links__item ul,
.quick-links__item ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.quick-links__item ul li a {
  font-size: 13px;
  color: #003333;
  text-decoration: none;
  transition: color 0.2s;
}

.quick-links__item ul li:first-child a {
  font-weight: 500;
}

.recently-viewed {
  flex: none;
  border: 1px solid #e0e7ea;
}

.recently-viewed__container {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.recently-viewed__header {
  color: #003333;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

.recently-viewed__items {
  display: flex;
  overflow: hidden;
  margin-left: -15px;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
}

.recently-viewed__items.tns-slider {
  display: block;
  overflow: visible;
  margin-left: 0;
}

.recently-viewed__items.tns-slider .recently-viewed__item {
  padding: 0;
}

.recently-viewed__item {
  display: block;
  padding-left: 15px;
  width: 150px;
  max-width: 150px;
  flex: 0 0 150px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.recently-viewed__item-link {
  display: block;
  width: 100%;
}

.recently-viewed__item-link img {
  display: block;
  width: 100%;
  heigh: auto;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal {
  width: 100%;
  margin-bottom: 10px;
  max-width: 640px;
  background-color: #fff;
  padding: 0;
  position: relative;
  outline: none;
  border-radius: 8px;
  transform: translate3d(0, 0, 0);
}

.remodal__head {
  text-align: center;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e7ea;
}

.remodal__title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 22px;
  border-radius: 8px 8px 0 0;
  padding-bottom: 22px;
  position: relative;
  background-color: #fafafa;
}

.remodal__title--sign-in {
  display: none;
}

.remodal__title--sign-in.is-active {
  display: flex;
  justify-content: center;
}

.remodal__title-arrow {
  position: absolute;
  top: 29px;
  left: 20px;
  width: 21px;
  height: 10px;
  cursor: pointer;
  color: #03353d;
}

.remodal__title-arrow .svg-icon {
  height: 10px;
  width: 21px;
  display: block;
}

.remodal__close {
  position: absolute;
  top: 17px;
  right: 8px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003333;
  background: transparent;
  border: 0;
  z-index: 1;
}

.remodal__close .svg-icon {
  display: block;
  width: 12px;
  height: 12px;
}

.remodal__content p:last-child {
  margin-bottom: 0;
}

.remodal__warning {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.remodal__or {
  text-align: center;
  position: relative;
}

.remodal__or:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  width: 100%;
  background-color: #e0e7ea;
  top: 50%;
  transform: translateY(-50%);
}

.remodal__or-text {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #bdc6ca;
  text-transform: uppercase;
  background-color: #fff;
}

.remodal--small {
  max-width: 460px;
}

.remodal--middle {
  max-width: 705px;
}

.remodal--large {
  max-width: 825px;
}

.remodal--extra {
  max-width: 970px;
}

.remodal--fluid {
  max-width: 1860px;
}

.remodal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  background-color: rgba(0, 0, 0, 0.65);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.is-multiple {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal.modal-country {
  max-width: 1020px;
  border-radius: 15px;

  .remodal__title {
    padding: 0;
  }

  .remodal__head {
    border: none;
  }

  .remodal__close {
    border-radius: 50%;
    background: #F3F3F3;
    top: 20px;
    right: 20px;

    .svg-icon {
      display: inline-block;
      width: 14px;
      height: 14px;
      fill: #16494D;
      font-size: 0;
    }

    &:hover {
      background: #E0E7EA;

      .svg-icon {
        fill: #16494D;
      }
    }
  }

  .remodal__content {
    padding: 53px 70px 70px 70px;
    display: block;
    text-align: left;

    .modal-country {
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 50px;
    }

    .countries {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;

      .countries-item {
        border: 1px solid #F3F3F3;
        width: calc((100% - 120px)/4);
        border-radius: 8px;
        gap: 10px;
        padding: 15px 10px 12px 15px;
        font-size: 16px;
        font-weight: 500;

        &:hover {
          border: 1px solid #BDC6CA;
          background: transparent;
        }

        img {
          width: 33px;
          height: 20px;
        }
      }

      .countries-item.is-active {
        border: 1px solid #34ABBD;
      }
    }

    .lang-dropdown__item-title {
      text-align: left;
    }
  }
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-20%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    transform: translateY(-20%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-20%);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-20%);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.save {
  display: inline-flex;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  color: #e0e7ea;
  padding: 0;
  margin: 0;
  min-width: 67px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.save__icon {
  width: 13px;
  height: 12px;
  position: relative;
  overflow: hidden;
  margin-right: 9px;
  -webkit-overflow-scrolling: touch;
}

.save__icon .svg-icon {
  display: block;
  width: 13px;
  height: 12px;
  overflow: hidden;
  transition: transform 0.2s;
  -webkit-overflow-scrolling: touch;
}

.save__text {
  color: #34abbd;
  transition: color 0.2s;
  font-size: 16px;
  font-weight: 400;
}

.save__text:before {
  content: attr(data-disabled);
}

.save.is-active {
  color: #c8de72;
}

.save.is-active .save__icon .svg-icon--heart {
  transform: translateY(-100%);
}

.save.is-active .save__icon .svg-icon--heart_active {
  transform: translateY(-100%);
}

.save.is-active .save__text {
  color: #16494d;
}

.save.is-active .save__text:before {
  content: attr(data-active);
}

.search-dropdown {
  background-color: #fafafa;
  width: 225px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  overflow: hidden;
  transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-overflow-scrolling: touch;
}

.search-dropdown__item {
  display: flex;
  align-items: center;
  color: #16494d;
  text-decoration: none;
  padding: 9px 15px;
  background-color: transparent;
}

.search-dropdown__item:hover {
  color: #16494d;
  text-decoration: none;
}

.search-dropdown__item:first-child {
  padding-top: 15px;
}

.search-dropdown__item:last-child {
  padding-bottom: 15px;
}

.search-dropdown__item-aside {
  display: block;
  position: relative;
}

.search-dropdown__item-image {
  width: 100%;
  height: auto;
  display: block;
}

.search-dropdown__item-flag {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 15px;
}

.search-dropdown__item-flag img {
  display: block;
  width: 100%;
  height: auto;
}

.search-dropdown__item-title {
  font-weight: 500;
  padding-left: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.search-dropdown__oops {
  padding: 25px 30px;
  line-height: 1;
  text-align: center;
}

.search-dropdown__oops-title {
  font-size: 20px;
  font-weight: 600;
  color: #d93c23;
}

.search-dropdown__oops-note {
  color: #16494d;
  font-size: 16px;
  font-weight: 500;
}

.search-dropdown.is-opened {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s 0s;
}

.search-item {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #003333;
  text-decoration: none;
  background-color: #fafafa;
  box-shadow: none;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 15px;
  margin-top: 30px;
  -webkit-overflow-scrolling: touch;
}

.search-item:first-child {
  margin-top: 0;
}

.search-item:hover {
  color: #003333;
  text-decoration: none;
}

.search-item:hover .search-item__header-text {
  border-bottom-color: currentColor;
}

.search-item__header {
  display: block;
  margin: 0 0 14px;
}

.search-item__header-text {
  border-bottom: 1px solid transparent;
}

.search-item__delete {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #fff;
  z-index: 1;
  transition: color 0.2s;
  background-color: #ef1a25;
}

.search-item__delete .svg-icon {
  display: block;
  width: 10px;
  height: 10px;
}

.search-item__tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}

.search-item__tag {
  display: flex;
  align-items: center;
  height: 25px;
  margin-left: 15px;
  margin-bottom: 15px;
  font-size: 13px;
  padding: 0 10px 1px;
  border-radius: 4px;
  background-color: #c8de72;
}

.search-item__email-me {
  display: block;
  margin-top: 25px;
}

.search-list__container {
  padding-bottom: 60px;
}

.select-plan__text {
  line-height: 20px;
  margin-bottom: 35px;
}

.select-plan__item {
  /*margin-top: 28px;*/
}

.select-plan__item:first-child {
  margin-top: 0;
}

.select-plan__item-title {
  font-size: 13px;
  line-height: 1;
  color: #003333;
  font-weight: 500;
  margin-bottom: 8px;
}

.select-plan__item-title > span {
  font-weight: 300;
}

.select-plan__subtotal {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.select-plan__subtotal-title {
  font-size: 20px;
  font-weight: 500;
}

.select-plan__subtotal-price {
  font-size: 25px;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}

.select-plan__subtotal-currency {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-top: 3px;
}

.select-plan__submit {
  margin-top: 20px;
}

.select {
  outline: none !important;
  position: relative;
}

.select select {
  opacity: 0;
  height: 28px;
}

.select__placeholder {
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 12;
  pointer-events: none;
}

.select__custom-options {
  display: none;
}

.select .select2 {
  color: #003333;
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  outline: none !important;
  z-index: 11;
  background-color: #fff;
}

.select .select2 .select2-selection {
  height: 30px;
  border: 1px solid #e0e7ea;
  outline: none !important;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.select .select2 .select2-selection .select2-selection__rendered {
  display: flex;
  height: 29px;
  line-height: 28px;
  border-radius: 5px;
  font-weight: 500;
  padding: 0 15px;
  background-color: #fff;
}

.select .select2 .select2-selection .select2-selection__rendered>span {
  margin-left: auto;
  font-weight: 500;
  color: #34abbd;
}

.select .select2 .select2-selection .select2-selection__clear {
  padding-right: 7px;
  margin-right: 0;
  height: 28px;
  padding-bottom: 2px;
  color: #34abbd;
}

.select .select2 .select2-selection .select2-selection__arrow {
  display: none;
}

.select .select2 .select2-selection .select2-selection__placeholder {
  display: flex;
  flex: 1 1;
  /*  color: #003333 !important;*/
}

.select .select2 .select2-selection .select2-selection__placeholder span {
  margin-left: auto;
  color: #34abbd;
}

.select .select2 .select2-selection:hover .select2-selection__rendered,
.select .select2 .select2-selection:hover .select2-selection__clear {
  background-color: #fafafa;
}

.select .select2.select2-container--open .select2-selection {
  border-bottom: none;
}

.select .select2.select2-container--open.select2-container--above {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select .select2.select2-container--open.select2-container--above .select2-selection {
  border-bottom: 1px solid #e0e7ea;
}

.select--arrow .select2 .select2-selection .select2-selection__arrow {
  height: 28px;
  width: 28px;
  display: block;
}

.select--arrow .select2 .select2-selection .select2-selection__arrow b {
  border-color: #1e2125 transparent transparent transparent;
}

.select--arrow .select2.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #1e2125 transparent !important;
}

.select--lg .select2 {
  font-size: 16px;
}

.select--lg .select2 .select2-selection {
  height: 40px;
}

.select--lg .select2 .select2-selection .select2-selection__rendered {
  font-weight: 300;
  height: 38px;
  line-height: 38px;
}

.select--lg .select2 .select2-selection .select2-selection__arrow {
  height: 38px;
  width: 36px;
}

.select--with-note {
  display: flex;
}

.select--align-right .select2 .select2-selection .select2-selection__rendered {
  text-align: right;
  color: #34abbd;
  justify-content: flex-end;
  padding-left: 110px;
}

.select--align-right .select2-container {
  left: auto !important;
  right: 0;
}

.app .select2-search {
  padding: 10px 15px;
}

.app .select2-container--default .select2-results>.select2-results__options {
  max-height: 340px;
}

.app .select2-dropdown {
  z-index: 13;
  border-radius: 5px;
}

.app .select2-container .select2-dropdown {
  border: 1px solid #e0e7ea;
  margin-top: -1px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.app .select2-container .select2-dropdown--align-right {
  left: auto;
  right: 0;
}

.app .select2-container .select2-dropdown--above {
  margin-top: 1px;
}

.app .select2-container .select2-search .select2-search__field {
  font-size: 13px;
  padding: 0 10px;
  border-color: #e0e7ea;
  height: 30px;
  line-height: 28px;
}

.app .select2-results__option {
  color: #34abbd;
  font-size: 13px;
  padding: 0 15px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}

.app .select2-results__option .sorting-option-title {
  display: none;
}

.app .select2-dropdown--lg .select2-results__option {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
}

.app .select2-dropdown--with-note .select2-results__option {
  height: auto;
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 10px;
  white-space: normal;
  flex-wrap: wrap;
}

.app .select2-dropdown--with-note .select2-results__option div {
  margin-top: 5px;
  color: #003333;
  font-size: 16px;
}

.app .select2-dropdown--align-right .select2-results__option {
  text-align: right;
  justify-content: flex-end;
}

.app .select2-dropdown--custom-options .select2-results__option {
  display: flex;
}

.app .select2-dropdown--custom-options .select2-results__option>span {
  margin-left: auto;
  font-weight: 500;
}

.app .select2-container .select2-results__option--highlighted.select2-results__option--selectable,
.app .select2-container .select2-results__option--selected {
  color: #34abbd;
  background-color: #fafafa;
}

.sitemap a {
  color: #003333;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.sitemap a:hover {
  text-decoration: none;
  color: #003333;
  border-bottom-color: transparent;
}

.sitemap h2,
.sitemap .h2,
.sitemap h3,
.sitemap .h3,
.sitemap h4,
.sitemap .h4,
.sitemap h5,
.sitemap .h5,
.sitemap h6,
.sitemap .h6 {
  font-weight: 500;
}

.sitemap .col {
  margin-bottom: 0;
}

.sitemap__container {
  padding-bottom: 90px;
}

.sitemap__link-header {
  font-weight: 600 !important;
  font-size: 18px !important;
}

.sitemap__link {
  margin-bottom: 13px;
}

.sitemap__header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sitemap__group {
  margin-top: 20px;
}

.sitemap__group-header {
  margin-top: 0;
  margin-bottom: 23px;
}

.sitemap__group-header a {
  border-color: transparent;
}

.sitemap__group-header a:hover {
  border-bottom: 1px solid #003333;
}

.socials__items {
  display: flex;
  align-items: flex-start;
  margin-left: -15px;
}

.socials__item {
  margin-left: 15px;
}

.socials__item--facebook-simple .socials__item-link {
  border-radius: 2px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.socials__item--facebook-simple .socials__item-icon {
  height: 17px;
}

.socials__item--youtube-simple {
  width: 26px;
}

.socials__item--youtube-simple .socials__item-icon {
  width: 26px;
  height: 17px;
}

.socials__item--pinterest-simple .socials__item-icon {
  height: 17px;
}

.socials__item--instagram-simple .socials__item-icon {
  height: 17px;
}

.socials__item-link {
  display: flex;
  align-items: flex-start;
  color: #bdc6ca;
  text-decoration: none;
  transition: color 0.2s;
}

.socials__item-link:hover {
  color: #bdc6ca;
}

.socials__item-icon svg {
  display: block;
  width: inherit;
  height: inherit;
}

.socials__item-title {
  flex: 1 1;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.2;
  margin-left: 10px;
  text-decoration: none;
  border-bottom: 1px solid #e0e7ea;
  transition: border 0.2s;
}

.sorting-container {
  padding-left: 0;
  padding-right: 0;
}

.sorting .select2-results__option .sorting-option-title {
  display: none;
}

.sorting__items {
  margin-left: 5px !important;
  flex: 1 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.sorting__body {
  /*display: none;*/
}

.sorting__buttons {
  display: flex;
  flex-wrap: wrap;
}

.sorting__open {
  text-align: center;
  color: #16494d;
  font-size: 20px;
  font-weight: 500;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  flex: 1 1;
  border-bottom: 1px solid #e0e7ea;
}

.sorting__open--plan {
  flex: 0 0 100%;
  border-left: none;
  height: auto;
  border-left: none !important;
  border-bottom: none;
}

.sorting__open--plan .sorting__plan {
  height: 65px;
  align-items: center;
  margin-top: 0;
  flex: 1 1;
  border-bottom: 1px solid #e0e7ea;
  justify-content: center;
}

.sorting__open+.sorting__open {
  border-left: 1px solid #e0e7ea;
}

.sorting__item {
  flex-shrink: 0;
  min-width: 155px;
  max-width: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sorting__whats {
  flex: 0 0 15px;
  width: 15px;
  max-width: 15px;
  display: flex;
  align-self: flex-start;
  justify-content: center;
  align-items: center;
  color: #34abbd;
  margin-left: 5px;
  margin-top: 8px;
  transition: color 0.2s;
}

.sorting__whats .svg-icon {
  display: block;
  width: 15px;
  height: 15px;
}

.sorting__aside {
  display: flex;
  margin-left: auto;
}

.sorting__aside .sorting__item {
  margin-left: 0;
}

.sorting__by {
  display: flex;
}

.sorting__by-title {
  margin-right: 15px;
  font-size: 13px;
  padding-top: 4px;
}

.sorting__by-control {
  width: 165px;
  max-width: 165px;
  flex: 0 0 165px;
}

.sorting__by-control .select2 {
  width: 100px;
}

.sorting__by-control .select2 .select2-selection .select2-selection__rendered {
  color: #34abbd;
}

.sorting__results {
  display: flex;
  margin-top: -15px;
  margin-bottom: -5px;
  padding-top: 15px;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 30px;
  margin-left: 30px;
  width: 285px;
  max-width: 285px;
  flex: 0 0 285px;
  border-left: 1px solid #e0e7ea;
}

.sorting__plan {
  padding: 0;
  margin: 8px 0 0;
  display: flex;
  align-items: flex-start;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

.sorting__plan-icon {
  width: 16px;
  height: 15px;
  color: #bdc6ca;
  margin-right: 13px;
}

.sorting__plan-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.sorting__plan-text {
  font-size: 13px;
  border-bottom: 1px solid currentColor;
}

.sorting__plan-delete {
  width: 15px;
  height: 15px;
  color: #ef1a25;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
}

.sorting__plan-delete .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.sorting__found {
  flex: 1 1;
  white-space: nowrap;
  font-size: 13px;
}

.sorting__found b {
  font-weight: 500;
}

.sorting__actions {
  display: flex;
  padding-top: 2px;
  margin-left: auto;
}

.sorting__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background: none;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
  border-bottom: 1px solid currentColor;
  margin-left: 14px;
  color: #34abbd;
}

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

.sorting__action--reset {
  color: #ef1a25;
}

.system-settings__container {
  padding-top: 20px;
  padding-bottom: 45px;
}

.system-settings__header {
  text-align: center;
  margin-bottom: 40px;
}

.system-settings__body {
  width: 285px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.system-settings__field {
  margin-top: 15px;
}

.system-settings__field:first-child {
  margin-top: 0;
}

.system-settings__field-group {
  margin-top: 30px;
}

.system-settings__field-group--confirm-password {
  margin-top: 45px;
}

.system-settings__field-header {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}

.system-settings__field-label {
  margin: 0;
  padding: 0;
}

.system-settings__submit {
  margin-top: 45px;
}

.system-settings__submit-button {
  width: 100%;
}

.system-settings__delete {
  text-align: center;
  margin-top: 30px;
}

.tarif-item {
  border-radius: 10px;
  border: 1px solid #e0e7ea;
}

.margin-author {
  margin-top: 20px;
}

.tarif-item__header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 75px;
  border-bottom: 1px solid #e0e7ea;
  background-color: #fafafa;
  border-radius: 10px 10px 0 0;
  color: #16494d;
  font-size: 20px;
  font-weight: 700;
}

.tarif-item__price {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #e0e7ea;
}

.tarif-item__price-mo {
  font-size: 31px;
  font-weight: 700;
  line-height: 30px;
  color: #34abbd;
}

.tarif-item__price-mo span {
  font-weight: 400;
  font-size: 25px;
}

.tarif-item__price-ye {
  font-size: 20px;
}

.tarif-item__list {
  padding: 30px 25px;
}

.tarif-item__list-item {
  display: flex;
  color: #033;
  font-size: 16px;
  margin-top: 30px;
}

.tarif-item__list-item:first-child {
  margin-top: 0;
}

.tarif-item__list-item .svg-icon {
  display: block;
}

.tarif-item__list-item .svg-icon--x-svgrepo-com {
  margin-top: 5px;
  width: 11px;
  height: 11px;
  fill: #d93c23;
}

.tarif-item__list-item .svg-icon--check {
  margin-top: 5px;
  width: 15px;
  height: 11px;
  fill: #34abbd;
}

.tarif-item__list-title {
  flex: 1 1;
  padding-right: 10px;
}

.tarif-item__list-value {
  margin-left: auto;
}

.tarifs-total {
  text-align: center;
  margin-top: 38px;
}

.tarifs-total__header {
  color: #bdc6ca;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 17px;
}

.tarifs-total__price {
  color: #03353d;
  font-size: 39px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 50px;
}

.tarifs-total__button .btn {
  width: 210px;
}

.tarifs__headline {
  margin-top: 23px;
  margin-bottom: -20px;
}

.tarifs__header {
  color: #033;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-right: 20px;
}

.tarifs__info {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tarifs__info .svg-icon {
  flex: 0 0 15px;
  max-width: 15px;
  width: 15px;
  margin-right: 9px;
  fill: #d93c23;
}

.tarifs__info-link {
  color: #d93c23;
  font-size: 16px;
  font-weight: 500;
}

.tarifs__info-link:hover {
  color: #d93c23;
  text-decoration: none;
}

.tarifs__select {
  position: relative;
  width: 100%;
  margin-top: 25px;
}

.tarifs__select:first-child {
  margin-top: 0;
}

.tarifs__select.is-active .tarifs__select-control {
  border-radius: 10px 10px 0 0;
  border-bottom-color: transparent;
}

.tarifs__select.is-active .tarifs__select-control .svg-icon {
  transform: rotate(-180deg);
}

.tarifs__select.is-active .tarifs__select-dropdown {
  display: block;
}

.tarifs__select-dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 5;
  overflow: hidden;
  margin-top: -1px;
  background-color: #fff;
  border: 1px solid #e0e7ea;
  border-radius: 0 0 10px 10px;
  -webkit-overflow-scrolling: touch;
}

.tarifs__select-control {
  display: flex;
  align-items: center;
  height: 75px;
  border: 1px solid #e0e7ea;
  padding: 0 30px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.tarifs__select-control .svg-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: auto;
}

.tarifs__select-item {
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 75px;
  color: #16494d;
  font-size: 20px;
  border-top: 1px solid #e0e7ea;
  text-decoration: none;
}

.tarifs__select-item:first-child {
  border-top: none;
}

.tarifs__select-item:hover {
  text-decoration: none;
  color: #16494d;
  background-color: #fafafa;
}

.warning {
  position: relative;
  background-color: #fff3cd;
  padding: 10px 25px 35px;
  border-radius: 4px;
  margin-bottom: 18px;
  text-align: left;
}

.warning__header {
  top: 12px;
  right: 12px;
  padding-right: 40px;
  margin-bottom: 10px;
}

.warning__header-text {
  width: 149px;
  margin-left: -11px;
}

.warning__header-text img {
  display: block;
  width: 100%;
  height: auto;
}

.warning__header-icon {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 17px;
  height: 17px;
  margin-left: auto;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #8b846e;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.warning__header-icon .svg-icon {
  width: 12px;
  height: 12px;
  display: block;
}

.warning__body {
  font-size: 16px;
  line-height: 19px;
  color: #16494d;
}

.warning__body-header {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 2px;
}

.what-included {
  margin-bottom: 40px;
}

.what-included__header {
  margin-top: 0;
}

.what-included__text p {
  margin-top: 0;
  margin-bottom: 10px;
}

.what-included__text p:last-child {
  margin-bottom: 0;
}

.what-included__more {
  margin-top: 22px;
}

.work-aside {
  border-radius: 10px;
  border: 1px solid #e0e7ea;
}

.work-aside__header {
  color: #03353d;
  font-size: 20px;
  font-weight: 600;
  padding: 23px 30px;
  border-radius: 10px 10px 0 0;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e7ea;
}

.work-aside__header-text {
  font-size: 20px;
  line-height: 24px;
}

.work-aside__header-note {
  font-size: 13px;
  font-weight: 300;
  margin-top: 12px;
}

.work-aside__description {
  display: flex;
  flex-direction: column;
  padding-block: 19.5px;

  font-size: 13px;
  color: #03353d;
}

.work-aside__description-title {
  font-weight: 700;
  margin-bottom: 0;
}

.select-plan__group {
  padding: 0;
}

.select-plan__group-title {
  margin-bottom: 10px;

  font-size: 13px;
  font-weight: 700;

  border: initial;
}

#order-form > div > div.work-aside__body {
  padding-top: 20px;
}

#order-form > div > div.work-aside__body:has(.work-aside__description) {
  padding-top: 0px;
}

.work-aside--select-plan .work-aside__body {
  padding: 0 30px 30px 30px;
}

.small-top-gap {
  margin-top: 30px;
}

.footer-close-btn {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}

.login-box .help-block {
  margin-bottom: 10px;
}

.field-registerpasswordless-country_id {
  margin-top: 20px;
}

.field-registerpasswordless-city_id {
  margin-bottom: 20px;
}

.pp-auth__right .custom-control-label {
  font-size: 14px;
}

.work-aside+.work-aside {
  margin-top: 30px;
}

.work-aside--how-much .work-aside__body {
  padding: 25px 30px 30px;
}

.work-aside--recommendations .work-aside__body {
  padding: 25px 30px 30px;
}

.work-description {
  margin-bottom: 35px;
}

.work-description__header {
  margin: 0 0 20px;
}

.work-details__header {
  font-size: 39px;
  margin-bottom: 9px;
  width: 645px;
  max-width: 100%;
}

.work-details__aside {
  /*display: none;*/
}

.domain-switcher {
  padding-block: 10px;
}

.domain-switcher__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;

  list-style: none;
}

.domain-switcher__link {
  --domainSwitcherLinkMinHeight: 26px;

  position: relative;

  display: flex;
  align-items: center;
  min-height: var(--domainSwitcherLinkMinHeight);
  padding-inline: 30px 12px;

  font-size: 13px;
  color: #16494d;
  text-decoration: none;

  border-radius: 45px;

  background-color: #e0e7ea;

  user-select: none;
}

.domain-switcher__link::before {
  --domainSwitcherLinkFlagSize: calc(var(--domainSwitcherLinkMinHeight) / 1.44);

  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;

  content: "";
  width: var(--domainSwitcherLinkFlagSize);
  height: var(--domainSwitcherLinkFlagSize);

  border-radius: 50%;
  background: no-repeat center/cover;
}

.domain-switcher__link:hover {
  color: #16494d;

  filter:brightness(95%);
} 

.domain-switcher__link--current {
  color: #fafafa;

  background-color: #34abbd;
}

.domain-switcher__link--current:hover {
  color: #fafafa;
} 

.domain-switcher__link--us-flag::before {
  background-image: url("/img/flags/us.png");
}

.domain-switcher__link--pl-flag::before {
  background-image: url("/img/flags/pl.png");
}

.domain-switcher__link--rm-flag::before {
  background-image: url("/img/flags/ro.png");
}

.domain-switcher__link--at-flag::before {
  background-image: url("/img/flags/at.png");
}

.domain-switcher__link--be-flag::before {
  background-image: url("/img/flags/be.png");
}

.domain-switcher__link--ca-flag::before {
  background-image: url("/img/flags/ca.png");
}

.domain-switcher__link--ch-flag::before {
  background-image: url("/img/flags/ch.png");
}

.domain-switcher__link--cz-flag::before {
  background-image: url("/img/flags/cz.png");
}

.domain-switcher__link--de-flag::before {
  background-image: url("/img/flags/de.png");
}

.domain-switcher__link--es-flag::before {
  background-image: url("/img/flags/es.png");
}

.domain-switcher__link--fr-flag::before {
  background-image: url("/img/flags/fr.png");
}

.domain-switcher__link--gb-flag::before {
  background-image: url("/img/flags/gb.png");
}

.domain-switcher__link--hu-flag::before {
  background-image: url("/img/flags/hu.png");
}

.domain-switcher__link--it-flag::before {
  background-image: url("/img/flags/it.png");
}

.domain-switcher__link--jp-flag::before {
  background-image: url("/img/flags/jp.png");
}

.domain-switcher__link--lt-flag::before {
  background-image: url("/img/flags/lt.png");
}

.domain-switcher__link--lv-flag::before {
  background-image: url("/img/flags/lv.png");
}

.domain-switcher__link--nl-flag::before {
  background-image: url("/img/flags/nl.png");
}

.domain-switcher__link--no-flag::before {
  background-image: url("/img/flags/no.png");
}

.domain-switcher__link--nz-flag::before {
  background-image: url("/img/flags/nz.png");
}

.domain-switcher__link--pt-flag::before {
  background-image: url("/img/flags/pt.png");
}

.domain-switcher__link--se-flag::before {
  background-image: url("/img/flags/se.png");
}

.domain-switcher__link--si-flag::before {
  background-image: url("/img/flags/si.png");
}

.domain-switcher__link--sk-flag::before {
  background-image: url("/img/flags/sk.png");
}

.work-details__print {
  margin-bottom: 13px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e0e7ea;
}

.work-details__plan {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 17px;
  flex-shrink: 0;
}

.work-details__plan-title {
  color: #bdc6ca;
}

.work-details__plan-num {
  color: #16494d;
  margin-left: 3px;
}

.work-details__badges {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
}

.work-details__badges-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 40px;
  margin-bottom: 25px;
  flex-shrink: 0;
}

.work-details__badges-item--aside {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  margin-left: 0;
}

.work-details__badges-item--danger .work-details__badges-icon {
  color: #d93c23;
}

.work-details__badges-icon {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  color: #c8de72;
}

.work-details__badges-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.work-details__badges-text {
  font-size: 13px;
  line-height: 14px;
}

.work-details__whats {
  margin-left: 15px;
  margin-top: 1px;
}

.work-details__whats-button {
  display: flex;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 14px;
  border: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.work-list__container {
  padding-bottom: 45px;
}

.work-list__col {
  display: flex;
}

.work-mobile {
  margin-bottom: 37px;
}

.work-mobile .work-aside__header {
  padding-left: 15px;
  padding-right: 15px;
}

.work-mobile .work-aside--how-much .work-aside__body {
  padding-left: 15px;
  padding-right: 15px;
}

.work-mobile .work-aside--how-much .work-aside__body {
  padding-left: 15px;
  padding-right: 15px;
}

.work-mobile .work-aside--select-plan .work-aside__body {
  padding-left: 15px;
  padding-right: 15px;
}

.work-mobile .work-aside~.work-aside {
  margin-top: 15px;
}

.work-mobile .btn--lg {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.work-recommendations .select .select2 .select2-selection .select2-selection__rendered {
  font-weight: 300;
}

.work-recommendations .select .select2 .select2-selection .select2-selection__rendered>span {
  font-weight: 300;
}

.work-recommendations .select .select2 .select2-selection .select2-selection__arrow b {
  border-top-color: #b5bdc4;
}

.work-recommendations .select .select2-results__option {
  font-weight: 300;
}

.work-recommendations__form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

.work-recommendations__form-item {
  padding-left: 10px;
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 10px;
}

.work-recommendations__oops {
  line-height: 1;
  text-align: center;
  margin: 40px 0 20px;
}

.work-recommendations__oops-header {
  color: #d93c23;
  font-size: 20px;
  font-weight: 600;
}

.work-recommendations__oops-text {
  color: #16494d;
  font-weight: 500;
  margin-top: 2px;
}

.work-recommendations__authors {
  margin-top: 20px;
  margin-right: -15px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.work-recommendations__authors-scroller {
  overflow: auto;
  position: relative;
  height: 606px;
  margin-right: -20px;
  -webkit-overflow-scrolling: touch;
}

.work-recommendations__author {
  display: flex;
  margin-bottom: 30px;
}

.work-recommendations__author:last-child {
  margin-bottom: 0;
}

.work-recommendations__author-image {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 3px;
  background-color: #fafafa;
  -webkit-overflow-scrolling: touch;
}

.work-recommendations__author-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.work-recommendations__author-image--noimage {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e7ea;
}

.work-recommendations__author-image-letter {
  font-size: 25px;
  font-weight: 500;
  color: #34abbd;
  text-transform: uppercase;
}

.work-recommendations__author-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}

.work-recommendations__author-title-text {
  color: #03353d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.work-recommendations__author-title-text:hover {
  color: #03353d;
  text-decoration: none;
}

.work-recommendations__author-country {
  color: #b5bdc4;
  line-height: 1.2;
  font-size: 13px;
}

.work-recommendations__author-meta {
  display: flex;
  margin-top: 3px;
}

.work-recommendations__author-rating .rating__icon {
  width: 10px;
  height: 10px;
}

.work-recommendations__author-rating .rating__text {
  font-size: 12px;
  margin-left: 5px;
}

.work-recommendations__author-license {
  margin-left: 28px;
  margin-top: 0;
}

.work-recommendations__author-license .author-license__header {
  font-size: 12px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.work-recommendations__author-license .author-license__header:after {
  display: none;
}

.work-recommendations__author-license .author-license__header-icon {
  top: 2px;
  margin-right: 5px;
  width: 7px;
  height: 10px;
}

.work-recommendations__author-request {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.work-recommendations__author-price {
  color: #033;
  font-size: 20px;
  font-weight: 700;
  margin-right: 13px;
}

.work-recommendations__author-request-button {
  padding-left: 15px;
  padding-right: 15px;
}

.work-recommendations__author-counter {
  position: relative;
  width: 45px;
  transform: translateX(-8px);
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.work-recommendations__author-counter-icon {
  flex: 0 0 45px;
  max-width: 45px;
  width: 45px;
  color: #bdc6ca;
  transition: color 0.3s;
}

.work-recommendations__author-counter-icon .svg-icon {
  display: block;
  width: 45px;
  height: 45px;
}

.work-recommendations__author-counter-icon:hover {
  color: #34abbd;
}

.work-recommendations__author-counter-value {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  color: #bdc6ca;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.work-recommendations__more {
  margin-top: 30px;
}

.work-tabs__titles {
  display: flex;
  margin-bottom: 22px;
}

.work-tabs__title {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}

.work-tabs__title-button {
  cursor: pointer;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #bdc6ca;
  padding: 0;
  background-color: transparent;
}

.work-tabs__title-button.is-active {
  pointer-events: none;
  color: #34abbd;
}

.work-tabs__title-button.is-active .work-tabs__title-text {
  border-bottom-color: transparent;
}

.work-tabs__title-button:hover .work-tabs__title-text {
  border-bottom-color: transparent;
}

.work-tabs__title-text {
  display: block;
  border-bottom: 1px solid currentColor;
}

.work-tabs__body {
  display: none;
}

.work-tabs__body.is-active {
  display: block;
}

.work-video {
  margin-bottom: 40px;
}

.work-video__header {
  margin: 0 0 15px;
}

.work-video__action iframe {
  display: block;
}

.work {
  padding-top: 1px;
  background-color: #fafafa;
}

.work__container {
  padding-bottom: 30px;
}

.work__headline-text {
  padding-right: 25px;
  font-size: 16px;
}

.work__headline-text strong {
  font-weight: 400;
}

.work__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 25px;
  justify-content: flex-end;
}

.work__action {
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 20px;
  padding: 0 5px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
}

.work__action--pinterest {
  color: #fff;
  background-color: #e10629;
  margin-right: auto;
}

.work__action--pinterest:hover {
  color: #fff;
  background-color: #bf0523;
}

.work__action--pinterest .svg-icon {
  display: block;
  width: 13px;
  height: 13px;
}

.work__action-icon {
  margin-right: 3px;
}

.work__action-text {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}

.work__action-save {
  margin-left: 20px;
}

.work__items {
  position: relative;
}

.work__counter {
  display: flex;
  align-items: flex-start;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 28px;
  border-radius: 4px;
  padding: 0 10px;
  background-color: rgba(3, 53, 61, 0.7);
}

.work__concept {
  position: absolute;
  left: 0;
  top: 0;
  height: 28px;
  border-radius: 4px;
  background-color: #d93c23;
  color: #fff;
  padding: 7px 10px 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}

.work__counter-icon {
  width: 12px;
  height: 12px;
  color: #e0e7ea;
  margin-top: 8px;
}

.work__counter-icon .svg-icon {
  display: block;
  width: inherit;
  height: inherit;
}

.work__counter-text {
  color: #e0e7ea;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  margin-left: 7px;
  margin-top: 7px;
}

.work__item {
  overflow: hidden;
  margin-top: 30px;
  display: block;
  -webkit-overflow-scrolling: touch;
}

.work__item:first-child {
  margin-top: 0;
  border-radius: 7px 7px 0 0;
}

.work__item:last-child {
  border-radius: 0 0 7px 7px;
}

.work__item img {
  display: block;
  width: 100%;
  height: auto;
}

.work__like {
  margin-top: 30px;
}

.work--plan {
  background-color: transparent;
}

.work--plan .work__container {
  padding-bottom: 20px;
}

.work--plan .work__headline {
  margin-top: -12px;
}

.work--plan .work__item {
  display: none;
}

.work--plan .work__item:first-child {
  display: block;
  border-radius: 7px;
}

.works-more__container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.works-more__header {
  margin-top: 0;
  text-align: center;
  margin-bottom: 35px;
}

.works-similar__headline {
  margin-bottom: 25px;
}

.works-similar__items {
  margin-top: 30px;
}

.works-similar__items:first-child {
  margin-top: 0;
  border-top: 1px solid #e0e7ea;
  padding-top: 35px;
}

.works-similar__header {
  margin: 0;
}

.works-similar__more {
  margin-left: auto;
  margin-top: 20px;
}

.works-similar__more-link {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}

.works-similar__more-link:hover {
  text-decoration: none;
}

.works-similar__more-text {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 2px;
  border-bottom: 1px solid transparent;
}

.works-similar__more-icon {
  width: 21px;
  height: 10px;
  margin-left: 9px;
}

.works-similar__more-icon .svg-icon {
  display: block;
  height: inherit;
  width: inherit;
}

.works-similar__col {
  display: flex;
}

.faq,
.about {
  font-size: 20px;
  line-height: 30px;
}

.close-author {
  position: relative;
  top: 20px;
  right: 20px;
  z-index: 10000;
}

.quick-links-tablet {
  display: none;
  position: relative;
}

@-webkit-keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.author-card .nav-tabs {
  border-bottom: none;
}

.author-card .nav-link {
  margin-right: 10px;
}

.author-card .nav-link.active .office-placeholder{
  background: #34ABBD;
  color: #FAFAFA;
}

.fade {
  opacity: 1;
}

/*.fade:not(.show) {*/
/*  opacity: 0;*/
/*}*/

.author-card .nav-link .office-placeholder {
  padding: 4px 10px;
}

.author-card__contacts-item--phone span, .author-card__contacts-item--site span, .author-card__socials span {
  font-size: 16px;
  color: #34ABBD;
  margin-right: 5px;
  font-weight: 400;
}

.author-card__socials {
  display: flex;
  align-items: center;
}

.author-card__socials span {
  margin-right: 10px;
}

.tab-pane .address {
  font-size: 16px;
  font-weight: 400;
  color: #16494D;
  margin-bottom: 17px;
  margin-top: 25px;
}

.author-card__contacts-item--site a {
  color: #16494D;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

.author-card-inner {
  width: 250px;
  margin: 0 auto;
  text-align: center;
}

.sendMess {
  width: 100%;
  color: #fff;
  background: #16494D;
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 5px;
}

.sendMess:hover {
  background: #123B3E;
}

.author-card__footer-buttons {
  display: none;
}

.author-card-inner .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;

  button {
    border: 1px solid #BDC6CA;
    border-radius: 5px;
    height: 40px;
    padding: 0 26px 0 43px;
    font-size: 16px;
    font-weight: 600;
    color: #16494D;
    max-width: calc((100% - 10px)/2);
  }
}

.author-card-inner .save {
  color: #16494D;
  background: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.46626 15C8.2454 15 8.09816 14.9264 7.95092 14.7791L1.39877 8.22699C0.515337 7.26994 0 6.09202 0 4.76687C0 3.51534 0.515337 2.2638 1.39877 1.38037C3.31288 -0.460123 6.33129 -0.460123 8.17178 1.38037L8.46626 1.67485L8.76074 1.38037C10.6748 -0.460123 13.6933 -0.460123 15.5337 1.38037C17.3742 3.29448 17.3742 6.23926 15.5337 8.15337L8.98159 14.7791C8.83436 14.9264 8.68712 15 8.46626 15ZM4.8589 1.52761C3.97546 1.52761 3.09202 1.82209 2.42945 2.48466C1.84049 3.07362 1.47239 3.88344 1.47239 4.76687C1.47239 5.65031 1.84049 6.53374 2.42945 7.19632L8.46626 13.2331L14.5031 7.19632C15.7546 5.87117 15.7546 3.80982 14.5031 2.48466C13.2515 1.23313 11.1166 1.23313 9.79141 2.48466L8.98159 3.29448C8.68712 3.58896 8.2454 3.58896 7.95092 3.29448L7.1411 2.48466C6.47853 1.82209 5.66871 1.52761 4.8589 1.52761Z' fill='%23BDC6CA'/%3E%3C/svg%3E%0A") #FAFAFA no-repeat center left 20px;
}

.author-card-inner .save:hover {
  background: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99129 14.7791C8.13928 14.9264 8.28727 15 8.50925 15C8.73123 15 8.87922 14.9264 9.0272 14.7791L15.6126 8.15337C17.4625 6.23926 17.4625 3.29448 15.6126 1.38037C13.7628 -0.460123 10.7291 -0.460123 8.80522 1.38037L8.50925 1.67485L8.21327 1.38037C6.36344 -0.460123 3.32971 -0.460123 1.40588 1.38037C0.517954 2.2638 0 3.51534 0 4.76687C0 6.09202 0.517954 7.26994 1.40588 8.22699L7.99129 14.7791Z' fill='%23C8DE72'/%3E%3C/svg%3E%0A") #F3F3F3 no-repeat center left 20px;
}

.author-card-inner .save.is-active {
  background: url("data:image/svg+xml,%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.99129 14.7791C8.13928 14.9264 8.28727 15 8.50925 15C8.73123 15 8.87922 14.9264 9.0272 14.7791L15.6126 8.15337C17.4625 6.23926 17.4625 3.29448 15.6126 1.38037C13.7628 -0.460123 10.7291 -0.460123 8.80522 1.38037L8.50925 1.67485L8.21327 1.38037C6.36344 -0.460123 3.32971 -0.460123 1.40588 1.38037C0.517954 2.2638 0 3.51534 0 4.76687C0 6.09202 0.517954 7.26994 1.40588 8.22699L7.99129 14.7791Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A") #C8DE72 no-repeat center left 20px;
}

.author-card-inner .copy {
  background: #FAFAFA;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8181 5.09094H7.27264C6.03627 5.09094 5.09082 6.0364 5.09082 7.27276V13.8182C5.09082 15.0546 6.03627 16 7.27264 16H13.8181C15.0545 16 15.9999 15.0546 15.9999 13.8182V7.27276C15.9999 6.0364 15.0545 5.09094 13.8181 5.09094ZM14.5454 13.8182C14.5454 14.2546 14.2545 14.5455 13.8181 14.5455H7.27264C6.83627 14.5455 6.54537 14.2546 6.54537 13.8182V7.27276C6.54537 6.8364 6.83627 6.54549 7.27264 6.54549H13.8181C14.2545 6.54549 14.5454 6.8364 14.5454 7.27276V13.8182Z' fill='%23BDC6CA'/%3E%3Cpath d='M2.90909 9.45455H2.18182C1.74545 9.45455 1.45455 9.16364 1.45455 8.72727V2.18182C1.45455 1.74545 1.74545 1.45455 2.18182 1.45455H8.72727C9.16364 1.45455 9.45455 1.74545 9.45455 2.18182V2.90909C9.45455 3.34545 9.74545 3.63636 10.1818 3.63636C10.6182 3.63636 10.9091 3.34545 10.9091 2.90909V2.18182C10.9091 0.945455 9.96364 0 8.72727 0H2.18182C0.945455 0 0 0.945455 0 2.18182V8.72727C0 9.96364 0.945455 10.9091 2.18182 10.9091H2.90909C3.34545 10.9091 3.63636 10.6182 3.63636 10.1818C3.63636 9.74545 3.34545 9.45455 2.90909 9.45455Z' fill='%23BDC6CA'/%3E%3C/svg%3E%0A") #FAFAFA no-repeat center left 20px;
}

.author-card-inner .copy:hover {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8181 5.09094H7.27264C6.03627 5.09094 5.09082 6.0364 5.09082 7.27276V13.8182C5.09082 15.0546 6.03627 16 7.27264 16H13.8181C15.0545 16 15.9999 15.0546 15.9999 13.8182V7.27276C15.9999 6.0364 15.0545 5.09094 13.8181 5.09094ZM14.5454 13.8182C14.5454 14.2546 14.2545 14.5455 13.8181 14.5455H7.27264C6.83627 14.5455 6.54537 14.2546 6.54537 13.8182V7.27276C6.54537 6.8364 6.83627 6.54549 7.27264 6.54549H13.8181C14.2545 6.54549 14.5454 6.8364 14.5454 7.27276V13.8182Z' fill='%2316494D'/%3E%3Cpath d='M2.90909 9.45455H2.18182C1.74545 9.45455 1.45455 9.16364 1.45455 8.72727V2.18182C1.45455 1.74545 1.74545 1.45455 2.18182 1.45455H8.72727C9.16364 1.45455 9.45455 1.74545 9.45455 2.18182V2.90909C9.45455 3.34545 9.74545 3.63636 10.1818 3.63636C10.6182 3.63636 10.9091 3.34545 10.9091 2.90909V2.18182C10.9091 0.945455 9.96364 0 8.72727 0H2.18182C0.945455 0 0 0.945455 0 2.18182V8.72727C0 9.96364 0.945455 10.9091 2.18182 10.9091H2.90909C3.34545 10.9091 3.63636 10.6182 3.63636 10.1818C3.63636 9.74545 3.34545 9.45455 2.90909 9.45455Z' fill='%2316494D'/%3E%3C/svg%3E%0A")#F3F3F3 no-repeat center left 20px;
}

.author-card__contacts-item--phone-mob {
  display: none;
}

.author-card__contacts-item--site-mob, .e-mail-mob {
  display: none;
}

.save-mob, .copy-mob {
  display: none;
}

.work-details__subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 360px) {
  .app-header__aside {
    align-items: center;
    margin-right: 0px;
  }

  .app-search__control {
    padding-right: 45px;
  }

  .app-search__button {
    right: 13px;
  }

  .app-search.is-opened {
    width: 160px;
  }

  .work__action-save {
    margin-left: 30px;
  }

  .work__action-save+.work__action-save {
    margin-left: 40px;
  }
}

@media (min-width: 540px) {
  .floors-flex-start {
    align-items: flex-start !important;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .about__titles {
    margin-left: -30px;
  }

  .about__title-link {
    margin-left: 30px;
  }

  .advanced-search {
    padding-bottom: 25px;
  }

  .advanced-search__body {
    padding-bottom: 30px;
  }

  .advanced-search__foot {
    display: flex;
    align-items: center;
  }

  .advanced-search__foot-text {
    margin-left: 30px;
    margin-top: 0;
  }

  .app-search.is-opened {
    width: 225px;
  }

  .author-links__sorting {
    flex: 0 0 200px;
    max-width: none;
    width: 200px;
    padding: 0;
    margin-left: auto;
  }

  .crumbs {
    display: flex;
    align-items: center;
  }

  .crumbs__backlink {
    margin-top: -8px;
  }

  .hero__project-selection-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hero__lang-dropdown {
    left: auto;
    right: 0;
  }

  .hero__project-selection-lang {
    margin-top: 0;
  }

  .menu-dropdown__titles {
    flex-direction: row;
    margin-bottom: 30px;
  }

  .menu-dropdown__title {
    margin-bottom: 0;
  }

  .mobile-nav {
    width: 420px;
  }

  .work-tabs__titles {
    margin-left: -40px;
  }

  .work-tabs__title {
    flex: none;
    width: auto;
    max-width: none;
    margin-left: 45px;
  }
}

@media (min-width: 768px) {
  .tarifs__headline {
    display: flex;
    flex-wrap: wrap;
  }


  .tarifs__info {
    margin-left: auto;
  }

  .app-header__help-link--mobile {
    display: none;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .btn--show-more .btn__text {
    transition: border 0.2s;
  }

  .lang-dropdown__item {
    transition: background-color 0.2s;
  }

  .lang-dropdown__item:hover {
    background-color: #f3f3f3;
  }

  .app-footer__menu-primary ul li a:hover {
    color: #34abbd;
  }

  .app-footer__menu-secondary ul li a:hover {
    color: #34abbd;
  }

  .app-header__aside {
    margin-right: 0;
  }

  .app-header__actions {
    display: flex;
    align-items: center;
  }

  .app-header__mobile-actions {
    display: none;
  }

  .app-header__sign-in {
    margin-top: -2px;
    margin-right: 21px;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
    color: #bdc6ca;
    font-size: 16px;
    font-weight: 400;
    border: none;
    height: auto;
    display: block;
  }

  .app-header__sign-in-link {
    transition: border 0.2s;
  }

  .app-header__sign-in-link:first-child:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .app-header__sign-in-link:last-child:hover {
    text-decoration: none;
    border-bottom-color: transparent;
  }

  .app-header__account {
    border: none;
    display: block;
    margin: 0 50px 0 40px;
  }

  .app-header__account-switcher {
    height: auto;
    width: auto;
    padding-left: 0;
  }

  .app-header__account-arrow {
    color: #03353d;
  }

  .app-header__account-dropdown {
    position: static;
    top: 100%;
    right: 0;
    margin-top: 48px;
  }

  .app-header__lang {
    margin-right: 13px;
    display: block;
  }

  .app-header__lang-switcher {
    display: flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    background: #F3F3F3;
    align-items: center;
    justify-content: center;
    color: #003333;
    padding: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;

      &:hover {
        background: #E0E7EA;
      }
  }

  .app-header__lang-switcher .svg-icon {
    display: block;
    width: inherit;
    height: inherit;
  }

  .app-header__lang-icon {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .app-header__lang-arrow {
    width: 10px;
    height: 6px;
    display: none;
  }

  .app-header__help {
    display: block;
    margin-top: -2px;
  }

  .app-header__help-link {
    font-weight: 400;
    text-decoration: none;
    color: #003333;
    transition: color 0.2s;
  }

  .app-header__help-link:hover {
    text-decoration: none;
  }

  .about__title-link:hover .about__title-text {
    border-bottom-color: transparent;
  }

  .account-dropdown {
    position: absolute;
    /*display: block;*/
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    width: 205px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    background-color: #fafafa;
    transition: opacity 0.2s, visibility 0s 0.2s;
    -webkit-overflow-scrolling: touch;
  }

  .account-dropdown__user {
    padding-left: 20px;
    transition: background-color 0.2s;
  }

  .account-dropdown__user:hover {
    background-color: #f3f3f3;
  }

  .account-dropdown__user-text {
    transition: border 0.2s;
  }

  .account-dropdown__item {
    padding-left: 25px;
    transition: background-color 0.2s;
  }

  .account-dropdown__item:hover {
    background-color: #f3f3f3;
  }

  .account-dropdown.is-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0s 0s;
  }

  .account-dropdown+.account-dropdown {
    margin-top: 680px;
  }

  .advanced-search-button__text {
    transition: border 0.2s;
  }

  .advanced-search {
    height: auto;
    display: block;
  }

  .advanced-search__body {
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }

  .advanced-search__foot {
    padding: 0;
    margin-top: 40px;
    text-align: left;
  }

  .author-card__country-office-title:hover .author-card__country-office-title-text {
    border-bottom-color: currentColor;
  }

  .author-card__country-office-title-text {
    transition: 0.2s;
  }

  .author-card__contacts-item--site a {
    transition: color 0.2s, border 0.2s;
  }

  .author-item {
    transition: box-shadow 0.2s;
  }

  .author-item:hover {
    box-shadow: 2px 3px 21px rgba(0, 0, 0, 0.09);
  }

  .author-item__save:hover {
    color: #a1bf2d;
  }

  .author-item__delete {
    transition: background-color 0.2s;
  }

  .author-item__delete:hover {
    background-color: #d30f19;
  }

  .author-item__title-text {
    transition: border 0.2s;
  }

  .author-item__title-text:hover {
    border-bottom-color: currentColor;
  }

  .author-item--plan .author-item__license {
    transition: background-color 0.2s;
  }

  .author-item--plan .author-item__license.author-license--yes:hover {
    background-color: #ededed;
  }

  .author-links__item {
    transition: color 0.2s;
  }

  .author-links__item-text {
    transition: border 0.2s;
  }

  .author-links--saved .author-links__container {
    padding-bottom: 30px;
  }

  .author-links--saved .author-links__items {
    margin-left: -40px;
  }

  .author-links--saved .author-links__item {
    font-size: 20px;
    margin-left: 40px;
  }

  .author-links--saved .author-links__item:hover .author-links__item-text {
    border-bottom-color: transparent;
  }

  .author-office__contact--phone a {
    transition: border 0.2s;
  }

  .author-office__contact--site a {
    transition: border 0.2s;
  }

  .author-office__contact--site a:hover {
    border-bottom-color: transparent;
  }

  .backlink__text {
    transition: border 0.2s;
  }

  .catalog-item {
    width: 100%;
    flex: 1 1;
    margin: 0;
    width: auto;
    transition: box-shadow 0.2s;
  }

  .catalog-item:hover {
    box-shadow: 2px 3px 21px rgba(0, 0, 0, 0.09);
  }

  .catalog-item__save:hover {
    color: #c8de72;
  }

  .catalog-item__delete {
    transition: background-color 0.2s;
  }

  .catalog-item__delete:hover {
    background-color: #d30f19;
  }

  .catalog-item__filter-button:hover .catalog-item__country-title-text {
    border-bottom-color: transparent;
  }

  .catalog-item__country-title-text {
    transition: border 0.2s;
  }

  .catalog-links__item {
    transition: border 0.2s;
  }

  .catalog-links__more-link {
    transition: border 0.2s;
  }

  .catalog-links__more-link:hover {
    border-bottom-color: transparent;
  }

  .collection-item {
    width: 100%;
    flex: 1 1;
    margin: 0;
    width: auto;
  }

  .collection-item__save:hover {
    color: #c8de72;
  }

  .collection-item__delete {
    transition: background-color 0.2s;
  }

  .collection-item__delete:hover {
    background-color: #d30f19;
  }

  .collection-item__title-text {
    transition: border 0.2s;
  }

  .collection-item:hover .collection-item__title-text {
    border-bottom-color: currentColor;
  }

  .collection-list__title a {
    transition: border 0.2s, color 0.2s;
  }

  .faq__link {
    transition: border 0.2s;
  }

  .faq__link:hover {
    border-bottom-color: transparent;
  }

  .faq__item-header-text {
    transition: border 0.2s;
  }

  .filter__option:hover {
    color: #16494d;
    background-color: #c8de72;
  }

  .hero__project-item:hover {
    color: #16494d;
    background-color: #c8de72;
  }

  .hero__project-option:hover {
    color: #16494d;
    border-bottom-color: #c8de72;
    background-color: #c8de72;
  }

  .hot-plans__control {
    transition: color 0.2s, border 0.2s;
  }

  .hot-plans__control:hover {
    border-color: #c8de72;
    color: #c8de72;
  }

  .key-specs__more-link:hover {
    border-bottom-color: transparent;
  }

  .like {
    transition: background-color 0.2s;
  }

  .menu-dropdown__title {
    transition: border 0.2s;
  }

  .menu-dropdown__title:hover {
    border-bottom-color: transparent;
  }

  .menu-dropdown__item {
    transition: color 0.2s;
  }

  .modal-form__textarea {
    height: 200px;
  }

  .modal-form__item--textarea-height {
    height: 100%;
  }

  .modal-form__item--textarea-height .textarea {
    height: 100%;
  }

  .modal-form__policy a {
    transition: border 0.2s;
  }

  .modal-form__policy a:hover {
    border-bottom-color: currentColor;
  }

  .modal-form__note a {
    transition: border 0.2s;
  }

  .modal-form__note a:hover {
    border-bottom-color: currentColor;
  }

  .modal-sign-up__item-icon {
    transition: color 0.2s;
  }

  .pager {
    display: block;
  }

  .pager__goto {
    margin-top: 0;
    margin-bottom: -26px;
  }

  .pager__arrow {
    transition: color 0.3s, background 0.3s;
  }

  .pager__arrow:hover,
  .pager__arrow:focus {
    background-color: #309bab;
  }

  .pager__item {
    transition: background-color 0.2s, color 0.2s;
  }

  .pager__item:hover {
    background-color: #c8de72;
  }

  .print {
    transition: background 0.2s;
  }

  .print__icon {
    transition: color 0.2s;
  }

  .print:hover .print__icon {
    color: #c8de72;
  }

  .quick-links__headline-link {
    transition: border 0.2s;
  }

  .quick-links__headline-link:hover {
    text-decoration: none;
    border-bottom-color: currentColor;
  }

  .remodal {
    padding: 0;
  }

  .remodal__title-arrow {
    transition: color 0.2s;
  }

  .remodal__title-arrow:hover {
    color: #34abbd;
  }

  .remodal__close {
    transition: color 0.2s;
  }

  .remodal__close:hover {
    color: #34abbd;
  }

  .remodal__warning {
    margin-left: 60px;
    margin-right: 60px;
  }

  .save {
    transition: background 0.2s;
  }

  .save__icon {
    transition: color 0.2s;
  }

  .save:hover .save__icon {
    color: #c8de72;
  }

  .search-dropdown__item {
    transition: background-color 0.2s;
  }

  .search-dropdown__item:hover {
    background-color: #f3f3f3;
  }

  .search-item {
    transition: box-shadow 0.2s;
  }

  .search-item:hover {
    box-shadow: 2px 3px 21px rgba(0, 0, 0, 0.09);
  }

  .search-item__header-text {
    transition: 0.2s border;
  }

  .search-item__delete {
    transition: background-color 0.2s;
  }

  .search-item__delete:hover {
    background-color: #d30f19;
  }

  .select .select2 .select2-selection .select2-selection__rendered {
    transition: background-color 0.2s;
  }

  .select .select2 .select2-selection .select2-selection__clear {
    transition: background-color 0.2s;
  }

  .sitemap a {
    transition: border 0.2s;
  }

  .socials__item-link:hover {
    color: #34abbd;
  }

  .socials__item-link:hover .socials__item-title {
    border-bottom-color: transparent;
  }

  .sorting__plan:hover .sorting__plan-text {
    border-bottom-color: transparent;
  }

  .sorting__plan-text {
    transition: border 0.2s;
  }

  .sorting__action {
    transition: border 0.2s;
  }

  .sorting__action:hover {
    border-bottom-color: transparent;
  }

  .tarifs__headline {
    display: flex;
    flex-wrap: wrap;
  }

  .tarifs__info {
    margin-left: auto;
  }

  .work-details__print {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 45px;
  }

  .work-details__plan {
    margin-bottom: 0;
  }

  .work-details__badges {
    flex-wrap: nowrap;
    padding-left: 45px;
    padding-top: 9px;
  }

  .work-details__badges-item {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }

  .work-details__badges-item--aside {
    flex: none;
    max-width: none;
    width: auto;
  }

  .work-details__whats-button {
    transition: border 0.2s;
  }

  .work-details__whats-button:hover {
    border-bottom-color: transparent;
  }

  .work-recommendations__author-title-text {
    transition: border 0.2s;
  }

  .work-recommendations__author-title-text:hover {
    border-bottom-color: currentColor;
  }

  .work-tabs__title-button {
    transition: background 0.2s, color 0.2s;
  }

  .work-tabs__title-button:hover {
    color: #34abbd;
    background-color: #fafafa;
  }

  .work-tabs__title-text {
    transition: border 0.2s;
  }

  .work__headline {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .work__actions {
    margin-top: -10px;
    margin-bottom: 0;
    justify-content: flex-start;
  }

  .work__action--pinterest {
    transition: background-color 0.2s;
  }

  .work__counter {
    right: 20px;
    bottom: 20px;
  }

  .work__concept {
    left: 20px;
    top: 20px;
  }

  .work--plan .work__headline {
    margin-top: -46px;
    margin-bottom: 15px;
  }

  .works-similar__headline {
    display: flex;
  }

  .works-similar__more {
    margin-top: 8px;
  }

  .works-similar__more-text {
    transition: border 0.2s;
  }

  .works-similar__more-text:hover {
    border-bottom-color: currentColor;
  }
}

@media (min-width: 992px) {
  .work-c .author-works__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container {
    width: 1210px;
  }

  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }

  .col {
    margin-bottom: 30px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }

  .more {
    margin-top: 25px;
  }

  .textarea {
    min-height: 160px;
  }

  .app-footer__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .app-footer__socials {
    margin-bottom: 0;
  }

  .app-footer__aside {
    padding-top: 5px;
  }

  .app-footer__menu-primary {
    width: auto;
  }

  .app-footer__menu-secondary {
    width: auto;
    margin-top: 45px;
  }

  .app-footer__copiright {
    width: auto;
  }

  .app-header {
    position: relative;
  }

  .app-header__nav {
    margin-right: 0;
  }

  .app-header__menu-inside>ul>li>a {
    padding-left: 30px;
    padding-right: 30px;
  }

  .app-header__logo {
    margin-top: -7px;
  }

  .app__wrapper {
    padding-top: 0;
  }

  .advanced-search {
    padding: 45px 30px;
  }

  .advanced-search {
    padding: 90px 60px;
  }

  .advanced-search__foot {
    margin-top: 80px;
  }

  .app-logo {
    font-size: 31px;
    line-height: 31px;
  }

  .author-item {
    margin-left: -30px;
    margin-right: -30px;
  }

  .author-item__works-list {
    margin-left: -15px;
  }

  .author-item__works-item {
    width: 25%;
    max-width: 25%;
    flex: 0 0 25%;
    padding-left: 15px;
  }

  .author-item__works-item:last-child {
    display: block;
    padding-left: 15px;
  }

  .author__image {
    width: 90px;
    max-width: 90px;
    flex: 0 0 90px;
  }

  .authors-list__container {
    padding-bottom: 60px;
  }

  .authors-list__more {
    margin-top: 60px;
  }

  .catalog-item__image {
    height: 240px;
  }

  .catalog-list__container {
    padding-bottom: 90px;
  }

  .catalog-list__headline {
    display: flex;
  }

  .catalog-list__headline-text {
    flex: 1 1;
  }

  .catalog-list__headline-link {
    margin-top: -2px;
    margin-left: auto;
  }

  .catalog-text {
    padding-bottom: 90px;
  }

  .collection-item--author .collection-item__image {
    height: 369px;
  }

  .collection-item--author .collection-item__title {
    font-size: 20px;
    font-weight: 600;
  }

  .collection-list {
    display: block;
    background-color: #fafafa;
  }

  .block-list {
    display: block;
    background-color: #fafafa;
  }

  .collection-list__container {
    padding-top: 60px;
    margin-bottom: 10px;
  }

  .collection-list .col {
    margin-bottom: 55px;
  }

  .collection-list__titles {
    display: flex;
  }

  .collection-list__headline {
    display: flex;
  }

  .collection-list__headline-text {
    flex: 1 1;
  }

  .collection-list__headline-link {
    margin-top: -2px;
    margin-left: auto;
  }

  .collection-list__titles-fake.is-fixed {
    height: 90px;
  }

  .collection-list__title:first-child {
    margin-left: 25px;
  }

  .collection-list--main {
    margin-top: -10px;
  }

  .collection-list--main {
    padding-top: 0;
    background-color: transparent;
  }

  .collection-list--main .collection-list__container {
    margin-bottom: 10px;
  }

  .collection-list--main .collection-list__items {
    padding-bottom: 25px;
  }

  .collection-list--main .collection-list__titles-container {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .collection-list--main .collection-list__titles {
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list--main .collection-list__titles.is-fixed {
    top: 0;
  }

  .collection-list--main .collection-list__titles.is-fixed .collection-list__titles-container {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .collection-list--main .collection-list__titles-items {
    margin-left: -25px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .contacts__container {
    padding-bottom: 60px;
  }

  .contacts__image {
    display: block;
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
  }

  .crumbs__backlink {
    margin-top: 5px;
  }

  .crumbs__items {
    padding-top: 15px;
    padding-bottom: 27px;
  }

  .faq__container {
    padding-bottom: 150px;
  }

  .floor-plans {
    padding-bottom: 75px;
  }

  .floor-plans__header {
    margin-bottom: 23px;
  }

  .floor-plans__item+.floor-plans__item {
    margin-top: 67px;
  }

  .from-world__subheader {
    margin-top: 25px;
  }

  .full-specs__col {
    margin-bottom: 0;
  }

  .full-specs__col+.full-specs__col {
    margin-top: 0;
  }

  .hot-plans__container {
    padding-top: 60px;
    margin-bottom: 90px;
  }

  .hot-plans__headline {
    margin-bottom: 42px;
  }

  .hot-plans__item {
    background: none;
  }

  .hot-plans__author {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 440px;
    max-width: 100%;
    background-color: #fafafa;
    padding: 15px 30px;
    border-radius: 5px;
  }

  .hot-plans__controls {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 30px 55px;
  }

  .hot-plans__control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background: none;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    color: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
    margin-left: 15px;
    padding: 0;
  }

  .hot-plans__control .svg-icon {
    width: 8px;
    height: 14px;
    display: block;
  }

  .hot-plans__control--prev {
    padding-right: 2px;
  }

  .hot-plans__control--next {
    padding-left: 2px;
  }

  .key-specs {
    margin-bottom: 30px;
  }

  .like {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    padding-top: 60px;
  }

  .like__icon {
    width: 45px;
    height: 48px;
  }

  .like__icon .svg-icon {
    width: 45px;
    height: 48px;
  }

  .like__text {
    font-size: 20px;
    margin-top: 15px;
  }

  .modal-form {
    padding: 30px 60px 30px;
  }

  .modal-info__item {
    padding: 44px 60px;
    display: flex;
  }

  .modal-info__text {
    flex: 1 1;
    padding-top: 15px;
    font-size: 16px;
    line-height: 24px;
    padding-right: 60px;
  }

  .modal-info__image {
    margin-top: 0;
    flex: 0 0 410px;
    max-width: 410px;
    width: 410px;
  }

  .modal-license {
    padding: 60px 60px 50px;
  }

  .modal-sign-up__item {
    padding: 25px 60px;
  }

  .modal-whats {
    padding: 30px 60px;
  }

  .modification-request {
    padding: 25px 60px 25px;
    border: 1px solid #e0e7ea;
    border-radius: 10px;
  }

  .modification-request__header {
    margin-bottom: 8px;
  }

  .modification-request__body {
    display: flex;
  }

  .modification-request--foreign {
    padding-bottom: 35px;
  }

  .pager {
    margin-bottom: 90px;
  }

  .pager__container {
    order: 1;
  }

  .quick-links__container {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .quick-links__headline {
    margin-bottom: 45px;
  }

  .quick-links__items {
    display: block;
  }

  .quick-links__item ul li a:hover {
    color: #34abbd;
  }

  .search-item {
    margin-left: 0;
    margin-right: 0;
    padding: 73px 60px 40px;
  }

  .search-list__container {
    padding-bottom: 115px;
  }

  .sitemap__container {
    padding-bottom: 120px;
  }

  .sitemap__header {
    margin-top: 40px;
  }

  .sitemap__group {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .sorting-container {
    padding-left: 0;
    padding-right: 0;
  }

  .system-settings__container {
    padding-top: 41px;
    padding-bottom: 120px;
  }

  .work-description {
    margin-bottom: 70px;
  }

  .work-list__container {
    padding-bottom: 60px;
  }

  .work-tabs__titles {
    margin-left: -58px;
  }

  .work-tabs__title-button {
    height: 27px;
    padding: 0 13px;
    border-radius: 4px;
    align-items: center;
    display: inline-flex;
  }

  .work-video {
    margin-top: 67px;
  }

  .work-video__header {
    margin-bottom: 30px;
  }

  .work__like {
    margin-top: 60px;
  }

  .work--plan .work__container {
    padding-bottom: 32px;
  }

  .works-more__container {
    padding-top: 45px;
    padding-bottom: 60px;
  }

  .works-more__header {
    margin-bottom: 50px;
  }

  .works-similar__headline {
    margin-bottom: 30px;
  }

  .works-similar__items:first-child {
    padding-top: 67px;
  }

  .works-similar__col:last-child {
    display: none;
  }
}

@media (min-width: 1200px) {
  .tarif-item__list {
    padding: 40px 45px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .app-header__menu {
    max-height: none;
    position: static;
    margin-top: 0;
    height: auto;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    border-top: none;
  }

  .app-header__menu-inside {
    background-color: transparent;
  }

  .app-header__menu-inside>ul {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-top: -2px;
  }

  .app-header__menu-inside>ul>li {
    border: none;
  }

  .app-header__menu-inside>ul>li {
    margin-left: 20px;
  }

  .app-header__menu-inside>ul>li>a {
    padding: 0;
    height: auto;
  }

  .app-header__menu-inside>ul>li>a:hover {
    color: #34abbd;
  }

  .app-header__menu-dropdown {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    z-index: 10;
  }

  .app-header__burger {
    display: none;
  }

  .app-header__logo {
    position: absolute;
    margin-top: -4px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .advanced-search {
    padding: 90px 150px;
  }

  .app-search.is-opened {
    width: 200px;
  }

  .author-card {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    background-color: #fafafa;
    margin-bottom: 8px;
  }

  .author-card__buttons {
    display: flex;
  }

  .author-card__content {
    flex: 1 1;
    display: flex;
    margin-bottom: 0;
  }

  .author-card__aside {
    flex: 0 0 180px;
    width: 180px;
    max-width: 180px;
  }

  .author-card__body {
    flex: 1 1;
    /*margin-left: 30px;*/
    padding-right: 60px;
  }

  .author-card__image {
    margin-bottom: 25px;
  }

  .author-card__rating {
    margin-bottom: 0;
  }

  .author-card__header {
    font-size: 39px;
    text-align: left;
    margin-bottom: 5px;
  }

  .author-card__country {
    display: flex;
    align-items: flex-start;
  }

  .author-card__country-body {
    display: flex;
  }

  .author-card__country-office {
    margin-top: 3px;
    margin-left: 10px;
  }

  .author-card__country-office-title {
    padding: 0;
    margin: 0;
  }

  .author-card__country-dropdown {
    transform: none;
    top: -50px;
    left: 100%;
    margin-left: 17px;
  }

  .author-card__country-flag {
    margin: 2px 5px 0 0;
  }

  .author-card__country-title {
    width: auto;
    flex: 1 1;
    text-align: left;
  }

  .author-card__contacts {
    display: flex;
    align-items: end;
    margin-bottom: 0;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
  }

  .author-card__contacts-item {
    text-align: left;
    margin-bottom: 0;
  }

  .author-card__contacts-item--site a:hover {
    border-bottom-color: transparent;
  }

  .author-card__socials {
    padding-top: 4px;
  }

  .author-card__license {
    width: 312px;
    padding-right: 100px;
  }

  .author-card__footer {
    padding-top: 22px;
  }

  .author-card__footer-buttons {
    display: none;
  }

  .author-item {
    margin-left: 0;
    margin-right: 0;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 55px 30px 55px;
  }

  .author-item__data {
    align-items: center;
    margin-bottom: 30px;
  }

  .author-item__image {
    width: 128px;
    height: 128px;
    max-width: 125px;
    max-height: 125px;
    flex: 0 0 125px;
    border-radius: 125px;
    margin-right: 55px;
  }

  .author-item__body {
    padding-bottom: 10px;
    z-index: 100;
  }

  .author-item__title {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .author-item__country {
    margin-bottom: 16px;
  }

  .author-item--plan .author-item__title {
    margin-bottom: 5px;
  }

  .author-works {
    background-color: transparent;
  }

  .catalog__container {
    display: flex;
    align-items: flex-start;
  }

  .catalog__content {
    flex: 1 1;
  }

  .catalog__aside {
    display: block;
    width: 315px;
    max-width: 315px;
    flex: 0 0 315px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .contacts__content {
    padding: 60px 100px;
  }

  .from-world {
    position: relative;
  }

  .from-world__container {
    padding-top: 90px;
    padding-bottom: 165px;
  }

  .from-world__headline {
    width: 310px;
    padding-top: 50px;
  }

  .from-world__slider {
    display: block;
    position: absolute;
    top: 90px;
    right: 0;
    left: 50%;
    margin-left: -205px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .from-world__items {
    display: flex;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }

  .from-world__items.tns-slider {
    display: block;
  }

  .from-world__item .catalog-item {
    width: 285px !important;
  }

  .menu-dropdown {
    background-color: #fff;
    display: block !important;
  }

  .menu-dropdown {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0 8px 7px rgba(0, 0, 0, 0.18);
    transition: opacity 0.2s, visibility 0s 0.2s;
    -webkit-overflow-scrolling: touch;
  }

  .menu-dropdown__container {
    padding-top: 35px;
    padding-bottom: 20px;
  }

  .menu-dropdown.is-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s, visibility 0s 0s;
  }

  .mobile-nav {
    display: none;
  }

  .mobile-nav__footer {
    display: none;
  }

  .modification-request__button {
    margin-top: -13px;
    margin-left: auto;
  }

  .modification-request__row {
    display: flex;
  }

  .modification-request__body {
    width: 347px;
    max-width: 100%;
  }

  .recently-viewed__container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sorting-container {
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #e0e7ea;
  }

  .sorting {
    padding-top: 15px;
    padding-bottom: 5px;
    min-height: 60px;
  }

  .sorting__body {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 5px;
  }

  .sorting__buttons {
    display: none;
  }

  .sorting__open {
    margin: 0;
  }

  .tarif-item__list {
    padding: 40px 45px;
  }

  .work-details__header {
    margin-bottom: 20px;
    margin-top: 31px;
  }

  .work-details__body {
    display: flex;
  }

  .work-details__content {
    flex: 1 1;
  }

  .work-details__aside {
    display: block;
    flex: 0 0 400px;
    max-width: 400px;
    width: 400px;
    padding-left: 30px;
  }

  .work-mobile {
    display: none;
  }

  .works-similar__col:last-child {
    display: flex;
  }
}

@media (min-width: 1366px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }

  .app-search.is-opened {
    width: 225px;
  }

  .author-card__license {
    width: 378px;
    padding-right: 150px;
  }

  .author-item__works {
    margin-left: auto;
  }

  .sorting__items {
    margin-left: -30px;
  }

  .sorting__item {
    min-width: 165px;
    margin-left: 30px;
  }

  .sorting__plan-text {
    width: 118px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-overflow-scrolling: touch;
  }

  .sorting__plan-text {
    width: auto;
    white-space: nowrap;
    text-overflow: initial;
  }

  .work-details__badges {
    padding-left: 70px;
  }
}

@media (min-width: 1440px) {
  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxxl-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxxl-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxxl-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xxxl-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxxl-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxxl-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxxl-first {
    order: -1;
  }

  .order-xxxl-last {
    order: 13;
  }

  .order-xxxl-0 {
    order: 0;
  }

  .order-xxxl-1 {
    order: 1;
  }

  .order-xxxl-2 {
    order: 2;
  }

  .order-xxxl-3 {
    order: 3;
  }

  .order-xxxl-4 {
    order: 4;
  }

  .order-xxxl-5 {
    order: 5;
  }

  .order-xxxl-6 {
    order: 6;
  }

  .order-xxxl-7 {
    order: 7;
  }

  .order-xxxl-8 {
    order: 8;
  }

  .order-xxxl-9 {
    order: 9;
  }

  .order-xxxl-10 {
    order: 10;
  }

  .order-xxxl-11 {
    order: 11;
  }

  .order-xxxl-12 {
    order: 12;
  }

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

  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }

  .author-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .author-item__data {
    margin-bottom: 0;
    min-width: 446px;
  }
}

@media (min-width: 1600px) {
  .col-sd {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sd-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sd-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sd-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sd-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sd-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sd-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sd-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sd-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sd-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sd-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sd-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sd-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sd-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sd-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sd-first {
    order: -1;
  }

  .order-sd-last {
    order: 13;
  }

  .order-sd-0 {
    order: 0;
  }

  .order-sd-1 {
    order: 1;
  }

  .order-sd-2 {
    order: 2;
  }

  .order-sd-3 {
    order: 3;
  }

  .order-sd-4 {
    order: 4;
  }

  .order-sd-5 {
    order: 5;
  }

  .order-sd-6 {
    order: 6;
  }

  .order-sd-7 {
    order: 7;
  }

  .order-sd-8 {
    order: 8;
  }

  .order-sd-9 {
    order: 9;
  }

  .order-sd-10 {
    order: 10;
  }

  .order-sd-11 {
    order: 11;
  }

  .order-sd-12 {
    order: 12;
  }

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

  .offset-sd-1 {
    margin-left: 8.333333%;
  }

  .offset-sd-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sd-4 {
    margin-left: 33.333333%;
  }

  .offset-sd-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sd-7 {
    margin-left: 58.333333%;
  }

  .offset-sd-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sd-10 {
    margin-left: 83.333333%;
  }

  .offset-sd-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1920px) {
  .col-hd {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-hd-1>* {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-hd-2>* {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-hd-3>* {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-hd-4>* {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-hd-5>* {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-hd-6>* {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-hd-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-hd-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-hd-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-hd-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-hd-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-hd-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-hd-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-hd-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-hd-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-hd-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-hd-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-hd-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-hd-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-hd-first {
    order: -1;
  }

  .order-hd-last {
    order: 13;
  }

  .order-hd-0 {
    order: 0;
  }

  .order-hd-1 {
    order: 1;
  }

  .order-hd-2 {
    order: 2;
  }

  .order-hd-3 {
    order: 3;
  }

  .order-hd-4 {
    order: 4;
  }

  .order-hd-5 {
    order: 5;
  }

  .order-hd-6 {
    order: 6;
  }

  .order-hd-7 {
    order: 7;
  }

  .order-hd-8 {
    order: 8;
  }

  .order-hd-9 {
    order: 9;
  }

  .order-hd-10 {
    order: 10;
  }

  .order-hd-11 {
    order: 11;
  }

  .order-hd-12 {
    order: 12;
  }

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

  .offset-hd-1 {
    margin-left: 8.333333%;
  }

  .offset-hd-2 {
    margin-left: 16.666667%;
  }

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

  .offset-hd-4 {
    margin-left: 33.333333%;
  }

  .offset-hd-5 {
    margin-left: 41.666667%;
  }

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

  .offset-hd-7 {
    margin-left: 58.333333%;
  }

  .offset-hd-8 {
    margin-left: 66.666667%;
  }

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

  .offset-hd-10 {
    margin-left: 83.333333%;
  }

  .offset-hd-11 {
    margin-left: 91.666667%;
  }

  .catalog-item__image {
    height: auto;
    padding-bottom: 85.06%;
  }

  .catalog-item__image img {
    display: none;
  }

  .collection-item__image {
    height: auto;
    padding-bottom: 64.865%;
  }

  .collection-item__image img {
    display: none;
  }

  .collection-item--author .collection-item__image {
    /*height: auto;*/
    padding-bottom: 51.67%;
  }

  .collection-item--author .collection-item__image img {
    display: none;
  }
}

#country_name_js {
  color: #003333 !important;
  font-weight: 100;
}

@media (max-width: 991px) {
  .quick-search-section {
    flex-direction: column;
    align-items: center;
  }

   .hot-plans__image img {
      height: 300px;
   }

  .hero__container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero__items {
    display: block;
    padding: 30px 0;
  }

  .hero__desk {
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
    text-align: left;
  }

  .hero__item--left {
    flex: none;
  }

  .hero__item--left h1 {
    text-align: left;
    width: 700px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero__item--left h1:after {
    display: none;
  }

  .hero__item--right {
    flex: 0 0 100%;
    margin-left: 0;
    width: 100%;
  }

  .hero__btns {
    text-align: left;
    padding-left: 25px;
  }

  .btn--arrow {
    width: 195px;
    font-size: 16px;
    font-weight: 700;
  }

  .hero__project-selection {
    width: 469px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .app-header__mobile-actions .account-dropdown {
    margin: 0 -12px;
  }

  .author-item__image {
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .author-item__data {
    gap: 15px;
  }

  .sorting__items-plan > .sorting__select {
    margin-top: 30px;
  }

  .sorting__item-long.f-i {
    justify-content: flex-start;
    align-items: center;
  }
}


@media (max-width: 540px) {
  .hero__item--left h1 {
    font-size: 25px;
    line-height: 100% ;
    margin-top: 0;
    font-weight: 700;
    padding-left: 25px;
  }

  .hero__project-selection-name {
    margin-bottom: 15px;
  }
}

@media (max-width: 539px) {
  .hero__links {
    display: block;
    text-align: center;
  }

  .hero__links button {
    width: fit-content;
    margin-bottom: 0;
  }

  .hero__link {
    display: flex;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
    height: 35px;
    text-decoration: none;
  }
}

@media (max-width: 359px) {
  .hero__project-selection {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
}

@media (max-width: 358px) {
  .hero__project-selection-name {
    font-size: 14px;
    margin-top: 0;
  }
}


.custom-control {
  position: relative;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #34abbd;
  background-color: #34abbd;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: transparent;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: rgba(0, 0, 0, 0.1);
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: black;
  border-color: black;
}

.custom-control-input[disabled]~.custom-control-label,
.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled]~.custom-control-label::before,
.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  color: #a2a2a2;
}

.text-center-custom {
  text-align: center;
}

.custom-control-label::before {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 2px;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-control .custom-control-input:checked~.custom-control-label {
  color: #003333;
}


.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #34abbd;
  background-color: #34abbd;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(52, 171, 189, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(52, 171, 189, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(52, 171, 189, 0.5);
}

.modal-form__policy .custom-control {
  min-height: auto;
}

.modal-form__policy .custom-control-label {
  color: #bdc6ca !important;
}

.modal-form__policy .custom-control-label::before,
.modal-form__policy .custom-control-label::after {
  top: 0;
}

.header-new-nav .app-header__account-arrow {
  margin: 0;
  width: auto;
  height: auto;
}

.header-new-nav .svg-icon {
  fill: #c8ccce;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  position: relative;
  top: 2px;
  display: block;
}

.header-new-nav .app-header__account-text {
  color: #03353d;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  transition: color 0.2s;
}

.header-new-nav .app-header__account-text:hover {
  color: #34abbd;
}

.header-new-nav .app-header__account-dropdown {
  margin-top: 20px;
  right: auto;
  width: auto;
  min-width: 130px;
}

.header-new-nav .account-dropdown__group {
  padding: 7px 0;
}

.header-new-nav .account-dropdown__item {
  padding: 0 20px;
  height: auto;
  line-height: 1.8;
}

.header-new-nav .account-dropdown__item:hover {
  color: #34abbd;
  background: none;
  text-decoration: underline;
}

.header-new-nav {
  border: none;
}

.header-new-nav_var1 {
  margin-left: 0;
  margin-right: 0;
}

.header-new-nav_var1 .app-header__account-text {
  font-size: 16px;
  font-weight: 400;
  color: #16494D;
  height: 36px;
  padding: 9px;
  border-radius: 5px;
  text-decoration: none;
  transition: color 0.2s;
}

.header-new-nav_var1 .app-header__account-text:hover {
  background: #F3F3F3;
}

.header-new-nav_var1 .app-header__account-text:active {
  background: #E0E7EA;
}

.header-new-nav_var1 .app-header__account-dropdown {
  margin-top: 20px;
  right: 0;
  width: auto;
  min-width: 150px;
}

.header-new-nav_var1 .account-dropdown__group {
  padding: 7px 0;
}

.header-new-nav_var1 .account-dropdown__item {
  padding: 0 20px;
  height: auto;
  line-height: 1.8;
}

.header-new-nav_var1 .account-dropdown__item:hover {
  color: #34abbd;
  background: none;
  text-decoration: underline;
}

.sorting__item-long {
  .custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 0;
  }

  input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
  }

  input[type="checkbox"] {
    margin-top: 5px;
  }

  input[type="checkbox"] {
    accent-color: #34abbd;
  }

  .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
  }

  .without-padding {
    padding: 0 !important;
  }

  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #003333;
    padding-left: 24px;
    max-width: 100%;
    display: inline;
  }

  .custom-switch .custom-control-label::before {
    content: "";
    position: absolute;
    display: block;
    left: -62px;
    width: 46px;
    height: 29px;
    top: -6px;
    pointer-events: all;
    border-radius: 15px;
    border-color: #fff !important;
    background-color: #c8de72 !important;
  }

  .custom-control-label::after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
  }

  .form-group{
    margin: 0;
  }

  .custom-switch .custom-control-label::after {
    top: calc(0.15625rem - 3.5px);
    left: -57px;
    width: calc(1rem + 3px);
    height: calc(1rem + 3px);
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.15s
    ease-in-out, background-color 0.15s
    ease-in-out, border-color 0.15s
    ease-in-out, box-shadow 0.15s
    ease-in-out;
  }

  .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    transform: translateX(17px);
  }

  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #34abbd;
    background-color: #34abbd;
  }

  .custom-switch .custom-control-label::before {
    background-color: #adb5bd !important;
  }

  .pp-profile__form-checker-cc .custom-control-input:checked~.custom-control-label::before {
    background-color: #c8de72 !important;
  }

  .per-square, .title-bold {
    font-weight: 600 !important;
  }

  .custom-control.custom-switch {
    padding-left: 61px;
    padding-top: 9px;
    font-weight: 500;
    font-size: 16px;
    color: #16494D;

    span{
      font-weight: 700;
    }
  }

  .custom-control-input:checked~.custom-control-label::before {
    background-color: #c8de72 !important;
  }
}

.app-header__mobile-nav {
  display: none;
}

@media (max-width: 1200px) {
  .header-new-nav {
    padding: 15px 0px 15px 30px;
    margin: 0;
  }

  .quick-links-tablet {
    display: flex  ;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    padding: 0 0 0 20px;
    gap: 8px;
    /*border-bottom: 1px solid #e0e7ea;*/
  }

  .quick-links-tablet .text {
    color: #34ABBD;
    font-weight: 400;
    font-size: 11px;
    text-align: right;
    max-width: 292px;
  }

  .quick-links-tablet a {
    color: #16494D;
    text-decoration: underline;
    font-size: 14px;
  }

  .wrap-nav-mobile {
    display: none;
    background: #fff;
  }

  .quick-links-tablet .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #BDC6CA;
  }

  .burger-menu {
    width: 30px;
    height: 30px;
    background: url(../../img/burger.svg);
    display: block;
    margin-right: 32px;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 10px; */
  }


  .header-new-nav .app-header__account-dropdown {
    margin-top: 10px;
    min-width: auto;
    position: relative;
    box-shadow: none;
  }

  .header-new-nav .account-dropdown__item {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .app-header__mobile-actions .account-dropdown {
    margin: 0 -12px;
  }

  .app-header__mobile-nav {
    display: flex;
    margin-left: 0;
  }

  .account-dropdown__user-text {
      font-size: 14px;
      font-weight: 600;
      text-decoration: underline;
  }

  .js-favorites-header {
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }

  .js-app-header-menu-user .account-dropdown__item {
    font-size: 14px;
  }

  .inner-dropdown .account-dropdown__item-icon.completed .svg-icon {
    color: #c8de72;
  }

  .js-favorites-header.is_active .app-header__account-arrow .svg-icon {
    transform: rotate(-180deg);
  }

  .account-dropdown__user {
    padding: 0 0 0 15px;
    height: 50px;
  }

  .js-app-header-menu-user .account-dropdown__item-text {
    font-weight: 600;
  }

  .js-favorites .account-dropdown__group-header {
    font-size: 12px;
    font-weight: 600;
    color: #34ABBD;
  }

  .app-header__account-text {
    font-weight: 600;
  }

  .inner-dropdown {
    display: none;
  }

  .inner-dropdown.is_active{
    display: block;
  }

  .header-new-nav .app-header__account-text:hover {
    color: #16494D;
  }

  .app-header__account-switcher.is-active {
    background: transparent;
  }

  .countries-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;

    .wrap {
      display: flex;
      align-items: center;

      .lang-dropdown__item-flag {
        img{
          width: 23px;
          height: 14px;
          margin-right: 9px;
        }
      }

      .lang-dropdown__item-title {
        font-size: 12px;
        color: #16494D;
      }

    }

    .lang-dropdown__item-subtitle {
      font-size: 11px;
      color: #34ABBD;
    }
  }

  .lang-dropdown__item {
    padding: 8px 0;
  }

  .header-new-nav .account-dropdown__group {
    padding: 0;
  }

  .app-header__menu-inside>ul>li>a {
    color: #16494D;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
  }

  .hero__item.hero__item--right {
    display: none;
  }

  .header-new-nav .app-header__account-text {
    font-size: 12px;
    font-weight: 500;
  }

  .app-header__help-link--mobile .header-new-nav .mob--globe {
    fill: #34ABBD;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-left: 0;
    top: 0;
  }

  .account-dropdown__item {
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;

    &:hover {
      text-decoration: none;
    }
  }

  .js-app-header-menu-user .account-dropdown__item {
    text-decoration: none;
  }

  .js-favorites .account-dropdown__group-header {
    padding-left: 50px;
  }

  .js-app-header-menu-user .account-dropdown__item.log-out {
    color: #D93C23;
    font-weight: 600;

    .svg-icon {
      color: #D93C23;
    }
  }

  .app-header__aside {
    max-width: 80px;
  }

  .quick-links-tablet {
    gap: 8px;
    padding: 0;
  }

  .quick-links-tablet .title {
    font-size: 12px;
    line-height: 32px;
  }

  .text {
    display: none;
  }

  .quick-links-tablet a {
    font-size: 12px;
    line-height: 32px;
  }

  .burger-menu {
    margin-right: 14px;
  }

  .wrap-nav-mobile {
    display: flex;
    align-items: center;
    padding: 9px;
    justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .header-new-nav {
    padding: 15px 0px 15px 15px;
    margin: 0;
  }

  .app-header__account-switcher {
    height: auto;
    width: auto;
    padding-left: 0;
    font-weight: 500;
  }
}

.from-world__country2 {
  margin: 0;
  font-size: 13px;
}

.from-world__country2 .from-world__country-lang2 {
  align-items: center;
  padding: 0;
}

.from-world__country2 .from-world__country-lang2:hover,
.from-world__country2 .from-world__country-lang2.is-active {
  background: none;
}

.from-world__country2 .app-header__lang-arrow {
  transition: all .2s;
  display: flex;
  align-items: center;
  width: 7px;
  height: 4px;
}

.from-world__country2 .from-world__country-lang2.is-active .app-header__lang-arrow {
  transform: scale(1, -1);
}

.from-world__country2 .from-world__country-flag {
  height: 15px;
  width: 15px;
  margin: 0 7px 0 0;
}

.hideWorld .from-world__country-flag {
  display: none;
}

.from-world__country2 .lang-dropdown__item {
  padding: 9px 22px;
}

.from-world__country2 .lang-dropdown__item:hover,
.from-world__country2 .lang-dropdown__item_active {
  color: #34abbd;
  background: none;
}

.from-world__country2 .lang-dropdown__item:hover .lang-dropdown__item-title-text,
.from-world__country2 .lang-dropdown__item_active .lang-dropdown__item-title-text {
  text-decoration: underline;
}

.from-world__country2 .svg-icon {
  width: 7px;
  height: 4px;
  margin-left: 7px;
}

.from-world__country2 .from-world__country-title {
  font-size: 13px;
  padding-top: 1px;
  margin: 0;
}

.from-world__avaible {
  margin: 20px 0;
}

.from-world__avaible .app-footer__houses {
  color: #003333;
}

.app-footer__houses_hide {
  display: none;
}

.app-footer__houses-div {
  font-size: 16px;
  white-space: nowrap;
}

.js-assr {
  display: inline;
}

.hero__project-selection .from-world__country2 .from-world__country-lang2 {
  width: 100px;
}

#data_pjax {
  /*    display: flex;
    flex: 1 0 auto;*/
  flex-grow: 1;
  /*    коэффициент роста flex для заданного числа*/
  flex-shrink: 0;
  /*    flex-shrink задает коэффициент сжатия flex с заданным числом*/
  flex-basis: auto;
  /*     flex-basis определяет основу флекса, которая является начальным размером элемента. Похоже на свойства width и height, к которым добавляется содержимое элемента.*/
}

/*#data_pjax form{
    width: 100%;
}*/
.badge {
  padding: 0;
}

.select2-container--krajee-bs3 .select2-selection--single {
  height: 35px;
  line-height: 1.2;
  padding: 0;
}

.select2-container--krajee-bs3 .select2-results__option[aria-selected] {
  color: #34abbd;
  /*    text-align: right;*/
}

/*.app  .select2-container--krajee-bs3 li {
    text-align: right;
}*/
.select2-container--krajee-bs3 .select2-results__option--highlighted[aria-selected] {
  color: #34abbd;
  background-color: #fafafa;
}

.select2-container--krajee-bs3 .select2-selection {
  font-size: 13px;
}

.sorting__aside .select .select2 .select2-selection .select2-selection__placeholder {
  justify-content: flex-end;
}

.author-c .sorting__aside .select .select2 .select2-selection .select2-selection__placeholder {
  justify-content: space-between;
}

.author-c .selection__rendered {
  margin-right: 0 !important;
}

.author-c .select .select2 .select2-selection .select2-selection__rendered {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.author-c .select .select2 .select2-selection .select2-selection__clear {
  padding-right: 0 !important;
  right: 10px;
}

.author-c .select2-selection__placeholder {
  color: #0a0a0a !important;
}

.work-c .sorting__body {
  width: 100%;
}

.work-c .sorting__aside .sorting__item {
  margin-left: 10px !important;
}

.work-c .sorting__aside .select .select2 .select2-selection .select2-selection__placeholder {
  justify-content: space-between;
}

.work-c .selection__rendered {
  margin-right: 0 !important;
}

.work-c .select .select2 .select2-selection .select2-selection__rendered {
  padding-right: 0 !important;
  margin-right: 0 !important;
}

.work-c .select .select2 .select2-selection .select2-selection__clear {
  padding-right: 0 !important;
  right: 10px;
}

.work-c .select2-selection__placeholder {
  color: #0a0a0a !important;
}

.work-c .sorting__items .sorting__item:first-child {
  margin-left: 0 !important;
}

.work-c .sorting__items {
  margin-left: 0 !important;
}

.sorting__actions a {
  margin-left: 14px;
  line-height: 12px;
}

.catalog__aside .filter__group filter__group--range {
  height: 40px;
}

.catalog__aside .select2-container .select2-selection--single {
  height: 40px;
}


.catalog__aside .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}

.catalog__aside .select2 .select2-selection {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e0e7ea;
  box-shadow: none;
}

.catalog__aside .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #e0e7ea;
}

details > summary::-webkit-details-marker {
  display: none;
}

.any-span {
  margin-left: 10px !important;
  color: #34abbd !important;
  padding-right: 0;
  margin-right: -15px;
}

.catalog__aside .select2 .select2-selection .select2-selection__rendered {
  height: 39px;
  line-height: 39px;
}

.catalog__aside .select2-container .select2-selection--single .select2-selection__clear {
  font-size: 1.4rem;
  height: 33px;
}

.catalog__aside .select__placeholder {
  top: 0;
  line-height: 33px;
}

.catalog__aside .select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.catalog__aside .select2 {
  margin-bottom: 20px;
}

.catalog__aside .filter__group .select2:last-child {
  margin-bottom: 0px;
}

.catalog__aside .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
.catalog__aside .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
  top: 3px;
}

.sorting-container .select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear,
.sorting-container .select2-container--krajee-bs3 .select2-selection--multiple .select2-selection__clear {
  top: 0px;
}

summary {
  position: relative;
  display: block;
}

summary:before {
  content: '+';
  position: absolute;
  left: 7px;
  font-weight: bold;
  margin: -1px 8px 0 0;
  color: #34abbd;
}

details {
  position: relative;
}

details[open] summary:before {
  content: '-';
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>span {
  height: 26px;
  width: 26px;
  background: #34abbd;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px
}

.pager li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager li>a {
  height: 26px;
  min-width: 26px;
  padding: 0 4px;
  display: flex;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #003333;
  font-size: 16px;
  margin: 0 5px;
  border: none;
}

.pagination>li>a {
  color: #003333;
}

.pagination>.active>a {
  pointer-events: none;
  color: #003333;
  background-color: #f3f3f3;
}

.pager li>a:hover {
  background-color: #c8de72;
}

.pagination>li>span:hover {
  background: #34abbd;
  color: #fff;
}

.pagination>span:hover {
  background: #34abbd;
  color: #fff;
}

.catalog__aside .sorting__whats {
  position: absolute;
  bottom: 140px;
  right: 9px;
}

.catalog__aside .filter__group:nth-child(3) .select2:nth-child(5) {
  margin-bottom: 0px;
}

.catalog__aside .select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
  color: #003333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 222px
}

.mobile-nav__header {
  display: none;
}

.filter--btn {
  width: 100%;
  margin-top: 20px;
}

.hero__project-selection-section .select2-container {
  width: 58% !important;
}

.hero__project-selection-section .select2-selection {
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
  padding-right: 20px;
}

.hero__project-selection-section .select2-selection__arrow {
  border: none !important;
}

.hero__project-selection-section .select2-selection__rendered {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.from-world .select2-container {
  width: 65% !important;
}

.from-world .selection {
  display: flex !important;
  justify-content: center !important;
}

.from-world .select2-selection {
  border: none !important;
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
  padding-right: 20px;
}

.from-world .select2-selection__arrow {
  border: none !important;
}

.from-world .select2-selection__rendered {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.translation-highlight {
  background-color: rgba(255, 235, 162, 0.86);
}

.pager-new-line {
  clear: both;
  /* Ensures it starts on a new line */
  display: block;
  /* Ensure the pager is treated as a block-level element */
  padding-top: 10px;
  /* Optional: Adds some space above the pager */
}

#plan-select .select2-results__option,
#plan-select .select2-selection__rendered,
.select2-results__option {
  display: flex !important;
  justify-content: space-between !important;
}

#plan-select .price-option {
  font-weight: 300;
  color: #34abbd;
}

#plan-select .select2-container {
  border-radius: 5px !important;
  height: 38px !important;
}

#plan-select .select2-selection--single {
  border-radius: 5px !important;
  height: 38px !important;
}

.app .select2-results__option {
  height: 38px !important;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb !important;
  color: #fff !important;
}

.select2-results__option {
  display: flex !important;
  align-items: center !important;
}

#plan-select .form-label {
  font-size: 13px;
  line-height: 1;
  color: #03353d;
  font-weight: 700;
  margin-bottom: 8px;
}

#plan-select .has-star::after {
  content: "";
}


@media (max-width: 1199px) {
  .mobile-nav__header {
    display: block;
  }

  .work-c .sorting__item {
    width: 100%;
    margin-left: 0 !important;
  }

  .work-c .sorting__items .sorting__item {
    margin-left: 0 !important;
  }

  .work-c .sorting__aside .sorting__item {
    margin-left: 0 !important;
  }

  .catalog__aside {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    will-change: transform;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: translateX(-100%);
    /*transition: transform 0.2s;*/
    width: 420px;
    max-width: 100%;
    top: 0;
    overflow-y: auto;
  }

  .catalog__aside.is-opened {
    transform: translateX(0);
  }

  .catalog__aside {
    width: 420px;
  }

  /* .mobile-nav {
    display: none;
  } */

  /*    .filter__section{
        padding-left: 15px;
        padding-right: 15px;
    }*/
  .filter__group {
    padding: 25px 25px 25px 25px;
  }

  .catalog__aside .sorting__results {
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    width: auto;
    flex: none;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .catalog__aside .mobile-nav__header {
    flex: none;
    height: 55px;
    position: relative;
    padding: 10px 15px 26px;
  }

  .catalog__aside .sorting__actions {
    margin-left: 20px;
  }

  .catalog__aside .sorting__found {
    flex: inherit;
    white-space: nowrap;
    font-size: 13px;
  }

  .app .select2-dropdown {
    z-index: 10000;
  }


  .sorting__aside {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    will-change: transform;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    transform: translateX(-100%);
    /*transition: transform 0.2s;*/
    width: 420px;
    max-width: 100%;
    top: 0;
    overflow-y: auto;
  }

  .sorting__aside.is-opened {
    transform: translateX(0);
  }

  .sorting__aside {
    width: 420px;
  }

  .sorting__aside .sorting__results {
    padding: 0;
    margin: 0;
    height: auto;
    border: none;
    width: auto;
    flex: none;
    max-width: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .sorting__aside .mobile-nav__header {
    flex: none;
    height: 55px;
    position: relative;
    padding: 10px 15px 26px;
  }

  .sorting__aside .sorting__actions {
    margin-left: 20px;
  }

  .sorting__aside .sorting__found {
    flex: inherit;
    white-space: nowrap;
    font-size: 13px;
  }

  .sorting__body .sorting__aside {
    flex-direction: column;
  }
  .sorting__body .js-reset-sorting,
  .sorting__actions .js-reset-sorting {
    text-decoration: none;
  }

  .sorting__body .crumbs {
    display: none !important;
  }
  .sorting__body .sorting__results {
    display: none !important;
  }
  .mobile-nav__header .sorting__results {
    display: flex !important;
  }
  .right-gap {
    margin-right: 0;
  }

  .author-arc-catalog .sorting__items {
    display: block;
  }

  .author-arc-catalog .sorting__aside,
  .author-arc-catalog .select,
  .author-arc-catalog .select2,
  .author-arc-catalog .select2-selection,
  .author-arc-catalog .select2-selection__placeholder {
    justify-content: flex-start !important;
  }
}

.author-container-catalog .container-fluid {
  padding: 0;
}

.space-around-content {
  justify-content: space-between;
}

.desc-main-previ {
  font-size: 18px;
}

.plans__author .author__image {
  border-radius: 100%;
}

.hero__project-option {
  background-color: #fff;
}

.underline-blue:hover {
  border-bottom-color: transparent !important;
}

.authors-works .account-dropdown__item:hover {
  text-decoration: none !important;
}

.big-project-option {
  padding: 15px 10px;
}

.underline-blue {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  height: auto;
  display: block;
  line-height: 1.1;
  padding: 0;
  white-space: nowrap;
  text-decoration: none;
  color: #34abbd;
  border-bottom: 1px solid currentColor;
  margin-bottom: 10px;
}

.work-c .sort-works  .select .select2 .select2-selection .select2-selection__rendered {
  padding-right: 10px !important;
}

.message-over {
  flex-direction: column;
  padding: 20px;
}

.js-favorites-header {
  display: flex;
  align-items: center;
}

.js-favorites-header.is_active .app-header__account-arrow .svg-icon {
  transform: rotate(-180deg);
}

.inner-dropdown {
  display: none;
}

.inner-dropdown.is_active {
  display: block;
}

.js-favorites {
  border-bottom: 1px solid #e0e7ea;
}

.account-dropdown__item-icon.completed {
  color: #c8de72;
}

.role-artist {
  font-size: 13px;
  color: #16494D;
  margin-bottom: 20px;
  display: block;
}

.rating-wrap {
  display: flex;
  align-items: center;

}

.rating {
  width: 112px;
  height: 24px;
  position: relative;
  margin-right: 12px;
}

.rating:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 112px;
  height: 24px;
  background: url(../../img/stars/stars112.svg) no-repeat top left;
}

.rating--5, .rating--10 {
  &:before {
    background-position-y: -40px
  }
}

.rating--15 {
  &:before {
    background-position-y: -80px
  }
}

.rating--20 {
  &:before {
    background-position-y: -120px
  }
}

.rating--25 {
  &:before {
    background-position-y: -160px
  }
}

.rating--30 {
  &:before {
    background-position-y: -200px
  }
}

.rating--35 {
  &:before {
    background-position-y: -240px
  }
}

.rating--40 {
  &:before {
    background-position-y: -280px
  }
}

.rating--45 {
  &:before {
    background-position-y: -320px
  }
}

.rating--50 {
  &:before {
    background-position-y: -360px
  }
}

.rating-value {
  color: #34ABBD;
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
}

.reviews {
  font-size: 13px;
  color: #6D8283;
}

@media (max-width: 1200px) and (min-width: 768px) {

  .author-works__container .author-card:nth-child(1) {
    width: 100%;
  }

  .author-works__container .author-card:nth-child(2), .author-works__container .author-card:nth-child(3) {
    width: calc(50% - 11px);
  }

  .author-card-inner {
    width: 220px;
  }

  .author-card__content {
    flex: 1 1;
    display: flex;
    margin-bottom: 0;
    padding: 0 30px;
    gap: 30px;
  }

  .author-card__header {
    margin-top: 0;
    font-size: 39px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .author-card__country-title {
    text-align: left;
    color: #16494D;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
  }

  .author-card__contacts-item {
    text-align: left;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .review-bar .bar-container {
    background-color: #e9ecef;
    border-radius: 5px;
    width: calc(100% - 80px);
    max-width: calc(100% - 92px);
    height: 10px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
  }

  .author-card__body {
    max-width: calc(100% - 150px);
  }

  .author-card__image {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .author-works__container {
    flex-wrap: wrap;
  }

  .app-header__mobile-nav {
    display: none;
  }

  .author-item__data {
    gap: 54px;
  }

  .author-item__image {

  }

  .app-header__aside {
    max-width: 100%;
  }
}

@media (max-width: 767px) {

  .work__action-save {
    margin-left: 0;
  }

  .work__actions {
    margin-left: 0;
    justify-content: flex-start;
    padding-top: 20px;
  }

  .author-works__container .author-card:nth-child(1) {
    width: 100%;
  }

  .author-works__container .author-card:nth-child(2), .author-works__container .author-card:nth-child(3) {
    width: 100%;
  }

  .author-card-inner {
    width: 220px;
  }

  .author-card__content {
    margin-bottom: 0;
    padding: 0 12px;
  }

  .author-card__header {
    margin-top: 0;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .author-card__country-title {
    text-align: center;
    color: #16494D;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    width: 100%;
  }

  .author-card__contacts-item {
    text-align: center;
    font-size: 16px;
  }

  .review-bar .bar-container {
    background-color: #e9ecef;
    border-radius: 5px;
    width: calc(100% - 80px);
    max-width: calc(100% - 92px);
    height: 10px;
    margin-right: 14px;
    overflow: hidden;
    position: relative;
  }

  .author-card__body {
    max-width: 100%;
    text-align: center;
    margin-top: 25px;
  }

  .author-card__image {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .author-works__container {
    flex-wrap: wrap;
  }

  .author-card__contacts-item--phone {
    display: none;
  }

  .author-card__contacts-item--phone-mob {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #16494D;
  }

  .author-card__contacts-item--phone-mob a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
  }

  .author-card__contacts-item--phone-mob img {
    height: 15px;
    width: 100%;
    margin-bottom: 6px;
  }

  .author-card__contacts-item--site-mob {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #16494D;

    a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-decoration: none;
    }
  }

  .author-card__contacts-item--site-mob img {
    height: 15px;
    width: 100%;
    margin-bottom: 6px;
  }

  .e-mail-mob {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #16494D;

    a {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      color: #16494D;
      text-decoration: none;
    }
  }

  .e-mail-mob img {
    height: 15px;
    width: 100%;
    margin-bottom: 6px;
  }

  .author-card__contacts-item--site {
    display: none;
  }

  .author-card__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .author-card__socials {
    width: 100%;
  }

  .contact-btn {
    display: none;
  }

  .save-mob, .copy-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 400;
    color: #16494D;

    button {
      border: none;
      background: transparent;

      .inner-save {
        height: 15px;
        display: block;
        width: 100%;
        margin-bottom: 6px;
        background: url("../../img/icons/save.svg")no-repeat center center;
      }

      img {
        height: 15px;
        width: 100%;
        margin-bottom: 6px;
      }
    }
    button.is-active {
      .inner-save {
        background: url("../../img/icons/save-green.svg")no-repeat center center;
      }
    }
  }

  .socials-link {
    display: none;
  }

  .author-card__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 33px;
  }

  .select--align-right .select2 .select2-selection .select2-selection__rendered {
    display: none;
  }

  .select .select2-selection {
    width: 35px;
    height: 35px;
    background: url("../../img/icons/filter.svg")no-repeat center center;
  }

  .sorting__select .select__placeholder {
    font-size: 0 !important;
  }

  .select .select2 .selection {
    width: 35px !important;
  }

  .select2-container--krajee-bs3 .select2-selection {
    box-shadow: none;
    border: none;
  }

  .select .select2 .select2-selection {
    border: none;
  }

  .select .select2-container--open .select2-selection {
    width: 35px;
    height: 35px;
    background: url("../../img/icons/filter-green.svg")no-repeat center center;
  }

  .select2-dropdown {
    left: -80px !important;
  }

  .select2-dropdown.select2-dropdown--below, .select2-dropdown.select2-dropdown--above {
    left: 0 !important;
  }
}


