/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #F5EDEB;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
}

.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

footer {
  margin-top: auto;
}

main {
  flex-grow: 1;
  padding-bottom: 60px;
}

html {
  -webkit-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #402A18;
}

select,
button,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #402A18;
  outline: 0;
}

.a, .work-home__icon:after, .faq__answer:after, .faq__question:after, .show-hide-pass.active:after, .didnt-work:after, .progress__step:before, .important:after, .button_go-to-calc:after, .price__item:after, .chats-link_contacts > li:after, .phones_contacts > li:before, .phones_contacts > li:after, .bg-line:after, .average-rating__number:before, .review-count__number:before, .orders__institute:before, .call-to-action:after, .review__tub:before, .benefit__desc ul li:before, .step:before, .step:after, .chats-link-icon a:before, .info:after, .chats-link > li > a:before,
.phones > li > a:before, .days-off:after, .contacts-pop:after, .phone-link-open:after, .phone-link-open:before, .client-office:before, .breadcrumbs:after, .text-style-1 ul li:before {
  content: "";
  display: block;
}

.content {
  max-width: 1182px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 32px;
}

.title_max900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.title_left {
  text-align: left;
}

.title_bold {
  font-weight: bold;
}

.title_bottom40 {
  margin-bottom: 40px;
}

.title_bottom47 {
  margin-bottom: 47px;
}

.text-style-1 {
  font-size: 14px;
  line-height: 1.57;
}
.text-style-1 p {
  padding-bottom: 24px;
}
.text-style-1 ul {
  padding-left: 30px;
}
.text-style-1 ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.text-style-1 ul li:before {
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 1px;
  background: #402A18;
  left: 0;
  top: 12px;
}
.text-style-1 .ul-style li {
  padding-left: 35px;
}
.text-style-1 .ul-style li:before {
  width: 14px;
}

.breadcrumbs {
  color: #93877E;
  font-size: 14px;
  padding: 18px 0 3px;
  margin-bottom: 22px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.breadcrumbs:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  width: 81px;
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs a {
  font-weight: 500;
  border-bottom: 1px dashed transparent;
}
.breadcrumbs a:hover {
  border-bottom-color: inherit;
}
.breadcrumbs .breadcrumbs__separator {
  display: inline-block;
  background: url(../images/separator.svg) center no-repeat;
  width: 8px;
  height: 8px;
  margin: 0 3px;
}

@media screen and (max-width: 767px) {
  .breadcrumbs {
    white-space: normal;
  }
  .breadcrumbs:after {
    display: none;
  }
  .breadcrumbs.minimal {
    overflow: hidden;
    height: 52px;
  }
  .breadcrumbs.minimal:after {
    display: block;
    top: 35px;
  }
}
@media screen and (max-width: 370px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.loader {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 0;
  z-index: 600;
  display: none;
}
.loader.show {
  background: url(../images/loading.svg) center no-repeat;
  display: block;
}

@media (hover: hover) {
  ::-webkit-scrollbar-button {
    width: 7px;
    height: 0px;
  }

  ::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-left: 0;
    border-radius: 0;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #5F433B;
    border-radius: 0;
  }

  ::-webkit-resizer {
    width: 7px;
    height: 0px;
  }

  ::-webkit-scrollbar {
    width: 7px;
  }
}
.entry-content {
  line-height: 1.5;
  font-size: 16px;
  max-width: 1032px;
}
.entry-content a {
  font-weight: 600;
  border-bottom: 1px dashed #402A18;
}
.entry-content a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: 700;
}
.entry-content h1 {
  font-size: 2.25em;
  padding-bottom: 0.694em;
}
.entry-content h3,
.entry-content h2 {
  font-weight: 600;
  font-size: 1.5em;
  padding-bottom: 1.1em;
  padding-top: 0.6em;
}
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-size: 1.25em;
  padding-bottom: 1.25em;
}
.entry-content p {
  padding-bottom: 1.35em;
}
.entry-content b,
.entry-content strong {
  font-weight: 600;
}
.entry-content ul {
  padding-bottom: 1.25em;
}
.entry-content ul li {
  position: relative;
  padding-bottom: 0.7em;
  display: flex;
  align-items: flex-start;
}
.entry-content ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  min-width: 7px;
  margin-right: 8px;
  margin-top: 0.53em;
  background: url(../images/list-style.svg) center no-repeat;
  background-size: contain;
  border-radius: 50%;
}
.entry-content ol {
  padding-bottom: 1.25em;
  counter-reset: ol;
  padding-left: 33px;
}
.entry-content ol li {
  padding-bottom: 0.7em;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol);
  color: #fff;
  font-weight: bold;
  display: block;
  width: 22px;
  min-width: 22px;
  background: #65B96D;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
  margin-right: 14px;
}
.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #65B96D;
  margin-bottom: 1.563em;
  font-style: italic;
}
.entry-content blockquote * {
  padding: 0;
  margin: 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 1.875em;
}
.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 4px 15px;
}
.entry-content table tbody tr:nth-child(odd) {
  background: #eff0f5;
}
.entry-content table thead tr {
  font-weight: 700;
}

.entry-content_width-820 {
  max-width: 960px;
}

.entry-content_blank-page {
  font-size: 14px;
}
.entry-content_blank-page ol {
  padding-left: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 630px) {
  .entry-content {
    font-size: 14px;
  }
  .entry-content ol {
    padding-left: 0;
  }
  .entry-content table {
    font-size: 14px;
  }
  .entry-content table tr td {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media screen and (max-width: 580px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 0 auto;
  }
  .entry-content table {
    font-size: 12px;
  }
  .entry-content table tr td {
    padding-left: 4px;
    padding-right: 4px;
  }
}
/*-----------------submit----------------------*/
button,
button[type=submit],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
  outline: 0;
  width: 100%;
}

/*-----------------input----------------------*/
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 48px;
  background: #fff;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
  display: block;
  outline: none;
  width: 100%;
  border: 1px solid #E7E0DE;
  border-radius: 3px;
  font-weight: normal;
  -webkit-appearance: none;
}
textarea.datepicker-i,
input[type=search].datepicker-i,
input[type=number].datepicker-i,
input[type=password].datepicker-i,
input[type=email].datepicker-i,
input[type=text].datepicker-i,
input[type=tel].datepicker-i {
  background: #FFFBFA url(../images/calendar.svg) calc(100% - 35px) center no-repeat;
  background-size: 14px;
  padding-right: 82px;
}
textarea.input-search,
input[type=search].input-search,
input[type=number].input-search,
input[type=password].input-search,
input[type=email].input-search,
input[type=text].input-search,
input[type=tel].input-search {
  padding-right: 53px;
  background: #FFFBFA;
}
textarea:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=text]:disabled,
input[type=tel]:disabled {
  color: #C0AEA7;
}
textarea.input-dropdown,
input[type=search].input-dropdown,
input[type=number].input-dropdown,
input[type=password].input-dropdown,
input[type=email].input-dropdown,
input[type=text].input-dropdown,
input[type=tel].input-dropdown {
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
  border-color: #E7E0DE;
}
textarea.input-dropdown:focus,
input[type=search].input-dropdown:focus,
input[type=number].input-dropdown:focus,
input[type=password].input-dropdown:focus,
input[type=email].input-dropdown:focus,
input[type=text].input-dropdown:focus,
input[type=tel].input-dropdown:focus {
  border-radius: 3px 3px 0 0;
}
textarea.course-i, textarea.plagiarism-i,
input[type=search].course-i,
input[type=search].plagiarism-i,
input[type=number].course-i,
input[type=number].plagiarism-i,
input[type=password].course-i,
input[type=password].plagiarism-i,
input[type=email].course-i,
input[type=email].plagiarism-i,
input[type=text].course-i,
input[type=text].plagiarism-i,
input[type=tel].course-i,
input[type=tel].plagiarism-i {
  height: 0;
  opacity: 0;
  border: 0;
}

.nice-select.error,
textarea.error,
input.error {
  border: 1px solid #E35C4A !important;
}

label.error {
  color: #D43A3A;
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.custom-combobox {
  display: block;
  position: relative;
}
.custom-combobox input {
  padding-right: 50px;
}
.custom-combobox:after {
  content: "";
  display: block;
  background: url(../images/arrow-combobox.svg) center no-repeat;
  height: 12px;
  width: 12px;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 20px;
  transform-origin: center center;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.custom-combobox:before {
  content: "";
  display: block;
  position: absolute;
  right: 1px;
  width: 46px;
  top: 1px;
  bottom: 1px;
  border-left: 1px solid #E7E0DE;
  background: #F9F6F4;
  border-radius: 0 2px 2px 0;
  transition: 0.3s;
}
.custom-combobox.input-active:before {
  background: #EEE9E5;
}
.custom-combobox.input-active:after {
  transform: rotate(-180deg);
}

.ui-tooltip,
.ui-button {
  display: none !important;
}

.ui-widget.ui-widget-content {
  border-color: #E7E0DE;
  border-radius: 0 0 3px 3px;
}

.ui-menu .ui-menu-item-wrapper {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 6px 15px;
  border-color: transparent;
}
.ui-menu .ui-menu-item-wrapper:hover {
  background: #FCF6DF;
  color: #2F1F19;
  font-weight: 500;
}

.ui-menu {
  padding: 11px 1px;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  max-height: 140px;
}
.ui-menu::-webkit-scrollbar-button {
  width: 3px;
  height: 0px;
}
.ui-menu::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0;
}
.ui-menu::-webkit-scrollbar-thumb {
  background: #D3CCC6;
  border-radius: 10px;
}
.ui-menu::-webkit-resizer {
  width: 3px;
  height: 0px;
}
.ui-menu::-webkit-scrollbar {
  width: 3px;
}

.c-datepicker {
  position: relative;
}

textarea {
  height: 78px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
  font-weight: normal;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #978C83;
  opacity: 1;
}

*:-moz-placeholder {
  color: #978C83;
  opacity: 1;
}

*::-moz-placeholder {
  color: #978C83;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #978C83;
  opacity: 1;
}

textarea:focus::-webkit-input-placeholder,
input[type=select-one]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input[type=select-one]:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input[type=select-one]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input[type=select-one]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: red;
}
textarea.wpcf7-not-valid::-webkit-input-placeholder,
input[type=password].wpcf7-not-valid::-webkit-input-placeholder,
input[type=email].wpcf7-not-valid::-webkit-input-placeholder,
input[type=text].wpcf7-not-valid::-webkit-input-placeholder,
input[type=tel].wpcf7-not-valid::-webkit-input-placeholder,
textarea.valid-error::-webkit-input-placeholder,
input[type=password].valid-error::-webkit-input-placeholder,
input[type=email].valid-error::-webkit-input-placeholder,
input[type=text].valid-error::-webkit-input-placeholder,
input[type=tel].valid-error::-webkit-input-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-moz-placeholder,
input[type=password].wpcf7-not-valid:-moz-placeholder,
input[type=email].wpcf7-not-valid:-moz-placeholder,
input[type=text].wpcf7-not-valid:-moz-placeholder,
input[type=tel].wpcf7-not-valid:-moz-placeholder,
textarea.valid-error:-moz-placeholder,
input[type=password].valid-error:-moz-placeholder,
input[type=email].valid-error:-moz-placeholder,
input[type=text].valid-error:-moz-placeholder,
input[type=tel].valid-error:-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid::-moz-placeholder,
input[type=password].wpcf7-not-valid::-moz-placeholder,
input[type=email].wpcf7-not-valid::-moz-placeholder,
input[type=text].wpcf7-not-valid::-moz-placeholder,
input[type=tel].wpcf7-not-valid::-moz-placeholder,
textarea.valid-error::-moz-placeholder,
input[type=password].valid-error::-moz-placeholder,
input[type=email].valid-error::-moz-placeholder,
input[type=text].valid-error::-moz-placeholder,
input[type=tel].valid-error::-moz-placeholder {
  color: red;
}
textarea.wpcf7-not-valid:-ms-input-placeholder,
input[type=password].wpcf7-not-valid:-ms-input-placeholder,
input[type=email].wpcf7-not-valid:-ms-input-placeholder,
input[type=text].wpcf7-not-valid:-ms-input-placeholder,
input[type=tel].wpcf7-not-valid:-ms-input-placeholder,
textarea.valid-error:-ms-input-placeholder,
input[type=password].valid-error:-ms-input-placeholder,
input[type=email].valid-error:-ms-input-placeholder,
input[type=text].valid-error:-ms-input-placeholder,
input[type=tel].valid-error:-ms-input-placeholder {
  color: red;
}

/*------------------checkbox---------------------*/
input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + span,
input[type=checkbox] + span {
  display: block;
  border: 1px solid #746D6B;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: 0;
  cursor: pointer;
  margin-right: 5px;
  min-width: 16px;
}

input[type=radio] + span {
  border-radius: 50%;
}

input[type=radio]:checked + span,
input[type=checkbox]:checked + span {
  background: #E1DAC3 url(../images/check.svg) center no-repeat;
  background-size: 10px 10px;
  border-color: #E1DAC3;
}

input[type=radio]:checked + span {
  background: #fff;
  border-width: 5px;
}

.input-list__item_privaci {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.input-list__item_privaci span.wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}

/*------------------FILE---------------------*/
input[type=file] {
  display: none;
}

.psevdo-file {
  display: block;
  width: 100%;
}

.file-btn {
  height: 55px;
  background: #d0d0d0;
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #5f6375;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 8px;
  max-width: 200px;
}
.file-btn span {
  display: block;
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-btn .fas {
  font-size: 19px;
  margin-right: 10px;
}
.file-btn:hover {
  background: #dddddd;
}

/*------------------select---------------------*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*------------------WPCF7 Loader---------------------*/
.input-list .ajax-loader {
  visibility: hidden;
}

.input-list .ajax-loader {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.7) url(../images/loading.gif) center no-repeat !important;
  background-size: 50px auto !important;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 46px;
  background: #65B96D;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
  padding: 0 15px;
}
.button span {
  position: relative;
  z-index: 100;
}
.button:hover {
  background: #77c17e;
}
.button:disabled {
  background: #fbe189;
  color: #b5a171;
  cursor: default;
}
.button:active {
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(2px);
}

.button_black-border {
  border: 1px solid #000;
  background: 0;
  color: #402A18;
}
.button_black-border:hover {
  background: #FAD75F;
  color: #402A18;
}

.button_orange {
  background: #FAD75F;
  color: #402A18;
}
.button_orange:hover {
  background: #fbdd78;
}

.button_calc {
  height: 66px;
  font-size: 18px;
  margin: -33px auto 21px;
  max-width: 276px;
  border-radius: 5px;
}

.button_order {
  width: 162px;
}

.button_call-to-action {
  max-width: 247px;
  margin: 0 18px 22px;
  height: 54px;
}

