@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #434058;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

.text-huge {
  font-size: 64px;
}

.text-big {
  font-size: 51px;
}

h1, .h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 41px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

h5, .h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 110%;
  margin: 0.8em 0 14px;
}

a {
  color: #0079B9;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #006DB6;
  text-decoration: underline;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}
ul:not([class]) {
  padding-left: 20px;
  list-style: none;
}
ul:not([class]) li:before {
  content: "—";
  margin-right: 0.3em;
  margin-left: -1.1em;
}

li {
  margin: 0 0 8px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #FFCC00;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 42px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 34px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #FFCC00;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  text-shadow: none;
  padding: 4px 9px;
  background-color: #293462;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #293462;
}
.price-filter .price-range-container .irs-grid {
  height: 28px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 0 3px;
  color: #434058;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .price-filter-container {
    margin-bottom: -20px;
  }
}

/* tic-switch-01 begin */
/* tic-switch-01 end */
.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 14px;
  line-height: 110%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #FFCC00;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #293462;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 40px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 1px solid #FFCC00;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  padding: 0 24px;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 30px 0 15px;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .params-filter-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container > .filters .params-filter-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #0079B9;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

input, select, textarea {
  border: 1px solid #A0A5B1;
  outline: none;
  padding: 8px 1px;
  font-size: 17px;
  width: 300px;
  max-width: 100%;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

input.underline {
  border-color: transparent transparent #A0A5B1 transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #666;
  font-weight: 300;
  font-size: 17px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 11px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}
.form-group span.require {
  color: #dd5e5e;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

#mobile-menu-button {
  display: block;
  opacity: 1;
  transition: all linear 0.25s;
  background-color: transparent;
  color: #000;
  width: 37px;
  height: 24px;
  position: absolute;
  left: 0px;
  top: 15px;
  border: none;
  outline: none;
  font-size: 0;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1400px) {
  #mobile-menu-button {
    left: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 3px;
  border-radius: 0px;
  background-color: #434058;
  position: relative;
  transition: all linear 0.25s;
}

body.pushy-open-left {
  overflow: hidden;
}

#mobile-menu-button > div + div {
  margin-top: 4px;
}

.pushy .close-mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url("../img/close-mobile-menu.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 101;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.pushy-content ul + ul {
  /*border-top: 1px solid #fff;*/
}

.pushy-content a:hover {
  /*background-color: #333;*/
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px) !important;
  max-width: 1200px !important;
  padding: 0;
}
@media (max-width: 600px) {
  .container {
    width: calc(100% - 30px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #009AEC;
  text-decoration: none;
  font-style: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #009AEC;
  border-radius: 50px;
  padding: 18px 40px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
}
button.button:hover, a.button:hover, .upload-button:hover {
  background-color: #006DB6 !important;
  border-color: #006DB6 !important;
  color: #fff !important;
}
button.button:hover, a.button:hover, .upload-button:hover {
  text-shadow: none;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 17px 4px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #009AEC;
  color: #009AEC;
  font-weight: 600;
  text-shadow: none;
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 70;
  /*overflow: hidden;*/
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 14px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#call-back-dialog .columns {
  display: flex;
}
#call-back-dialog .columns > div {
  width: 50%;
}
#call-back-dialog .columns > div:nth-of-type(1) {
  padding-right: 20px;
}
#call-back-dialog .columns > div:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 750px) {
  #call-back-dialog {
    max-width: 100%;
    width: auto;
  }
  #call-back-dialog .columns {
    display: block;
  }
  #call-back-dialog .columns > div {
    width: 100%;
  }
  #call-back-dialog .columns > div:nth-of-type(1) {
    padding-right: 0px;
  }
  #call-back-dialog .columns > div:nth-of-type(2) {
    padding-left: 0px;
  }
}

#question-dialog {
  max-width: 800px;
  width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 14px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog .columns {
  display: flex;
}
#question-dialog .columns > div {
  width: 50%;
}
#question-dialog .columns > div:nth-of-type(1) {
  padding-right: 20px;
}
#question-dialog .columns > div:nth-of-type(2) {
  padding-left: 20px;
}
@media (max-width: 750px) {
  #question-dialog {
    max-width: 100%;
    width: auto;
  }
  #question-dialog .columns {
    display: block;
  }
  #question-dialog .columns > div {
    width: 100%;
  }
  #question-dialog .columns > div:nth-of-type(1) {
    padding-right: 0px;
  }
  #question-dialog .columns > div:nth-of-type(2) {
    padding-left: 0px;
  }
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  margin: auto;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  background-color: #fff;
  background-image: url("../img/logo.svg");
  background-size: 125px 40px;
  background-position: -20px center;
  background-repeat: no-repeat;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E3E4E5;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 70px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  z-index: 100;
  top: 12px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 10px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: 0px auto 30px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: 0px auto 30px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #A4A4A4;
  margin: 20px 0 20px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #434058;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin-left: 0.4em;
  margin-right: 0.4em;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 80px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #434058;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #FFCC00;
  text-decoration: none;
}

.pagination a.current {
  background-color: #FFCC00;
  cursor: default;
}

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

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

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

::-webkit-input-placeholder {
  color: #A0A5B1 !important;
  font-size: 17px;
  font-weight: 300;
}

::-moz-placeholder {
  color: #A0A5B1 !important;
  font-size: 17px;
  font-weight: 300;
}

:-moz-placeholder {
  color: #A0A5B1 !important;
  font-size: 17px;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #A0A5B1 !important;
  font-size: 17px;
  font-weight: 300;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 25px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 19px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
input[disabled] {
  color: #999;
  border: 1px solid #ccc;
}

body:after { /* Preload images */
  display: none;
  /*content: url("../img/logo-mobile.png") url("../img/logo.png") url("../img/glasses.png")  url("../img/logo-footer.png");*/
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 500;
  top: -65px;
  height: 50px;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #434058;
}
#header-top .container {
  height: 100%;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top .menu-container {
  position: relative;
  order: 1;
}
#header-top .menu-container #mobile-menu-button {
  position: relative;
}
#header-top .logo-container {
  display: flex;
}
#header-top .logo-container a.logo {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  background-image: url("../img/logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 47px 43px;
  min-width: 56px;
  height: 43px;
  position: relative;
  transition: all 0.25s;
}
#header-top .logo-container .site-description {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  padding: 7px 0px 0 0px;
  max-width: 130px;
  transition: all 0.25s;
  margin: 0;
  white-space: normal;
}
#header-top .bot-container {
  flex-grow: 1;
  text-align: center;
}
#header-top .bot-container .bots {
  padding: 8px 0px 8px;
  display: inline-grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
#header-top .bot-container .bots > a {
  display: inline-block;
  padding: 5px 18px 3px;
  margin: 0px 0px 7px 0px;
  background-color: #2779FE;
  border: 1px solid #2779FE;
  border-radius: 33px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#header-top .bot-container .bots > a:hover {
  background-color: #FFCC00;
  color: #434058;
  border: 1px solid #fff;
}
@media (max-width: 930px) {
  #header-top .bot-container {
    display: none;
  }
}
#header-top .phone-container .phone {
  display: inline-block;
  padding-top: 13px;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
  color: #434058;
}
@media (max-width: 670px) {
  #header-top .phone-container {
    display: none;
  }
}
#header-top .messengers {
  margin: 0px 7vw 0px 35px;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  padding-top: 10px;
  transition: all 0.25s;
}
#header-top .messengers > a {
  background-size: 28px 28px;
  min-width: 28px;
  min-height: 28px;
  padding-top: 40px;
}
#header-top .messengers > a > span {
  display: none;
}
@media (max-width: 1040px) {
  #header-top .messengers {
    margin: 0px 4vw 0px 35px;
  }
}
@media (max-width: 930px) {
  #header-top .messengers {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 430px) {
  #header-top .messengers {
    display: none;
  }
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  background: #FFCC00;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
}
#header-top.scrolled, #header-top.for-product-page {
  top: 0px;
}
@media (max-width: 1040px) {
  #header-top {
    top: 0px;
  }
}
#header-top .content {
  position: relative;
}
#header-top > div {
  border-bottom: 1px solid #fff;
}

/* tic-header-06 begin */
/* tic-header-06 end */
#header {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  height: 194px;
  background-color: #E0E5E9;
  background-image: url("../img/net-bg.svg");
  background-size: 70px 80px;
  background-position: center;
  position: relative;
  padding: 0px;
}
#header > .container > div {
  display: flex;
  justify-content: space-between;
}
#header a:hover {
  text-decoration: none;
}
#header a.logo {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  background-image: url("../img/logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 90px 82px;
  min-width: 100px;
  height: 87px;
  position: relative;
  transition: all 0.25s;
}
#header .menu-container {
  margin-top: 10px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #fff;
}
#header .menu-container .main-menus {
  display: flex;
  justify-content: space-between;
  padding: 0px 23px 0px;
  margin: 0px -23px 0px;
  background-color: #114E85;
  border-radius: 50px;
  max-width: calc(100vw - 45px);
}
@media (max-width: 1290px) {
  #header .menu-container .main-menus {
    margin: 0px auto 0px;
  }
}
#header .menu-container .main-menu {
  display: flex;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
  height: 46px;
}
#header .menu-container .main-menu > li {
  flex-grow: 0;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
}
#header .menu-container .main-menu > li.with-sub > ul {
  position: absolute;
  z-index: 100;
  color: #fff;
  top: calc(100% - 0px);
  left: 0px;
  width: 100%;
  padding: 27px 45px 36px;
  display: none;
  gap: 15px 50px;
  grid-template-columns: repeat(4, 1fr);
}
#header .menu-container .main-menu > li.with-sub > ul:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 3px;
  bottom: 0px;
  background-color: #114E85;
  border-radius: 0px 0px 15px 15px;
}
@media (max-width: 1290px) {
  #header .menu-container .main-menu > li.with-sub > ul {
    width: calc(100% - 46px);
    left: 23px;
  }
}
#header .menu-container .main-menu > li.with-sub > ul > li {
  margin: 0px 0px 0px 0px;
}
#header .menu-container .main-menu > li.with-sub > ul > li a {
  color: #fff;
  padding-bottom: 2px;
}
#header .menu-container .main-menu > li.with-sub > ul > li a:hover {
  color: #FFCC00;
}
#header .menu-container .main-menu > li.with-sub > ul > li > ul {
  margin: 10px 0px 0px 0px;
  padding-left: 0px;
}
#header .menu-container .main-menu > li.with-sub > ul > li > ul > li {
  margin: 10px 0px 0px 0px;
}
#header .menu-container .main-menu > li.with-sub > ul > li > ul > li:before {
  display: none;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-2 {
  grid-row: span 2;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-3 {
  grid-row: span 3;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-4 {
  grid-row: span 4;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-5 {
  grid-row: span 5;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-6 {
  grid-row: span 6;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-7 {
  grid-row: span 7;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-8 {
  grid-row: span 8;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-9 {
  grid-row: span 9;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-10 {
  grid-row: span 10;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-11 {
  grid-row: span 11;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-12 {
  grid-row: span 12;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-13 {
  grid-row: span 13;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-14 {
  grid-row: span 14;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-15 {
  grid-row: span 15;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-16 {
  grid-row: span 16;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-17 {
  grid-row: span 17;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-18 {
  grid-row: span 18;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-19 {
  grid-row: span 19;
}
#header .menu-container .main-menu > li.with-sub > ul > li.h-20 {
  grid-row: span 20;
}
@media (max-width: 1290px) {
  #header .menu-container .main-menu > li.with-sub > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
#header .menu-container .main-menu > li.with-sub > a {
  cursor: default;
}
#header .menu-container .main-menu > li.with-sub > a:before, #header .menu-container .main-menu > li.with-sub > a:after {
  display: none !important;
}
#header .menu-container .main-menu > li.with-sub:hover > a {
  color: #FFCC00;
}
#header .menu-container .main-menu > li.with-sub:hover > ul {
  display: grid;
  opacity: 1;
  visibility: visible;
}
#header .menu-container .main-menu > li:before {
  display: none;
  content: "";
}
#header .menu-container .main-menu > li + li {
  margin-left: 2.5em;
}
#header .menu-container .main-menu > li > a {
  position: relative;
  overflow: hidden;
  padding: 12px 0px 5px;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
}
#header .menu-container .main-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .menu-container .main-menu > li > a:hover, #header .menu-container .main-menu > li > a:focus, #header .menu-container .main-menu > li > a:active {
  text-decoration: none;
}
#header .menu-container .main-menu > li > a:hover:after, #header .menu-container .main-menu > li > a:focus:after, #header .menu-container .main-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .menu-container .main-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .menu-container .main-menu > li + li {
    margin-left: 1em;
  }
}
#header .top-menu-container {
  margin-top: 0px;
  position: relative;
  z-index: 5;
  background-color: #114E85;
}
#header .top-menu-container .top-menus {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 0px;
  margin: 0px 0px 0px;
}
#header .top-menu-container .top-menu {
  display: flex;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  position: static;
  height: 36px;
}
#header .top-menu-container .top-menu > li {
  flex-grow: 0;
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  margin: 0;
  position: static;
}
#header .top-menu-container .top-menu > li:before {
  display: none;
  content: "";
}
#header .top-menu-container .top-menu > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#header .top-menu-container .top-menu > li.information-for-companies {
  background-image: url("../img/companies2.svg");
  background-size: 26px 26px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 36px;
}
#header .top-menu-container .top-menu > li + li {
  margin-left: 2.5em;
}
#header .top-menu-container .top-menu > li > a {
  position: relative;
  overflow: hidden;
  padding: 7px 0px 5px;
  white-space: nowrap;
  display: inline-block;
  color: #ffffff;
}
#header .top-menu-container .top-menu > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #fff;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .top-menu-container .top-menu > li > a:hover, #header .top-menu-container .top-menu > li > a:focus, #header .top-menu-container .top-menu > li > a:active {
  text-decoration: none;
}
#header .top-menu-container .top-menu > li > a:hover:after, #header .top-menu-container .top-menu > li > a:focus:after, #header .top-menu-container .top-menu > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .top-menu-container .top-menu > li > a:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  #header .top-menu-container .top-menu > li + li {
    margin-left: 1em;
  }
}
@media (max-width: 1040px) {
  #header {
    display: none;
  }
}
#header + #after-header {
  height: 0px;
}
@media (max-width: 1040px) {
  #header + #after-header {
    height: 47px;
  }
}
#header .header-gradient-container {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
#header #header-gradient {
  position: absolute;
  display: block;
  left: -50vw;
  right: -50vw;
  top: -53px;
  bottom: 0px;
  transition: all 1s 0s;
  background: linear-gradient(to right, rgb(224, 229, 233) 25%, rgba(255, 255, 255, 0) 50%, rgb(224, 229, 233) 75%);
  /*background: linear-gradient(to right,  rgba(255,255,255,0) 20%,rgba(224,229,233,1) 50%,rgba(255,255,255,0) 80%);*/
  background-repeat: no-repeat;
}
#header:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  height: 25px;
  bottom: 0px;
  background-color: #fff;
  border-top: 4px solid #FFCC00;
}
#header .logo-container {
  display: flex;
}
#header .logo-container .site-description {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  text-transform: uppercase;
  padding: 33px 0px 0 11px;
  width: 180px;
  transition: all 0.25s;
  margin: 0;
}
#header .bot-container {
  padding: 21px 0px 0px 80px;
  background-image: url("../img/bot.svg");
  background-size: 74px 77px;
  background-position: left 18px;
  background-repeat: no-repeat;
  max-width: 182px;
}
#header .bot-container > a {
  display: inline-block;
  padding: 5px 18px 4px;
  margin: 0px 0px 7px 0px;
  background-color: #2779FE;
  border-radius: 33px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#header .bot-container > a:hover {
  background-color: #FFCC00;
  color: #434058;
}
#header .phone-container {
  padding: 37px 0 0px;
  transition: all 0.25s;
}
#header .phone-container .phone {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  color: #434058;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}
#header .phone-container .phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #FFCC00;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .phone-container .phone:hover, #header .phone-container .phone:focus, #header .phone-container .phone:active {
  text-decoration: none;
}
#header .phone-container .phone:hover:after, #header .phone-container .phone:focus:after, #header .phone-container .phone:active:after {
  left: 5px;
  right: auto;
  width: calc(100% - 5px);
}
#header .contacts-container {
  padding-top: 30px;
  transition: all 0.25s;
  text-align: right;
}
#header .contacts-container .messengers2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px 0px 11px 0px;
}
#header .contacts-container .messengers2 > a {
  color: #434058;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}
#header .contacts-container .messengers2 > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #888;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .contacts-container .messengers2 > a:hover, #header .contacts-container .messengers2 > a:focus, #header .contacts-container .messengers2 > a:active {
  text-decoration: none;
}
#header .contacts-container .messengers2 > a:hover:after, #header .contacts-container .messengers2 > a:focus:after, #header .contacts-container .messengers2 > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header .contacts-container .messengers2 > a + a {
  margin-left: 12px;
}
@media (max-width: 1200px) {
  #header .contacts-container .messengers2 > a + a {
    margin-left: 8px;
  }
}
#header .contacts-container .email-container > a {
  color: #434058;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}
#header .contacts-container .email-container > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 1px;
  background: #888;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .contacts-container .email-container > a:hover, #header .contacts-container .email-container > a:focus, #header .contacts-container .email-container > a:active {
  text-decoration: none;
}
#header .contacts-container .email-container > a:hover:after, #header .contacts-container .email-container > a:focus:after, #header .contacts-container .email-container > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header.scrolled .logo-container {
  height: 62px;
  flex-grow: 1;
}
#header.scrolled .logo-container a.logo {
  margin-top: 6px;
  background-size: 54px 50px;
  min-width: 60px;
  height: 50px;
}
#header.scrolled .logo-container .site-description {
  font-size: 17px;
  line-height: 110%;
  padding: 14px 0px 0 4px;
  width: 150px;
}
#header.scrolled .phone-container {
  padding: 15px 0 0px;
  margin-right: 35px;
}
#header.scrolled .phone-container .phone {
  font-size: 30px;
}
#header.scrolled .phone-container p {
  display: none;
}

.messengers {
  display: flex;
  justify-content: space-between;
}
.messengers > a {
  display: inline-block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-width: 40px;
  min-height: 40px;
  padding-top: 40px;
  transition: all 0.25s;
}
.messengers > a.phone {
  background-image: url("../img/phone-icon.svg");
}
.messengers > a.viber {
  background-image: url("../img/viber.svg");
}
.messengers > a.telegram {
  background-image: url("../img/telegram.svg");
}
.messengers > a.whatsapp {
  background-image: url("../img/whatsapp.svg");
}
.messengers > a > span {
  font-size: 14px;
  color: #0079B9;
  text-align: center;
}
.messengers > a:hover {
  text-decoration: none;
}

#template1-page {
  padding-top: 8px;
  padding-bottom: 67px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template2-page {
  padding-top: 8px;
  padding-bottom: 67px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template3-page {
  padding-top: 8px;
  padding-bottom: 67px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template4-page {
  padding-top: 8px;
  padding-bottom: 67px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template5-page {
  padding-top: 8px;
  padding-bottom: 67px;
  min-height: 500px;
  /*background-color: #fafafa;*/
}

#template4-page, #template5-page {
  padding-bottom: 0px;
}

#footer .by-photo, .after-service-select-list .by-photo, .pushy .by-photo {
  margin: 0px auto 0px;
  width: 273px;
  background: #FAFAFA;
  border: 1px solid #E3E4E6;
  border-radius: 19px;
  padding: 25px 10px 24px 67px;
  background-image: url("../img/by-photo.svg");
  background-position: 16px 17px;
  background-repeat: no-repeat;
  background-size: 35px 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #EB5757;
}

.contacts .phone-container {
  padding: 10px 0 0px;
  text-align: center;
}
.contacts .phone-container .phone {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 110%;
  text-align: center;
  color: #009AEC !important;
  position: relative;
  overflow: hidden;
}
.contacts .phone-container .phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #0079B9;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.contacts .phone-container .phone:hover, .contacts .phone-container .phone:focus, .contacts .phone-container .phone:active {
  text-decoration: none;
}
.contacts .phone-container .phone:hover:after, .contacts .phone-container .phone:focus:after, .contacts .phone-container .phone:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.contacts .phone-container p {
  text-align: center;
  margin-bottom: 7px;
  display: none;
}
.contacts .messengers {
  width: 235px;
  padding-top: 18px;
  margin: 0px auto 22px;
}

#footer {
  text-align: left;
  position: relative;
  z-index: 100;
  overflow: hidden;
  color: #434058;
  padding: 29px 0 0px;
  background-color: #E0E5E9;
  border-top: 4px solid #FFCC00;
}
#footer a {
  color: #434058;
}
#footer p {
  font-weight: 400;
}
#footer a:hover {
  text-decoration: none;
}
#footer .columns {
  display: grid;
  gap: 32px 30px;
  grid-template-columns: 27% 1fr 1fr 1fr 1fr;
  grid-template-areas: "logo bot bot bot bot" "alt menu-catalog menu-info menu-help contacts";
}
#footer .columns .logo-container {
  grid-area: logo;
}
#footer .columns .bot-container {
  grid-area: bot;
  margin: 2px 0px 15px 0px;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0px 17px 0px 86px;
  background-image: url("../img/bot.svg");
  background-size: 44px 45px;
  background-position: 19px 8px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 65px;
}
#footer .columns .bot-container p {
  margin: 5px 20px 5px 0px;
  font-size: 14px;
  line-height: 130%;
}
#footer .columns .bot-container .bots {
  padding: 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .columns .bot-container .bots > a {
  display: inline-block;
  padding: 5px 18px 3px;
  margin: 0px 7px 0px 7px;
  background-color: #2779FE;
  border-radius: 33px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#footer .columns .bot-container .bots > a:hover {
  background-color: #FFCC00;
  color: #434058;
}
#footer .columns .alt-info {
  grid-area: alt;
}
#footer .columns .contacts {
  grid-area: contacts;
  margin: 0px 0px 0px 40px;
}
#footer .columns .contacts .phone-container {
  text-align: left;
  padding: 0px 0px 0px;
  margin: -6px 0px 11px 0px;
}
#footer .columns .contacts .phone-container .phone {
  text-align: left;
  font-size: 30px;
  white-space: nowrap;
  color: #434058 !important;
  position: relative;
  overflow: hidden;
}
#footer .columns .contacts .phone-container .phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #434058;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .columns .contacts .phone-container .phone:hover, #footer .columns .contacts .phone-container .phone:focus, #footer .columns .contacts .phone-container .phone:active {
  text-decoration: none;
}
#footer .columns .contacts .phone-container .phone:hover:after, #footer .columns .contacts .phone-container .phone:focus:after, #footer .columns .contacts .phone-container .phone:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .columns .contacts .footer-messengers {
  margin: 0px 0px 11px 0px;
}
#footer .columns .contacts .footer-messengers a {
  position: relative;
  overflow: hidden;
}
#footer .columns .contacts .footer-messengers a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #888;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .columns .contacts .footer-messengers a:hover, #footer .columns .contacts .footer-messengers a:focus, #footer .columns .contacts .footer-messengers a:active {
  text-decoration: none;
}
#footer .columns .contacts .footer-messengers a:hover:after, #footer .columns .contacts .footer-messengers a:focus:after, #footer .columns .contacts .footer-messengers a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .columns .contacts .email-container {
  margin: 0px 0px 19px 0px;
}
#footer .columns .contacts .email-container a {
  position: relative;
  overflow: hidden;
}
#footer .columns .contacts .email-container a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #888;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .columns .contacts .email-container a:hover, #footer .columns .contacts .email-container a:focus, #footer .columns .contacts .email-container a:active {
  text-decoration: none;
}
#footer .columns .contacts .email-container a:hover:after, #footer .columns .contacts .email-container a:focus:after, #footer .columns .contacts .email-container a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .columns .footer-menu.catalog {
  grid-area: menu-catalog;
}
#footer .columns .footer-menu.info {
  grid-area: menu-info;
}
#footer .columns .footer-menu.help {
  grid-area: menu-help;
}
#footer .logo-container {
  margin: 0px 0 0px;
  display: flex;
}
#footer .logo-container .site-description {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 110%;
  text-transform: uppercase;
  padding: 1px 0px 0 21px;
  width: 190px;
}
#footer .logo-container .logo {
  display: block;
  background-image: url("../img/logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 90px 82px;
  min-width: 90px;
  min-height: 82px;
}
#footer .order-time {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
}
#footer .order-time p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
}
#footer .order-time p.worktime {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 0px;
}
#footer .company-info {
  margin: 35px 0 10px;
}
#footer .company-info p {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 2px;
  text-align: left;
}
#footer .footer-menu {
  margin: 0px 0px 0px 0px;
}
#footer .footer-menu > ul {
  padding: 0;
}
#footer .footer-menu > ul > li {
  margin-bottom: 11px;
  margin-left: 0px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-transform: uppercase;
}
#footer .footer-menu > ul > li:before {
  display: none;
}
#footer .footer-menu > ul > li > ul {
  display: none;
}
#footer .footer-menu > ul > li > a {
  color: #434058;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
}
#footer .footer-menu > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #434058;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .footer-menu > ul > li > a:hover, #footer .footer-menu > ul > li > a:focus, #footer .footer-menu > ul > li > a:active {
  text-decoration: none;
}
#footer .footer-menu > ul > li > a:hover:after, #footer .footer-menu > ul > li > a:focus:after, #footer .footer-menu > ul > li > a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#footer .bottom {
  background-color: #434058;
  color: #9DA2AD;
  text-align: center;
  font-size: 14px;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}
#footer .paysystems {
  margin: 10px auto 60px;
  width: 674px;
  max-width: 100%;
}
#footer .paysystems .desktop {
  display: inline-block;
}
#footer .paysystems .mobile {
  display: none;
}
@media (max-width: 600px) {
  #footer .paysystems {
    margin: 38px auto 33px;
    width: 190px;
    max-width: 100%;
  }
  #footer .paysystems .desktop {
    display: none;
  }
  #footer .paysystems .mobile {
    display: inline-block;
  }
}
@media (max-width: 1057px) {
  #footer .columns {
    gap: 28px 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "logo logo logo logo" "bot bot bot bot" "menu-catalog menu-info menu-help contacts" "alt alt alt alt";
  }
  #footer .columns .alt-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .columns .alt-info .company-info {
    order: 1;
    margin: 0px 70px 0px 0px;
  }
  #footer .columns .alt-info .order-time {
    order: 2;
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 764px) {
  #footer .columns {
    gap: 28px 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo logo" "bot bot" "menu-catalog contacts" "menu-help menu-info" "alt alt";
  }
  #footer .columns .alt-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .columns .alt-info .company-info {
    order: 1;
    margin: 0px 30px 0px 0px;
    width: calc(50% - 30px);
  }
  #footer .columns .alt-info .order-time {
    order: 2;
    margin: 0px 0px 0px 0px;
    width: 50%;
  }
  #footer .columns .bot-container {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0px 17px 16px 86px;
  }
  #footer .columns .bot-container p {
    width: 100%;
    margin: 12px 0px 18px 0px;
  }
  #footer .columns .contacts {
    margin: 0px 0px 0px 0px;
  }
  #footer .paysystems {
    margin: 35px auto 19px;
  }
}
@media (max-width: 600px) {
  #footer {
    text-align: center;
  }
  #footer .columns {
    gap: 0px;
    grid-template-columns: 1fr;
    grid-template-areas: "logo" "bot" "menu-catalog" "menu-info" "menu-help" "contacts" "alt";
  }
  #footer .columns .logo-container {
    justify-content: center;
  }
  #footer .columns .logo-container p {
    text-align: left;
  }
  #footer .columns .bot-container {
    background-position: center 8px;
    margin: 35px 0px 55px 0px;
    padding: 50px 23px 13px 23px;
  }
  #footer .columns .bot-container p {
    text-align: center;
    margin: 12px 0px 10px 0px;
  }
  #footer .columns .bot-container .bots {
    width: 100%;
    justify-content: space-around;
  }
  #footer .columns ul {
    margin: 0px 0px 44px 0px;
    text-align: center;
  }
  #footer .columns .alt-info {
    display: block;
  }
  #footer .columns .alt-info .company-info {
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-align: center;
  }
  #footer .columns .alt-info .company-info p {
    text-align: center;
  }
  #footer .columns .alt-info .order-time {
    margin: 0px 0px 28px 0px;
    width: 100%;
    text-align: center;
  }
  #footer .columns .contacts {
    margin: 9px 0px 8px 0px;
  }
  #footer .columns .contacts .phone-container .phone {
    text-align: center;
  }
}
#footer .created {
  display: block;
  position: absolute;
  left: calc(50% - 81px);
  right: 0;
  bottom: 44px;
  height: 0;
  z-index: 1;
  width: 100px;
}
#footer .created > div.container {
  position: relative;
}
#footer .created a {
  display: block;
  min-width: 97px;
  min-height: 40px;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/tagican/tagican-dark.svg");
  padding: 40px 0 20px;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #777;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  bottom: 0px;
  height: 33px;
  transition: all 1s;
  transform: translateY(50px);
}
#footer .created a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  background-color: #b5c0cf;
  left: 38px;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 64px;
  transform-origin: center;
  transition: top 0.5s, transform 0.5s;
  transform: scale(5) translateY(3px);
}
#footer .created a:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background-color: transparent;
  left: 0;
  top: -20px;
  right: 0;
  bottom: 0;
  transition: all 0s 1s;
}
#footer .created a:hover {
  transform: translateY(0px);
  z-index: 9999;
}
#footer .created a:hover:before {
  top: 50px;
  background-color: #FF4242;
  transform: scale(1) translateY(-50px);
}
#footer .created a:hover:after {
  top: 0px;
}
@media (max-width: 940px) {
  #footer .created {
    display: none;
  }
}