.link-with-border span {
  display: inline-block;
  border-bottom: 1px dashed #402A18;
  transition: border 0.3s;
}
.link-with-border:hover {
  color: #FAD75F;
}
.link-with-border:hover span {
  border-bottom: 1px dashed rgba(233, 196, 70, 0.7);
}

.button_light {
  background: #FDF1C7;
  border-radius: 5px;
  color: #402A18;
}
.button_light:hover {
  background: #FAD75F;
}

.button_faq {
  height: 54px;
  max-width: 320px;
  margin-left: 33px;
}

.button_price {
  height: 34px;
  font-size: 14px;
  font-weight: 600;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  margin: 0 3px;
}

.jq-star-svg {
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  filter: drop-shadow(-2px -2px 2px #888);
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  border-radius: 3px;
  border: 1px solid #E7E0DE;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 14px;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  font-weight: 500;
}
.nice-select .current {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nice-select:after {
  content: "";
  display: block;
  background: url(../images/arrow-select-2.svg) 0 0 no-repeat;
  height: 7px;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 50%;
  transform-origin: center center;
  transform: rotate(0);
  transition: all 0.15s ease-in-out;
  width: 12px;
}
.nice-select:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 46px;
  top: 0;
  bottom: 0;
  background: #F9F6F4;
  border-left: 1px solid #E7E0DE;
  border-radius: 0 3px 3px 0;
}
.nice-select.niceSelect-style-dark {
  border: 1px solid #402A18;
  font-size: 14px;
  height: 38px;
  line-height: 36px;
}
.nice-select.niceSelect-style-dark:after {
  background: url(../images/arrow-select.svg) 0 0 no-repeat;
  right: 11px;
  margin-top: -3px;
}
.nice-select.niceSelect-style-dark:before {
  display: none;
}
.nice-select.niceSelect-style-dark .list {
  border-color: #402A18;
}
.nice-select.open {
  border-radius: 3px 3px 0 0;
}
.nice-select.open:after {
  transform: rotate(-180deg);
}
.nice-select.open:before {
  background: #EEE9E5;
  border-radius: 0 3px 0 0;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #724b3c;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  border: 1px solid #E7E0DE;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  border-top: 0;
  left: -1px;
  right: -1px;
  background-color: #fff;
  padding: 11px 0;
  border-radius: 0 0 3px 3px;
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-24px);
  z-index: 700;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 203px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar-button {
  width: 3px;
  height: 0px;
}
.nice-select .list::-webkit-scrollbar-track {
  background-color: #fff;
  border-left: 1px solid #fff;
  border-radius: 0;
}
.nice-select .list::-webkit-scrollbar-thumb {
  background: #D3CCC6;
  border-radius: 10px;
}
.nice-select .list::-webkit-resizer {
  width: 3px;
  height: 0px;
}
.nice-select .list::-webkit-scrollbar {
  width: 3px;
}
.nice-select .option {
  cursor: pointer;
  line-height: 32px;
  list-style: none;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background: #FCF6DF;
}
.nice-select .option.disabled {
  background-color: transparent;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.c-datepicker {
  position: relative;
  display: block;
}
.c-datepicker:after {
  content: "";
  display: block;
  background: url(../images/arrow-select.svg) 0 0 no-repeat;
  height: 6px;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  transform-origin: center center;
  transform: rotate(-180deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.c-datepicker:before {
  content: "";
  display: block;
  position: absolute;
  right: 68px;
  top: 0;
  height: 40px;
  width: 1px;
  background: #B7A9A4;
}
.c-datepicker.open {
  border-radius: 3px 3px 0 3px;
}
.c-datepicker.open:after {
  transform: rotate(0);
}

/* ------- Slick ARROW, DOTS Start---------- */
.slick-a-next,
.slick-a-prev,
.slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
  position: absolute;
  cursor: pointer;
  transition: 0.3s;
  background: #FFFFFF;
  border: 1px solid #E6D9CF;
  box-shadow: 0px 7px 10px rgba(143, 127, 114, 0.1);
  width: 43px;
  height: 43px;
  border-radius: 3px;
  z-index: 700;
  top: 50%;
  transform: translateY(-50%);
}
.slick-a-next:after,
.slick-a-prev:after,
.slick-arrow-prev.slick-arrow:after,
.slick-arrow-next.slick-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/arrow-button-slider.svg) center no-repeat;
  transform: translate(-50%, -50%);
}
.slick-a-next:hover,
.slick-a-prev:hover,
.slick-arrow-prev.slick-arrow:hover,
.slick-arrow-next.slick-arrow:hover {
  background: #FAD75F;
  border-color: #FAD75F;
  color: #000;
}

.slick-a-prev,
.slick-arrow-prev.slick-arrow {
  left: -36px;
}

.slick-a-next,
.slick-arrow-next.slick-arrow {
  right: -36px;
}
.slick-a-next:after,
.slick-arrow-next.slick-arrow:after {
  transform: translate(-50%, -50%) scale(-1, 1);
}

.slick-a-next.slick-disabled,
.slick-a-prev.slick-disabled,
.slick-arrow-next.slick-arrow.slick-disabled,
.slick-arrow-prev.slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.slick-a-next,
.slick-a-prev {
  transform: translateY(0);
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slick-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 300;
}
.slick-dots li {
  padding: 0 5px;
}
.slick-dots li button {
  display: block;
  background: #F4F0EE;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  outline: none;
}
.slick-dots .slick-active button {
  background: #65B96D;
}

/* ------- Slick ARROW, DOTS Finish---------- */
#circle2 {
  display: block;
  height: 18px;
  width: 18px;
  border: 3px solid #E8DFDF;
  border-top-color: #B9A9A3;
  border-radius: 50%;
  animation: spin2 0.8s infinite linear;
}

@keyframes spin2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* ---------------------------- SLICK Slider ------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}

.header {
  height: 110px;
  position: relative;
}
.header.active .header__bottom {
  top: 0;
  position: fixed;
  background: #fff;
}

.header__top {
  background: #F2F0F0;
  position: relative;
  z-index: 901;
}
.header__top .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 35px;
}

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

.client-office {
  font-weight: 500;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.client-office:before {
  z-index: 1;
  background: #E4E3E3 url(../images/avatar.svg) center no-repeat;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 5px;
}
.client-office span {
  transition: border 0.3s;
  border-bottom: 1px dashed transparent;
  display: inline-block;
}
.client-office:hover span {
  border-bottom-color: inherit;
}

.menu-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 50px;
  font-size: 13px;
}
.menu-top li {
  padding-left: 64px;
}
.menu-top li a {
  border-bottom: 1px dashed transparent;
}
.menu-top li a:hover {
  border-bottom-color: inherit;
}

.phone-link-open {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.phone-link-open:before {
  z-index: 1;
  background: url(../images/phone.svg) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  margin-right: 9px;
}
.phone-link-open:after {
  z-index: 1;
  background: url(../images/arrow-2.svg) center no-repeat;
  width: 8px;
  height: 8px;
  margin-left: 9px;
  transition: 0.3s;
}
.phone-link-open span {
  border-bottom: 1px dashed rgba(64, 42, 24, 0.5);
}
.phone-link-open.active:after {
  transform: rotate(-180deg);
}
.phone-link-open.active .phone-link-open__arrow {
  transform: scale(1, -1);
}

.header__bottom {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  z-index: 900;
  border-bottom: 1px solid #E7E0DE;
}
.header__bottom .content {
  display: flex;
  align-items: center;
  height: 74px;
}

.logo {
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5F433B;
  font-size: 24.7555px;
}
.logo img {
  display: block;
  width: 53px;
  height: auto;
  margin-right: 8px;
}

.menu {
  margin-left: auto;
  padding-right: 36px;
}
.menu ul {
  display: flex;
  flex-wrap: wrap;
}
.menu ul li {
  padding: 0 32px;
}
.menu ul li a {
  font-weight: 500;
}
.menu ul li a:hover {
  color: #FAD75F;
}

.bg-menu,
.bg-close {
  background: rgba(54, 47, 41, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}

.header__contacts {
  position: relative;
}

.contacts-pop {
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 568px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  padding: 37px 35px 0;
  transition: 0.3s;
}
.contacts-pop:after {
  position: absolute;
  z-index: 1;
  border-bottom: 11px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  top: 0;
  left: 30px;
  transition: 0.3s;
}
.contacts-pop.active {
  transform: translateY(21px);
  visibility: visible;
  opacity: 1;
}
.contacts-pop.active:after {
  top: -10px;
}

.contacts-pop__row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 35px;
}

.contacts-pop__col-1 {
  width: 205px;
  min-width: 205px;
}

.contacts-pop__col-2 {
  flex-grow: 1;
}

.contacts-pop__col-2_pl {
  padding-left: 53px;
  border-left: 1px solid #E3E3E3;
}

.contacts-pop__col-2_bottom {
  align-self: flex-end;
}

.contacts-pop__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}

.info-about-order {
  border: 3px solid #FAD75F;
  border-radius: 3px;
  padding: 22px 25px;
  line-height: 1.37;
}
.info-about-order a {
  font-weight: 600;
}

.time-work {
  max-width: 202px;
}

.time-work__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.time-work__row span {
  font-weight: 600;
  width: 116px;
}

.days-off {
  background: rgba(254, 246, 217, 0.5);
  border-radius: 3px;
  padding: 24px 0 24px 82px;
  position: relative;
  font-weight: bold;
  line-height: 1.37;
}
.days-off:after {
  position: absolute;
  z-index: 1;
  background: url(../images/time.svg) 0 0 no-repeat;
  width: 42px;
  height: 42px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.chats-link > li,
.phones > li {
  padding-bottom: 28px;
  position: relative;
}
.chats-link > li:last-child,
.phones > li:last-child {
  padding-bottom: 0;
}
.chats-link > li > a,
.phones > li > a {
  font-weight: 600;
  padding-left: 33px;
  position: relative;
}
.chats-link > li > a:before,
.phones > li > a:before {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.chats-link > li > a strong,
.phones > li > a strong {
  font-weight: normal;
}
.chats-link > li > a > span,
.phones > li > a > span {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.7);
  transition: border 0.3s;
}
.chats-link > li > a:hover,
.phones > li > a:hover {
  color: #FAD75F;
}
.chats-link > li > a:hover span,
.phones > li > a:hover span {
  border-bottom: 1px dashed rgba(233, 196, 70, 0.7);
}
.chats-link > li > a.phones__kyiv:before,
.phones > li > a.phones__kyiv:before {
  background: url(../images/telephone.svg) 0 0 no-repeat;
}
.chats-link > li > a.phones__vodafon:before,
.phones > li > a.phones__vodafon:before {
  background: url(../images/vodafone.svg) 0 0 no-repeat;
}
.chats-link > li > a.phones__kyivstar:before,
.phones > li > a.phones__kyivstar:before {
  background: url(../images/kyivstar.png) 0 0 no-repeat;
  background-size: 19px auto;
}
.chats-link > li > a.phones__lifecell:before,
.phones > li > a.phones__lifecell:before {
  background: url(../images/lifecell.png) 0 0 no-repeat;
  background-size: 20px auto;
}

.chats-link li a {
  font-weight: normal;
}
.chats-link li a.chats-link__viber:before {
  background: url(../images/viber.svg) center no-repeat;
  background-size: 19px auto;
}
.chats-link li a.chats-link__telegram:before {
  background: url(../images/telegram.svg) center no-repeat;
  width: 23px;
  height: 23px;
  left: -2px;
}
.chats-link li a.chats-link__messenger:before {
  background: url(../images/messenger.svg) center no-repeat;
  background-size: 19px auto;
}
.chats-link li a.chats-link__chat:before {
  background: url(../images/logo.svg) center no-repeat;
  width: 24px;
  background-size: 24px 24px;
  left: -3px;
  top: 53%;
}

.c-info {
  position: relative;
}

.info {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -23px);
  width: 320px;
  bottom: 0;
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #85726B;
  padding: 16px 27px 16px 18px;
  font-weight: normal;
  line-height: 1.38;
  z-index: 700;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  text-align: left;
  font-size: 13px;
}
.info:after {
  border-top: 10px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -8px;
}
.info p {
  padding-bottom: 10px;
}
.info ol {
  counter-reset: ol;
}
.info ol li {
  padding-bottom: 3px;
  list-style: none;
}
.info ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  font-weight: 600;
  min-width: 15px;
  display: inline-block;
}
.info a {
  border-bottom: 1px dashed #85726B;
  color: #85726B;
  font-weight: 500 !important;
}
.info a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.contacts-pop__close,
.info__close {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #E0D7D3;
  cursor: pointer;
  transition: 0.3s;
}
.contacts-pop__close:hover,
.info__close:hover {
  color: rgba(255, 0, 0, 0.5);
}

.info_chat-1 {
  left: -25px;
  transform: translate(0, -23px);
}
.info_chat-1:after {
  left: 26px;
}

.info_chat-2 {
  left: -3px;
  transform: translate(0, -23px);
}
.info_chat-2:after {
  left: 26px;
}

.show .info {
  opacity: 1;
  visibility: visible;
  bottom: 100%;
}
.show .info_chat-2 {
  bottom: 30px;
}

.icon-menu {
  width: 42px;
  height: 42px;
  background: #FFFAFA;
  border: 1px solid #E4DCDC;
  cursor: pointer;
  display: block;
  border-radius: 3px;
  display: none;
  padding: 11px 10px;
  margin-left: 18px;
}

.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 21px;
  height: 3px;
  background: #594139;
  border-radius: 3px;
  border: none;
  transition: transform 0.5s, top 0.2s;
}

.sw-bottom {
  top: 4px;
}

.sw-footer {
  top: 8px;
}

.icon-menu.active .sw-topper {
  top: 7px;
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 4px;
  transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  transform: rotate(180deg);
  opacity: 0;
}

.menu_mobile {
  display: none;
}

.contacts-mobile {
  display: none;
  padding-left: 24px;
  padding-top: 15px;
}
.contacts-mobile .phones-small li a > span {
  border-bottom: 1px dashed rgba(64, 42, 24, 0.5);
}