/* tic-pushy-02 begin */
/* tic-pushy-02 end */
.pushy {
  max-height: 100vh;
  height: 100vh;
  max-width: 360px;
  top: 0;
  overflow: auto;
  background: #fff;
  color: #434058;
  text-align: center;
}
.pushy + .site-overlay {
  top: 0 !important;
}
.pushy a {
  color: #434058;
  display: inline-block;
}
.pushy .pushy-close {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 21px;
  cursor: pointer;
  transition: all ease-out 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
}
.pushy .pushy-content {
  padding: 35px 0 55px;
}
.pushy svg.animated-logo {
  width: 103px;
  height: 94px;
  /* подготовка анимации */
  transform: rotate(-360deg);
}
.pushy svg.animated-logo > path.center {
  transform: rotate(360deg);
}
.pushy svg.animated-logo > path.p1 {
  transform: rotate(360deg) translate(260px, 590px) scale(0);
  opacity: 0;
}
.pushy svg.animated-logo > path.p2 {
  transform: rotate(360deg) translate(550px, 0px) scale(0);
  opacity: 0;
}
.pushy svg.animated-logo > path.p3 {
  transform: rotate(360deg) translate(260px, -590px) scale(0);
  opacity: 0;
}
.pushy svg.animated-logo > path.p4 {
  transform: rotate(360deg) translate(-260px, -590px) scale(0);
  opacity: 0;
}
.pushy svg.animated-logo > path.p5 {
  transform: rotate(360deg) translate(-550px, 0px) scale(0);
  opacity: 0;
}
.pushy svg.animated-logo > path.p6 {
  transform: rotate(360deg) translate(-260px, 590px) scale(0);
  opacity: 0;
}
.pushy .title {
  font-size: 21px;
  text-transform: uppercase;
  margin: 22px 0 10px;
}
.pushy .contacts .phone-container .phone {
  display: inline-block;
  font-size: 34px;
}
.pushy .contacts .messengers {
  padding-top: 8px;
}
.pushy .contacts .messengers span {
  display: none;
}
.pushy .by-photo {
  margin: 24px auto 43px;
}
.pushy .top-services-list {
  border-top: 3px solid #FFCC00;
  border-bottom: 3px solid #FFCC00;
  padding: 20px 20px 25px;
  margin: 0px auto 34px;
  background-color: #fafafa;
}
.pushy .top-services-list .top-services-title {
  margin: 10px auto 10px;
  font-size: 14px;
}
.pushy .top-services-list .service-select-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.pushy .top-services-list .service-select-list .service {
  width: 20%;
  margin: 4px 0px !important;
  background-image: none !important;
  border: none !important;
  padding: 0;
}
.pushy .top-services-list .service-select-list .service > div.service-logo {
  margin: 0 auto;
}
.pushy .top-services-list .service-select-list .service:hover {
  background-color: transparent !important;
  color: #434058;
}
.pushy .top-services-list .button {
  margin: 15px auto 10px;
  width: 100%;
}
.pushy .bot-container {
  margin: -36px auto 27px;
  padding: 21px 0px 0px 80px;
  background-image: url("../img/bot.svg");
  background-size: 74px 77px;
  background-position: left 18px;
  background-repeat: no-repeat;
  max-width: 182px;
}
.pushy .bot-container > a {
  display: inline-block;
  padding: 5px 18px 4px;
  margin: 0px 0px 7px 0px;
  background-color: #2779FE;
  border-radius: 33px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.pushy .bot-container > a:hover {
  background-color: #FFCC00;
  color: #434058;
  text-decoration: none;
}
.pushy .pushy-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0;
  list-style: none;
}
.pushy .pushy-menu ul li {
  display: block;
  overflow: hidden;
  margin: 0 15px 8px;
  text-align: center;
}
.pushy .pushy-menu ul li:before {
  display: none;
}
.pushy .pushy-menu ul li a {
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  color: #0079B9;
  position: relative;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pushy .pushy-menu ul li a:hover {
  text-decoration: underline;
}
.pushy .pushy-menu ul li a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #0079B9;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.pushy .pushy-menu ul li a:hover, .pushy .pushy-menu ul li a:focus, .pushy .pushy-menu ul li a:active {
  text-decoration: none;
}
.pushy .pushy-menu ul li a:hover:after, .pushy .pushy-menu ul li a:focus:after, .pushy .pushy-menu ul li a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.pushy .pushy-menu ul li.separator {
  display: none;
}
.pushy .pushy-menu ul li > ul {
  display: none;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

body.pushy-open-left .pushy svg.animated-logo > path {
  transform: rotate(0deg) translate(0, 0) scale(1);
  opacity: 1;
}

.mCSB_inside > .mCSB_container {
  margin-right: 6px !important;
}

.mCSB_scrollTools {
  width: 6px !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #434058 !important;
  opacity: 0.75 !important;
}

div.more-products {
  display: block !important;
  text-align: center;
  width: 100% !important;
  margin: 0 !important;
}
div.more-products > .button {
  margin-top: 20px;
}
div.more-products .pagination {
  margin: 40px auto 10px;
}

.category-title-container {
  display: flex;
  justify-content: space-between;
}
.category-title-container > div > h1 {
  margin-top: 14px;
}
.category-title-container > a {
  margin-top: 25px;
  font-size: 14px;
  white-space: nowrap;
}
.category-title-container > a:hover {
  text-decoration: none;
}
@media (max-width: 530px) {
  .category-title-container {
    display: block;
    margin-bottom: 20px;
  }
}

ul.children-category-items {
  margin: 20px -10px 40px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.children-category-items li {
  display: inline-block;
  margin: 0 10px 25px;
  width: 200px;
  text-align: center;
}
ul.children-category-items li a {
  color: #434058;
  display: block;
  padding: 0px 0px 0px;
  font-size: 15px;
  line-height: 110%;
  text-transform: uppercase;
}
ul.children-category-items li a .category-logo {
  width: 100%;
  background-size: cover;
  margin-bottom: 10px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.11);
  position: relative;
}
ul.children-category-items li a .category-logo:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100px;
  border: 3px solid #1B89B4;
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  transform: scale(0) rotate(-360deg);
  opacity: 0;
  transition: all 1s;
  z-index: 10;
}
ul.children-category-items li a .category-logo > div {
  overflow: hidden;
  width: 100%;
}
ul.children-category-items li a .category-logo > div:before {
  content: "";
  padding-top: 100%;
  float: left;
}
ul.children-category-items li a:hover {
  text-decoration: none;
}
ul.children-category-items li a:hover .category-logo:after {
  border-radius: 4px;
  transform: scale(1) rotate(0deg);
  opacity: 1;
  transition: all 0.5s;
}
@media (max-width: 1340px) {
  ul.children-category-items li {
    width: calc(16.6% - 20px);
  }
}
@media (max-width: 1100px) {
  ul.children-category-items li {
    width: calc(20% - 20px);
  }
}
@media (max-width: 930px) {
  ul.children-category-items li {
    width: calc(25% - 20px);
  }
}
@media (max-width: 760px) {
  ul.children-category-items li {
    width: calc(33% - 20px);
  }
}
@media (max-width: 560px) {
  ul.children-category-items li {
    width: calc(50% - 20px);
  }
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog h1 {
  margin: 12px 0 31px;
}
.blog p.views {
  font-size: 14px;
  color: #A0A5B1;
  padding: 0px 0px 0px 30px;
  margin-bottom: 5px;
  background-size: 22px 12px;
  background-repeat: no-repeat;
  background-position: left 3px;
  background-image: url("../img/views.svg");
}
.blog .blog-showcase {
  margin: 0 -15px;
}
.blog .blog-showcase > div.first-blog-post {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 24px 24px 54px 24px;
  position: relative;
}
.blog .blog-showcase > div.first-blog-post .h3 {
  font-size: 33px;
  color: #434058;
  margin: 10px 0 10px;
}
.blog .blog-showcase > div.first-blog-post > a:hover {
  text-decoration: none;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.first-blog-post .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div p.note {
  color: #434058;
}
.blog .blog-showcase > div.blog-posts {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 7px 7px 0px 0px;
  width: calc(50% - 30px);
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 30px;
  padding: 24px 24px 65px 24px;
  position: relative;
}
.blog .blog-showcase > div.blog-posts > a {
  text-decoration: none;
}
.blog .blog-showcase > div.blog-posts .h3 {
  font-size: 21px;
  color: #434058;
  margin-bottom: 22px;
}
.blog .blog-showcase > div.blog-posts .post-preview-container {
  margin: -24px -24px 0 -24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
.blog .blog-showcase > div.blog-posts .post-preview-container:before {
  content: "";
  padding-top: 58%;
  float: left;
}
.blog .blog-showcase > div.blog-posts .post-preview-container .post-preview {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-in-out;
}
.blog .blog-showcase > div:hover .post-preview {
  transform: scale(1.1);
  transition: all 1s ease-in-out;
}
.blog .blog-showcase .button-container {
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 24px;
}
.blog .blog-showcase .button-container .button {
  padding: 13px 42px;
}
.blog .blog-most-popular {
  max-width: 330px;
  margin: 0px 0px 0px auto;
}
.blog .blog-most-popular > .h3 {
  margin: 93px 0 22px;
  font-size: 21px;
}
.blog .blog-most-popular .links > a > div {
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  padding: 7px 0 7px;
  margin-bottom: -1px;
}
.blog .blog-most-popular .links > a > div .h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  color: #434058;
  margin-bottom: 2px;
}
.blog .blog-most-popular .links > a:hover {
  color: #0079B9;
  text-decoration: none;
}
.blog .blog-most-popular .links > a:hover h3 {
  color: #0079B9;
}
.blog .blog-post {
  max-width: 640px;
}
.blog p.blog-back-link {
  margin: 15px 0 45px;
}
.blog p.blog-back-link a {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  color: #0079B9;
  position: relative;
  overflow: hidden;
}
.blog p.blog-back-link a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #0079B9;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.blog p.blog-back-link a:hover, .blog p.blog-back-link a:focus, .blog p.blog-back-link a:active {
  text-decoration: none;
}
.blog p.blog-back-link a:hover:after, .blog p.blog-back-link a:focus:after, .blog p.blog-back-link a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
.blog .columns {
  display: flex;
  justify-content: space-between;
}
.blog .columns > .blog-content {
  width: 740px;
  margin-right: 30px;
}
.blog .columns > .blog-sidebar {
  width: calc(100% - 740px - 30px);
}
@media (max-width: 1050px) {
  .blog .columns {
    display: block !important;
  }
  .blog .columns > .blog-content {
    width: 100%;
    margin-right: 0px;
  }
  .blog .columns > .blog-sidebar {
    width: 100%;
    margin-bottom: 45px;
  }
  .blog .columns > .blog-sidebar .blog-most-popular {
    max-width: 100%;
    margin: 0px auto 0px;
  }
  .blog .columns > .blog-sidebar .blog-most-popular > h3 {
    margin-top: 17px;
  }
  .blog .columns > .blog-sidebar .blog-most-popular > .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog .columns > .blog-sidebar .blog-most-popular > .links > a {
    width: calc(50% - 15px);
  }
}
@media (max-width: 780px) {
  .blog .columns div.first-blog-post {
    padding-bottom: 10px;
  }
  .blog .columns div.first-blog-post h3 {
    font-size: 26px;
    margin: 10px 0 10px;
  }
  .blog .columns div.blog-posts {
    width: calc(100% - 30px);
    display: block;
    padding-bottom: 10px;
  }
  .blog .columns div.blog-posts h3 {
    font-size: 26px;
    margin: 10px 0 10px;
  }
  .blog .columns > .blog-sidebar .blog-most-popular {
    max-width: 100%;
    margin: 0px auto 0px;
  }
  .blog .columns > .blog-sidebar .blog-most-popular > .links {
    display: block;
  }
  .blog .columns > .blog-sidebar .blog-most-popular > .links > a {
    width: 100%;
  }
  .blog .columns .button-container {
    text-align: center;
    position: static;
  }
  .blog .columns .button-container .button {
    padding: 13px 42px;
  }
}

#template2-page {
  background-color: #fafafa;
}

#template1-page p {
  max-width: 650px;
}

.header-block {
  display: flex;
}
.header-block .clear-order {
  display: inline-block;
  margin: 45px 0 0 20px;
}
@media (max-width: 700px) {
  .header-block .clear-order {
    margin-top: 26px;
  }
}