@media screen and (max-width: 1200px) {
  .menu ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .content {
    max-width: 768px;
  }

  .menu ul li {
    padding: 0 13px;
  }

  .menu {
    padding-right: 20px;
  }

  .button_order {
    width: 120px;
  }

  .menu-top li {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 67px;
  }

  .header {
    position: fixed;
    z-index: 901;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .header__bottom {
    position: relative;
    top: auto;
    z-index: 700;
  }

  .icon-menu {
    display: block;
  }

  .header__bottom .content {
    height: 67px;
  }

  .menu {
    display: none;
  }

  .button_order {
    height: 40px;
    font-size: 13px;
  }

  .button_order {
    width: 105px;
    margin-left: auto;
  }

  .contacts-pop {
    display: none;
  }

  .header__top {
    position: fixed;
    right: 0;
    top: 68px;
    bottom: 0;
    width: 265px;
    transition: 0.3s;
    transform: translateX(101%);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 600;
  }
  .header__top .content {
    display: block;
    padding: 67px 25px 14px;
    position: relative;
  }
  .header__top.active {
    transform: translateX(0);
    box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.2);
  }

  .header__nav {
    display: block;
  }

  .client-office {
    font-size: 16px;
    position: absolute;
    top: 14px;
    left: 25px;
  }
  .client-office:before {
    width: 29px;
    height: 29px;
    margin-right: 10px;
    background-size: 15px 15px;
  }

  .menu-top {
    display: block;
    padding: 0;
    padding-top: 26px;
  }
  .menu-top li {
    padding: 0 0 18px;
  }
  .menu-top li a {
    font-size: 16px;
  }

  .phone-link-open {
    font-size: 16px;
  }
  .phone-link-open:before {
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
    margin-right: 11px;
  }
  .phone-link-open:after {
    width: 13px;
    height: 13px;
    background-size: 11px 11px;
    display: none;
  }
  .phone-link-open .phone-link-open__arrow {
    background: url(../images/arrow-2.svg) 10px center no-repeat;
    width: 50px;
    height: 20px;
    background-size: 11px 11px;
    cursor: pointer;
    transition: 0.3s;
  }

  .menu_mobile {
    display: block;
    background: #fff;
    padding: 0;
  }
  .menu_mobile ul {
    display: block;
  }
  .menu_mobile ul li {
    padding: 0;
    border-bottom: 1px solid #E7E0DE;
  }
  .menu_mobile ul li:last-child {
    border-bottom: 0;
  }
  .menu_mobile ul li a {
    height: 67px;
    display: flex;
    align-items: center;
    padding: 0 25px;
  }
}
@media screen and (max-width: 460px) {
  .logo_header {
    font-size: 18px;
  }
}
@media screen and (max-width: 370px) {
  .logo_header {
    font-size: 16px;
  }

  .button_order {
    width: 85px;
    font-size: 12px;
  }

  .icon-menu {
    margin-left: 10px;
  }
}
.footer__top {
  border-top: 1px solid #E7E0DE;
  padding: 42px 0 40px;
}
.footer__top .content {
  display: flex;
  justify-content: space-between;
}

.footer__copyright {
  background: #50453C;
  color: #CDC8C4;
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
}

.footer__services {
  background: #FEFBFA;
  border-top: 1px solid #E7E0DE;
  padding: 31px 0 43px;
}

.footer__title {
  font-weight: 600;
  padding-bottom: 21px;
}

.menu-style ul {
  max-width: 190px;
}
.menu-style ul li {
  padding-bottom: 15px;
  line-height: 1.37;
}
.menu-style ul li:last-child {
  padding-bottom: 0;
}
.menu-style ul li a {
  border-bottom: 1px dashed transparent;
}
.menu-style ul li a:hover {
  border-bottom-color: inherit;
}

.services-menu {
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
}
.services-menu ul {
  width: auto;
  max-width: 100%;
}

.we-accept {
  border: 1px solid #E7E0DE;
  border-radius: 3px;
  margin-top: -11px;
}

.we-accept__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-bottom: 1px solid #E7E0DE;
}
.we-accept__item:last-child {
  border-bottom: 0;
}
.we-accept__item img {
  display: block;
  width: 91px;
  height: auto;
}

.logo_footer {
  margin-bottom: 35px;
}

.social__title {
  font-size: 14px;
  margin-bottom: 16px;
}

.social__list {
  display: flex;
  padding-bottom: 35px;
}
.social__list li {
  padding-right: 10px;
}
.social__list li a {
  width: 38px;
  height: 38px;
  display: block;
}
.social__list li a:hover {
  opacity: 0.5;
}
.social__list li .social__facebook {
  background: url(../images/facebook.svg) 0 0 no-repeat;
}
.social__list li .social__instagram {
  background: url(../images/instagram.svg) 0 0 no-repeat;
}

.phones-small {
  padding-bottom: 0;
}
.phones-small strong {
  font-weight: 600;
}
.phones-small li {
  padding-bottom: 17px;
}
.phones-small li a > span {
  border-bottom: 1px dashed transparent;
  transition: border 0.3s;
}
.phones-small li a:hover span {
  border-bottom: 1px dashed #402A18;
}

.chats-link-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -4px;
  max-width: 113px;
}
.chats-link-icon a {
  font-weight: normal;
  width: 23px;
  height: 23px;
  display: block;
}
.chats-link-icon a:hover {
  opacity: 0.5;
}
.chats-link-icon a:before {
  width: 23px;
  height: 23px;
}
.chats-link-icon a.chats-link__viber:before {
  background: url(../images/viber.svg) center no-repeat;
  background-size: 19px auto;
}
.chats-link-icon a.chats-link__telegram:before {
  background: url(../images/telegram.svg) center no-repeat;
}
.chats-link-icon a.chats-link__messenger:before {
  background: url(../images/messenger.svg) center no-repeat;
  background-size: 20px auto;
}

.footer__col-5 {
  margin-left: 58px;
}

.footer__col-3 {
  margin-left: 40px;
}

.language-switch {
  max-width: 155px;
}

@media screen and (max-width: 1200px) {
  .services-menu {
    padding-right: 0;
  }

  .footer__col-5 {
    margin-left: 30px;
  }

  .footer__col-3 {
    margin: 0 30px;
  }

  .footer__col-1 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .menu-style {
    font-size: 14px;
  }
  .menu-style ul {
    max-width: 100%;
  }

  .footer__top .content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer__col-1,
.footer__col-2,
.footer__col-3,
.footer__col-4 {
    width: 33.3333%;
    margin: 0;
  }

  .footer__col-5 {
    margin: 0;
  }

  .footer__col-4,
.footer__col-5 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__services {
    padding-bottom: 0;
  }
  .footer__services .footer__title {
    text-align: center;
  }

  .services-menu {
    flex-wrap: wrap;
  }
  .services-menu ul {
    width: 50%;
    text-align: center;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 650px) {
  .footer__col-1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer__col-2,
.footer__col-3,
.footer__col-4,
.footer__col-5 {
    width: 50%;
  }

  .logo_footer {
    width: 100%;
  }

  .language-switch {
    margin-top: 32px;
  }

  .we-accept {
    max-width: 135px;
  }
}
@media screen and (max-width: 460px) {
  .footer__col-1 {
    order: 1;
  }

  .footer__col-2 {
    width: 140px;
    order: 3;
    margin-left: auto;
  }

  .footer__col-3 {
    order: 2;
    width: calc(100% - 170px);
  }

  .footer__col-4 {
    order: 4;
    width: calc(100% - 170px);
  }

  .footer__col-5 {
    width: 140px;
    order: 5;
    margin-left: auto;
  }

  .services-menu ul {
    width: 100%;
  }

  .logo_footer {
    justify-content: center;
  }
}
@media screen and (max-width: 370px) {
  .social__title {
    font-size: 12px;
  }
}
.offer {
  background: url(../images/offer-bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 70px 0 110px;
}

.offer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.offer__left {
  width: calc(100% - 460px);
  max-width: 630px;
}

.offer__left_in {
  max-width: 100%;
  text-align: center;
  align-self: center;
}
.offer__left_in h2 {
  max-width: 536px;
  margin: 0 auto;
}

.offer__text {
  font-size: 18px;
  line-height: 1.44;
}
.offer__text h1 {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.33;
  margin-bottom: 20px;
}
.offer__text h2 {
  font-weight: normal;
  font-size: 18px;
}

.animation-container {
  padding-top: 50px;
  width: 100%;
  max-width: 530px;
  padding-bottom: 10px;
  background: url(../images/bg-animation.svg) 0 100% no-repeat;
}

#animation_container {
  position: relative;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 68%;
}
#animation_container #canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.offer__form {
  width: 433px;
  background: #FFFFFF;
  border: 7px solid #FAD75F;
  box-shadow: 0px 20px 80px rgba(204, 192, 190, 0.3);
  border-radius: 5px;
  margin-top: 4px;
  padding: 31px 39px 40px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form__item {
  width: 100%;
  margin-bottom: 10px;
}

.form__item_50 {
  width: calc(50% - 15px);
}

.form__title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 23px;
  width: 100%;
  padding-right: 20px;
}

.form__title_in {
  padding-right: 0;
  margin-bottom: 47px;
}

.label {
  font-size: 14px;
  margin-bottom: 16px;
}

.form__type-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -3.5px;
}
.form__type-list label {
  display: block;
}
.form__type-list input[type=radio] + span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  border: 1px solid #9E8F82;
  border-radius: 3px;
  height: 36px;
  cursor: pointer;
  transition: 0.3s;
  margin: 0 3.5px 10px;
  color: #796B5F;
  font-size: 14px;
  padding: 0 10px;
  font-weight: 500;
}
.form__type-list input[type=radio]:checked + span {
  border-color: #65B96D;
  color: #65B96D;
}

.all-type-link {
  margin-bottom: 10px;
  margin-left: 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-right: 0;
  color: #796B5F;
}
.all-type-link span {
  border-bottom: 1px dashed #796B5F;
  transition: border 0.3s;
}
.all-type-link svg {
  margin-left: 10px;
}
.all-type-link:hover {
  color: #FAD75F;
}
.all-type-link:hover span {
  border-bottom-color: #FAD75F;
}

.input-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #F0E7E1;
  border-radius: 3px;
  overflow: hidden;
}
.input-number input {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 0;
  border: 0;
  height: 46px;
  color: #402A18;
}

.input-number_term input {
  text-align: right;
  margin-right: 10px;
  max-width: 40px;
  margin-left: auto;
}
.input-number_term .input-number__inc {
  margin-left: 10px;
}

.input-number__dec,
.input-number__inc {
  width: 34px;
  height: 46px;
  min-width: 34px;
  background: #F9F6F4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #948881;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: 0.3s;
}
.input-number__dec span,
.input-number__inc span {
  transition: 0.3s;
}
.input-number__dec:hover,
.input-number__inc:hover {
  background: #EEE9E5;
}
.input-number__dec:active,
.input-number__inc:active {
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.2);
}
.input-number__dec:active span,
.input-number__inc:active span {
  transform: scale(0.7, 0.7);
}

.input-number__dec {
  border-right: 1px solid #F0E7E1;
}

.input-number__inc {
  border-left: 1px solid #F0E7E1;
}

.input-number__text {
  font-size: 12px;
  margin-right: auto;
  padding-top: 4px;
}

.form__total {
  margin: 11px -39px 0 -32px;
  background: #FFF9E3;
  width: calc(100% + 71px);
  padding: 28px 0 61px;
  text-align: center;
}

.form__total-text-current {
  font-weight: 600;
  font-size: 40px;
}

.form__total-text-after {
  font-weight: 600;
}

.form__after-button {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.form__after-button a {
  border-bottom: 1px dashed #402A18;
  font-weight: 600;
}
.form__after-button a:hover {
  border-bottom-color: #FAD75F;
  color: #FAD75F;
}

.rating {
  transform: translateY(-61px);
}

.rating__list {
  background: #FFFFFF;
  box-shadow: 0px 20px 60px rgba(204, 192, 190, 0.3);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.rating__item {
  border-right: 3px solid #F3EFEC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 26px 15px;
}

.rating__item_client {
  width: 31.6%;
  padding-right: 30px;
}

.rating__item_ref {
  width: 34.5%;
  padding-left: 31px;
}

.rating__item_otzyvsite {
  width: 33.9%;
  border-right: 0;
  padding-left: 30px;
}

.rating__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.rating__icon {
  margin-right: 20px;
}
.rating__icon img {
  display: block;
}

.rating__number {
  margin-left: 24px;
  font-size: 30px;
  border-bottom: 1px dashed #000;
  line-height: 1;
}
.rating__number:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.rating__stars {
  margin-left: -3px;
}

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

.about {
  padding: 58px 0 50px;
}

.about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 31px;
}

.about__item {
  padding: 0 15px 46px;
  text-align: center;
  width: 33.333%;
  max-width: 324px;
}

.about__number {
  font-weight: bold;
  font-size: 65px;
  color: #65B96D;
  line-height: 1;
  margin-bottom: 4px;
}

.about__title {
  font-weight: bold;
  margin-bottom: 13px;
}

.about__desc {
  font-size: 14px;
  line-height: 1.43;
  max-width: 224px;
  margin: 0 auto;
}
.about__desc span {
  display: block;
  background: url(../images/text-bg-1.svg) center no-repeat;
  font-weight: bold;
  text-transform: uppercase;
}

.about__desc_long span {
  background: url(../images/text-bg-2.svg) center no-repeat;
}

.steps {
  padding: 35px 0 0 0;
}

.steps__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 9px;
}

.steps__slider-pc {
  width: 418px;
  margin: 0 50px;
  margin-bottom: -1px;
}
.steps__slider-pc .slick-slide {
  padding-bottom: 1px;
}
.steps__slider-pc img {
  display: block;
  width: 100%;
  height: auto;
}

.steps__list {
  width: calc(100% - 518px);
  max-width: 596px;
  padding-top: 40px;
}

.step-phone {
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: 0.3s;
  margin: 0 auto;
}
.step-phone img {
  display: block;
  width: 100%;
  height: auto;
}

.step {
  position: relative;
  height: 101px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 82px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 300;
  padding-right: 15px;
}
.step:after {
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid #EBE7E4;
  bottom: -1px;
  left: 30px;
  right: 0;
}
.step:before {
  position: absolute;
  z-index: 1;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 17px solid #FFEBA8;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
  transition: 0.3s;
}
.step.current {
  background: #FFEBA8;
  border-radius: 3px;
  z-index: 400;
}
.step.current .step__number {
  background: #65B96D;
  box-shadow: 2px 4px 0px #F5E19F;
  color: #fff;
}
.step.current:before {
  left: -16px;
  opacity: 1;
}
.step.current:after {
  opacity: 0;
}

.step__number {
  background: #FFF9E3;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  position: absolute;
}

.step__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.benefit {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  padding: 25px 30px 10px 0;
}

.benefit__icon {
  width: 312px;
  min-width: 312px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 192px;
}
.benefit__icon img {
  display: block;
}

.benefit__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

.benefit__body {
  max-width: 785px;
}

.benefit__desc {
  font-size: 14px;
  line-height: 1.43;
}
.benefit__desc strong {
  font-weight: 600;
}
.benefit__desc p {
  padding-bottom: 20px;
}
.benefit__desc ul {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}
.benefit__desc ul li {
  padding-right: 56px;
  padding-left: 13px;
  position: relative;
  margin-bottom: 17px;
}
.benefit__desc ul li:before {
  position: absolute;
  z-index: 1;
  background: url(../images/list-style.svg) 0 0 no-repeat;
  width: 6px;
  height: 7px;
  left: 0;
  top: 6px;
}

.benefit_1 .benefit__icon img {
  transform: translate(0px, -10px);
}

.benefit_2 .benefit__icon img {
  transform: translate(-6px, -23px);
}

.benefit_3 .benefit__icon img {
  transform: translate(8px, 5px);
}

.reviews_home {
  padding: 44px 0 53px;
}

.review__tubs {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
  padding-top: 14px;
  max-width: 1079px;
  margin: 0 auto;
}

.review__tub {
  border: 1px solid #F0E6E2;
  border-radius: 3px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #938377;
  padding: 0 30px;
  margin-right: 26px;
  position: relative;
}
.review__tub:before {
  position: absolute;
  z-index: 1;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 10px solid #65B96D;
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -11px;
  transition: 0.3s;
}
.review__tub:hover:not(.active) {
  border-color: #65B96D;
  color: #65B96D;
}
.review__tub.active {
  border-color: #65B96D;
  background: #65B96D;
  color: #fff;
}
.review__tub.active:before {
  bottom: -9px;
  opacity: 1;
}

.review__tub-content {
  display: none;
  position: relative;
  min-height: 100px;
}
.review__tub-content.active {
  display: block;
}
.review__tub-content.active-animate .slick-slider {
  transform: translateY(0);
  opacity: 1;
}

.review__slider-users {
  max-width: 1079px;
  margin: 0 auto;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.7s;
}
.review__slider-users .slick-list {
  margin: 0 -10px;
}
.review__slider-users .slick-slide {
  padding-bottom: 2px;
}

.review-user {
  margin: 0 10px;
  background: #FFFEF9;
  border: 1px solid #F4EED5;
  border-radius: 5px;
  padding: 33px 35px;
}

.review-user__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.review-user__name {
  color: #584535;
  font-size: 18px;
  font-weight: 600;
}

.review-user__date {
  color: #584535;
  font-size: 13px;
}

.review-user__rating {
  margin-bottom: 20px;
  margin-left: -3px;
}

.review-user__text {
  line-height: 1.5;
  height: 193px;
  overflow: hidden;
  margin-bottom: 34px;
}

.review-user__id {
  color: #968E88;
  font-size: 13px;
}

.review__all-link {
  max-width: 1079px;
  margin: 0 auto;
  padding-top: 25px;
  text-align: right;
}
.review__all-link a {
  border-bottom: 1px dashed #402A18;
  font-weight: 600;
  font-size: 14px;
}
.review__all-link a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.review__slider-refrating {
  max-width: 1116px;
  margin: 0 auto;
  transform: translateY(40px);
  opacity: 0;
  transition: 0.7s;
}
.review__slider-refrating .slick-arrow-prev.slick-arrow {
  left: -19px;
}
.review__slider-refrating .slick-arrow-next.slick-arrow {
  right: -19px;
}
.review__slider-refrating .slick-track {
  display: flex;
}
.review__slider-refrating .slick-slide {
  position: relative;
  height: auto;
}

.refrating {
  margin: 0 18px;
  padding: 33px 35px;
  background: #F5FCFF;
  border-radius: 5px;
}

.refrating__text {
  color: #4A5A69;
  line-height: 1.5;
  height: 245px;
  overflow: hidden;
}

.refrating__type {
  color: #688AAA;
  font-weight: 600;
}

.refrating__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.refrating__left {
  font-weight: 600;
  color: #4C5C6A;
  font-size: 18px;
}
.refrating__left span {
  color: #4A5A69;
  font-size: 13px;
  font-weight: normal;
}

.refrating__rating {
  margin-bottom: 20px;
  margin-left: -3px;
}

.otzyvsite {
  margin: 0 18px;
  padding: 21px;
  background: #F3F9F0;
  border-radius: 5px;
  display: block;
  position: relative;
  height: 100%;
}
.otzyvsite img {
  display: block;
  width: 100%;
  height: auto;
}

.call-to-action {
  position: relative;
  z-index: 500;
}
.call-to-action:after {
  position: absolute;
  z-index: 110;
  background: url(../images/form-line-1.svg) 0 0 no-repeat;
  width: 1163px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-49.6%, -50%);
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.call-to-action_reverse:after {
  transform: translate(-49.6%, -50%) scale(1, -1);
}

.call-to-action_mb {
  margin-bottom: 67px;
}

.call-to-action__content_bg1 {
  background: url(../images/form-bg-1.svg) center no-repeat;
}

.call-to-action__content_bg2 {
  background: url(../images/form-bg-2.svg) center no-repeat;
}

.call-to-action__content {
  background-color: #FFEBA8;
  border-radius: 5px;
  padding: 44px 15px 20px;
}

.call-to-action__title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 33px;
  position: relative;
  z-index: 120;
}
.call-to-action__title strong {
  font-weight: 600;
}

.call-to-action__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 120;
}

.orders {
  padding: 15px 0 65px;
}
.orders .title {
  margin-bottom: 44px;
}

.orders__table {
  margin-top: 0;
  background: #FFFBFA;
  border: 1px solid #E7E0DE;
  border-radius: 3px;
  overflow: hidden;
}

.orders__item {
  display: flex;
  align-items: center;
  padding: 17px 40px;
  border-bottom: 1px solid #E7E0DE;
}
.orders__item:nth-child(even) {
  background: #fff;
}
.orders__item:last-child {
  border-bottom: 0;
}

.orders__type {
  font-size: 18px;
  width: 27%;
  padding-right: 20px;
}
.orders__type span {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #80766D;
  padding-top: 5px;
}

.orders__institute {
  font-size: 18px;
  width: 42%;
  padding-left: 25px;
  position: relative;
  padding-right: 20px;
}
.orders__institute:before {
  position: absolute;
  z-index: 1;
  background: url(../images/vnz.svg) 0 0 no-repeat;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
}

.orders__pages {
  width: calc(31% - 105px);
}

.orders__date {
  background: #FAFFFA;
  border: 1px solid #65B96D;
  border-radius: 3px;
  height: 34px;
  width: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #65B96D;
}

.faq-home {
  padding: 74px 0 80px;
  background: url(../images/faq-bg.svg) calc(50% + 407px) 60px no-repeat;
  background-size: 296px auto;
}
.faq-home .title {
  margin-bottom: 30px;
}

.faq-home__item {
  padding-left: 33px;
  padding-bottom: 22px;
  position: relative;
}
.faq-home__item:after {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #B7A9A5;
  width: 26px;
  height: 26px;
  background: #F9F4F2;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
}

.faq-home__question {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 13px;
}

.faq-home__answer {
  max-width: 1048px;
}

.universities {
  padding: 0 0 10px;
}
.universities .title {
  margin-bottom: -4px;
}

.universities__slider {
  margin: 0 -40px;
}
.universities__slider .slick-list {
  padding: 0 30px;
}
.universities__slider .slick-slide {
  opacity: 0;
  transition: 0.4s;
}
.universities__slider .slick-active {
  opacity: 1;
}

.universities__col {
  padding: 40px 10px 60px;
}

.university {
  border: 1px solid #E8E6E6;
  border-radius: 3px;
  height: 99px;
  margin-bottom: 20px;
}

.university__content {
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  z-index: 400;
  transition: 0.3s;
}
.university__content .university__country,
.university__content .university__logo {
  transition: 0.4s;
  opacity: 0.5;
}
.university__content img {
  filter: grayscale(100%);
  transition: 0.4s;
}
.university__content:hover {
  background: #FFFFFF;
  box-shadow: 0px 7px 40px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  z-index: 500;
}
.university__content:hover .university__country,
.university__content:hover .university__logo {
  opacity: 1;
}
.university__content:hover img {
  filter: grayscale(0%);
}
.university__content:hover .university__title {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
  transition: 0.5s;
}