.order-page #order-table-container {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.order-page #order-table-container > table {
  margin: 0;
  background-color: #fff;
  width: 100%;
}
.order-page #order-table-container > table tr > td:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(6) {
  text-align: right;
}
.order-page #order-table-container > table tr > th:nth-of-type(5) {
  text-align: center;
}
.order-page #order-table-container > table .product-photo {
  width: 80px;
  min-height: 50px;
  background-size: contain;
}
.order-page #order-table-container > table .product-photo.no-photo {
  background-image: url("../img/no-photo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.order-page .price-note {
  display: block;
  font-size: 11px;
}
.order-page p.total > span.total {
  font-size: 26px;
  color: #FFCC00;
}
.order-page p.total > span.sub-total {
  font-size: 21px;
  text-decoration-line: line-through;
}
.order-page.confirm p.total {
  text-align: center;
}
.order-page .order-product-count {
  text-align: center;
  position: relative;
  line-height: 21px;
  white-space: nowrap;
}
.order-page .order-product-count a {
  display: inline-block;
  width: 36px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  vertical-align: middle;
}
.order-page .order-product-count a.plus {
  background-image: url("../img/plus.png");
}
.order-page .order-product-count a.minus {
  background-image: url("../img/minus.png");
}
.order-page .order-product-count span {
  display: inline-block;
  width: 2em;
  height: 21px;
}
.order-page .order-product-count span > i {
  display: block;
  font-style: normal;
  font-size: 14px;
}
.order-page .order-product-count.plain span {
  width: auto;
}
.order-page #order-confirm {
  position: relative;
  max-width: 935px;
  margin: 44px auto 38px;
  background-color: #FFF6E1;
  border-radius: 9px;
  border: 6px solid #fff;
  padding: 0 50px 2px;
  box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.15);
}
.order-page #order-confirm .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.order-page #order-confirm .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 890px) {
  .order-page #order-confirm .columns > div {
    width: calc(100% - 40px);
  }
}
.order-page #order-confirm .login-panel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1px;
}
.order-page #order-confirm .login-panel p {
  max-width: 200px;
  font-size: 14px;
  margin-right: 10px;
}
.order-page #order-confirm > .top {
  display: flex;
  justify-content: flex-start;
}
.order-page #order-confirm > .top h2 {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top {
    display: block;
  }
  .order-page #order-confirm > .top h2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.order-page #order-confirm > .top > .promo-panel {
  padding-top: 34px;
}
.order-page #order-confirm > .top > .promo-panel input {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1px;
  margin: 0 0 2px;
}
.order-page #order-confirm > .top > .promo-panel .button {
  margin: 0 0 2px;
  vertical-align: middle;
}
@media (max-width: 890px) {
  .order-page #order-confirm > .top > .promo-panel {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.order-page #order-confirm h2 {
  margin: 34px 0 50px;
}
@media (max-width: 890px) {
  .order-page #order-confirm h2 {
    margin: 34px 0 20px;
  }
}
.order-page #order-confirm h3 {
  margin: 0px 0 23px;
}
.order-page #order-confirm .client-form {
  /*margin: 30px 0 0px;*/
}
.order-page #order-confirm .user-promocodes {
  margin: 48px 0 20px;
}
.order-page #order-confirm .user-promocodes p {
  margin-bottom: 3px;
}
.order-page #order-confirm .user-promocodes table {
  background-color: #fff;
  width: auto;
}
.order-page #order-confirm .user-promocodes table tr > td:nth-of-type(1) {
  font-size: 14px;
  color: #A4A4A4;
}
.order-page #order-confirm .user-promocodes table tr > td:nth-of-type(2) {
  line-height: 20px;
  color: #FFCC00;
}
.order-page #order-confirm .delivery-form {
  /*margin-top: 98px !important;*/
}
@media (max-width: 890px) {
  .order-page #order-confirm .delivery-form {
    margin-top: 0px !important;
  }
}
.order-page #order-confirm .delivery-form #delivery-note {
  font-weight: 500;
  margin: 0 0 5px 0;
}
.order-page #order-confirm .delivery-form #delivery-note .free-note {
  color: #006DB6;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers {
  display: flex;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label {
  max-width: 86px;
}
.order-page #order-confirm .delivery-form .delivery-address .numbers label + label {
  margin-left: 20px;
}
.order-page #order-confirm .delivery-form .free {
  color: #006DB6;
  text-transform: uppercase;
}
.order-page #order-confirm .select-header {
  color: #FFCC00;
  margin-bottom: 28px;
}
.order-page #order-confirm .delivery-point-notes > div {
  display: none;
}
.order-page #order-confirm .button-container {
  text-align: center;
  margin-top: 15px;
}
.order-page #order-confirm label {
  margin: 0px 0 10px;
  max-width: 340px;
  position: relative;
}
.order-page #order-confirm label input, .order-page #order-confirm label textarea {
  display: block;
  margin-top: 5px;
  width: 100%;
}
.order-page #order-confirm label input.readonly, .order-page #order-confirm label textarea.readonly {
  background-color: #FCF6E9;
}
.order-page #order-confirm label textarea.comment {
  height: 115px;
}
.order-page #order-confirm label input[type=radio] {
  width: auto;
  display: inline-block;
  margin-left: 0px;
  min-width: 24px;
  min-height: 24px;
  vertical-align: top;
}
.order-page #order-confirm label > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: inline-block;
  margin: 7px 0 0 12px;
  vertical-align: top;
}
.order-page #order-confirm label > span.flat-label {
  margin: 0;
  vertical-align: middle;
}
.order-page #order-confirm label.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm label.register-checkbox {
  white-space: nowrap;
}
.order-page #order-confirm label.register-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.register-checkbox span {
  margin: 4px 0 0 10px;
}
.order-page #order-confirm label.register-checkbox span > i {
  font-style: normal;
  color: #0079B9;
  cursor: pointer;
}
.order-page #order-confirm label.register-checkbox span > i:hover {
  color: #006DB6;
}
.order-page #order-confirm label.offer-checkbox {
  white-space: nowrap;
  margin: 10px 0 10px;
}
.order-page #order-confirm label.offer-checkbox input {
  width: 16px;
  height: 16px;
  display: inline-block;
}
.order-page #order-confirm label.offer-checkbox span {
  margin: 4px 0 0 10px;
  max-width: 275px;
  white-space: normal;
}
.order-page #order-confirm label.offer-checkbox span > i {
  font-style: normal;
  color: #0079B9;
  cursor: pointer;
}
.order-page #order-confirm .delivery-point-select {
  width: 100%;
  margin-bottom: 20px;
}
.order-page #order-confirm .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  margin: 5px 0 0px 0;
}
.order-page #order-confirm .select2-container .select2-selection--single {
  border-radius: 0px !important;
  height: 40px;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__rendered {
  color: #434058 !important;
  padding: 5px 1px 4px !important;
}
.order-page #order-confirm .select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
}
.order-page #order-confirm h4 {
  margin-bottom: 30px;
}
.order-page #order-confirm .order-user-data p.item span {
  color: #A4A4A4;
  font-weight: 300;
}
.order-page #order-confirm textarea.order-comment {
  width: 100%;
  height: 200px;
}
.order-page #order-confirm.loading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 128px 128px;
}
@media (max-width: 460px) {
  .order-page #order-confirm {
    padding: 0 20px 2px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.order-page #order-confirm p.cabinet-link {
  max-width: 320px;
  margin-top: 40px;
}
.order-page #order-confirm.no-user label.comment {
  margin: 32px 0 18px;
}
.order-page #order-confirm.no-user label.register-checkbox {
  margin-bottom: 18px;
}
.order-page #order-confirm.user.comment {
  margin: 32px 0 30px;
}
.order-page #order-confirm.user label.register-checkbox {
  display: none;
}
.order-page #order-confirm.user > .top > .login-panel {
  display: none;
}
.order-page .order-pending {
  color: #12BED6;
}
.order-page .order-prepare {
  color: #6A82D4;
}
.order-page .order-ready {
  color: #39BAA3;
}
.order-page .order-delivered {
  color: #FF620E;
}
.order-page .order-done {
  color: #BC56A6;
}
.order-page .order-canceled {
  color: #979497;
}
.order-page .save-order-page {
  max-width: 375px;
  margin-top: 30px;
}
@media print {
  .order-page .save-order-page {
    display: none;
  }
}
.order-page .delivery-price {
  font-weight: 500;
}
.order-page .delivery-price > span {
  color: #E60000;
}
.order-page .confirmed-order h3 {
  margin-top: 48px;
}
.order-page .confirmed-order table {
  background-color: #fff;
}
.order-page .confirmed-order .print-link-container {
  margin-top: 32px;
}
.order-page .confirmed-order .print-link-container > a {
  display: inline-block;
  background-image: url("../img/print.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  min-height: 24px;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
}
.order-page .confirmed-order .print-link-container > a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 3px;
  background: #FFCC00;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.order-page .confirmed-order .print-link-container > a:hover, .order-page .confirmed-order .print-link-container > a:focus, .order-page .confirmed-order .print-link-container > a:active {
  text-decoration: none;
}
.order-page .confirmed-order .print-link-container > a:hover:after, .order-page .confirmed-order .print-link-container > a:focus:after, .order-page .confirmed-order .print-link-container > a:active:after {
  left: 32px;
  right: auto;
  width: calc(100% - 32px);
}
@media print {
  .order-page .confirmed-order .print-link-container > a {
    display: none;
  }
}
.order-page .confirmed-order .paid {
  color: #219653;
  text-transform: uppercase;
}

.search-title {
  margin-bottom: 60px;
}

.main-page-content {
  padding-bottom: 56px;
}

.popup-search {
  width: 500px;
  max-width: 100%;
}

.login-form {
  background-color: #fafafa;
}
.login-form label {
  width: 300px;
  text-align: left;
}
.login-form input {
  display: block;
}
.login-form div.recovery {
  font-size: 12px;
  text-align: left;
  margin-top: -10px;
  margin-bottom: 20px;
}

.reg-form {
  width: 370px;
  min-width: 370px;
  background-color: #fafafa;
}
.reg-form h2 {
  margin-bottom: 30px;
}
.reg-form label {
  width: 100%;
}
.reg-form input {
  display: block;
  width: 100%;
}
.reg-form p.sm {
  margin: 4px 0 11px;
}

/*
.reg-form{
	position: relative;
	max-width: 935px;
	margin: 0px auto 0px;
	$breakpoints: (991px:1);
	@include tic-columns($columns-count: 2, $column-breakpoints: $breakpoints);
	.register-form{
		margin: 30px 0 0px;
	}
	.button-container{
		text-align: center;
		margin-top: 15px;
	}
	label{
		margin: 0px 0 10px;
		max-width: 340px;
		position: relative;
		input, textarea{
			display: block;
			margin-top: 5px;
			width: 100%;
		}
		input[type=radio]{
			width: auto;
			display: inline-block;
			margin-left: 0px;
		    min-width: 24px;
		    min-height: 24px;
		    vertical-align: top;
		}
		&>span{
			font-weight: 400;
			font-size: 16px;
			line-height: 130%;
			display: inline-block;
			margin: 7px 0 0 12px;
			vertical-align: top;
		}
	}
}*/
.content-two-columns .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 50%;
  }
}

.cabinet-user-form {
  margin-top: 30px;
}
.cabinet-user-form input {
  max-width: 100%;
  width: 450px;
}

.nav-tabs {
  margin-top: 0px;
}

.tab-pane h2 {
  margin-top: 53px !important;
  margin-bottom: 28px !important;
}

a.anchor {
  text-decoration: none;
}

.help-dialog {
  width: 580px;
}
.help-dialog h3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.help-dialog p.phone {
  margin-bottom: 30px;
}
.help-dialog textarea {
  display: block;
  width: 100%;
  height: 150px;
}

#template2-page {
  padding-bottom: 50px;
}
#template2-page .columns {
  display: flex;
  justify-content: flex-start;
}
#template2-page .columns .pattern {
  width: calc(25% - 60px);
  margin-right: 60px;
  margin-top: 40px;
  max-width: 25%;
  border-radius: 0px;
  background-color: #95AEC3;
  background-image: url("../img/products-bg.png");
}
#template2-page .columns .content {
  width: calc(100% - 25%);
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  #template2-page .columns .pattern {
    display: none;
  }
  #template2-page .columns .content {
    width: 100%;
    padding-bottom: 0px;
  }
}

@media (max-width: 600px) {
  #zoom-image {
    display: none;
  }
}

.all-button-container {
  text-align: center;
  margin-top: 50px;
}

.scroll-up {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 60px;
  height: 60px;
  background-image: url("../img/scroll-up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 41px 47px;
  cursor: pointer;
}
@media (max-width: 540px) {
  .scroll-up {
    display: none !important;
  }
}

p.warning {
  background-color: #FFCC00;
  color: #fff;
  padding: 10px;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #FFF6E1;
  margin: 24px 0 32px;
  border: 4px solid #fff;
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 4px;
  z-index: 10;
}

label > .clear-button {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  right: -35px;
  bottom: 4px;
  cursor: pointer;
}
label > .clear-button:before, label > .clear-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  border-radius: 1px;
  background-color: #999;
  left: 0;
  top: 50%;
}
label > .clear-button:before {
  transform: rotate(45deg);
}
label > .clear-button:after {
  transform: rotate(-45deg);
}
label > .clear-button:hover:before, label > .clear-button:hover:after {
  background-color: #FFCC00;
}

.modal-panel.user-info {
  padding: 0;
}
.modal-panel.user-info .user-short-info {
  padding: 16px 0px 0px;
}
@media (max-width: 430px) {
  .modal-panel.user-info .user-short-info {
    padding: 58px 0px 0px;
  }
}

.modal-panel.promocode-note {
  max-width: 360px;
}