.university__country {
  width: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.university__country img {
  display: block;
  width: 100%;
  height: auto;
}

.university__logo {
  height: 99px;
  position: relative;
  overflow: hidden;
}
.university__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.university__title {
  font-size: 12px;
  color: #5B534C;
  text-align: center;
  padding-bottom: 2px;
  transform: translateY(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 1200px) {
  .otzyvsite,
.refrating {
    margin: 0 10px;
  }

  .review__tubs {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review__slider-users,
.review__slider-refrating {
    max-width: 100%;
  }
  .review__slider-users .slick-list,
.review__slider-refrating .slick-list {
    margin: 0 0;
  }
  .review__slider-users .slick-arrow-prev.slick-arrow,
.review__slider-refrating .slick-arrow-prev.slick-arrow {
    left: -7px;
  }
  .review__slider-users .slick-arrow-next.slick-arrow,
.review__slider-refrating .slick-arrow-next.slick-arrow {
    right: -7px;
  }

  .slick-arrow-prev.slick-arrow,
.slick-arrow-next.slick-arrow {
    width: 36px;
  }

  .rating__item {
    width: 33.3333%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-home {
    background-position: 100% 60px;
  }
}
@media screen and (max-width: 1100px) {
  .rating__stars .jq-star {
    margin: 0 1px;
  }

  .universities__slider .slick-slide {
    opacity: 1;
  }

  .call-to-action:after {
    background: 0;
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .rating__stars .jq-star {
    margin: 0 3px;
  }

  .offer {
    padding-top: 40px;
    padding-bottom: 50px;
    background: 0;
    position: relative;
    z-index: 400;
  }
  .offer:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: url(../images/offer-bg-mobile.jpg) center 0 no-repeat;
    background-size: cover;
  }

  .offer__content {
    flex-wrap: wrap;
  }

  .offer__left {
    width: 100%;
    padding-bottom: 0;
  }

  .animation-container {
    background: 0;
    padding-bottom: 0;
    margin-bottom: -10px;
    padding-top: 30px;
  }

  .offer__form {
    width: 100%;
  }

  .form__type-list input[type=radio] + span {
    padding: 0 33px;
  }

  .rating {
    transform: none;
  }

  .rating__item {
    width: 100%;
    border-right: 0;
    border-bottom: 3px solid #F3EFEC;
  }
  .rating__item:last-child {
    border-bottom: 0;
  }

  .about__item {
    width: 50%;
    max-width: 100%;
  }

  .about__list {
    justify-content: center;
  }

  .steps {
    padding-top: 0;
  }

  .about {
    padding-bottom: 20px;
  }

  .steps__slider-pc {
    width: 360px;
    margin: auto 0 0 -10px;
  }

  .steps__list {
    width: calc(100% - 370px);
    font-size: 14px;
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .step__title {
    font-size: 16px;
  }

  .orders__table {
    border: 0;
    background: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .orders__item {
    flex-wrap: wrap;
    background: #FFFBFA !important;
    border: 1px solid #E7E0DE !important;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 20px;
    width: calc(50% - 8px);
  }

  .orders__type {
    width: 100%;
    padding-right: 0;
    border-bottom: 1px solid #EDE6E4;
    padding-bottom: 15px;
    margin-bottom: 13px;
    order: 1;
  }

  .orders__date {
    order: 3;
    margin-right: 30px;
  }

  .orders__pages {
    width: auto;
    order: 5;
  }

  .orders__institute {
    padding-bottom: 13px;
    border-bottom: 1px solid #EDE6E4;
    width: 100%;
    order: 2;
    margin-bottom: 20px;
  }

  .orders .title {
    margin-bottom: 30px;
  }

  .call-to-action__title {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .offer__text h1 {
    font-size: 40px;
  }

  .call-to-action__content {
    background-size: 600px auto;
  }

  /*.faq-home__item {
    display: none;
  }
  .faq-home__item:nth-child(1), .faq-home__item:nth-child(2) {
    display: block;
  }*/

  .steps__slider-pc {
    display: none;
  }

  .steps__list {
    width: 100%;
    max-width: 100%;
    padding-bottom: 60px;
    padding-top: 0;
  }

  .step:before {
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -13px;
    transform: rotate(90deg);
  }

  .step.current:before {
    left: 50%;
    top: -17px;
  }

  .step-phone {
    max-width: 255px;
    transform: translateY(20px);
  }
  .step-phone.current {
    padding: 13px 0 20px;
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translateY(0);
  }

  .steps__content {
    padding-top: 0;
  }
}
@media screen and (max-width: 630px) {
  .offer__text {
    font-size: 14px;
  }
  .offer__text h1 {
    font-size: 24px;
  }

  .offer__left_in {
    padding-top: 10px;
  }
  .offer__left_in .offer__text h1 {
    font-size: 32px;
  }

  .form__title {
    font-size: 20px;
    padding-right: 0;
  }

  .form__type-list input[type=radio] + span {
    font-size: 12px;
    padding: 0 19px;
  }

  .all-type-link {
    font-size: 12px;
  }

  .offer__form {
    padding: 23px 15px;
  }

  .form__total {
    margin: 11px -15px 0 -15px;
    background: #FFF9E3;
    width: calc(100% + 29px);
    padding: 10px 0 40px;
  }

  .button_calc {
    margin-bottom: 15px;
  }

  .call-to-action__content_bg1 {
    background: #FFEBA8 url(../images/form-bg-1-mobile.svg) center no-repeat;
  }

  .call-to-action__content_bg2 {
    background: #FFEBA8 url(../images/form-bg-2-mobile.svg) center no-repeat;
  }

  .orders__item {
    width: 100%;
  }

  .call-to-action__title {
    font-size: 24px;
    max-width: 282px;
  }

  .call-to-action__content {
    padding-bottom: 35px;
  }

  .title {
    font-size: 24px;
  }

  .orders {
    padding-bottom: 45px;
  }

  .faq-home {
    padding-top: 60px;
    padding-bottom: 53px;
    background-size: 200px auto;
    background-position: 100% 50px;
  }

  .faq-home__question {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .text-style-1 {
    font-size: 13px;
  }

  .button_faq {
    margin-left: 0;
    max-width: 100%;
  }

  .faq-home__answer {
    margin-left: -33px;
  }

  .faq-home__item:after {
    top: -5px;
  }

  .review-user__text {
    font-size: 14px;
    height: 165px;
    margin-bottom: 15px;
  }

  .refrating__text {
    font-size: 14px;
    height: 208px;
  }

  .review__tubs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .review__slider-users,
.review__slider-refrating {
    max-width: 100%;
  }
  .review__slider-users .slick-list,
.review__slider-refrating .slick-list {
    margin: 0 -10px;
  }
  .review__slider-users .slick-arrow-prev.slick-arrow,
.review__slider-refrating .slick-arrow-prev.slick-arrow {
    left: -7px;
  }
  .review__slider-users .slick-arrow-next.slick-arrow,
.review__slider-refrating .slick-arrow-next.slick-arrow {
    right: -7px;
  }

  .otzyvsite,
.refrating,
.review-user {
    padding-left: 43px;
    padding-right: 43px;
  }

  .refrating__left span {
    display: block;
  }

  .review__tub {
    margin: 0 4px;
    margin-bottom: 10px;
    order: 10;
  }
  .review__tub.active {
    order: 11;
  }

  .review__tubs {
    justify-content: center;
    padding-bottom: 20px;
    max-width: 360px;
    margin: 0 auto;
  }

  .label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .about__list {
    padding-top: 0;
  }

  .about__item {
    width: 100%;
  }

  .benefit {
    flex-wrap: wrap;
    padding: 5px 20px 20px;
  }

  .benefit__icon {
    width: 100%;
    min-width: 1px;
    transform: scale(0.8, 0.8);
  }

  .benefit__desc ul {
    justify-content: space-between;
  }
  .benefit__desc ul li {
    padding-right: 15px;
  }
}
@media screen and (max-width: 480px) {
  .universities__col {
    width: 237px;
  }

  .slick-dots li {
    padding: 0 4px;
  }
  .slick-dots li button {
    width: 11px;
    height: 11px;
  }

  .rating__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 440px) {
  .form__item_50 {
    width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .form__type-list input[type=radio] + span {
    padding: 0 15px;
  }

  .rating__stars .jq-star {
    margin: 0;
  }

  .rating__number {
    font-size: 22px;
    margin-left: 15px;
  }

  .step__title {
    font-size: 14px;
  }

  .step__desc {
    font-size: 12px;
  }

  .refrating__head {
    display: block;
  }

  .refrating__type {
    padding-top: 5px;
  }
}
.review-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
}

.review-row__left {
  width: calc(50% - 15px);
  max-width: 451px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 44px;
}
.review-row__left .title {
  text-align: left;
  width: 100%;
  margin-bottom: 24px;
  font-size: 26px;
}

.review-count {
  text-align: center;
  background: #FAFFFA;
  border: 1px solid #A3DEA8;
  border-radius: 3px;
  width: calc(50% - 15px);
  height: 106px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.review-count__number {
  color: #65B96D;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.review-count__number:before {
  background: url(../images/review.svg) 0 center no-repeat;
  z-index: 1;
  width: 21px;
  height: 21px;
  margin-right: 9px;
}

.average-rating {
  text-align: center;
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  border-radius: 3px;
  width: calc(50% - 15px);
  height: 106px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.average-rating__number {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
}
.average-rating__number:before {
  background: url(../images/star.svg) 0 center no-repeat;
  z-index: 1;
  width: 27px;
  height: 27px;
  margin-right: 9px;
}

.review-row__right {
  width: calc(50% - 15px);
  max-width: 544px;
  padding-bottom: 44px;
}

.independent {
  background: #FCFCFC;
  box-shadow: 0px 10px 40px rgba(49, 41, 41, 0.1);
  border-radius: 5px;
  padding: 23px 32px 30px;
}

.independent__title {
  font-weight: 600;
  font-size: 18px;
  color: #978C83;
  margin-bottom: 17px;
}

.c-how-leave-review {
  text-align: right;
  margin-top: -27px;
}

.independent__link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 17px;
}
.independent__link svg {
  display: block;
  margin-left: 10px;
}
.independent__link img {
  display: block;
  margin-right: 9px;
}

.how-leave-review {
  font-weight: 500;
  font-size: 14px;
}

.review-list {
  padding-bottom: 20px;
}

.review {
  background: #FFFEF9;
  border: 1px solid #F4EED5;
  border-radius: 5px;
  margin-bottom: 18px;
  padding: 28px 31px 28px 35px;
}

.review__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.review__name {
  color: #584535;
  font-weight: 600;
  font-size: 18px;
  margin-right: 14px;
}

.review__date {
  font-size: 13px;
  color: #584535;
  margin-left: auto;
}

.review__type {
  background: #FBF7E6;
  border-radius: 3px;
  color: #584535;
  font-size: 14px;
  display: inline-block;
  padding: 7px 17px;
}
.review__type span {
  font-weight: 600;
}

.review__text {
  padding-top: 11px;
  line-height: 1.5;
  max-width: 1030px;
}

.pagination {
  text-align: center;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
  padding-top: 15px;
  padding-right: 20px;
}
.pagination span,
.pagination a {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.pagination .active {
  background: #FFEBA8;
  border-radius: 3px;
}
.pagination a:hover {
  color: #FAD75F;
}

.pagination_mobile {
  display: none;
}

.pagination_review {
  padding-bottom: 114px;
}

.call-to-action__content_bg3 {
  background: #F6FCF6 url(../images/form-bg-review.svg) center no-repeat;
}

.call-to-action_green:after {
  background: url(../images/form-line-2.svg) 0 0 no-repeat;
  transform: translate(-50.6%, -50%);
}

.leave-review-description {
  padding: 76px 0 0;
}
.leave-review-description .title {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .review-row__left {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }

  .review-row__right {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 630px) {
  .review-row {
    padding-top: 0;
  }

  .review-row__left .title {
    font-size: 20px;
  }

  .review__text {
    font-size: 14px;
  }

  .pagination {
    padding-bottom: 50px;
    padding-right: 0;
  }

  .review {
    padding: 20px 25px;
  }

  .pagination {
    display: none;
    font-size: 15px;
  }
  .pagination span,
.pagination a {
    margin: 0 1px;
    width: 32px;
    height: 32px;
  }

  .pagination_mobile {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .average-rating,
.review-count {
    width: calc(50% - 5px);
    font-size: 14px;
  }

  .independent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-how-leave-review {
    margin-top: -5px;
  }

  .review__date {
    width: 100%;
    padding-top: 5px;
  }
}
.page-404 {
  padding-top: 50px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.page-404 .title {
  margin-bottom: 20px;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
}
.page-404__text p {
  padding-bottom: 5px;
}
.page-404__text strong {
  font-size: 20px;
  font-weight: 500;
}

.page-404__links {
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 25px 20px 15px;
}
.page-404__links p {
  padding-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    transform: none;
    margin-bottom: -30px;
  }

  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
.bg-line {
  height: 339px;
  position: relative;
  z-index: 100;
  overflow: hidden;
  margin-bottom: -87px;
}
.bg-line img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-line:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-line_bg:after {
  background: rgba(31, 31, 31, 0.3);
}

.bg-line_bg-gradient:after {
  background: url(../images/bg-gradient.svg) center no-repeat;
  background-size: cover;
}

.contacts-tile {
  position: relative;
  z-index: 200;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts-tile__item {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(49, 41, 41, 0.1);
  border-radius: 5px;
  margin-bottom: 33px;
  padding: 36px 41px;
}

.contacts-tile__call {
  width: calc(37.5% - 20px);
}

.contacts-tile__work {
  width: calc(62.5% - 20px);
  padding: 30px 51px;
}

.contacts-tile__chat {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-right: 70px;
  padding-top: 31px;
  padding-bottom: 20px;
}

.contacts-tile__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 13px;
}

.contacts-tile__title_20 {
  font-size: 20px;
}

.phones_contacts {
  max-width: 290px;
}
.phones_contacts > li {
  padding: 15px 0 15px 30px;
  display: flex;
  justify-content: space-between;
}
.phones_contacts > li:after {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 0;
  right: 0;
  border-top: 1px solid #E7E0DE;
}
.phones_contacts > li:last-child {
  padding-bottom: 15px;
}
.phones_contacts > li:last-child:after {
  display: none;
}
.phones_contacts > li:before {
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.phones_contacts > li.phones__kyiv:before {
  background: url(../images/telephone.svg) 0 0 no-repeat;
}
.phones_contacts > li.phones__vodafon:before {
  background: url(../images/vodafone.svg) 0 0 no-repeat;
}
.phones_contacts > li.phones__kyivstar:before {
  background: url(../images/kyivstar.png) 0 0 no-repeat;
  background-size: 19px auto;
}
.phones_contacts > li.phones__lifecell:before {
  background: url(../images/lifecell.png) 0 0 no-repeat;
  background-size: 20px auto;
}
.phones_contacts > li > a {
  padding: 0;
}
.phones_contacts > li > a:before {
  display: none;
}

.time-work_contacts {
  max-width: 569px;
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 20px;
}
.time-work_contacts .time-work__row {
  max-width: 253px;
}

.time-work__col-1 {
  border-right: 1px solid #E7E0DE;
  width: 50%;
  padding-right: 15px;
}
.time-work__col-1 .time-work__row:last-child {
  padding-bottom: 0;
}

.time-work__col-2 {
  width: calc(50% - 40px);
}
.time-work__col-2 .time-work__row {
  max-width: 225px;
}

.contacts-tile__chat-col {
  width: 370px;
}

.contacts-tile__info {
  width: 325px;
  margin: 0 30px;
}

.contacts-tile__email {
  margin-right: 14px;
}

.email-link {
  background: url(../images/gmail.svg) 0 center no-repeat;
  background-size: 21px 21px;
  padding-left: 31px;
  line-height: 2;
  display: inline-block;
  margin-top: 13px;
}
.email-link span {
  border-bottom: 1px dashed transparent;
  transition: 0.3s;
}
.email-link:hover span {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.chats-link_contacts {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.chats-link_contacts > li {
  width: 50%;
  padding: 15px 0;
}
.chats-link_contacts > li:after {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 0;
  right: 0;
  border-top: 1px solid #E7E0DE;
}
.chats-link_contacts > li:nth-child(2):after {
  left: 0;
}
.chats-link_contacts > li:nth-child(3):after, .chats-link_contacts > li:nth-child(4):after {
  display: none;
}
.chats-link_contacts > li:last-child {
  padding-bottom: 15px;
}
.chats-link_contacts > li > a {
  padding-left: 30px;
}
.chats-link_contacts .show .info {
  bottom: 52%;
}

.text-with-img {
  display: flex;
  padding-top: 27px;
  padding-bottom: 20px;
}

.text-with-img__text {
  background: #F8F8F8;
  border-radius: 3px;
  margin: 74px 0 38px;
  width: 50%;
  z-index: 100;
  padding: 25px 40px 20px;
}
.text-with-img__text .entry-content {
  max-width: 465px;
}

.text-with-img__thumb {
  border-radius: 5px;
  overflow: hidden;
  width: calc(50% + 140px);
  margin-left: -140px;
}
.text-with-img__thumb img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .contacts-tile__item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contacts-tile__email {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .contacts-tile__item {
    width: 100%;
    margin-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
  }

  .bg-line {
    height: 250px;
  }

  .time-work_contacts,
.phones_contacts {
    max-width: 100%;
  }

  .contacts-tile__info {
    margin-left: 0;
  }

  .contacts-tile__chat-col {
    padding-bottom: 15px;
  }

  .text-with-img {
    flex-wrap: wrap;
  }

  .text-with-img__text {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .text-with-img__text .entry-content {
    max-width: 100%;
  }

  .text-with-img__thumb {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .contacts-tile__email {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .contacts-tile__chat-col {
    width: 100%;
  }

  .contacts-tile__info {
    width: 100%;
    margin: 0;
  }

  .time-work__col-2 {
    width: calc(50% - 30px);
  }

  .time-work__col-1 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 610px) {
  .text-with-img__text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contacts-tile__item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .time-work_contacts {
    flex-wrap: wrap;
  }

  .contacts-tile__title {
    font-size: 20px;
  }

  .time-work__col-2 {
    width: 100%;
  }

  .time-work__col-1 {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .time-work_contacts .time-work__row {
    max-width: 100%;
  }

  .chats-link_contacts > li {
    width: 100%;
  }

  .chats-link_contacts > li:nth-child(2):after,
.chats-link_contacts > li:nth-child(3):after {
    display: block;
    left: 30px;
  }
}
@media screen and (max-width: 370px) {
  .info {
    width: 270px;
  }
}
.call-to-action_price {
  margin-bottom: 40px;
}

.price-page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 37px;
}

.price {
  width: calc(100% - 330px);
  background: #FFFAF7;
  border-radius: 4px;
  padding-bottom: 15px;
  order: 1;
  margin-right: auto;
}

.price__head {
  display: flex;
  align-items: center;
  background: #F9F2EC;
  border-radius: 3px;
  height: 60px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 10px;
}

.price__item {
  display: flex;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  height: 50px;
  z-index: 500;
  transition: 0.3s;
}
.price__item:after {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  background: #65B96D;
  box-shadow: 0px 4px 10px rgba(101, 185, 109, 0.3);
  border-radius: 3px;
  opacity: 0;
  transition: 0.3s;
}

@media (hover: hover) {
  .price__order {
    transform: scale(0.8, 0.8);
    opacity: 0;
  }

  .price__item:hover {
    color: #fff;
  }
  .price__item:hover .price__type a {
    color: #fff;
  }
  .price__item:hover:after {
    opacity: 1;
    left: -10px;
    right: -10px;
  }
  .price__item:hover .price__order {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.price__label {
  color: #857365;
  display: none;
}

.price__type {
  width: 26%;
  padding-right: 15px;
  font-weight: 500;
}
.price__type a {
  border-bottom: 1px dashed transparent;
}
.price__type a:hover {
  border-bottom-color: inherit;
}

.price__term-1 {
  width: 19.5%;
  padding-right: 15px;
}

.price__term-2 {
  width: 18.5%;
  padding-right: 15px;
}

.price__order {
  width: 117px;
  transition: 0.3s;
}

.price__count {
  width: calc(36% - 117px);
  padding-right: 15px;
}

.price-aside {
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(49, 41, 41, 0.1);
  border-radius: 5px;
  padding: 27px 28px 28px;
  order: 2;
}

.number-about {
  padding-bottom: 7px;
}
.number-about strong {
  font-weight: 600;
}
.number-about li {
  margin-bottom: 21px;
  padding-left: 35px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.number-about .number-about__disciplines {
  background: url(../images/about-icon/about-icon-1.svg) 0px center no-repeat;
}
.number-about .number-about__types {
  background: url(../images/about-icon/about-icon-2.svg) 0px center no-repeat;
}
.number-about .number-about__authors {
  background: url(../images/about-icon/about-icon-3.svg) 0px center no-repeat;
}
.number-about .number-about__customers {
  background: url(../images/about-icon/about-icon-4.svg) 0px 0 no-repeat;
}
.number-about .number-about__guarantee {
  background: url(../images/about-icon/about-icon-5.svg) 0px center no-repeat;
}
.number-about .number-about__experience {
  background: url(../images/about-icon/about-icon-6.svg) 0px center no-repeat;
}

.price-includes.entry-content {
  border: 3px solid #FAD75F;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  padding: 19px 10px;
}
.price-includes.entry-content p {
  padding-bottom: 5px;
}
.price-includes.entry-content ul {
  padding: 0;
}
.price-includes.entry-content ul li {
  padding: 0;
}

.price-includes__content {
  display: inline-block;
  text-align: left;
}

.price-includes_mobile {
  display: none;
}

.fixed-aside.is_stuck {
  right: 50%;
  transform: translateX(576px);
}

.final-price-depend {
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 74px;
  padding: 27px 40px 2px;
}
.final-price-depend ol {
  padding-left: 0;
}
.final-price-depend ol li {
  padding-bottom: 1.8em;
}

@media screen and (max-width: 1182px) {
  .fixed-aside.is_stuck {
    transform: none;
    right: 15px;
  }

  .price-page {
    position: relative;
    margin: 0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .price-aside.is_stuck {
    position: static !important;
  }

  .price-aside {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .number-about {
    display: flex;
    flex-wrap: wrap;
  }
  .number-about li {
    width: 33.3333%;
  }

  .price {
    width: 100%;
  }

  .price-includes_pc {
    display: none;
  }

  .price-includes_mobile {
    display: block;
    margin-bottom: 30px;
  }

  .price-page {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    text-align: center;
  }

  .number-about li {
    width: 50%;
  }

  .title_bottom40 {
    margin-bottom: 30px;
  }

  .price__head {
    display: none;
  }

  .price-page {
    padding-bottom: 10px;
  }

  .price {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: 0;
    padding-bottom: 0;
  }

  .price__item {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 0;
    height: auto;
    flex-wrap: wrap;
    background: #FFFAF6;
    border-radius: 4px;
  }

  .price__type {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F9F2EC;
    border-radius: 3px;
    height: 38px;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .price__label {
    display: block;
    font-weight: normal;
  }

  .price__term-1 {
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 0;
    border-right: 1px solid #E6DCD4;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .price__term-2 {
    font-size: 14px;
    width: 50%;
    text-align: center;
    padding: 0;
    margin-bottom: 13px;
    font-weight: 600;
  }

  .price__count {
    width: 50%;
    border-radius: 3px 0 0 3px;
    background: #65B96D;
    box-shadow: 0px 4px 10px rgba(101, 185, 109, 0.3);
    color: #fff;
    height: 50px;
    text-align: right;
    padding: 15px 15px;
  }

  .price__order {
    width: 50%;
    border-radius: 0 3px 3px 0;
    background: #65B96D;
    box-shadow: 0px 4px 10px rgba(101, 185, 109, 0.3);
    padding: 8px 0;
  }

  .button_price {
    width: 117px;
  }
}
@media screen and (max-width: 640px) {
  .number-about li {
    width: 100%;
  }

  .price__item {
    width: 100%;
  }

  .final-price-depend {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
  }

  main {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 370px) {
  .price-aside {
    padding-left: 25px;
    padding-right: 20px;
  }
}
.c-form {
  background: #FFFFFF;
  box-shadow: 0px 15px 80px rgba(49, 41, 41, 0.15);
  border-radius: 5px;
  padding: 46px 50px 47px;
  margin-bottom: 43px;
}

.form-title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 48px;
}

.form-title_24 {
  font-size: 24px;
  margin-bottom: 44px;
}

.main__work {
  padding-top: 20px;
  padding-bottom: 30px;
}

.form-list {
  max-width: 821px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-list__item {
  width: 100%;
  margin-bottom: 25px;
}

.form-list__item_50 {
  width: calc(50% - 15px);
}

.form-list__label {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-list__label span {
  color: #E35C4A;
}

.form-list__item-submit {
  width: 100%;
  padding-top: 10px;
}

.button_go-to-calc {
  max-width: 360px;
  margin: 0 auto;
  height: 63px;
}
.button_go-to-calc:after {
  z-index: 1;
  background: url(../images/calc.svg) 0 0 no-repeat;
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-left: 15px;
}

.privacy-line {
  color: #8A8179;
  text-align: center;
  line-height: 1.5;
}
.privacy-line a {
  color: inherit;
  border-bottom: 1px dashed #8A8179;
}
.privacy-line a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.privacy-line_offset44 {
  padding-top: 44px;
}

.important {
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  border-radius: 5px;
  padding: 26px 87px;
  padding-right: 25px;
  position: relative;
}
.important:after {
  position: absolute;
  z-index: 1;
  background: url(../images/information.svg) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  top: 25px;
  left: 47px;
}

.important__desc {
  line-height: 1.5;
}

.important__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.button_continue {
  height: 63px;
  max-width: 330px;
  margin: 0 auto;
}
.button_continue svg {
  margin-left: 10px;
}

.progress {
  max-width: 821px;
  margin: 0 auto 40px;
  display: flex;
}

.progress__step {
  color: #9A9794;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-grow: 1;
  background: url(../images/step-arrow.svg) 100% 0 no-repeat;
  position: relative;
  padding-right: 10px;
}
.progress__step:before {
  position: absolute;
  z-index: -1;
  background: #F9F9F9 linear-gradient(90deg, #E8E8E8 0%, rgba(241, 241, 241, 0) 100%);
  opacity: 0.7;
  width: 52px;
  left: -20px;
  top: 0;
  bottom: 0;
}
.progress__step:nth-child(1) {
  z-index: 400;
}
.progress__step:nth-child(2) {
  z-index: 300;
}
.progress__step:nth-child(3) {
  z-index: 200;
}
.progress__step:nth-child(4) {
  z-index: 100;
}
.progress__step.current {
  background: url(../images/step-arrow-success.svg) 100% center no-repeat;
  overflow: hidden;
  background-size: auto 51px;
  color: #fff;
}
.progress__step.current span {
  font-weight: bold;
  margin-right: 6px;
}
.progress__step.current:before {
  background: #65B96D;
  opacity: 1;
  border-radius: 3px 0 0 3px;
  left: 0;
  z-index: -1;
}

.form-list_search {
  max-width: 1053px;
}

.button_14 {
  font-size: 14px;
  height: 48px;
}

.form-list__item_name {
  width: 37%;
}

.form-list__item_type {
  width: 17.2%;
}

.form-list__item_year {
  width: 17.2%;
}

.form-list__item_submit {
  width: 21%;
}

.from-scratch-text {
  background: #FBF8F6;
  line-height: 1.5;
  text-align: center;
  padding: 15px 50px;
  margin: 10px -50px -10px;
}
.from-scratch-text a {
  border-bottom: 1px dashed #402A18;
  font-weight: 600;
}
.from-scratch-text a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.pagination_work {
  padding-bottom: 80px;
}

.work-list {
  padding-bottom: 15px;
}

.work {
  background: #FFFEF9;
  border: 1px solid #F4EED5;
  border-radius: 5px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 54px 33px 47px;
}

.work__price {
  background: #FAFFFA;
  border: 1px solid #A3DEA8;
  border-radius: 3px;
  text-align: center;
  min-width: 197px;
  font-weight: bold;
  font-size: 24px;
  color: #65B96D;
  padding: 12px;
  margin-left: 30px;
}
.work__price span {
  font-size: 18px;
}

.work__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.work__type {
  background: #FBF7E6;
  border-radius: 3px;
  color: #584535;
  font-size: 14px;
  padding: 7px 17px;
  margin-right: 21px;
  margin-bottom: 7px;
}
.work__type span {
  font-weight: 600;
}

.work__pages {
  font-size: 14px;
  margin-bottom: 7px;
}

.work__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  display: block;
}
.work__name:hover {
  color: #8B796B;
  text-decoration: underline;
}

.work__year {
  padding-top: 10px;
  font-size: 14px;
}

.catalog-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 35px;
  padding-top: 15px;
}

.base-count {
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  border-radius: 5px;
  width: 340px;
  text-align: center;
  font-size: 20px;
  padding: 26px 15px;
}
.base-count strong {
  font-size: 24px;
}

.catalog-head__text {
  width: calc(100% - 370px);
  max-width: 750px;
  align-self: center;
}
.catalog-head__text strong {
  font-size: 18px;
  font-weight: 600;
}
.catalog-head__text p {
  padding-bottom: 13px;
}
.catalog-head__text a {
  border-bottom: 1px dashed #402A18;
  font-weight: 600;
  font-size: 14px;
}
.catalog-head__text a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 60px;
  margin-top: 8px;
}

.categories__col {
  width: calc(33.3333% - 17px);
}

.categories__menu {
  padding-bottom: 44px;
}
.categories__menu li {
  padding-bottom: 11px;
}
.categories__menu li:last-child {
  padding-bottom: 0;
}
.categories__menu li a {
  border-bottom: 1px dashed transparent;
}
.categories__menu li a span {
  color: #9D938B;
  transition: 0.3s;
}
.categories__menu li a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}
.categories__menu li a:hover span {
  color: #FAD75F;
}

.categories__letter {
  font-weight: bold;
  margin-bottom: 10px;
}

.about-work {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-work__left {
  width: calc(100% - 405px);
}

.about-work__content {
  font-size: 14px;
  line-height: 1.3;
  padding: 30px 40px;
  background: #FAFAFA;
  border-radius: 5px;
}
.about-work__content .about-work__content-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 25px;
}

.about-work__content-text {
  white-space: pre-wrap;
}

.about-work__head {
  background: #FFFFFF;
  box-shadow: 0px 15px 80px rgba(49, 41, 41, 0.15);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 300;
}

.main__work_single {
  padding-top: 59px;
}

.information {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 28px 40px 14px;
}

.information__col-1 {
  width: 65%;
}

.information__col-2 {
  width: 32%;
}

.information__item {
  margin-bottom: 27px;
  font-weight: 600;
  padding-left: 34px;
  padding-top: 5px;
}
.information__item span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 7px;
}
.information__item a {
  border-bottom: 1px dashed #402A18;
}
.information__item a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.information__item_type {
  background: url(../images/type.svg) 0px 5px no-repeat;
}

.information__item_discipline {
  background: url(../images/subject.svg) 0px 3px no-repeat;
}

.information__item_pages {
  background: url(../images/pages.svg) 3px 5px no-repeat;
}

.information__item_year {
  background: url(../images/year.svg) 3px 3px no-repeat;
}

.about-work__cost {
  background: #F1FFF1;
  border-radius: 3px;
  padding: 27px 44px;
  display: flex;
  align-items: center;
}

.button_buy {
  height: 62px;
  max-width: 255px;
  margin-left: 112px;
}

.work-cost {
  font-size: 14px;
}
.work-cost span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  display: block;
  padding-top: 5px;
  color: #65B96D;
}

.sample-work {
  background: #F6FAFB;
  border-radius: 3px;
  padding: 36px 30px;
  padding-right: 90px;
  margin-bottom: 37px;
}

.sample-work__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 20px;
}

.sample-work__content {
  font-size: 14px;
  line-height: 1.3;
  white-space: pre-wrap;
}

.other-works {
  background: #FFFAF7;
  border-radius: 4px;
  padding: 34px 30px;
}

.other-works__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.other-works__list {
  font-size: 14px;
  margin-left: 15px;
}
.other-works__list li {
  padding-bottom: 10px;
  list-style: disc;
}
.other-works__list li a {
  border-bottom: 1px dashed transparent;
  transition: none;
}
.other-works__list li a:hover {
  font-weight: 500;
  border-bottom-color: #402A18;
}

.didnt-work {
  width: 370px;
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  border-radius: 5px;
  padding: 45px 31px 42px;
  text-align: center;
  position: relative;
}
.didnt-work:after {
  position: absolute;
  z-index: 1;
  background: url(../images/before-arrow.png) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 39px;
  top: 30px;
  left: -22.7px;
}

.button_order-new {
  height: 56px;
  max-width: 360px;
  margin: 0 auto;
}

.didnt-work__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1;
}

.didnt-work__desc {
  padding-bottom: 18px;
  line-height: 1.25;
}
.didnt-work__desc a {
  border-bottom: 1px dashed #402A18;
  display: inline-block;
}
.didnt-work__desc a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

@media screen and (max-width: 1200px) {
  .form-list__item_name {
    width: 30%;
  }

  .form-list__item_type {
    width: 24%;
  }

  .button_buy {
    margin-left: auto;
  }
}
@media screen and (max-width: 991px) {
  .progress__step {
    font-size: 14px;
  }

  .work {
    padding-left: 30px;
    padding-right: 30px;
  }

  .work__name {
    font-size: 18px;
  }

  .work__price {
    min-width: 150px;
    font-size: 22px;
  }

  .form-list__item_name {
    width: 100%;
  }

  .form-list__item_type,
.form-list__item_year {
    width: calc(50% - 15px);
  }

  .form-list__item_submit {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .button_14 {
    height: 64px;
    font-size: 16px;
  }

  .about-work__content {
    margin-bottom: 40px;
  }

  .didnt-work {
    position: relative !important;
    width: 100%;
    right: 0 !important;
  }
  .didnt-work:after {
    transform: rotate(90deg);
    top: -30px;
    left: 50%;
    margin-left: -11px;
  }

  .about-work {
    margin-bottom: 30px;
  }

  .about-work__left {
    width: 100%;
  }

  .sample-work {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .form-list__item,
.form-list__item_50 {
    width: 100%;
  }

  .form-list {
    max-width: 360px;
  }

  .form-list__item {
    margin-bottom: 20px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .button_continue {
    max-width: 360px;
  }

  .title_bottom47 {
    margin-bottom: 30px;
  }

  .c-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .from-scratch-text {
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
  }

  .base-count {
    width: 100%;
  }

  .catalog-head__text {
    width: 100%;
    text-align: center;
    padding-top: 15px;
  }

  .catalog-head {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .categories__col {
    width: 100%;
  }

  .sample-work {
    padding-right: 30px;
  }
}
@media screen and (max-width: 630px) {
  .c-form {
    padding: 24px 20px;
  }

  .privacy-line_offset44 {
    padding-top: 30px;
  }

  .form-title {
    margin-bottom: 25px;
  }

  .important {
    padding-left: 65px;
    font-size: 14px;
  }
  .important:after {
    left: 20px;
  }

  .progress {
    margin-bottom: 30px;
    max-width: 360px;
  }

  .progress__step {
    display: none;
    font-size: 16px;
  }
  .progress__step.current {
    display: flex;
    background: #65B96D;
    border-radius: 3px;
    position: relative;
    padding: 0;
    overflow: visible;
  }
  .progress__step.current:after {
    content: "";
    position: absolute;
    z-index: 1;
    border-top: 11px solid #65B96D;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -12px;
  }

  .main__work {
    padding-bottom: 10px;
  }

  .form-list__item-submit {
    padding-top: 0;
  }

  .from-scratch-text {
    margin-bottom: 0;
  }

  .form-title {
    font-size: 20px;
  }

  .work {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .work__name {
    font-size: 16px;
    font-weight: 600;
    order: 1;
  }

  .work__top {
    order: 2;
    padding-bottom: 0;
    padding-top: 15px;
  }

  .work__year {
    order: 3;
    padding-top: 3px;
  }

  .work__body {
    display: flex;
    flex-direction: column;
  }

  .work__price {
    width: 100%;
    margin: 20px 0 0;
  }

  .pagination_work {
    padding-bottom: 50px;
    padding-top: 10px;
  }

  .catalog-head__text {
    font-size: 14px;
  }
  .catalog-head__text strong {
    font-size: 16px;
  }

  .categories {
    padding-bottom: 20px;
  }

  .call-to-action_mb {
    margin-bottom: 40px;
  }

  .about-work__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .didnt-work {
    padding-left: 25px;
    padding-right: 25px;
  }

  .information {
    flex-wrap: wrap;
  }

  .information__col-1,
.information__col-2 {
    width: 100%;
  }

  .information__item {
    margin-bottom: 20px;
  }
  .information__item span {
    display: inline;
  }

  .work-cost {
    width: 100%;
    text-align: center;
    padding-bottom: 17px;
  }

  .about-work__cost {
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 21px;
    padding-top: 20px;
  }

  .button_buy {
    margin: 0;
  }

  .main__work {
    padding-top: 20px;
  }
}
@media screen and (max-width: 370px) {
  .c-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-title {
    font-size: 18px;
  }

  .about-work__cost {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.main_authorization {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 40px;
}

.authorization {
  background: #FCF9F9;
  border: 1px solid #ECE1DE;
  border-radius: 3px;
  padding: 32px 50px 25px;
  max-width: 377px;
  margin: 0 auto;
}

.logo-full {
  display: block;
  width: 276px;
  margin: 0 auto 30px;
}
.logo-full img {
  display: block;
  width: 100%;
  height: auto;
}

.form-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
}

.form-item-bottom__button {
  flex-grow: 1;
  margin-right: 22px;
}

.authorization__title {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.title-18 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.authorization__success {
  text-align: center;
  color: #65B96D;
  font-size: 14px;
  font-weight: normal;
  margin: -15px 0 20px;
  display: none;
}

.icon-padlock {
  background: url(../images/padlock.svg) 0 0 no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  background-size: contain;
  margin-right: 12px;
}

.form-item-bottom_320 {
  max-width: 320px;
}

.form-item-bottom__save {
  width: calc(58% - 10px);
}

.form-item-bottom__back {
  width: calc(42% - 10px);
}

.password-label {
  position: relative;
  display: block;
}

.show-hide-pass {
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../images/visibility.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  display: block;
  margin-top: -9px;
  cursor: pointer;
}
.show-hide-pass.active:after {
  position: absolute;
  width: 27px;
  height: 2px;
  background: #B7A9A4;
  right: 0px;
  top: 0;
  transform-origin: top right;
  transform: rotate(-38deg);
}

.form-item__label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
}
.form-item__label > span {
  color: #D53A3A;
}

.form-item {
  margin-bottom: 20px;
}

.footer-registration {
  background: #342926;
  position: relative;
  z-index: 901;
  width: 100%;
}
.footer-registration .content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
}

.social-reg {
  display: flex;
  align-items: center;
  color: #81706C;
  font-size: 14px;
  font-weight: normal;
}
.social-reg li {
  padding: 0 5px;
}
.social-reg li a {
  background: #4B3C38;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  color: #D0C4C0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-reg li a:hover {
  background: #FAD75F;
  color: #4B3C38;
}

.input-style input {
  height: 40px;
}
.input-style .nice-select.error,
.input-style textarea.error,
.input-style input.error {
  background: #FFF4F4 !important;
}
.input-style label.error {
  padding-top: 6px;
}

.button_58 {
  height: 58px;
}

.privacy-line-2 {
  text-align: center;
  font-size: 14px;
  width: 100%;
  line-height: 1.3;
  margin: 0 -10px;
}
.privacy-line-2 a {
  border-bottom: 1px dashed #402A18;
  display: inline-block;
}
.privacy-line-2 a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

.password-label {
  position: relative;
  display: block;
}

.show-hide-pass {
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../images/visibility.svg) 0 0 no-repeat;
  width: 18px;
  height: 18px;
  background-size: contain;
  display: block;
  margin-top: -9px;
  cursor: pointer;
}
.show-hide-pass.active:after {
  position: absolute;
  width: 27px;
  height: 2px;
  background: #B7A9A4;
  right: 0px;
  top: 0;
  transform-origin: top right;
  transform: rotate(-38deg);
}

@media screen and (max-width: 767px) {
  .wrapper_not-header {
    padding-top: 0;
  }

  .main_authorization {
    padding-top: 15px;
  }

  .logo-full {
    margin-bottom: 15px;
    width: 250px;
  }

  .authorization {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 370px) {
  .authorization {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq {
  padding-top: 0;
}

.faq__category {
  padding-bottom: 40px;
}
.faq__category:last-child {
  padding-bottom: 0;
}

.faq__title {
  font-weight: 500;
  font-size: 24px;
  background: #FBF8F6;
  border-radius: 3px;
  padding: 16px 30px;
  margin-bottom: 33px;
}

.faq__item {
  padding-left: 35px;
  position: relative;
  padding-bottom: 24px;
}
.faq__item:after {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  color: #B7A9A5;
  width: 26px;
  height: 26px;
  background: #F9F4F2;
  position: absolute;
  top: -2px;
  left: 0;
  border-radius: 50%;
}

.faq__question {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 32px;
  cursor: pointer;
  position: relative;
}
.faq__question span {
  border-bottom: 1px dashed rgba(64, 42, 24, 0.5);
  transition: 0.3s;
}
.faq__question:after {
  position: absolute;
  z-index: 1;
  background: url(../images/arrow-faq.svg) center no-repeat;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  margin-top: -8px;
  transition: 0.3s;
}
.faq__question.active:after {
  transform: rotate(-180deg);
}

.faq__answer {
  background: #F9FFF9;
  border: 1px solid #D9EADB;
  border-radius: 5px;
  max-width: 968px;
  padding: 15px 20px 15px 56px;
  font-size: 14px;
  line-height: 1.43;
  position: relative;
  display: none;
  margin-bottom: 9px;
}
.faq__answer a {
  border-bottom: 1px dashed #402A18;
  font-weight: 600;
  font-size: 14px;
}
.faq__answer a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}
.faq__answer:after {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: url(../images/i.svg) 0 0 no-repeat;
  top: 16px;
  left: 22px;
}

@media screen and (max-width: 630px) {
  .faq__question {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
  }

  .faq__title {
    font-size: 20px;
  }

  .faq__answer {
    font-size: 13px;
    margin-left: -35px;
  }

  .faq__category {
    padding-bottom: 0;
  }
}
.pop-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 28, 21, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  z-index: -99999;
  opacity: 0;
  padding-top: 50px;
}
.pop-background.active {
  z-index: 1010;
  opacity: 1;
  transition: opacity 0.5s;
}
.pop-background.active .pop-scroll {
  transform: translateY(-25px);
}

@media (hover: hover) {
  .pop-background {
    padding-right: 7px;
  }

  .pop-visible {
    overflow: hidden;
    margin-right: 7px;
    height: auto;
  }
}
.pop-scroll {
  z-index: 1100;
  width: 100%;
  max-width: 705px;
  border-radius: 4px;
  width: calc(100% - 20px);
  background: #fff;
  padding: 47px 15px 60px;
  transition: 0.5s;
  position: relative;
  margin: auto auto;
  transform: translateY(-150px);
}

.close {
  position: absolute;
  color: #DED3D0;
  transition: 0.3s;
  cursor: pointer;
  top: 28px;
  right: 28px;
}
.close svg {
  display: block;
}
.close:hover {
  color: #D43A3A;
}

.pop__content {
  max-width: 574px;
  margin: 0 auto;
}

.pop__before-title {
  text-align: center;
  color: #7D7066;
  font-weight: 500;
  margin-bottom: 22px;
}

.pop__title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 26px;
}

.pay-attention {
  background: #FDFAEF;
  border: 1px solid #FAD75F;
  border-radius: 5px;
  padding: 24px 30px 5px;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 40px;
}
.pay-attention ol {
  padding-left: 0;
}

.ol-orange ol li:before {
  background: #FBE6A0;
  color: #402A18;
}

.pop__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 28px;
}

.pop__form {
  width: calc(53.6% - 20px);
}

.pop__text {
  width: 46.4%;
}

.get-job__title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 23px;
}

.get-job__list li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  margin-bottom: 19px;
}
.get-job__list li img {
  position: absolute;
  left: 0;
  top: 8px;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}

.input-list__item {
  padding-bottom: 10px;
}

.button_application {
  max-width: 350px;
  margin: 0 auto;
}

.button_56 {
  height: 56px;
}

.privacy-pop {
  text-align: center;
  padding-top: 16px;
  font-size: 12px;
  color: #7B6E63;
}
.privacy-pop a {
  border-bottom: 1px dashed #7B6E63;
  color: #7B6E63;
}
.privacy-pop a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

@media screen and (max-width: 530px) {
  .pay-attention {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop__text {
    width: 100%;
    order: 1;
  }

  .pop__form {
    width: 100%;
    order: 2;
  }

  .pop__row {
    padding-bottom: 10px;
  }

  .close {
    right: 10px;
    top: 10px;
  }

  .button_application {
    max-width: 100%;
  }
}
.guarantees {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
}

.guarantee {
  width: calc(50% - 17px);
  background: #FFFFFF;
  box-shadow: 0px 10px 80px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 0 30px 30px;
}

.guarantee__icon {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guarantee__icon img {
  display: block;
}

.guarantee__icon_offset-1 img {
  transform: translate(-5%, 5%);
}

.guarantee__icon_offset-2 img {
  transform: translate(0%, 6%);
}

.guarantee__icon_offset-3 img {
  transform: translate(0%, -5%);
}

.guarantee__icon_offset-4 img {
  transform: translate(0%, -6%);
}

.guarantee__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 23px;
}

.guarantee__desc {
  font-size: 14px;
}
.guarantee__desc a {
  font-weight: 500;
}
.guarantee__desc ol {
  padding: 0;
}
.guarantee__desc ol li {
  padding-bottom: 20px;
}

.call-to-action_mb2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .guarantee {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 630px) {
  .guarantee {
    width: 100%;
  }

  .guarantee__icon {
    transform: scale(0.8, 0.8);
    height: 200px;
  }

  .call-to-action_mb2 {
    margin-bottom: 20px;
  }
}
.bg-row {
  position: relative;
  z-index: 500;
  min-height: 339px;
}
.bg-row .bg-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -1;
}
.bg-row .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 84px 15px;
}

.bg-row__text {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.bg-row__text .bg-row__title {
  font-size: 1.583em;
  font-weight: bold;
  margin-bottom: 14px;
}

.bg-row__buttons {
  display: flex;
  justify-content: space-between;
  width: 425px;
  margin-left: 30px;
}

.button_entry {
  height: 54px;
  width: calc(45% - 12px);
}

.button_reg {
  height: 54px;
  width: calc(55% - 12px);
}

.button_white {
  background: #fff;
  color: #402A18;
}
.button_white:hover {
  color: #fff;
}

.work-home {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(49, 41, 41, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 43px 0 0;
  margin-top: -89px;
  position: relative;
  z-index: 600;
  margin-bottom: 43px;
}

.work-home__item {
  width: 25%;
  border-right: 1px solid #E7E0DE;
  text-align: center;
  padding: 7px 15px 6px;
  font-weight: 600;
  line-height: 1.37;
  color: #000;
  margin-bottom: 43px;
}
.work-home__item:last-child {
  border-right: 0;
}

.work-home__icon {
  position: relative;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 17px;
  z-index: 100;
}
.work-home__icon:after {
  position: absolute;
  z-index: -1;
  width: 61px;
  height: 61px;
  background: #FEF8E2;
  border-radius: 50%;
  left: 50%;
  top: -13px;
  margin-left: -45px;
}

.author-text-bottom,
.author-description {
  padding-bottom: 7px;
}
.author-text-bottom h2,
.author-text-bottom h3,
.author-description h2,
.author-description h3 {
  padding-bottom: 0.8em;
}
.author-text-bottom ul li,
.author-description ul li {
  padding-bottom: 0;
}
.author-text-bottom ol,
.author-description ol {
  padding-left: 0;
  padding-top: 6px;
}
.author-text-bottom ol li,
.author-description ol li {
  padding-bottom: 1.2em;
}

.author-text-bottom {
  padding-bottom: 40px;
}

.profitable-work {
  background: #F5FCF6;
  border-radius: 5px;
  padding: 23px 45px 33px;
  margin-bottom: 59px;
}
.profitable-work .entry-content h2 {
  padding-bottom: 18px;
}
.profitable-work .entry-content ol {
  padding-bottom: 0;
  counter-reset: ol;
  padding-left: 0;
}
.profitable-work .entry-content ol li {
  padding-bottom: 0.4em;
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.profitable-work .entry-content ol li:before {
  counter-increment: ol;
  content: counter(ol) ".";
  display: block;
  background: 0;
  min-width: 15px;
  width: auto;
  color: #402A18;
  font-weight: 600;
  text-align: right;
  margin-right: 7px;
}

.how-we-work {
  padding-bottom: 67px;
}

.how-we-work__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin: 0 -15px;
  justify-content: space-between;
  background: url(../images/step-line.svg) 36px 21px no-repeat;
}

.how-we-work__step {
  font-size: 15px;
  padding-bottom: 42px;
  padding-left: 15px;
  padding-right: 15px;
}

.how-we-work__title {
  font-weight: 600;
  margin-bottom: 12px;
}

.how-we-work__number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FAD75F;
  box-shadow: 0px 8px 13px rgba(250, 215, 95, 0.15);
  font-weight: bold;
  font-size: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-bottom: 31px;
}

.how-we-work__step_1 {
  width: 23%;
}

.how-we-work__step_2 {
  width: 25%;
}

.how-we-work__step_3 {
  width: 27%;
}

.how-we-work__step_4 {
  width: 19%;
}

.button_become-author {
  margin: 0 auto;
  height: 54px;
  max-width: 300px;
}

.button_register-for-sale {
  margin: 0 auto;
  height: 54px;
  max-width: 400px;
  transform: translateX(-10px);
}

.passive-income {
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(49, 41, 41, 0.1);
  border-radius: 5px;
  margin-bottom: 44px;
  margin-top: -77px;
  position: relative;
  z-index: 600;
  padding: 30px 45px 39px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.passive-income__col-1 {
  width: 40%;
  padding-right: 15px;
  line-height: 1.5;
  padding-top: 3px;
}

.passive-income__col-2 {
  width: 22%;
  padding-right: 15px;
  margin-right: auto;
}

.passive-income__col-3 {
  width: 34%;
  padding-top: 4px;
  line-height: 1.4;
}
.passive-income__col-3 span {
  color: #7D7167;
  display: block;
  margin-bottom: 13px;
  font-size: 14px;
}

.passive-income__important {
  line-height: 1.37;
  border: 3px solid #FAD75F;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 17px 23px;
}
.passive-income__important strong {
  font-weight: 600;
}

.passive-income__title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 24px;
}

.how-to-order {
  padding-top: 22px;
  padding-bottom: 37px;
}
.how-to-order .title {
  margin-bottom: 65px;
}
.how-to-order .entry-content ol {
  padding-left: 0;
}
.how-to-order .entry-content ol li {
  padding-bottom: 1.6em;
}

.how-to-order_2 .entry-content {
  max-width: 1080px;
  margin: 0 auto;
}

.about_in {
  padding-top: 21px;
}

.reviews_in {
  padding-top: 40px;
  padding-bottom: 100px;
}

.title_border {
  text-align: left;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.disciplines-menu__nav {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.disciplines-menu__links {
  width: 25%;
  padding-left: 15px;
}
.disciplines-menu__links li {
  list-style: disc;
  font-size: 14px;
  padding-bottom: 15px;
}
.disciplines-menu__links li a {
  border-bottom: 1px dashed transparent;
  font-size: 14px;
  font-weight: 500;
}
.disciplines-menu__links li a:hover {
  color: #FAD75F;
  border-bottom-color: #FAD75F;
}

@media screen and (max-width: 1151px) {
  .how-we-work__list {
    background: 0;
  }
}
@media screen and (max-width: 991px) {
  .bg-row .content {
    flex-wrap: wrap;
    padding: 40px 15px 100px;
  }

  .bg-row__text {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }

  .bg-row__buttons {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }

  .passive-income__col-1 {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .passive-income__col-2,
.passive-income__col-3 {
    width: calc(50% - 20px);
    padding: 0;
  }

  .passive-income__title {
    margin-bottom: 10px;
  }

  .disciplines-menu__links {
    width: 33.3333%;
  }

  .offer__left_in {
    padding-bottom: 40px;
  }

  .about_in {
    padding-top: 58px;
  }
}
@media screen and (max-width: 767px) {
  .work-home__item {
    width: 50%;
  }
  .work-home__item:nth-child(2) {
    border-right: 0;
  }

  .how-we-work__step {
    width: 50%;
  }
}
@media screen and (max-width: 630px) {
  .bg-row__text {
    font-size: 18px;
  }

  .work-home__desc {
    font-size: 14px;
  }

  .profitable-work {
    padding-left: 25px;
    padding-right: 25px;
  }

  .passive-income {
    padding-left: 25px;
    padding-right: 25px;
  }

  .passive-income__col-2 {
    width: 100%;
    padding-bottom: 30px;
  }

  .passive-income__col-3 {
    width: 100%;
  }

  .button_register-for-sale {
    transform: none;
  }

  .disciplines-menu__links {
    width: 50%;
  }
  .disciplines-menu__links:nth-child(2n) {
    margin-left: auto;
    width: calc(50% - 30px);
  }
  .disciplines-menu__links li {
    padding-bottom: 8px;
  }
  .disciplines-menu__links li a {
    font-size: 12px;
  }

  .disciplines-menu__nav {
    padding-bottom: 25px;
  }

  .reviews_in {
    padding-bottom: 40px;
    padding-top: 0;
  }

  .how-to-order .title {
    margin-bottom: 30px;
  }

  .how-to-order {
    padding-top: 0;
  }

  .offer__text h2 {
    font-size: 17px;
  }
}
@media screen and (max-width: 370px) {
  .work-home__item {
    width: 100%;
    border: 0;
  }

  .how-we-work__step {
    width: 100%;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

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

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

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}





.days-off_line {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 12px 15px;
  margin-bottom: 20px;
}
.days-off_line:after, .days-off_line::after {
  position: static;
  transform: none;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.label-text {
  color: #402A18;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.time-work__row_head {
  padding-bottom: 8px;
  padding-top: 5px;
}
.time-work__row_head:last-child {
  padding-bottom: 0;
}

.contacts-pop__col-1_phone {
  width: 210px;
}

.phone-big {
  font-size: 14px;
}
.phone-big li {
  padding-bottom: 2px;
}
.phone-big li:last-child {
  padding-bottom: 0;
}
.phone-big a {
  font-size: 22px;
  white-space: nowrap;
  line-height: 1.6;
}
.phone-big a span {
  border-bottom: 1px dashed transparent;
  transition: 0.3s;
}
@media (hover: hover) {
  .phone-big a:hover span {
    color: #FAD75F;
    border-bottom-color: #FAD75F;
  }
}
.phone-big a svg {
  color: #E7E0DE;
  transition: 0.3s;
  width: 22px;
  height: 22px;
  display: block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.phone-big a.phone-big_icon {
  padding-left: 32px;
  position: relative;
}
.phone-big .phone-big__caption {
  background: rgba(254, 246, 217, 0.5);
  border-radius: 3px;
  line-height: 1.37;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
}

.phone-big_contacts {
  padding-top: 5px;
}
.phone-big_contacts li {
  padding-bottom: 10px;
}
.phone-big_contacts a {
  font-size: 30px;
}

.phone-big_footer {
  font-size: 16px;
  margin-bottom: 30px;
  transform: translateY(-10px);
}
.phone-big_footer a {
  font-size: 26px;
}

.chats-link-icon a.chats-link__chat:before {
  background: url(../images/logo.svg) center no-repeat;
  width: 24px;
  background-size: 24px 24px;
  left: -3px;
  top: 53%;
}

.chats-link-icon_footer {
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 -5px;
  justify-content: flex-start;
}
.chats-link-icon_footer > li {
  padding-left: 5px;
  padding-right: 5px;
}
.chats-link-icon_footer > li:first-child {
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.chats-link-icon_footer > li > a {
  width: 38px;
  height: 38px;
  border: 1px solid #E7E0DE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chats-link-icon_footer > li > a:before, .chats-link-icon_footer > li > a::before {
  margin: 0;
}

.info ol li a {
  display: inline;
  width: auto;
  height: auto;
  opacity: 1 !important;
}
.info ol li a:before, .info ol li a::before {
  display: none;
}

.info_chat-3 {
  left: 0;
  transform: translate(0, -23px);
}
.info_chat-3:after, .info_chat-3::after {
  left: 16px;
}

@media screen and (max-width: 767px) {
  .phone-link-open {
    display: none;
  }

  .header__top .content {
    padding-top: 40px;
  }

  .menu-top {
    margin-bottom: 25px;
  }

  .contacts-mobile {
    display: block !important;
    padding: 0 0 50px;
  }
  .contacts-mobile .chats-link-icon {
    padding-top: 12px;
  }

  .label-text {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  .footer__col-4 {
    width: 66.6666%;
  }
}
@media screen and (max-width: 650px) {
  .footer__col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .phone-big_footer {
    margin-bottom: 46px;
  }

  .footer__col-4 {
    width: calc(100% - 140px);
  }

  .footer__col-5 {
    width: 120px;
  }

  .we-accept {
    max-width: 100%;
  }

  .chats-link-icon_footer > li:first-child,
.footer__title {
    font-size: 14px;
  }

  .phone-big_footer {
    font-size: 14px;
  }
  .phone-big_footer a {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .phone-big_footer {
    margin-bottom: 20px;
  }

  .footer__col-4,
.footer__col-5 {
    width: 100%;
  }
}







.button_search {
    max-width: 307px;
    margin: 0;
}

.does-not-sell {
    color: #402A18;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    max-width: 190px;
    padding: 0 15px;
    margin: 0 auto;
}

.information {
    position: relative;
}

.information__not-sell {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.information__not-sell span {
    color: #EA4D4D;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    border: 2px solid #EA4D4D;
    border-radius: 3px;
    padding: 14px 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-15.38deg);
    white-space: nowrap;
}

.does-not-sell__question {
    display: inline-block;
}

.does-not-sell__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #CEDBCE;
    color: #fff;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    font-size: 13px;
}

.info_sell {
    transform: translate(-50%, -12px);
    width: 270px;
}

.info_sell:after {
    margin-left: -8px;
}

.show .does-not-sell__icon {
    background: #FAD75F;
}


@media screen and (max-width: 630px) {
    .does-not-sell {
        padding: 0 0 16px;
        text-align: center;
        margin-top: -5px;
        max-width: 250px;
        width: 100%;
    }

    .about-work__cost {
        padding-left: 23px;
        padding-right: 23px;
    }
}

@media screen and (max-width: 430px) {
    .info_sell {
        transform: translate(-70%, -12px);
    }

    .info_sell:after {
        margin-left: 46px;
    }
}

@media screen and (max-width: 360px) {
    .information__not-sell span {
        font-size: 22px;
    }

    .button_search {
        font-size: 14px;
    }
}


select.select-type {
    display: block !important;
    visibility: hidden;
    position: absolute;
}

select.select-type+.error {
    display: none !important;
}

select.select-type.error+.error+.nice-select {
    border-color: #E35C4A;
}



.logo.logo_header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #5F433B;
  font-size: 24.7555px;
  margin-right: auto;
}
.logo.logo_header img {
  display: block;
  width: 207px;
  height: auto;
}
.logo.logo_img img{
  width: 180px;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .logo.logo_header img {
    width: 170px;
  }
  .logo.logo_header{
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .logo.logo_header img {
    width: 53px;
  }
}

.header-order-mob {
  display: none;
  padding: 20px 25px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header-order-mob {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-order-pc {
    display: none;
  }
}

.hidden-mobile {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}

.hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    margin-right: 0;
  }
}

.icon-menu {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .icon-menu {
    margin-left: auto;
  }
}

.interface-toggle {
  position: relative;
}
@media screen and (max-width: 767px) {
  .interface-toggle {
    margin-left: 15px;
  }
}
.interface-toggle .interface-toggle__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  color: #8B8B8B;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__list {
    background: #F8F6F6;
    color: #988A7E;
    border-radius: 8px;
    font-size: 15px;
  }
}
.interface-toggle .interface-toggle__list .interface-toggle__btn {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #988A7E;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__list .interface-toggle__btn {
    height: 40px;
    padding: 0 12px;
  }
}
.interface-toggle .interface-toggle__list .interface-toggle__btn.current {
  background: #FAD75F;
  color: #211810;
  font-weight: 600;
  cursor: default;
}
@media (hover: hover) {
  .interface-toggle .interface-toggle__list .interface-toggle__btn:not(.current):hover {
    color: #FAD75F;
  }
}
.interface-toggle .interface-toggle__info {
  position: absolute;
  top: 100%;
  left: 0;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 150px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  font-size: 15px;
  color: #595252;
  padding: 30px;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .interface-toggle .interface-toggle__info {
    width: calc(100vw - 30px);
    max-width: 400px;
    left: -68px;
  }
  .interface-toggle .interface-toggle__info:after {
    left: 112px !important;
  }
}
.interface-toggle .interface-toggle__info.active {
  -webkit-transform: translate(0, 13px);
          transform: translate(0, 13px);
  visibility: visible;
  opacity: 1;
}
.interface-toggle .interface-toggle__info.active:after {
  top: -10px;
}
.interface-toggle .interface-toggle__info p {
  max-width: 290px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.interface-toggle .interface-toggle__info:after {
  content: '';
  position: absolute;
  z-index: 1;
  border-bottom: 11px solid #fff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: 0;
  left: 38px;
  margin-left: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.interface-toggle .interface-toggle__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.interface-toggle__btns .button{
  width: auto;
  padding: 0 20px;

}
.interface-toggle .interface-toggle__btns a:not(.button) {
  color: #8E8E8E;
  font-weight: 500;
  cursor: pointer;
}
@media (hover: hover) {
  .interface-toggle .interface-toggle__btns a:not(.button):hover {
    color: #65B96D;
  }
}

.bg-close2 {
  background: rgba(68, 68, 68, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  display: none;
}

@media screen and (min-width: 992px){
  footer .footer__col-4{
    max-width: 230px;
  }
}

/*friends start 05.12.2025*/
@media screen and (max-width: 991px) {
  .offer._referer {
    background: url(../images/offer-bg.jpg) center 0 no-repeat;
    background-size: cover;
  }
  .offer._referer:after {
    display: none;
  }
}
.offer._referer .offer__phone {
  width: 460px;
  margin-bottom: -110px;
}
@media screen and (max-width: 991px) {
  .offer._referer .offer__phone {
    width: 100%;
    max-width: 350px;
    margin: 0 auto -50px;
  }
}
.offer._referer .offer__left {
  align-self: center;
  max-width: 520px;
}
@media screen and (max-width: 991px) {
  .offer._referer .offer__left {
    margin: 0 auto 30px;
    text-align: center;
  }
}
.offer._referer .offer__btn {
  display: flex;
  gap: 15px;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .offer._referer .offer__btn {
    justify-content: center;
  }
}
.offer._referer .offer__btn .button {
  width: 180px;
}

.offer-phone {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .offer-phone {
    margin: 0 auto;
  }
}
.offer-phone:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 9%;
  right: 9%;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(31, 20, 10, 0.27) 100%);
  height: 80px;
  z-index: 11;
}
.offer-phone .offer-phone__preview {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
}
.offer-phone .offer-phone__screen {
  position: absolute;
  left: 10%;
  width: 80%;
  top: 6.5%;
  height: auto;
  z-index: 1;
}

.about._referer .about__title {
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .about._referer .about__title {
    font-size: 16px;
  }
}
.about._referer .about__item {
  max-width: inherit;
  padding-bottom: 0;
  margin-bottom: 40px;
  border-right: 1px solid rgba(240, 230, 226, 0.5);
}
@media screen and (max-width: 991px) {
  .about._referer .about__item {
    border-right: 0;
  }
}
.about._referer .about__item:last-child {
  border-right: 0;
}
.about._referer .about__item figure {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  background: rgba(101, 185, 109, 0.05);
}
.about._referer .about__item figure img {
  width: 30px;
  height: 30px;
}
.about._referer .about__desc {
  max-width: 300px;
}

.about-list {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about-list {
    margin-bottom: 70px;
  }
}
.about-list .about-list__item {
  padding: 50px 0;
}
.about-list .about-list__item .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .about-list .about-list__item .content {
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
}
.about-list .about-list__item:nth-child(odd) {
  background: #F8F8F8;
}
.about-list .about-list__item:nth-child(even) .content {
  flex-direction: row-reverse;
}
.about-list .about-list__txt {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .about-list .about-list__txt {
    width: 100%;
    max-width: 600px;
  }
}
.about-list .about-list__thumb {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .about-list .about-list__thumb {
    width: 100%;
  }
}
.about-list .about-list__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.about-list .title {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .about-list .title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.about-list .button {
  margin-top: 30px;
  width: auto;
  display: inline-flex;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .about-list .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-list .button {
    width: 100%;
  }
}

.faq-home._referer .faq-home__item {
  display: block !important;
}
/*friends end*/