/*
.modal-panel.login-form{
	max-width: 360px !important;
	min-width: 360px !important;
	padding: 0;
	overflow: hidden;
	.button{
		width: 100%;
	}
	.phone-form{
		padding: 32px;
		background-color: #f5f5f5;
		position: relative;
		z-index: 1;
	}
	.sms-form{
		background-color: #f5f5f5;
		outline: 1px solid #ccc;
		padding: 32px;
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		transition: all 0.5s;
		transform: translateX(-100%);
		input#sms-code{
			text-align: center;
		}
	}
	#login-form.sent{
		.sms-form{
			transform: translateX(0);
		}
	}
}
*/
.order-tracking {
  margin: 30px 0 20px;
}
.order-tracking h4 {
  margin-bottom: 25px;
}
.order-tracking .tracking-point {
  position: relative;
  padding: 0 0 0 39px;
  margin-top: 38px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-image: url("../img/delivery-tracking-pass.png");
}
.order-tracking .tracking-point:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: 4px 48px;
  background-image: url("../img/delivery-tracking-steps.png");
  left: 10px;
  top: -43px;
}
.order-tracking .tracking-point.current {
  background-image: url("../img/delivery-tracking-current.png");
}
.order-tracking .tracking-point.current:before {
  background-image: url("../img/delivery-tracking-steps2.png");
}
.order-tracking .tracking-point.finish {
  background-image: url("../img/delivery-tracking-pass.png");
  margin-top: 20px;
}
.order-tracking .tracking-point.finish:before {
  display: none;
}
.order-tracking .tracking-point .title {
  display: block;
  margin-bottom: 4px;
}
.order-tracking .tracking-point .time {
  display: block;
  font-size: 14px;
}
@media print {
  .order-tracking .tracking-point {
    margin-top: 10px;
  }
  .order-tracking .tracking-point:before {
    display: none;
  }
  .order-tracking .tracking-point .title {
    margin-bottom: 0px;
  }
}

.confirmed-order .order-tracking {
  margin: 60px 0 70px;
}

.with-sidebar {
  display: flex;
}
.with-sidebar .sidebar-container {
  width: 25%;
  flex-shrink: 0;
  margin-right: 3%;
  position: relative;
  z-index: 10;
}
.with-sidebar .sidebar-container ul.short_categories {
  position: sticky;
  top: 70px;
  border-left: 1px solid #E3E4E5;
  border-right: 1px solid #E3E4E5;
  box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
}
.with-sidebar .content-container {
  max-width: 72%;
}
.with-sidebar .content-container .container {
  width: 100% !important;
  max-width: 100% !important;
}
.with-sidebar .content-container > div {
  position: relative;
  z-index: 2;
}
.with-sidebar .content-container > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 70.6666666667%;
  left: 29%;
  top: 0;
  width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
}
.with-sidebar .content-container .product-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
}
.with-sidebar .content-container .product-list .columns > div {
  display: inline-block;
  width: calc(20% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 1360px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(25% - 0px);
  }
}
@media (max-width: 1200px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(33% - 0px);
  }
}
@media (max-width: 700px) {
  .with-sidebar .content-container .product-list .columns > div {
    width: calc(50% - 0px);
  }
}
.with-sidebar .content-container .category-card .note {
  padding: 10px 10px 9px;
}
.with-sidebar .content-container .main-slider::before {
  background-color: #293462;
}
.with-sidebar .content-container .main-slider #slider-0 {
  margin: 0px auto 80px;
}
.with-sidebar .content-container .showcase {
  background-color: transparent;
  background-image: none;
  padding-top: 0;
}
.with-sidebar .content-container .showcase h2 {
  color: #434058;
}
.with-sidebar .content-container .showcase::before {
  background-color: #293462;
  /*background-color: #95AEC3;
  background-image: url(../img/products-bg.png);*/
  /*background-attachment: fixed;*/
}
.with-sidebar .content-container .categories-block {
  background-color: transparent;
  background-image: none;
}
.with-sidebar .content-container .categories-block::before {
  background-color: #fafafa;
  background-image: url(../img/categories-bg.png);
  /*background-attachment: fixed;*/
}
.with-sidebar .content-container .about::before {
  background-color: #fff;
}
.with-sidebar .content-container .mainpage-video {
  text-align: center;
}
.with-sidebar .content-container .mainpage-video .text-column {
  text-align: left;
}
.with-sidebar .content-container .mainpage-video::before {
  background-color: #293F53;
}
.with-sidebar .content-container .mainpage-video .reputation {
  max-width: calc(66% - 40px);
  margin: 10px 0;
}
@media (max-width: 1360px) {
  .with-sidebar .content-container .mainpage-video .columns {
    display: block;
  }
  .with-sidebar .content-container .mainpage-video .columns .video-column {
    width: 100%;
  }
  .with-sidebar .content-container .mainpage-video .columns .text-column {
    width: 100%;
  }
  .with-sidebar .content-container .mainpage-video .reputation {
    max-width: 500px;
    margin: 10px auto;
  }
}
.with-sidebar .content-container .question-form::before {
  background-color: #293462;
}
.with-sidebar .content-container .question-form .columns {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.with-sidebar .content-container .question-form .columns > div {
  display: inline-block;
  width: calc(50% - 40px);
  vertical-align: top;
  margin: 0 20px 40px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 600px) {
  .with-sidebar .content-container .question-form .columns > div {
    width: calc(100% - 40px);
  }
}
.with-sidebar .content-container .question-form .columns {
  align-items: flex-start;
  justify-content: flex-end;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(1) {
  order: 2;
  margin-bottom: 0px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(2) {
  order: 1;
  margin-bottom: 0px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(2) textarea {
  height: 100px;
}
.with-sidebar .content-container .question-form .columns > div:nth-of-type(3) {
  order: 3;
  margin-bottom: 0px;
  align-self: flex-end;
}
@media (max-width: 1040px) {
  .with-sidebar {
    display: block;
  }
  .with-sidebar .sidebar-container {
    display: none;
  }
  .with-sidebar .content-container {
    max-width: 100%;
  }
  .with-sidebar .content-container > div {
    position: relative;
    z-index: 2;
  }
  .with-sidebar .content-container > div::before {
    right: -20px;
    left: -40px;
    top: 0;
    bottom: 0;
    transform: translateX(0);
  }
}

.main-page .with-sidebar {
  /*margin-left: -20px;
  margin-right: -20px;*/
}

.link {
  cursor: pointer;
}

.user-contact-row {
  display: flex;
}
.user-contact-row .user-contact-info {
  width: 50%;
}
.user-contact-row .user-contact-map {
  width: calc(50% - 20px);
  margin-left: 20px;
}

#offers-tab .buttons-container {
  padding: 10px 0 0px;
}
#offers-tab .buttons-container .button + .button {
  margin-left: 35px;
}

.file-browser {
  width: calc(100vw - 64px);
  height: calc(100vh - 64px);
  padding: 0;
}
.file-browser div.files-list-container {
  padding: 16px 32px;
  overflow: auto;
  width: 100%;
  height: calc(100% - 50px - 32px);
}
.file-browser div.uploaded-files {
  background-color: #fff;
  float: left;
  border: none;
  margin: 8px 8px 36px;
  height: 150px;
  position: relative;
  min-width: 150px;
  text-align: center;
  overflow: visible;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.file-browser div.uploaded-files div.act-panel {
  cursor: default;
}
.file-browser div.uploaded-files img {
  max-height: 150px;
}
.file-browser div.uploaded-files p {
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -32px;
  height: 24px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  white-space: pre-line;
  cursor: default;
  color: #555;
}
.file-browser div.noimages {
  font-size: 32px;
  line-height: 64px;
  font-weight: normal;
  margin: 36px auto;
  padding: 0;
  color: #fff;
  width: 80px;
  height: 64px;
  background-image: url("./file-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  text-shadow: 1px 1px 0px #FF4500;
}
.file-browser div.dir {
  margin: 36px auto;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url("./folder-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.file-browser div.parent-dir {
  margin: 36px auto;
  width: 64px;
  height: 64px;
  background-color: #fff;
  background-image: url("./parent-folder-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}

ul.locations {
  margin: 24px 0 32px;
  list-style: none;
}
ul.locations li {
  margin: 0;
}
ul.locations li:before {
  display: none;
}
ul.locations li label {
  margin: 0;
}
ul.locations ul {
  list-style: none;
  position: relative;
}
ul.locations ul > span.expand {
  position: absolute;
  display: block;
  left: -3px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  cursor: pointer;
}
ul.locations ul > span.expand:before {
  content: "+";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
}
ul.locations ul > span.expand:hover {
  background-color: #eee;
}
ul.locations ul.regions ul {
  display: none;
}
ul.locations ul.regions.visible ul {
  display: block;
}
ul.locations ul.regions.visible > span.expand:before {
  content: "-";
  font-size: 24px;
}
ul.locations input {
  display: inline-block !important;
  width: 16px !important;
  height: 16px;
}

.search-towns-list {
  max-width: 384px;
  padding: 16px 61px;
}
@media (max-width: 430px) {
  .search-towns-list {
    padding-top: 70px;
  }
}
.search-towns-list ul.locations {
  padding-left: 0px;
}
.search-towns-list ul.locations span.expand {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 0px 0 8px 5px;
}
.search-towns-list ul.locations span.expand:before {
  content: "";
  position: absolute;
  display: block;
  left: -28px;
  width: 24px;
  top: 0px;
  height: 24px;
  background-image: url("../img/plus-normal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.search-towns-list ul.locations span.expand:hover:before {
  background-image: url("../img/plus-hover.png");
}
.search-towns-list ul.locations .visible span.expand:before {
  background-image: url("../img/minus-normal.png");
}
.search-towns-list ul.locations .visible span.expand:hover:before {
  background-image: url("../img/minus-hover.png");
}
.search-towns-list ul.locations ul.towns {
  padding: 7px 0 8px 6px;
}
.search-towns-list ul.locations ul.towns li {
  margin-bottom: 6px;
}
.search-towns-list ul.locations ul.towns input {
  width: 24px !important;
  height: 24px !important;
  margin: 0;
}
.search-towns-list ul.locations ul.towns input + span {
  padding: 1px 0 0px 7px;
  vertical-align: top;
  display: inline-block;
}
.search-towns-list .button-container {
  position: sticky;
  bottom: 0px;
  padding: 28px 0 8px;
  background-color: #fff;
  text-align: center;
}
.search-towns-list .button-container:before {
  content: "";
  position: absolute;
  display: block;
  left: -61px;
  right: -61px;
  top: 0px;
  height: 1px;
  background-color: #E3E4E5;
}

.user-filter {
  max-width: 360px;
  padding: 16px 61px;
}
@media (max-width: 430px) {
  .user-filter {
    padding-top: 70px;
  }
}
.user-filter h4 {
  margin-bottom: 20px;
}
.user-filter label {
  margin-bottom: 20px;
}
.user-filter label input {
  margin-left: 0px !important;
}
.user-filter label > div {
  margin-left: 37px;
}
.user-filter label > div p.strong {
  font-weight: 600;
  margin-bottom: 2px;
}
.user-filter label > div strong.weekend {
  color: #EB5757;
}
.user-filter .button-container {
  position: sticky;
  bottom: 0px;
  padding: 28px 0 8px;
  background-color: #fff;
  text-align: center;
  margin-top: 30px;
}
.user-filter .button-container:before {
  content: "";
  position: absolute;
  display: block;
  left: -61px;
  right: -61px;
  top: 0px;
  height: 1px;
  background-color: #E3E4E5;
}

.video-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video-container > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.modal-panel.user-file-manager {
  width: 1000px;
  padding-bottom: 60px;
}
.modal-panel.user-file-manager h3 {
  margin: 0px 0 39px;
  text-align: center;
}
.modal-panel.user-file-manager .user-images {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 25px 18px 12px 3px;
}
.modal-panel.user-file-manager .user-images div.img-container {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
}
.modal-panel.user-file-manager .user-images div.img-container img {
  max-height: 200px;
  width: auto !important;
}
.modal-panel.user-file-manager .user-images div.img-container > span.delete {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  border-radius: 32px;
  background-image: url("../img/delete-button.png");
  background-size: 32px 32px;
  background-position: center;
  top: -16px;
  right: -16px;
  cursor: pointer;
}
.modal-panel.user-file-manager .user-images div.img-container:hover {
  z-index: 10;
}
.modal-panel.user-file-manager .user-images div.img-container:hover > img {
  outline: 3px solid #0894CA;
}
.modal-panel.user-file-manager .user-images div.img-container:hover > span.delete {
  display: block;
}

.cabinet-exit-link {
  margin-top: 50px;
}

#template2-page a img {
  box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.1);
  margin: 15px 0 45px;
  max-height: 400px !important;
  width: auto !important;
  border: 1px solid #0079B9;
}

.modal-panel.image-view {
  background-color: #f0f0f0;
}
.modal-panel.image-view img {
  /*width:auto !important;
  max-width: none !important;*/
}

.pagination a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  background-color: #009AEC;
}
.pagination a.arrow {
  line-height: 38px;
}
.pagination a:hover {
  color: #fff !important;
  background-color: #006DB6;
  text-decoration: none;
}
.pagination a.current {
  cursor: default;
  background-color: #FFCC00;
  color: #434058;
}

label.radio, label.checkbox {
  margin: 0px 0px 24px 0px;
  padding: 0;
}
label.radio input, label.checkbox input {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0px;
  vertical-align: top;
}
label.radio input + span, label.checkbox input + span {
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 7px;
}
label.radio input + span + a, label.checkbox input + span + a {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

.cabinet-page .cabinet {
  margin-top: -8px;
}
.cabinet-page .cabinet-header {
  margin-bottom: 34px;
}
.cabinet-page .cabinet-header .h1 span {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
.cabinet-page p.town {
  margin: 20px 0 18px;
}
.cabinet-page label.title {
  margin: 0px 0 11px;
}
.cabinet-page label.title input {
  display: block;
  margin-top: 8px;
  width: 480px;
}
.cabinet-page label.note {
  margin: 0px 0 20px;
}
.cabinet-page label.note textarea {
  display: block;
  margin-top: 8px;
  width: 480px;
}
.cabinet-page h4.master-phone {
  margin: 55px 0 20px;
}
.cabinet-page label.master-phone {
  margin: 0px 0 10px;
}
.cabinet-page label.master-phone input {
  display: block;
  margin-top: 8px;
  width: 250px;
}
.cabinet-page label.master-phone + label.checkbox {
  margin: 10px 0px 10px 21px;
}
.cabinet-page label.master-phone + label.checkbox input + span {
  margin-left: 15px;
}
.cabinet-page label.master-phone + label.checkbox + label.checkbox {
  margin: 10px 0px 10px 21px;
}
.cabinet-page label.master-phone + label.checkbox + label.checkbox input + span {
  margin-left: 15px;
}
.cabinet-page label.address {
  margin: 0px 0 7px;
}
.cabinet-page label.address textarea.user-address {
  display: block;
  width: 480px;
  height: 64px;
  margin-top: 8px;
}
.cabinet-page label.address-note {
  margin: 0px 0 20px;
  font-size: 14px;
}
.cabinet-page label.address-note textarea.user-address-note {
  display: block;
  width: 480px;
  height: 64px;
  margin-top: 2px;
  font-size: 14px;
}
.cabinet-page #user-map {
  width: 100%;
  height: 480px;
  margin-bottom: 44px;
}
.cabinet-page .detail h4 {
  margin-bottom: 22px;
}
.cabinet-page .detail label.checkbox {
  margin: 10px 0px 10px 21px;
}
.cabinet-page .detail label.checkbox input + span {
  margin-left: 15px;
}
.cabinet-page .columns {
  display: flex;
}
.cabinet-page .columns .column:nth-of-type(1) {
  width: 60%;
}
.cabinet-page .columns .column:nth-of-type(2) {
  width: calc(40% - 50px);
  margin-left: 50px;
}
@media (max-width: 1100px) {
  .cabinet-page .columns {
    display: block;
  }
  .cabinet-page .columns .column:nth-of-type(1) {
    width: 100%;
  }
  .cabinet-page .columns .column:nth-of-type(2) {
    width: 100%;
    margin: 40px 0 30px 0px;
  }
}
.cabinet-page .area-metro {
  margin: 21px 0 17px;
}
.cabinet-page #user-services-container {
  margin: 27px 0 20px;
}
.cabinet-page h4.worktime {
  margin: 63px 0 20px;
}
.cabinet-page .timetable td {
  padding: 4px 0px;
}
.cabinet-page .timetable label {
  padding-top: 0px;
  margin-bottom: 0;
}
.cabinet-page .timetable label input {
  width: 24px;
  height: 24px;
}
.cabinet-page .timetable label span {
  display: inline-block;
  padding: 4px 11px 0 0px;
}

.as-link {
  color: #0079B9;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.as-link:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  height: 0px;
  bottom: -1px;
  border-top: 1px dashed #0079B9;
}
.as-link:hover {
  color: #009AEC;
}

.user-services-list .service, .service-select-list .service {
  display: flex;
  align-items: center;
  border-top: 1px solid #E3E4E5;
  border-bottom: 1px solid #E3E4E5;
  margin-top: -1px;
  padding: 9px 20px 9px 20px;
  position: relative;
}
.user-services-list .service.by-photo, .service-select-list .service.by-photo {
  background-image: url("../img/by-photo.svg");
  background-size: 26px 37px;
  background-position: calc(100% - 30px) center;
  background-repeat: no-repeat;
}
@media (max-width: 960px) {
  .user-services-list .service.by-photo, .service-select-list .service.by-photo {
    background-position: calc(100% - 20px) center;
  }
}
.user-services-list .service .service-logo, .service-select-list .service .service-logo {
  position: relative;
  width: 45px;
  height: 45px;
  min-width: 45px;
  min-height: 45px;
  border-radius: 50px;
  margin-right: 20px;
}
.user-services-list .service .service-logo.no-image, .service-select-list .service .service-logo.no-image {
  background-image: none !important;
  background-color: #ccc;
}
.user-services-list .service .title, .service-select-list .service .title {
  width: calc(100% - 90px);
}
.user-services-list .service .title label, .service-select-list .service .title label {
  margin: 0;
}
.user-services-list .service .title label input, .service-select-list .service .title label input {
  width: 18px;
  height: 18px;
  margin: -3px 8px 0px -7px;
  vertical-align: middle;
}
.user-services-list.service-select-list .service, .service-select-list.service-select-list .service {
  cursor: pointer;
}
@media (min-width: 701px) {
  .user-services-list.service-select-list .service:hover, .service-select-list.service-select-list .service:hover {
    background-color: #006DB6;
    color: #fff;
  }
}
.user-services-list.user-services-list .delete, .service-select-list.user-services-list .delete {
  cursor: pointer;
  background-image: url("../img/delete-cross.svg");
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
  transition: all ease-out 0.25s;
}
.user-services-list.user-services-list .delete:hover, .service-select-list.user-services-list .delete:hover {
  transform: rotate(-90deg);
}

@media (max-width: 420px) {
  .button {
    min-width: 100%;
  }
}
.main-page .top-services-title {
  text-align: center;
  margin: 46px 0 42px;
}
@media (max-width: 700px) {
  .main-page .top-services-title {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 22px 0 0px;
  }
}
.main-page .service-select-list {
  margin: 30px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.main-page .service-select-list > .service {
  width: calc(50% - 40px);
}
.main-page .service-select-list > .service:nth-child(even) {
  margin-left: 80px;
}
.main-page .service-select-list > .service:nth-child(even)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 38px);
  position: absolute;
  left: -40px;
  top: -19px;
  background-color: #E3E4E5;
}
@media (max-width: 700px) {
  .main-page .service-select-list {
    margin: 11px 0 -10px;
  }
  .main-page .service-select-list > .service {
    width: 20%;
    margin: 0px !important;
    background-image: none !important;
    border: none !important;
  }
  .main-page .service-select-list > .service > div.service-logo {
    margin: 0 auto;
  }
  .main-page .service-select-list > .service > div.title {
    display: none;
  }
  .main-page .service-select-list > .service:nth-child(even)::before {
    display: none;
  }
}
.main-page .after-service-select-list {
  display: flex;
  justify-content: space-between;
}
.main-page .after-service-select-list > div {
  width: 275px;
}
.main-page .after-service-select-list > div.button-container {
  width: calc(100% - 275px - 275px);
  text-align: center;
  margin: 15px 0 20px;
}
@media (max-width: 860px) {
  .main-page .after-service-select-list > div:nth-of-type(1) {
    display: none;
  }
  .main-page .after-service-select-list > div.button-container {
    order: 1;
    width: auto;
  }
}
.main-page .after-service-select-list .by-photo {
  margin: 2px 0 0px;
  padding-bottom: 20px;
}
.main-page .after-service-select-list .by-photo .messengers {
  margin-top: 14px;
  width: 175px;
}
.main-page .after-service-select-list .by-photo .messengers a > span {
  display: none;
}
@media (max-width: 700px) {
  .main-page .after-service-select-list {
    display: block;
  }
  .main-page .after-service-select-list .by-photo {
    display: none !important;
  }
}
.main-page > .about {
  background: #F5F5F5;
  border-top: 4px solid #FFCC00;
  padding: 61px 0 90px;
}
.main-page > .about .slogan {
  margin-bottom: 38px;
}
.main-page > .about h2 {
  margin: 5px 0 15px;
  max-width: 400px;
}
.main-page > .about p {
  margin-bottom: 17px;
  max-width: 400px;
}
.main-page > .about p.sm {
  color: #9DA2AD;
}
.main-page > .about .button {
  margin: 10px 0 20px;
}
.main-page > .about .columns {
  display: flex;
  justify-content: space-between;
}
.main-page > .about .columns > div:nth-of-type(3) {
  width: 500px;
  order: 1;
}
.main-page > .about .columns > div:nth-of-type(2) {
  text-align: center;
  padding-top: 108px;
  order: 2;
}
.main-page > .about .columns > div:nth-of-type(1) {
  width: 500px;
  text-align: right;
  order: 3;
}
@media (max-width: 1140px) {
  .main-page > .about h2 {
    max-width: 100%;
  }
  .main-page > .about p {
    max-width: 100%;
  }
  .main-page > .about .columns > div:nth-of-type(3) {
    width: calc(100% - 300px);
    order: 2;
  }
  .main-page > .about .columns > div:nth-of-type(2) {
    text-align: center;
    padding-top: 108px;
    width: 300px;
    order: 1;
  }
  .main-page > .about .columns > div:nth-of-type(1) {
    display: none;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .main-page > .about {
    padding: 0px 0 35px;
    border-bottom: 3px solid #FFCC00;
  }
  .main-page > .about .slogan {
    display: none;
  }
  .main-page > .about .columns {
    display: block;
  }
  .main-page > .about .columns > div:nth-of-type(1) {
    width: 100vw;
    display: block;
    margin: 0 -15px;
  }
  .main-page > .about .columns > div:nth-of-type(2) {
    text-align: center;
    padding-top: 0px;
    width: 100%;
    margin: -6px auto 27px;
  }
  .main-page > .about .columns > div:nth-of-type(3) {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.main-page > .for-companies {
  background: linear-gradient(180deg, #083660 0%, #042543 100%);
  padding: 132px 0 132px;
  position: relative;
  overflow: hidden;
}
.main-page > .for-companies:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo-dark-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all linear 2s;
  opacity: 0.75;
}
.main-page > .for-companies .content {
  background-color: #fff;
  padding: 12px 20px 27px calc(50% + 76px);
  position: relative;
}
.main-page > .for-companies .content:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 50%;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/companies.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-page > .for-companies .content h2 {
  margin-bottom: 0px;
}
.main-page > .for-companies .content h5 {
  margin: 0px 0 18px;
}
.main-page > .for-companies .content p {
  max-width: 400px;
}
.main-page > .for-companies .content ul {
  max-width: 400px;
}
@media (max-width: 900px) {
  .main-page > .for-companies .content {
    padding: 12px 20px 27px calc(30% + 76px);
  }
  .main-page > .for-companies .content:before {
    left: 0px;
    right: 70%;
  }
  .main-page > .for-companies .content p {
    max-width: 100%;
  }
  .main-page > .for-companies .content ul {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .main-page > .for-companies {
    display: block;
    background-color: #fff;
    background-image: none;
    border-bottom: 3px solid #FFCC00;
    padding: 0;
  }
  .main-page > .for-companies::before {
    display: none;
  }
  .main-page > .for-companies .content {
    padding: 0px 0px 39px;
  }
  .main-page > .for-companies .content:before {
    display: block;
    position: relative;
    left: -15px;
    right: -15px;
    width: 100vw;
    height: 236px;
  }
  .main-page > .for-companies .content h2 {
    margin: 34px 0 0px;
    text-align: center;
  }
  .main-page > .for-companies .content h5 {
    margin: 0px 0 18px;
    text-align: center;
  }
}
.main-page > .why-masters {
  padding: 68px 0 28px;
}
.main-page > .why-masters h2 {
  overflow: hidden;
  padding: 140px calc(50% + 90px) 27px 0px;
  position: relative;
  min-height: 393px;
}
.main-page > .why-masters h2:before {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  left: 50%;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/master.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-page > .why-masters .items {
  display: flex;
  flex-wrap: wrap;
  margin: 90px 0 43px;
}
.main-page > .why-masters .items > .item {
  width: calc(33% + 4px);
  border: 1px solid #E3E4E5;
  padding: 46px 39px 25px;
  margin: 0 -1px -1px 0;
}
.main-page > .why-masters .items > .item.button-container {
  border: none;
  padding-top: 147px;
  text-align: center;
}
.main-page > .why-masters .items > .item .h4 {
  margin: 70px 0 10px;
  position: relative;
}
.main-page > .why-masters .items > .item .h4:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: -77px;
  width: 68px;
  height: 68px;
  border-radius: 50px;
}
.main-page > .why-masters .items > .item .h4.orders:before {
  background-image: url("../img/clients.svg");
}
.main-page > .why-masters .items > .item .h4.flow:before {
  background-image: url("../img/flow.svg");
}
.main-page > .why-masters .items > .item .h4.companies:before {
  background-image: url("../img/companies.svg");
}
.main-page > .why-masters .items > .item .h4.materials:before {
  background-image: url("../img/materials.svg");
}
.main-page > .why-masters .items > .item .h4.law:before {
  background-image: url("../img/lawer.svg");
}
.main-page > .why-masters .items > .item .h4.learn:before {
  background-image: url("../img/learn.svg");
}
.main-page > .why-masters .button-container {
  border: none;
  padding-top: 0px;
  text-align: center;
}
.main-page > .why-masters .slogan {
  margin-top: 75px;
}
@media (max-width: 960px) {
  .main-page > .why-masters h2 {
    padding: 120px calc(50% + 20px) 27px 0px;
  }
  .main-page > .why-masters .items > .item {
    width: 50%;
  }
  .main-page > .why-masters .items > .item.button-container {
    padding-top: 116px;
  }
}
@media (max-width: 700px) {
  .main-page > .why-masters {
    padding: 0px 0 70px;
  }
  .main-page > .why-masters .slogan {
    display: none;
  }
  .main-page > .why-masters h2 {
    overflow: visible;
    padding: 0px 0px 24px;
    position: relative;
    min-height: 0px;
    margin: 0px;
    text-align: center;
  }
  .main-page > .why-masters h2:before {
    position: relative;
    display: block;
    left: -15px;
    right: -15px;
    width: 100vw;
    height: 236px;
    margin-bottom: 32px;
  }
  .main-page > .why-masters .items {
    display: block;
    margin: 0px 0 54px;
  }
  .main-page > .why-masters .items > div.item {
    width: 100% !important;
    border: none;
    text-align: center;
    padding: 0px;
    margin-bottom: 35px;
  }
  .main-page > .why-masters .items > div.item .h4 {
    margin: 0px 0 10px;
  }
  .main-page > .why-masters .items > div.item .h4:before {
    position: relative;
    display: block;
    left: auto;
    top: 0px;
    margin: 0px auto 13px;
  }
  .main-page > .why-masters .items > div.item.button-container {
    padding-top: 0px;
    margin: -10px auto 10px;
  }
}

.slogan {
  background-image: url("../img/slogan-bg.svg");
  background-size: 1471px 72px;
  background-position: center;
  background-repeat: repeat-x;
  height: 80px;
}

#main-map-title {
  text-align: center;
  margin: 28px auto 70px;
}
@media (max-width: 700px) {
  #main-map-title {
    margin: 28px auto 56px;
  }
}

.main-map-container {
  position: relative;
  margin: 0px 0 50px;
}
.main-map-container #main-map-sidebar {
  background-color: #083660;
  position: absolute;
  width: 360px;
  height: 100%;
  left: 0;
  top: 0;
  border-right: 1px solid #A0A5B1;
}
.main-map-container #main-map-sidebar > .empty {
  color: #FFCC00;
  font-weight: 600;
  background-image: url("../img/map-big-arrow.svg");
  background-size: 101px 16px;
  background-position: 50px bottom;
  background-repeat: no-repeat;
  padding: 100px 50px 41px;
  position: sticky;
  top: 100px;
  margin-bottom: 80px;
}
.main-map-container #main-map {
  margin-left: 360px;
}
@media (max-width: 460px) {
  .main-map-container #main-map {
    height: 508px !important;
  }
}
.main-map-container .main-map-top-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 360px;
  right: 0;
  top: -45px;
}
.main-map-container .main-map-top-controls .selected-filter-title > i {
  font-style: normal;
}
.main-map-container .main-map-top-controls .selected-day-filter-title > i {
  font-style: normal;
}
.main-map-container .main-map-bottom-controls {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  left: 360px;
  right: 0;
  bottom: -30px;
}
.main-map-container .main-map-bottom-controls > div {
  margin-left: 30px;
}
@media (max-width: 1024px) {
  .main-map-container #main-map-sidebar {
    display: none;
  }
  .main-map-container #main-map {
    margin-left: 0px;
  }
  .main-map-container .main-map-top-controls {
    left: 0px;
    top: -36px;
  }
  .main-map-container .main-map-top-controls > div {
    font-size: 14px;
  }
  .main-map-container .main-map-top-controls > div span {
    display: inline-block;
    line-height: 90%;
  }
  .main-map-container .main-map-top-controls > div span:before {
    bottom: -4px;
  }
  .main-map-container .main-map-top-controls > div:nth-of-type(2) {
    margin-left: 10px;
  }
  .main-map-container .main-map-top-controls > div:nth-of-type(3) {
    margin-left: 10px;
  }
  .main-map-container .main-map-bottom-controls {
    left: 0px;
    bottom: -30px;
    justify-content: space-between;
  }
  .main-map-container .main-map-bottom-controls > div {
    margin-left: 0px;
    font-size: 14px;
  }
}

.after-main-map-contacts {
  display: none;
  margin: 80px 0 40px;
  text-align: center;
}
.after-main-map-contacts .h4 {
  margin-left: auto;
  margin-right: auto;
  max-width: 372px;
}
.after-main-map-contacts .contacts {
  margin: 0px 0 36px;
}
.after-main-map-contacts .contacts .phone-container {
  padding-top: 15px;
}
@media (max-width: 700px) {
  .after-main-map-contacts {
    margin-bottom: 30px;
  }
  .after-main-map-contacts .h4 {
    margin: -9px 0 22px;
  }
}

.user-short-info {
  background-color: #083660;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.user-short-info > .info {
  padding: 4px 20px 0px 24px;
}
.user-short-info h2.user-title {
  color: #FFCC00;
  margin-bottom: 0px;
}
.user-short-info h4 {
  color: #FFCC00;
  margin: 11px 0 1px;
}
.user-short-info p {
  margin-bottom: -1px;
}
.user-short-info p.note {
  background-color: #225584;
  padding: 7px 14px;
  margin: 12px 0 0px;
  font-size: 16px;
}
.user-short-info ul {
  margin: 5px 0 30px;
}
.user-short-info ul li {
  margin-bottom: 0px;
}
.user-short-info p.address-note {
  font-size: 14px;
  line-height: 110%;
  color: #C1D4E6;
  margin: 0px 0 0px;
}
.user-short-info .promocode {
  text-align: center;
  margin-bottom: 14px;
}
.user-short-info .promocode h2 {
  color: #FFCC00;
  margin: 4px 0 0px;
}
.user-short-info .promocode p {
  font-size: 14px;
}
.user-short-info .contacts {
  background-color: #04284a;
  text-align: center;
}
.user-short-info .contacts .common-note {
  font-size: 14px;
  color: #fff;
  margin: 21px 0 0px;
}
.user-short-info .contacts .messengers {
  width: 160px;
  margin: -10px auto 16px;
}
.user-short-info .contacts .messengers > a {
  background-size: 32px 32px;
}
.user-short-info .contacts .messengers > a span {
  display: none;
}
.user-short-info a.master-phone {
  display: inline-block;
  margin: 12px 0px 12px 0px;
  font-size: 37px;
  font-family: "Roboto Condensed", sans-serif;
  color: #009AEC;
  text-decoration: none;
  font-weight: bold;
}
.user-short-info a.master-phone:hover {
  color: #009AEC;
}
.user-short-info .user-messengers {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 8px 26px 20px 14px;
}
.user-short-info .user-messengers a > span {
  color: #47c0ff;
  display: none;
}
.user-short-info .user-messengers a:hover > span {
  color: #009AEC;
}
.user-short-info .as-link {
  color: #47c0ff;
}

svg.animated-logo {
  overflow: visible;
  transition: all 1s;
  transform-origin: 50% 50%;
  /*&:hover{
  	transform: rotate(-360deg);
  	&>path.center{
  		transform: rotate(360deg);
  	}
  	&>path.p1{
  		transform: rotate(360deg) translate($distance-1,$distance-2) scale(0);
  		opacity: 0;
  	}
  	&>path.p2{
  		transform: rotate(360deg) translate($distance-3,0px) scale(0);
  		opacity: 0;
  	}
  	&>path.p3{
  		transform: rotate(360deg) translate($distance-1,-$distance-2) scale(0);
  		opacity: 0;
  	}
  	&>path.p4{
  		transform: rotate(360deg) translate(-$distance-1,-$distance-2) scale(0);
  		opacity: 0;
  	}
  	&>path.p5{
  		transform: rotate(360deg) translate(-$distance-3,0px) scale(0);
  		opacity: 0;
  	}
  	&>path.p6{
  		transform: rotate(360deg) translate(-$distance-1,$distance-2) scale(0);
  		opacity: 0;
  	}
  }*/
}
svg.animated-logo > path {
  transition: all 1s;
  transform-origin: 50% 50%;
  opacity: 1;
}

.mobile-top-contacts {
  border-bottom: 3px solid #FFCC00;
  text-align: center;
  padding: 10px 0 10px;
  margin-bottom: 10px;
}
.mobile-top-contacts h1 {
  margin: 18px 0 6px;
}
.mobile-top-contacts .selected-town-title {
  font-size: 14px;
  margin-bottom: 0px;
}
.mobile-top-contacts .contacts {
  margin-bottom: 0px;
}
.mobile-top-contacts .contacts .phone-container {
  padding: 15px 0 0px;
}
.mobile-top-contacts .by-photo {
  margin: -2px auto 13px;
  max-width: 320px;
  color: #EB5757;
}
.mobile-top-contacts .bot-container {
  margin: -9px auto 27px;
  padding: 21px 0px 0px 80px;
  background-image: url("../img/bot.svg");
  background-size: 74px 77px;
  background-position: left 18px;
  background-repeat: no-repeat;
  max-width: 182px;
}
.mobile-top-contacts .bot-container > a {
  display: inline-block;
  padding: 5px 18px 4px;
  margin: 0px 0px 7px 0px;
  background-color: #2779FE;
  border-radius: 33px;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.mobile-top-contacts .bot-container > a:hover {
  background-color: #FFCC00;
  color: #434058;
}
.mobile-top-contacts .partner-button-container {
  display: none;
  margin: 23px auto 15px;
}
@media (min-width: 701px) {
  .mobile-top-contacts {
    display: none !important;
  }
}

.pages-location-label.pages-location-label, .companies-location-label.pages-location-label {
  margin: 63px 0 54px;
}
.pages-location-label.companies-location-label, .companies-location-label.companies-location-label {
  margin: 28px 0 22px;
}
.pages-location-label strong, .companies-location-label strong {
  font-weight: 600;
  margin-right: 12px;
}
@media (max-width: 460px) {
  .pages-location-label, .companies-location-label {
    margin: 15px 0 15px;
    padding-bottom: 32px;
    border-bottom: 3px solid #FFCC00;
  }
}

ul.pages {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 28px 0 96px;
}
ul.pages > li {
  width: 25%;
  border: 1px solid #E3E4E5;
  position: relative;
  z-index: 1;
  margin: 0px -1px -1px 0px;
  background-color: #fff;
}
@media (max-width: 1020px) {
  ul.pages > li {
    width: 33%;
  }
}
ul.pages > li > a {
  display: block;
  background-repeat: no-repeat;
  background-position: 11px center;
  height: 65px;
  display: flex;
  align-items: center;
  padding-left: 64px;
  color: #434058;
  position: relative;
}
ul.pages > li > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  right: 7px;
  top: 26px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 10px;
  background-image: none;
  transition: all 0.5s;
  transform: rotateX(-180deg);
}
ul.pages > li.with-sub > a:before {
  background-image: url("../img/drop-down.svg");
}
ul.pages > li > ul {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 62px;
  background-color: #fafafa;
  border-bottom: 1px solid #E3E4E5;
  border-left: 1px solid #E3E4E5;
  border-right: 1px solid #E3E4E5;
  padding-bottom: 12px;
}
ul.pages > li > ul > li {
  padding-left: 51px;
  font-size: 14px;
}
ul.pages > li > ul > li:before {
  display: none;
}
ul.pages > li > ul > li a {
  color: #434058;
}
ul.pages > li:hover {
  z-index: 2;
  background-color: #fafafa;
}
ul.pages > li:hover > a:before {
  transform: rotateX(0deg);
}
ul.pages > li:hover > ul {
  display: block;
}
@media (max-width: 800px) {
  ul.pages {
    display: none;
  }
}

.page-service-title {
  margin: -13px 0 8px;
  text-align: center;
}
.page-service-title + .pages-location-label {
  margin: 0px 0px 65px 0px;
  text-align: center;
}
@media (max-width: 600px) {
  .page-service-title {
    margin: 30px 0 8px;
  }
}

.page-note {
  margin: -28px 0px 54px 0px;
}
.page-note:empty {
  display: none;
}

.map-note {
  text-align: center;
  margin: 0px 0px 93px 0px;
}
.map-note .note {
  margin: 0px 0px 9px 0px;
}
.map-note .note span {
  display: inline-block;
  position: relative;
}
.map-note .note span:before {
  content: "";
  position: absolute;
  display: block;
  width: 61px;
  height: 94px;
  right: -40px;
  top: -29px;
  background-image: url("../img/arrow-down.svg");
  background-size: 61px 94px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .map-note .note span:before {
    transform: rotate(30deg);
    right: -31px;
    top: -21px;
  }
}
.map-note .link {
  margin: 0px 0px 0px 0px;
}

.main-map-container.for-pages {
  margin: 0px 0 136px;
}
@media (max-width: 640px) {
  .main-map-container.for-pages {
    margin: 0px 0 90px;
  }
}

ul.checks {
  margin: 24px 0 52px;
  padding-left: 0px;
  list-style: none;
}
ul.checks > li {
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 33px 35px;
  background-image: url("../img/check.svg");
  min-height: 35px;
  padding: 8px 0px 0px 48px;
  margin-bottom: 5px;
}

.content-two-columns h2 {
  margin: 0px 0 31px;
}
.content-two-columns img {
  margin: 36px auto 20px;
}
@media (max-width: 640px) {
  .content-two-columns img {
    margin: -18px auto 0px;
  }
}
.content-two-columns p {
  max-width: 500px;
}
.content-two-columns ul {
  max-width: 430px;
}

.page-block-1 {
  padding: 0px 0 60px;
}
@media (max-width: 640px) {
  .page-block-1 {
    padding: 0px 0 22px;
  }
}

.page-block-2 {
  padding: 61px 0 34px;
  position: relative;
}
@media (max-width: 640px) {
  .page-block-2 {
    padding: 61px 0 0px;
  }
}
.page-block-2 h2 {
  margin-top: 30px;
}
@media (max-width: 640px) {
  .page-block-2 h2 {
    margin: 0px 0 44px;
  }
}
.page-block-2 p {
  max-width: 100%;
}
.page-block-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 50vw);
  width: calc(100vw - 10px);
  top: 0px;
  bottom: 0px;
  background: #F5F5F5;
  border-top: 4px solid #FFCC00;
}
@media (max-width: 800px) {
  .page-block-2:before {
    width: 100vw;
  }
}
.page-block-2.white:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 50vw);
  width: calc(100vw - 10px);
  top: 0px;
  bottom: 0px;
  background: #ffffff;
  border-top: 4px solid #FFCC00;
}
@media (max-width: 800px) {
  .page-block-2.white:before {
    width: 100vw;
  }
}

.page-detail-services {
  padding: 71px 0 34px;
}
.page-detail-services .links {
  margin: 33px 0 0px;
}
.page-detail-services .links a {
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #009AEC;
  padding: 17px 21px;
  margin: 0px 15px 15px 0px;
  color: #0079B9;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.page-detail-services .links a:hover {
  background-color: #009AEC;
  color: #fff;
}
@media (max-width: 800px) {
  .page-detail-services .links {
    margin: 22px 0 0px;
  }
  .page-detail-services .links a {
    border-radius: 4px;
    border: 1px solid #009AEC;
    padding: 2px 15px;
    margin: 0px 5px 5px 0px;
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .page-detail-services {
    padding: 30px 0 34px;
  }
}

.page-block-3 {
  padding: 70px 0 48px;
}
.page-block-3 .columns {
  align-items: center;
}
@media (max-width: 991px) {
  .page-block-3 .columns {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .page-block-3 {
    padding: 16px 0 14px;
  }
}

.page-block-4 {
  padding: 100px 0 48px;
}
.page-block-4 .columns {
  align-items: center;
}
@media (max-width: 991px) {
  .page-block-4 .columns {
    flex-direction: column-reverse;
  }
}
@media (max-width: 640px) {
  .page-block-4 {
    padding: 80px 0 14px;
  }
}

.page-portfolio {
  background: linear-gradient(180deg, #083660 0%, #042543 100%);
  padding: 29px 0 57px;
  position: relative;
  z-index: 3;
  overflow: visible;
}
.page-portfolio h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 31px;
}
.page-portfolio:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 50vw);
  width: calc(100vw - 10px);
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo-dark-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.75;
}
@media (max-width: 800px) {
  .page-portfolio:before {
    width: 100vw;
  }
}
.page-portfolio:after {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  left: calc(50% - 50vw);
  width: calc(100vw - 10px);
  top: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, #083660 0%, #042543 100%);
}
@media (max-width: 800px) {
  .page-portfolio:after {
    width: 100vw;
  }
}

.slider .slick-arrow {
  width: 68px;
  height: 68px;
  z-index: 2;
}
.slider .slick-arrow:before {
  display: none;
}
.slider .slick-arrow.slick-prev {
  background-image: url("../img/slider-prev.svg");
  left: -45px;
}
.slider .slick-arrow.slick-next {
  background-image: url("../img/slider-next.svg");
  right: -45px;
}
.slider .slick-slide {
  text-align: center;
  margin: 0 5px;
}
.slider .slick-slide > a {
  text-align: center;
}
.slider .slick-slide > a img {
  border: 3px solid #FFCC00;
  margin: 0 auto;
}
.slider .slick-dots {
  display: none !important;
  bottom: -62px;
}
.slider .slick-dots > li {
  width: 11px;
  height: 11px;
}
.slider .slick-dots > li button {
  background-color: #E3E4E5;
  width: 11px;
  height: 11px;
  border-radius: 10px;
}
.slider .slick-dots > li button:before {
  display: none;
}
.slider .slick-dots > li.slick-active button {
  background-color: #009AEC;
}
@media (max-width: 1280px) {
  .slider .slick-dots {
    display: block !important;
  }
  .slider .slick-arrow {
    display: none !important;
  }
}

.page-reviews {
  padding: 73px 0 81px;
  background-color: #f5f5f5;
  position: relative;
}
.page-reviews:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 50vw);
  width: calc(100vw - 10px);
  top: 0px;
  bottom: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 800px) {
  .page-reviews:before {
    width: 100vw;
  }
}
.page-reviews h2 {
  margin-bottom: 29px;
}
@media (max-width: 640px) {
  .page-reviews {
    padding: 42px 0 58px;
  }
}

.reviews {
  position: relative;
  z-index: 2;
}
.reviews > div {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  width: 370px;
  max-width: 100%;
  margin-bottom: 15px;
  margin-right: calc(33% - 370px);
}
@media (max-width: 1200px) {
  .reviews > div {
    margin-right: calc(50% - 370px);
  }
}
@media (max-width: 810px) {
  .reviews > div {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-prices {
  padding: 82px 0 81px;
}
@media (max-width: 540px) {
  .page-prices {
    padding: 62px 0 38px;
  }
}

@media (max-width: 540px) {
  .mobile-wide {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.block-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.block-header h2 {
  margin: 0px 0 18px;
}
.block-header p {
  margin: 0px 0 10px;
}
.block-header h4 {
  color: #EB5757;
  margin: 0px 0 0px;
}
.block-header img {
  max-height: 99px !important;
  width: auto !important;
}
@media (max-width: 540px) {
  .block-header {
    display: block;
  }
  .block-header > div:nth-of-type(2) {
    text-align: center;
    margin: 12px 0 -6px;
  }
  .block-header img {
    max-height: 200px !important;
    width: auto !important;
  }
}

.page-description {
  width: 800px;
  max-width: 100%;
  margin: 0px auto;
  padding: 12px 0 20px;
}
.page-description h4 {
  margin-top: 46px;
}
@media (max-width: 640px) {
  .page-description {
    padding: 37px 0 0px;
  }
}

.catalog-links-bottom {
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 35px 0px 0px 0px;
  background-color: #f5f5f5;
}

#pages-select {
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  font-family: "Roboto Condensed", sans-serif;
  display: none;
  margin: 0px 0 33px;
  padding: 5px 0;
}
@media (max-width: 800px) {
  #pages-select {
    display: block;
  }
}

@media (max-width: 800px) {
  .catalog-title {
    display: none;
  }
}

.page-action {
  text-align: center;
  padding: 50px 0 89px;
}
.page-action p {
  font-weight: bold;
}

.services-dialog {
  width: 1670px;
}
.services-dialog .filter {
  margin: 0px 0 17px;
  width: 335px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/filter.png");
  background-size: 28px 28px;
  background-position: 0px 5px;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.services-dialog .filter input {
  width: calc(100% - 31px);
}
.services-dialog .filter span {
  cursor: pointer;
  background-image: url("../img/delete-cross.svg");
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 22px;
  height: 22px;
}
.services-dialog .service-select-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px 30px;
}
.services-dialog .service-select-list > div {
  width: calc(25% - 20px);
  margin: 0 10px -1px;
}
.services-dialog .service-select-list > div.no-visible {
  display: none;
}
@media (max-width: 1540px) {
  .services-dialog .service-select-list > div {
    width: calc(33% - 20px);
  }
}
@media (max-width: 1030px) {
  .services-dialog .service-select-list > div {
    width: calc(50% - 20px);
  }
}
@media (max-width: 730px) {
  .services-dialog .service-select-list > div {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .services-dialog {
    width: 400px;
  }
  .services-dialog .filter {
    width: 100%;
  }
}

.inline-links {
  display: flex;
  flex-wrap: wrap;
}
.inline-links > a {
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #009AEC;
  padding: 9px 17px;
  margin: 0px 15px 15px 0px;
  color: #0079B9;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.inline-links > a:hover {
  background-color: #009AEC;
  color: #fff;
}

#alt-page-container {
  margin: 20px 0 60px;
  border-top: 1px solid #E3E4E5;
  padding-top: 90px;
}
#alt-page-container:empty {
  display: none;
}
#alt-page-container .alt-page-link-container {
  text-align: center;
  margin: 50px 0 0px;
}
#alt-page-container .no-main {
  display: none !important;
}

.banner {
  text-align: center;
  overflow: hidden;
}
@media (max-width: 800px) {
  .banner > div {
    margin-left: -25%;
    margin-right: -25%;
    width: 150%;
  }
  .banner > div img {
    width: 100%;
  }
}

.main-page .banner {
  margin: 60px 0 60px;
}

.select2-selection--multiple {
  border-radius: 0px !important;
  border-color: #A0A5B1 !important;
}

.select2-selection--single {
  border-radius: 0px !important;
  border-color: #A0A5B1 !important;
  padding: 1px 0px 32px 0px !important;
}
.select2-selection--single .select2-selection__arrow {
  top: 4px !important;
}

.select2-selection__rendered {
  margin: 2px 0 -5px !important;
}
.select2-selection__rendered > li {
  margin: 2px 2px 2px 0px !important;
}

.companies-selector {
  display: flex;
  align-items: center;
  background-color: #FFCC00;
  padding: 20px 10px 20px 20px;
}
.companies-selector > select {
  width: calc(25% - 10px);
}
.companies-selector > .select2 {
  margin: 0px 10px 0px 0px;
  width: calc(25% - 10px) !important;
}
.companies-selector > .button {
  margin: 0px;
}
.companies-selector .select2-selection--single {
  padding: 7px 0px 40px 0px !important;
}
.companies-selector .select2-selection--single .select2-selection__arrow {
  top: 11px !important;
}
@media (max-width: 940px) {
  .companies-selector {
    flex-wrap: wrap;
  }
  .companies-selector > select {
    width: calc(33% - 10px);
  }
  .companies-selector .select2 {
    width: calc(33% - 10px) !important;
  }
  .companies-selector .button {
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  .companies-selector > select {
    width: 100%;
  }
  .companies-selector .select2 {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .companies-selector .button {
    margin-top: 5px;
  }
}

.companies-not-found {
  margin: 76px 0 58px;
}

.catalog-users-map {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.catalog-users-map .companies-cards {
  order: 3;
}
.catalog-users-map .companies-cards.first-part {
  order: 1;
}
.catalog-users-map .catalog-map {
  order: 2;
}
@media (max-width: 620px) {
  .catalog-users-map .companies-cards {
    order: 3;
    margin: 0px 0 80px;
    position: relative;
  }
  .catalog-users-map .companies-cards:before {
    content: "";
    position: absolute;
    z-index: 5;
    display: block;
    left: 20%;
    top: -36px;
    width: 48px;
    height: 54px;
    background-image: url("../img/company-card-separator.svg");
    background-size: 48px 54px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .catalog-users-map .companies-cards:after {
    content: "";
    position: absolute;
    z-index: 5;
    display: block;
    right: 20%;
    top: -36px;
    width: 48px;
    height: 54px;
    background-image: url("../img/company-card-separator.svg");
    background-size: 48px 54px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .catalog-users-map .companies-cards.first-part {
    order: 2;
    margin: 25px 0 0px;
    position: relative;
  }
  .catalog-users-map .companies-cards.first-part:before {
    display: none;
  }
  .catalog-users-map .companies-cards.first-part:after {
    display: none;
  }
  .catalog-users-map .catalog-map {
    order: 1;
  }
}

.companies-cards {
  margin: 45px 0 80px;
}
.companies-cards.first-part {
  margin: 25px 0 15px;
}
.companies-cards .company-card {
  display: flex;
  justify-content: space-between;
  border: 1px solid #E3E4E5;
  background: #FAFAFA;
  padding: 28px 30px 40px;
  margin-bottom: 14px;
  position: relative;
}
.companies-cards .company-card > div {
  width: calc(25% - 20px);
  margin-right: 20px;
}
.companies-cards .company-card > div:last-child {
  margin-right: 0px;
}
.companies-cards .company-card .h2 {
  margin: 5px 0 14px;
  color: #FFCC00;
  line-height: 90%;
  font-size: 30px;
}
.companies-cards .company-card .user-phone {
  margin: 0px 0px 0px 0px;
  color: #0079B9;
  display: inline-block;
  padding-bottom: 1px;
  position: relative;
  overflow: hidden;
}
.companies-cards .company-card .user-phone:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #0079B9;
  height: 2px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.companies-cards .company-card .user-phone:hover, .companies-cards .company-card .user-phone:focus, .companies-cards .company-card .user-phone:active {
  text-decoration: none;
}
.companies-cards .company-card .user-phone:hover:after, .companies-cards .company-card .user-phone:focus:after, .companies-cards .company-card .user-phone:active:after {
  left: 5px;
  right: auto;
  width: calc(100% - 5px);
}
.companies-cards .company-card p.note + .user-phone {
  margin-top: 12px;
}
.companies-cards .company-card .messengers {
  margin: 14px 0 0px;
  max-width: 240px;
  width: 100%;
}
.companies-cards .company-card p {
  margin-bottom: -1px;
}
.companies-cards .company-card p.note {
  margin: -8px 0 0px;
  font-size: 14px;
}
.companies-cards .company-card ul {
  margin: 5px 0 0px;
}
.companies-cards .company-card ul li {
  margin-bottom: 0px;
}
.companies-cards .company-card p.address-note {
  font-size: 14px;
  line-height: 110%;
  margin: 10px 0 0px;
}
.companies-cards .company-card .show-on-map {
  margin: 15px 0px 15px 0px;
  color: #0079B9;
  display: inline-block;
  cursor: pointer;
}
.companies-cards .company-card:before {
  content: "";
  position: absolute;
  z-index: 5;
  display: block;
  left: 20%;
  bottom: -36px;
  width: 48px;
  height: 54px;
  background-image: url("../img/company-card-separator.svg");
  background-size: 48px 54px;
  background-position: center;
  background-repeat: no-repeat;
}
.companies-cards .company-card:after {
  content: "";
  position: absolute;
  z-index: 5;
  display: block;
  right: 20%;
  bottom: -36px;
  width: 48px;
  height: 54px;
  background-image: url("../img/company-card-separator.svg");
  background-size: 48px 54px;
  background-position: center;
  background-repeat: no-repeat;
}
.companies-cards .company-card:last-child:before, .companies-cards .company-card:last-child:after {
  display: none;
}
@media (max-width: 940px) {
  .companies-cards .company-card {
    flex-wrap: wrap;
  }
  .companies-cards .company-card > div {
    width: calc(50% - 20px);
  }
  .companies-cards .company-card > div:nth-of-type(2) {
    order: 2;
  }
  .companies-cards .company-card > div:nth-of-type(3) {
    order: 1;
    margin-right: 0px;
  }
  .companies-cards .company-card > div:nth-of-type(4) {
    order: 3;
  }
}
@media (max-width: 620px) {
  .companies-cards .company-card > div {
    width: 100%;
    margin-right: 0px !important;
  }
  .companies-cards .company-card .messengers {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}

.locations-popular {
  margin: 27px 0 25px;
}
.locations-popular .h5 {
  margin: 0px 0 15px;
}
.locations-popular a {
  display: inline-block;
  padding: 4px 11px 2px 39px;
  background-image: url("../img/minsk_metro_logo.svg");
  background-size: 23px 13px;
  background-position: 10px 8px;
  background-repeat: no-repeat;
  margin: 0px 10px 8px 0px;
  border: 1px solid #009AEC;
  color: #0079B9;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.locations-popular a:hover {
  background-color: #009AEC;
  color: #fff;
}

.more-users {
  text-align: center;
  margin: 14px 0px 0px 0px;
}

.img-text {
  margin: 0px 0px 13px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.img-text img {
  margin: 16px 69px 0px 0px;
}
.img-text p {
  max-width: 600px !important;
}
@media (max-width: 560px) {
  .img-text {
    display: block;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
}

ul.items-inline {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
}
ul.items-inline > li {
  padding: 4px 17px 5px;
  margin: 0px 10px 10px 0px;
  border: 2px solid #E3E4E5;
  border-radius: 4px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
ul.items-inline > li span {
  font-weight: 400;
}

.site-h1 {
  text-align: center;
  margin: 50px 0px 6px 0px;
  color: #293462;
  font-size: 57px;
}
@media (max-width: 1400px) {
  .site-h1 {
    font-size: calc(41px + 16 * (100vw - 360px) / 1040);
  }
}
@media (max-width: 360px) {
  .site-h1 {
    font-size: 41px;
  }
}

.services-info-links {
  margin: 30px 0px 0px 0px;
}
.services-info-links ul > li > ul {
  margin: 7px 0px 10px 0px;
}/*# sourceMappingURL=common.css.map */