@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
html, body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #2E3D43;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}
body.pushy-open-left {
  overflow: hidden;
}

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

strong {
  font-weight: 600;
}

.sm {
  font-size: 14px;
}

.xs {
  font-size: 11px;
}

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

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

h1, .h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  font-size: 42px;
  line-height: 110%;
  margin: 0.8em 0 17px;
}

h2, .h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  font-size: 33px;
  line-height: 110%;
  margin: 0.8em 0 17px;
}

h3, .h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  font-size: 27px;
  line-height: 110%;
  margin: 0.8em 0 17px;
}

h4, .h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-transform: none;
  font-weight: 500;
  font-size: 21px;
  line-height: 110%;
  margin: 0.8em 0 17px;
}

a {
  color: #0093E1;
  outline: none;
  text-decoration: none;
}

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

a.anchor {
  text-decoration: none;
}

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

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: #FF4242;
}
.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: #FF4242;
}
.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: #2E3D43;
}
.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 0px;
  margin-bottom: 0px;
}
@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: #FF4242;
}
.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: 0px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 0px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #FF4242;
}
.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 0px 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: #0093E1;
  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: 24px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 400;
  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;
  background-color: inherit !important;
  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, 0 0 0 30px white inset !important;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue, 0 0 0 30px white inset !important;
}
.form-group + .button {
  margin-top: 23px;
}

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;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: block;
  background-color: transparent;
  color: #000;
  width: 26px;
  position: absolute;
  right: 0px;
  top: calc(50% - 8px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}
#mobile-menu-button:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: -2;
  transition: all 0.2s;
}
#mobile-menu-button:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background-color: #006DB6;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: all 0.2s;
}
#mobile-menu-button:hover:after {
  width: 46px;
  height: 46px;
}
#mobile-menu-button:hover:before {
  width: 70px;
  height: 70px;
}

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

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

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

.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;
}

#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: 500;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #009AEC;
  border-radius: 6px;
  padding: 18px 43px 18px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
  margin: 10px 0 20px;
  background-position: center;
}
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 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #009AEC;
  color: #FF4242;
}
button.button.waiting, a.button.waiting, .upload-button.waiting {
  background-color: #999 !important;
  border-color: #999 !important;
  color: rgba(255, 255, 255, 0.35) !important;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 32px 32px;
  cursor: default;
}

.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: 110;
  /*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: 100%;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}

#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#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;
}
body.pushy-open-left .modal-bg {
  z-index: 10000;
}

.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: 105px 43px;
  background-position: 20px 6px;
  background-repeat: no-repeat;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E3E4E6;
}
.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;
    padding-top: 70px !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;
  width: 100%;
}

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

.close-button {
  width: 32px;
  height: 32px;
  background-image: url("../img/close-button.png");
  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;
  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: -8px auto 12px;
  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: -8px auto 12px;
  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: 26px 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: #216583;
  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: 0px;
  min-height: 700px;
}

.pagination {
  margin: 16px 0 0px;
}

.pagination a {
  display: inline-block;
  background-color: #009AEC;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 9px 2px;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-right: 2px;
}

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

.pagination a.current {
  background-color: #FF4242;
  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;
}

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 */
h1.main-title {
  text-align: center;
  font-size: 10vw;
}

/* tic-messengers-01 begin */
/* tic-messengers-01 end */
/* tic-header-top-05 begin */
/* tic-header-top-05 end */
#header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  padding: 35px 0 10px;
}
#header .top {
  display: flex;
  justify-content: space-between;
}
#header .top a.logo {
  background-image: url("../img/first-screen-logo.svg");
  background-position: center;
  background-size: 97px 40px;
  background-repeat: no-repeat;
  width: 97px;
  height: 40px;
}
@media (max-width: 920px) {
  #header {
    padding: 11px 0 10px;
  }
  .main-page #header .top a.logo {
    opacity: 0;
  }
}

#page.blog-page #header {
  background-color: #232C45;
  padding: 23px 0 23px;
}
.with-left-sidebar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.with-left-sidebar .left-sidebar {
  width: calc(25% - 14px);
  min-width: 310px;
  position: relative;
  z-index: 100;
}
.with-left-sidebar .left-sidebar > div {
  /*position: sticky;
  top: 70px;*/
}
.with-left-sidebar .left-sidebar .item {
  max-width: 260px;
  margin-bottom: 40px;
}
.with-left-sidebar .left-sidebar .item .button {
  margin-top: 0px;
}
.with-left-sidebar .left-sidebar ul.all-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.with-left-sidebar .left-sidebar ul.all-categories ul.categories {
  margin: 0 0 40px 0;
}
.with-left-sidebar .left-sidebar ul.categories {
  margin: 0 0 70px 0;
  list-style: none;
  padding: 0;
  border-color: #E3E4E6;
  border-style: solid solid none solid;
  border-width: 1px;
}
.with-left-sidebar .left-sidebar ul.categories > li {
  margin: 0;
  position: relative;
}
.with-left-sidebar .left-sidebar ul.categories > li a {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 41px;
  color: #2E3D43;
  display: flex;
  align-items: center;
  outline: 1px solid #E3E4E6;
  background-color: #fff;
}
.with-left-sidebar .left-sidebar ul.categories > li a > .icon {
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center;
  width: 32px;
  height: 32px;
  margin: 0 7px 0 5px;
}
.with-left-sidebar .left-sidebar ul.categories > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #FF4242;
  transition: all 0s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a {
  color: #fff;
  outline: 1px solid #FF4242;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a > .icon {
  filter: brightness(0) invert(1);
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
.with-left-sidebar .left-sidebar ul.categories > li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul {
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0s;
  transition-delay: 0.3s;
  display: block;
  position: absolute;
  z-index: 100;
  left: 100%;
  top: 0;
  width: 160%;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.38);
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li {
  width: 100%;
  margin-bottom: -1px;
  border: 1px solid #E3E4E6;
  position: relative;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:before {
  display: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li > a {
  padding-left: 20px;
  outline: none;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover {
  border-left: 1px solid #FF4242;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a {
  color: #fff;
  z-index: 2;
}
.with-left-sidebar .left-sidebar ul.categories > li > ul > li:hover > a:before {
  right: 0;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .with-left-sidebar .left-sidebar {
    display: none;
  }
}
.with-left-sidebar .main-content {
  width: calc(75% - 8px);
  margin-left: 20px;
}
@media (max-width: 991px) {
  .with-left-sidebar .main-content {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}

#template1-page {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 500px;
  background-color: #fff;
}

#template2-page {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 500px;
  background-color: #fff;
}

#template3-page {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 500px;
  background-color: #fff;
}

#template4-page {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 500px;
  background-color: #fff;
}

#template5-page {
  padding-top: 90px;
  padding-bottom: 0px;
  min-height: 500px;
  background-color: #fff;
}

#first-screen {
  height: 100vh;
  min-height: 600px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#first-screen .main-text {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fafafa;
}
#first-screen .main-text .container {
  height: 100%;
}
#first-screen .main-text .header-1 {
  font-weight: 500;
  font-size: 28px;
  line-height: 110%;
  margin: 25vh 0 2vh;
}
#first-screen .main-text .header-1 > span {
  color: #FF4242;
  font-weight: 600;
}
#first-screen .main-text .header-2 {
  font-weight: 600;
  font-size: 51px;
  line-height: 130%;
  text-transform: uppercase;
  margin: 1vh 0 8.5vh;
  color: #fafafa;
}
#first-screen .main-text .header-2 > span {
  color: #FF4242;
  font-weight: 700;
}
#first-screen .main-text ul {
  display: none;
  background-image: url("../img/vvkim.png");
  background-size: 116px 116px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 35px 0px 0px 128px;
  min-height: 153px;
  color: #fafafa;
  font-weight: 300;
  font-size: 16px;
}
#first-screen .main-text ul li {
  margin-bottom: 0px;
  line-height: 110%;
}
#first-screen .main-text .button-container {
  position: absolute;
  bottom: 11vh;
  left: 0;
}
#first-screen .main-text .button-container .button {
  margin: 0;
}
@media (max-width: 920px) {
  #first-screen {
    padding-bottom: 0px;
    height: calc(100vh + 0px);
  }
  #first-screen .main-text {
    bottom: 0px;
  }
  #first-screen .main-text .header-1 {
    text-align: center;
    background-image: url("../img/first-screen-logo.svg");
    background-position: center top;
    background-size: 97px 40px;
    background-repeat: no-repeat;
    padding-top: 16vh;
    margin: 6vh 0 2vh;
    font-size: 24px;
  }
  #first-screen .main-text .header-2 {
    text-align: center;
    font-size: 39px;
    max-width: 13em;
    margin: 1vh auto 8.5vh;
  }
  #first-screen .main-text ul {
    position: absolute;
    width: 320px;
    top: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    color: #2E3D43;
    text-align: center;
    list-style: none;
    background-position: center top;
    background-size: 153px 153px;
    padding: 148px 0px 0px 0px;
  }
  #first-screen .main-text ul li {
    margin-left: 0;
    margin-top: -1px;
    margin-bottom: 0px;
    border-top: 1px solid #E3E4E6;
    border-bottom: 1px solid #E3E4E6;
    padding: 12px 0px 13px;
    font-weight: 500;
    font-size: 15px;
  }
  #first-screen .main-text ul li:before {
    display: none;
  }
  #first-screen .main-text .button-container {
    width: 100%;
    bottom: 20vh;
    text-align: center;
  }
}
@media (max-width: 600px) {
  #first-screen {
    min-height: auto;
  }
  #first-screen .main-text .header-1 {
    font-size: 21px;
  }
  #first-screen .main-text .header-2 {
    font-size: 25px;
  }
}

#slider-0 {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #111;
  margin-right: 0px;
}
#slider-0 .container {
  /*width: calc(100% - 150px) !important;*/
  height: 100vh;
  /*@media (max-width: 600px){
  	width: calc(100% - 20px) !important;
  	min-height: 180px;
  }*/
}
#slider-0 .slick-list {
  height: 100vh;
}
#slider-0 .slider-item {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#slider-0 .slider-item .overlay {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#slider-0 .slider-item .slider-item-video {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#slider-0 .slider-item .slider-text {
  color: #fafafa;
  position: absolute;
  z-index: 1000;
  right: 0px;
  top: auto;
  bottom: 11vh;
  padding: 0px;
  width: 450px;
  max-width: 450px;
  text-align: right;
  transition: all ease-out 1s 1s;
  text-transform: uppercase;
  opacity: 0;
}
#slider-0 .slider-item .slider-text .item-label {
  display: none;
}
#slider-0 .slider-item .slider-text h3 {
  display: none;
}
#slider-0 .slider-item .slider-text p {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-align: right;
  color: #fff;
}
@media (max-width: 920px) {
  #slider-0 .slider-item .slider-text {
    bottom: 37vh;
    width: 100%;
    max-width: 100%;
  }
  #slider-0 .slider-item .slider-text p {
    text-align: center;
    font-size: 16px;
  }
}
#slider-0 .slider-item.slick-active .slider-text {
  opacity: 1;
}
#slider-0 .slick-prev, #slider-0 .slick-next {
  display: none;
}
#slider-0 .slick-prev:before, #slider-0 .slick-next:before {
  display: none;
}
#slider-0 .slick-dots {
  display: none;
}
@media (max-width: 920px) {
  #slider-0 {
    bottom: 0px;
  }
}

/* tic-old-price-01 begin */
/* tic-old-price-01 end */
/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 100%;
  width: 100%;
}
.pushy {
  background-color: #fff;
  color: #2E3D43;
}
.pushy .pushy-close {
  position: absolute;
  z-index: 100;
  background-image: url("../img/close-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
  width: 48px;
  height: 48px;
  right: 30px;
  top: 10px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}
.pushy .pushy-close:hover {
  transform: rotate(-90deg);
}
@media (max-width: 1280px) {
  .pushy .pushy-close {
    right: 10px;
  }
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.content-two-columns .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.content-two-columns .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 991px) {
  .content-two-columns .columns > div {
    width: calc(100% - 0px);
  }
}
@media (min-width: 992px) {
  .content-two-columns .columns > div {
    max-width: 42%;
  }
  .content-two-columns .columns > div + div {
    margin-left: 10%;
  }
}

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

.tab-pane h2 {
  margin-top: 40px !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;
}

.block-title-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.block-title-container > h2 {
  margin-top: 20px;
}
.block-title-container > a {
  margin-top: 25px;
}
.block-title-container .search {
  margin-top: 19px;
}
.block-title-container .search label {
  background-image: url("../img/search.png");
  background-position: left 10px;
  background-repeat: no-repeat;
  background-size: 21px 23px;
  padding-left: 30px;
}
.block-title-container .search label > span {
  font-size: 14px;
  display: block;
  color: #A0A5B1;
  font-weight: 300;
}

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

/*
.scroll-up {
	position: fixed;
	z-index: 100;
	right: 32px;
	bottom: calc(2% + 60px);
	width: 60px;
	height: 60px;
	transform: translateY(0) translateX(150px) scale(1);
	opacity: 1;
	cursor: pointer;
	transition: all 2s ease-in-out;
	&:before{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-image: url("../img/scroll-up.png");
		background-size: 60px 60px;
		background-position: center;
		background-repeat: no-repeat;
	}
	&.ready{
		transform: translateY(0) translateX(0) scale(1);
		opacity: 1;
	}
	&.used{
		&:before{
			transition: all 2s linear;
			transform: translateY(-1000px) translateX(-300px) scale(0.25) rotate(45deg);
			opacity: 0.75;
		}
	}
}
*/
.whatsapp-over {
  position: fixed;
  z-index: 1000;
  right: 15px;
  bottom: 15px;
  width: 48px;
  height: 48px;
  opacity: 0.85;
  transition: all 0.25s;
}
.whatsapp-over:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background-image: url("../img/whatsapp.svg");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.whatsapp-over:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 74px;
  height: 74px;
  border-radius: 50px;
  display: block;
  left: 50%;
  top: 50%;
  background-color: #2CBB44;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transform-origin: 50%;
  transition: all 0.5s;
}
.whatsapp-over:hover {
  opacity: 1;
}
.whatsapp-over:hover:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}

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

.category-descr {
  margin: 20px 0 30px;
}
.category-descr img {
  margin: 0 20px 30px 0;
}

.text-block {
  padding: 1px 48px 24px;
  background-color: #F9F6E3;
  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;
}

.modal-panel.map {
  min-width: 90%;
}

label.radio {
  position: relative;
  z-index: 2;
  padding: 6px 0px 9px 13px;
}
label.radio input + i {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #216583;
}
label.radio input:checked + i {
  background-color: #216583;
}
label.radio input:checked + i + span {
  color: #fff;
}
label.radio span {
  margin: 5px 0 0 36px !important;
}
label.radio span small {
  display: block;
  margin: -3px 0 0px;
}

p.label {
  margin-bottom: 10px;
  font-weight: 400;
  color: inherit;
  font-size: 17px;
  padding: 0px;
  text-align: left;
  white-space: normal;
  display: block;
}

.double-contacts .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.double-contacts .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 790px) {
  .double-contacts .columns > div {
    width: calc(100% - 0px);
  }
}
.double-contacts .columns {
  margin: 0;
}
.double-contacts .columns > div {
  width: 50%;
}
.double-contacts .evaluation-form h2 {
  color: #FF4242;
  margin: 177px 0 20px;
}
.double-contacts .evaluation-form .button {
  margin-top: 24px;
}
.double-contacts .evaluation-form .form {
  max-width: 387px;
}
.double-contacts .contacts-buttons {
  order: 2;
  position: relative;
  padding: 143px 0 103px 78px;
}
.double-contacts .contacts-buttons:before {
  background: #EDF3FD;
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  width: 50vw;
  top: 0px;
  bottom: 0px;
}
.double-contacts .contacts-buttons .credits {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  background-image: url("../img/tagican-logo.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 203px 83px;
  padding: 82px 0 0;
}
.double-contacts .contacts-buttons div.phone {
  margin: 39px 0 6px;
}
.double-contacts .contacts-buttons div.phone .button {
  font-size: 22px;
  padding: 16px 42px 14px 20px;
}
.double-contacts .contacts-buttons div.phone .button > span {
  display: inline-block;
  background-image: url("../img/phone.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  min-height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 40px;
}
.double-contacts .contacts-buttons div.messagers {
  margin: 0px 0 39px;
}
.double-contacts .contacts-buttons div.messagers .button {
  font-size: 15px;
  padding: 7px 12px;
  color: #2E3D43;
  text-transform: none;
  margin-bottom: 7px;
  width: auto !important;
}
.double-contacts .contacts-buttons div.messagers .button:hover {
  color: #fff;
}
.double-contacts .contacts-buttons div.messagers .separator {
  display: inline-block;
  width: 10px;
}
.double-contacts .contacts-buttons div.email {
  margin: -8px 0 10px;
  font-weight: 500;
}
.double-contacts .contacts-buttons div.email a {
  color: #009AEC;
  display: inline-block;
}
.pushy .double-contacts .evaluation-form h2 {
  margin: 10px 0 20px;
}
.pushy .double-contacts .contacts-buttons {
  padding: 90px 0 103px 78px;
}
.pushy .double-contacts .columns {
  min-height: 100vh;
}
.pushy .double-contacts .columns > div {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 860px) {
  .pushy .double-contacts .columns {
    display: block;
  }
  .pushy .double-contacts .columns > div {
    width: 100%;
    display: block;
  }
  .pushy .double-contacts .columns > div > div {
    margin: 0 auto;
    max-width: 360px;
  }
  .pushy .double-contacts .contacts-buttons {
    padding: 51px 0 55px 0px;
    text-align: center;
  }
  .pushy .double-contacts .contacts-buttons:before {
    left: -20px;
    width: 100vw;
  }
  .pushy .double-contacts .contacts-buttons .credits {
    background-position: center top;
  }
  .pushy .double-contacts .evaluation-form {
    padding-bottom: 30px;
  }
  .pushy .double-contacts .evaluation-form h2 {
    margin: 53px 0 17px;
  }
}
.double-contacts#contacts {
  background-color: #EDF3FD;
}
.double-contacts#contacts .contacts-buttons {
  padding: 57px 0 0px 0px;
}
.double-contacts#contacts .contacts-buttons:before {
  display: none;
}

@media (max-width: 420px) {
  .button {
    width: 100% !important;
  }
}
.how-we-work {
  padding: 92px 0 20px;
}
.how-we-work h2 {
  color: #FF4242;
  margin: 0px 0 39px;
}
.how-we-work .items {
  border-top: 1px solid #E3E4E6;
}
.how-we-work .items > div {
  display: flex;
  align-items: center;
  padding: 29px 0;
  border-bottom: 1px solid #E3E4E6;
  position: relative;
}
.how-we-work .items > div:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  width: 128px;
  height: 128px;
  top: calc(50% - 64px);
  background-size: 128px 128px;
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: 50%;
  transform: scale(0.5);
  transition: all linear 0.25s;
}
.how-we-work .items > div:hover:before {
  transform: scale(1);
}
.how-we-work .items > div.target:before {
  background-image: url("../img/target.png");
}
.how-we-work .items > div.deep:before {
  background-image: url("../img/deep.png");
}
.how-we-work .items > div.analyse:before {
  background-image: url("../img/analyse.png");
}
.how-we-work .items > div.merge:before {
  background-image: url("../img/merge.png");
}
.how-we-work .items > div.approve:before {
  background-image: url("../img/approve.png");
}
.how-we-work .items > div.solution:before {
  background-image: url("../img/solution.png");
}
.how-we-work .items > div.left:before {
  background-image: url("../img/left.png");
}
.how-we-work .items > div.deadline:before {
  background-image: url("../img/deadline.png");
}
.how-we-work .items > div > h4 {
  width: 50%;
  flex-shrink: 0;
  text-align: left;
  margin: 0;
  padding: 0 50px 0 220px;
}
.how-we-work .items > div > h4 > span {
  max-width: 280px;
  display: inline-block;
}
.how-we-work .items > div > p {
  margin: 0;
  max-width: 500px;
}
@media (max-width: 860px) {
  .how-we-work .items > div:before {
    display: none;
  }
  .how-we-work .items > div > h4 {
    padding: 0 50px 0 0px;
  }
}
@media (max-width: 560px) {
  .how-we-work {
    padding: 55px 0 28px;
  }
  .how-we-work h2 {
    margin: 0px 0 18px;
    text-align: center;
  }
  .how-we-work .items > div {
    display: block;
    padding: 4px 0 29px;
  }
  .how-we-work .items > div:before {
    display: block;
    position: relative;
    left: 0px;
    width: 100%;
    height: 66px;
    top: 0px;
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: center top;
    transform-origin: 50%;
    transform: scale(1) !important;
  }
  .how-we-work .items > div > h4 {
    width: 100%;
    text-align: center;
    margin: 0 0 11px;
    padding: 0px;
  }
  .how-we-work .items > div > h4 > span {
    max-width: 100%;
  }
  .how-we-work .items > div > p {
    margin: 0;
    max-width: 100%;
    text-align: center;
  }
}

.img-container {
  display: inline-block;
}

.heroes {
  padding: 50px 0 64px;
}
.heroes .img-container.hero {
  position: relative;
  margin: 0px 20px;
}
.heroes .img-container.hero:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/hero-salut.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heroes .img-container.hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/hero-salut2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.heroes .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.heroes .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 600px) {
  .heroes .columns > div {
    width: calc(100% - 0px);
  }
}
.heroes .image {
  text-align: center;
}
.heroes .content {
  padding-top: 80px;
}
.heroes .content p {
  max-width: 500px;
}
.heroes .content .button {
  margin-top: 22px;
}
@media (max-width: 930px) {
  .heroes .columns {
    align-items: center;
  }
  .heroes .content {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .heroes .img-container.hero {
    position: relative;
    margin: 0px auto;
    max-width: 360px;
  }
  .heroes .content p {
    max-width: 100%;
  }
}

.hidden-overflow {
  overflow: hidden;
}

.price {
  padding: 57px 0 50px;
}
.price h2 {
  color: #FF4242;
  margin: 0px 0 39px;
}
.price .items {
  border-top: 1px solid #E3E4E6;
}
.price .items > div {
  display: flex;
  align-content: flex-start;
  align-items: center;
  padding: 24px 0 22px;
  border-bottom: 1px solid #E3E4E6;
}
.price .items > div > h3.number {
  color: #9DA2AD;
  margin: 0 20px 0 0;
}
.price .items > div > .title {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.price .items > div > .title > h3 {
  flex-shrink: 0;
  margin: 0 20px 0 0;
  white-space: nowrap;
}
.price .items > div > .title > p {
  margin: 5px 0 0 0;
  font-size: 14px;
  width: 100%;
  position: relative;
}
.price .items > div > .title > p:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #fff;
  transition: all 0.2s;
}
@media (max-width: 1070px) {
  .price .items > div > .title {
    display: block;
  }
  .price .items > div > .title > h3 {
    white-space: normal;
  }
  .price .items > div > .title > p:before {
    display: none;
  }
}
.price .items > div > .last {
  text-align: right;
  white-space: nowrap;
}
.price .items > div > .last h4 {
  margin: 0 0 4px 0;
}
.price .items > div > .last a {
  font-size: 14px;
}
.price .items > div:hover > .title > p:before {
  left: 100%;
  transition: all 0.5s;
}
.price .items > div:hover > h3.number {
  color: #FF4242;
}
@media (max-width: 680px) {
  .price {
    padding: 37px 0 28px;
  }
  .price h2 {
    margin: 0px 0 18px;
    text-align: center;
  }
  .price .items > div {
    display: block;
    padding: 20px 0 15px;
  }
  .price .items > div > h3.number {
    text-align: center;
    margin: 0 0 14px 0;
  }
  .price .items > div > .title {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .price .items > div > .title > h3 {
    margin: 0 0 13px 0;
  }
  .price .items > div > .title > p {
    margin: 0 0 0px 0;
  }
  .price .items > div > .last {
    text-align: center;
  }
}

.digits {
  padding: 170px 0 110px;
}
.digits .items {
  display: flex;
  align-content: space-between;
}
.digits .items > div {
  max-width: 300px;
  margin: 0 auto 30px;
}
.digits .items > div .digit {
  font-weight: 500;
  font-size: 41px;
  line-height: 110%;
  text-align: center;
  color: #FF4242;
  margin: 0 auto 8px;
}
.digits .items > div p {
  text-align: center;
}
.digits .cta {
  max-width: 600px;
  text-align: center;
  margin: 36px auto 0px;
}
.digits .cta h3 {
  color: #FF4242;
  margin: 0px 0 12px;
}
.digits .cta p {
  margin: 0px 0 15px;
  font-size: 14px;
}
@media (max-width: 860px) {
  .digits {
    padding-bottom: 83px;
  }
}
@media (max-width: 600px) {
  .digits {
    padding: 53px 0 83px;
  }
  .digits .items {
    display: block;
  }
  .digits .items > div {
    max-width: 300px;
    margin: 0 auto 46px;
  }
  .digits .cta {
    margin: 58px auto 0px;
  }
}

.steps {
  padding: 35px 0 30px;
}
.steps h2 {
  color: #FF4242;
  margin-bottom: 39px;
}
.steps .items {
  border-top: 1px solid #E3E4E6;
}
.steps .items > div {
  display: flex;
  border-bottom: 1px solid #E3E4E6;
  margin: 0;
  padding: 33px 0 16px;
  position: relative;
}
.steps .items > div .columns > div {
  margin-bottom: 0px;
}
.steps .items > div h3.number {
  margin: 0 14px 15px 0px;
  color: #9DA2AD;
}
.steps .items > div .title {
  width: 50%;
  flex-shrink: 1;
}
.steps .items > div .title h3 {
  margin: 0 0 3px 0px;
}
.steps .items > div .title p.time {
  font-size: 14px;
  color: #FF4242;
  margin: 0 0 7px 0;
}
.steps .items > div .title p.note {
  font-size: 14px;
  margin: 0 0 0px 0;
  max-width: 407px;
  width: calc(100% - 30px);
  transition: all 0.5s;
  opacity: 0;
}
.steps .items > div .descr {
  width: 50%;
  flex-shrink: 0;
}
.steps .items > div .descr ul {
  margin: 0px 0 0px 0px;
  max-width: 475px;
}
.steps .items > div:hover p.note {
  opacity: 1;
}
.steps .button-container {
  text-align: center;
  padding-top: 18px;
}
@media (max-width: 670px) {
  .steps .button-container {
    text-align: left;
  }
}
@media (max-width: 860px) {
  .steps {
    padding: 0px 0 0px;
  }
  .steps h2 {
    text-align: center;
    margin-top: 0px;
  }
  .steps .items > div {
    display: block;
    padding: 25px 0 16px;
  }
  .steps .items > div h3.number {
    margin: 0 0 13px 0px;
    text-align: center;
  }
  .steps .items > div .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .steps .items > div .title h3 {
    margin: 0 0 6px 0px;
    text-align: center;
  }
  .steps .items > div .title p.time {
    margin: 0 0 7px 0;
    text-align: center;
  }
  .steps .items > div .title p.note {
    display: none;
  }
  .steps .items > div .descr {
    width: 100%;
  }
  .steps .items > div .descr ul {
    margin: 0px auto 0px;
    max-width: 475px;
  }
}

.self-price {
  padding: 70px 0 80px;
}
.self-price .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.self-price .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 860px) {
  .self-price .columns > div {
    width: calc(100% - 0px);
  }
}
.self-price .image {
  text-align: center;
  padding-top: 0px;
}
.self-price .image h3 {
  text-align: center;
  color: #FF4242;
  margin: 0px auto 20px;
  padding-right: 30px;
  max-width: 460px;
}
.self-price .image .img-container.calc {
  position: relative;
  margin: 0px auto;
}
.self-price .image .img-container.calc > span.limit {
  position: absolute;
  left: 0%;
  width: 24%;
  top: 17.9%;
  color: #68DFFF;
  transform: rotate(-2.82deg);
  text-align: right;
}
.self-price .content {
  padding-top: 2px;
}
.self-price .content p.descr {
  max-width: 500px;
  margin-bottom: 55px;
}
.self-price .content .price-slider h4 {
  margin: 0px 0 26px;
}
.self-price .content .price-slider .value {
  margin: 20px 0 40px;
  color: #FF4242;
}
.self-price .content .button {
  margin-top: 26px;
}
@media (max-width: 930px) {
  .self-price .content {
    padding-top: 0px;
  }
}
@media (max-width: 860px) {
  .self-price {
    padding: 78px 0 56px;
    text-align: center;
  }
  .self-price .image {
    text-align: center;
    margin-bottom: 9px !important;
  }
  .self-price .image h2 {
    text-align: center;
    padding-right: 0px;
  }
  .self-price .img-container.calc {
    position: relative;
    margin: 0px -10px !important;
    /*max-width: 360px;*/
  }
  .self-price .content p {
    max-width: 100%;
  }
  .self-price .content p.descr {
    margin-bottom: 43px;
  }
  .self-price .content .price-slider h4 {
    margin: 0px 0 36px;
  }
}

.product-features {
  padding: 60px 0 0px;
}
.product-features h2 {
  color: #2E3D43;
}
.product-features h3 {
  color: #FF4242;
  margin: 53px 0 28px;
}
.product-features .items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 78px;
}
.product-features .items .feature-item {
  width: calc(50% - 90px);
  margin: -1px 90px 0px 0;
  display: flex;
  border-top: 1px solid #E3E4E6;
  border-bottom: 1px solid #E3E4E6;
  padding: 32px 0 14px;
}
.product-features .items .feature-item h4 {
  margin: 0px 0 9px;
}
.product-features .items .feature-item h4.number {
  color: #9DA2AD;
  min-width: 45px;
}
.product-features .items .feature-item p {
  max-width: 455px;
}
.product-features .items .feature-item:nth-last-of-type(1), .product-features .items .feature-item:nth-last-of-type(2) {
  border-bottom: none;
}
.product-features .items .feature-item:hover h4.number {
  color: #FF4242;
}
@media (max-width: 860px) {
  .product-features {
    padding: 34px 0 20px;
    text-align: center;
  }
  .product-features h3 {
    margin: 38px 0 33px;
  }
  .product-features .items {
    display: block;
  }
  .product-features .items .feature-item {
    width: 100%;
    max-width: 400px;
    margin: -1px auto 0px;
    display: block;
    text-align: center;
    padding: 22px 0 3px;
  }
  .product-features .items .feature-item h4 {
    margin: 0px 0 9px;
  }
  .product-features .items .feature-item h4.number {
    margin: 0px 0 9px;
  }
  .product-features .items .feature-item p {
    max-width: 100%;
  }
  .product-features .items .feature-item:nth-last-of-type(2) {
    border-bottom: 1px solid #E3E4E6;
  }
}

.query-price {
  padding: 85px 0 78px;
}
.query-price .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.query-price .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 740px) {
  .query-price .columns > div {
    width: calc(100% - 0px);
  }
}
.query-price .block-header {
  text-align: left;
  padding-top: 0px;
}
.query-price .block-header h3 {
  text-align: left;
  color: #2E3D43;
  margin: 12px 0 20px;
  padding-right: 30px;
  max-width: 530px;
  font-size: 27px !important;
}
.query-price .block-header h3 > span {
  color: #FF4242;
}
.query-price .block-header h3 > span.end {
  position: relative;
}
.query-price .block-header h3 > span.end:before {
  content: "";
  position: absolute;
  display: block;
  left: 5px;
  top: 0px;
  width: 153px;
  height: 32px;
  transform: translateY(100%);
  background-image: url("../img/arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 153px 32px;
}
.query-price .content {
  padding-top: 9px;
}
.query-price .content p.descr {
  max-width: 470px;
  margin-bottom: 32px;
}
.query-price .content .form-group {
  margin-bottom: -2px;
  max-width: 470px;
}
.query-price .content .button {
  margin-top: 49px;
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  .query-price .block-header h3 > span.end {
    display: none;
  }
}
@media (max-width: 740px) {
  .query-price {
    padding: 18px 0 51px;
    text-align: center;
  }
  .query-price .block-header h3 {
    text-align: center;
    margin: 12px 0 20px;
    padding-right: 0px;
    max-width: 100%;
  }
  .query-price .content {
    padding-top: 5px;
  }
  .query-price .content .form {
    max-width: 500px;
    margin: 0px auto 0px;
  }
  .query-price .content p.descr {
    max-width: 100%;
  }
}

.tripwires {
  padding: 88px 0 99px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.tripwires:before {
  content: "ИЛИ";
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  line-height: 70px;
  position: absolute;
  z-index: -1;
  display: block;
  left: calc(50% - 35px);
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  transition: all 0.5s;
  opacity: 0;
}
.tripwires:after {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  left: calc(50% - 35px);
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-color: #10252F;
  transform-origin: 50% 50%;
  transition: all 0.5s;
  transform: scale(100);
}
.tripwires > .container {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s;
  color: #fff;
}
.tripwires .h1 {
  margin: 0px 0 11px;
  font-weight: 500;
}
.tripwires p.descr {
  max-width: 538px;
  margin: 0px auto 10px;
  font-weight: 300;
}
.tripwires .columns {
  display: flex;
  justify-content: space-evenly;
  margin: 103px 0 0px;
}
.tripwires .columns > div.without-site {
  width: 360px;
}
.tripwires .columns > div.with-site {
  width: 360px;
}
.tripwires .columns > div.separator {
  width: 1px;
  margin: 0 17px;
  background-color: #216583;
  position: relative;
}
.tripwires .columns > div.separator:before {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  left: 50%;
  top: -85px;
  width: 271px;
  height: 61px;
  transform: translateX(-50%);
  background-image: url("../img/arrows.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 271px 61px;
}
.tripwires .columns > div h4 {
  margin: 0px 0 23px;
  color: #FF4242;
}
.tripwires .columns > div h4 > span {
  color: #fff;
}
.tripwires .columns > div p.note {
  font-weight: 300;
  margin: 0px 0 0px;
}
.tripwires .columns > div p.price-label {
  color: #FF4242;
  margin: 21px 0 23px;
  font-weight: 600;
}
.tripwires .columns > div .button {
  margin: 0px auto 0px;
}
@media (max-width: 545px) {
  .tripwires {
    padding: 71px 0 12px;
  }
  .tripwires p.descr {
    margin: -3px auto 0px;
  }
  .tripwires .columns {
    display: block;
    margin: 50px 0 0px;
  }
  .tripwires .columns > div.without-site, .tripwires .columns > div.with-site {
    width: 100%;
    max-width: 375px;
    margin: 0px auto 70px;
  }
  .tripwires .columns > div.separator {
    display: none;
  }
}

.system-profit {
  padding: 73px 0 187px;
  background-color: #F5F5F5;
}
.system-profit .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.system-profit .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 830px) {
  .system-profit .columns > div {
    width: calc(100% - 0px);
  }
}
.system-profit h2 {
  margin: 30px 0 71px;
  color: #FF4242;
}
.system-profit .question h3 {
  width: 450px;
  max-width: 100%;
  padding: 0 0 0 107px;
  margin: 0;
  position: relative;
}
.system-profit .question h3 > span {
  display: block;
  margin: 11px 0 20px;
  color: #2E3D43;
  font-weight: 400;
  font-size: 17px;
  line-height: 110%;
}
.system-profit .question h3:before {
  content: "PROFIT";
  position: absolute;
  display: block;
  z-index: 10;
  left: -19px;
  top: -12px;
  font-weight: 700;
  font-size: 98px;
  line-height: 110%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 28px 26px rgba(0, 0, 0, 0.15);
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
}
@media (max-width: 1220px) {
  .system-profit h2 {
    text-align: center;
  }
  .system-profit .question {
    padding-left: calc(50% - 490px);
  }
  .system-profit .question h3 {
    padding: 0 0 0 0px;
  }
  .system-profit .question h3:before {
    display: none;
  }
}
.system-profit .content p {
  width: 500px;
  max-width: 100%;
  margin-bottom: 13px;
}
@media (max-width: 830px) {
  .system-profit {
    padding: 69px 0 75px;
    margin-bottom: 92px;
  }
  .system-profit h2 {
    margin: 0px 0 34px;
  }
  .system-profit .question {
    padding-left: 0;
    margin-bottom: 16px !important;
  }
  .system-profit .question h3 {
    width: 100%;
  }
  .system-profit .content p {
    width: 100%;
  }
}

@keyframes draw-arrow {
  to {
    stroke-dashoffset: 0;
  }
}
#scheme {
  text-align: center;
  position: relative;
  margin-top: -104px;
  margin-bottom: 0px;
}
#scheme .scheme-svg-container {
  margin: 0 auto;
  width: 980px;
  position: relative;
  overflow: hidden;
}
#scheme .scheme-svg-container:before {
  content: "";
  padding-top: 130%;
  float: left;
}
@media (max-width: 1024px) {
  #scheme .scheme-svg-container {
    width: 100%;
  }
}
#scheme .scheme-mobile {
  display: none;
}
#scheme #scheme-svg {
  position: absolute;
  margin: 0 auto;
  background-color: #f5f5f5;
  width: 980px;
  left: 0;
  transform: scale(1);
  overflow: hidden;
  transform-origin: left top;
}
#scheme #scheme-svg:before {
  content: "";
  padding-top: 130%;
  float: left;
}
#scheme #scheme-svg > div {
  position: absolute;
  top: 0;
  z-index: 1;
}
#scheme #scheme-svg > div.header {
  left: 0;
  right: 0;
  height: 5.3%;
  background-color: #216583;
  z-index: 3;
}
#scheme #scheme-svg > div.buyer {
  left: 0;
  width: 27.5%;
  bottom: 0;
  background-color: #DFF2F0;
}
#scheme #scheme-svg > div.seller {
  left: 27.5%;
  width: 44.9%;
  bottom: 0;
  background-color: #E9FCE6;
}
#scheme #scheme-svg > div.delivery {
  left: 72.4%;
  right: 0;
  bottom: 0;
  background-color: #FDECDC;
}
#scheme #scheme-svg > svg {
  position: absolute;
  opacity: 1;
  z-index: 3;
  transition: all 0.25s;
}
#scheme #scheme-svg > p {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  text-align: left;
  position: absolute;
  opacity: 1;
  z-index: 3;
  transition: all 0.25s;
}
#scheme #scheme-svg > h2 {
  position: absolute;
  opacity: 1;
  z-index: 3;
  transition: all 0.25s;
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 33px;
  text-align: center;
}
#scheme #scheme-svg > h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 110%;
  text-align: center;
  margin: 0;
  position: absolute;
  opacity: 1;
  z-index: 3;
  transition: all 0.25s;
}
#scheme #scheme-svg #title {
  left: 22.7%;
  top: 1.2%;
  z-index: 4;
}
#scheme #scheme-svg #buyer_title {
  left: 5.7%;
  top: 8.7%;
  z-index: 2;
}
#scheme #scheme-svg #seller_title {
  left: 36%;
  top: 8.7%;
  z-index: 2;
}
#scheme #scheme-svg #delivery_title {
  left: 77.7%;
  top: 8.7%;
  z-index: 2;
}
#scheme #scheme-svg #buyer_icon {
  left: 6%;
  top: 24.3%;
}
#scheme #scheme-svg #site_icon {
  left: 41%;
  top: 24.9%;
}
#scheme #scheme-svg #card_icon {
  left: 18%;
  top: 43%;
}
#scheme #scheme-svg #storage_icon {
  left: 38.8%;
  top: 72.2%;
}
#scheme #scheme-svg #delivery_icon {
  left: 69.5%;
  top: 79.6%;
}
#scheme #scheme-svg #buyer_icon2 {
  left: 9.8%;
  top: 75.8%;
}
#scheme #scheme-svg #step1_number {
  left: 10.5%;
  top: 17.1%;
}
#scheme #scheme-svg #step1_title {
  left: 17.8%;
  top: 17.9%;
  max-width: 333px;
}
#scheme #scheme-svg #step2_number {
  left: 57.5%;
  top: 36.7%;
}
#scheme #scheme-svg #step2_title {
  left: 65%;
  top: 36.9%;
  max-width: 333px;
}
#scheme #scheme-svg #step3_number {
  left: 10.5%;
  top: 49.2%;
}
#scheme #scheme-svg #step3_title {
  left: 17.8%;
  top: 50.1%;
  max-width: 360px;
}
#scheme #scheme-svg #step4_number {
  left: 33.9%;
  top: 56.4%;
}
#scheme #scheme-svg #step4_title {
  left: 41.4%;
  top: 57.4%;
  max-width: 230px;
}
#scheme #scheme-svg #step5_number {
  left: 57.5%;
  top: 63.5%;
}
#scheme #scheme-svg #step5_title {
  left: 65%;
  top: 64.4%;
  max-width: 270px;
}
#scheme #scheme-svg #step6_number {
  left: 57.5%;
  top: 87.9%;
}
#scheme #scheme-svg #step6_title {
  left: 65%;
  top: 88.6%;
  max-width: 335px;
}
#scheme #scheme-svg .draw-arrow {
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /*animation-name: draw-arrow;*/
  animation-delay: 0s;
}
#scheme #scheme-svg .draw-arrow.tail-1 {
  animation-delay: 0.4s;
}
#scheme #scheme-svg .draw-arrow.tail-2 {
  animation-delay: 0.5s;
}
#scheme #scheme-svg #arrow_1-2_1 {
  left: 22%;
  top: 25.3%;
  z-index: 5;
}
#scheme #scheme-svg #arrow_1-2_2 {
  left: 49.8%;
  top: 31.3%;
  z-index: 5;
}
#scheme #scheme-svg #arrow_2-3 {
  left: 31.2%;
  top: 40.9%;
}
#scheme #scheme-svg #arrow_3-4 {
  left: 16.1%;
  top: 54.1%;
}
#scheme #scheme-svg #arrow_4-5 {
  left: 39.4%;
  top: 60.9%;
}
#scheme #scheme-svg #arrow_5-6_1 {
  left: 65.5%;
  top: 67.6%;
}
#scheme #scheme-svg #arrow_5-6_1 .draw-arrow {
  animation-duration: 0.5s;
}
#scheme #scheme-svg #arrow_5-6_2 {
  left: 48.4%;
  top: 75.7%;
}
#scheme #scheme-svg #arrow_5-6_3 {
  left: 22%;
  top: 77.5%;
}
#scheme #scheme-svg #arrow_5-6_3 .draw-arrow {
  animation-duration: 0.5s;
  animation-delay: 0.6s;
}
#scheme #scheme-svg #arrow_5-6_3 .draw-arrow.tail-1 {
  animation-delay: 1s;
}
#scheme #scheme-svg #arrow_5-6_3 .draw-arrow.tail-2 {
  animation-delay: 1.1s;
}
@media (max-width: 1024px) {
  #scheme .scheme-svg-container {
    width: 882px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.9);
  }
}
@media (max-width: 940px) {
  #scheme .scheme-svg-container {
    width: 784px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.8);
  }
}
@media (max-width: 820px) {
  #scheme .scheme-svg-container {
    width: 686px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.7);
  }
}
@media (max-width: 740px) {
  #scheme .scheme-svg-container {
    width: 588px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.6);
  }
}
@media (max-width: 650px) {
  #scheme .scheme-svg-container {
    width: 490px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.5);
  }
}
@media (max-width: 550px) {
  #scheme #scheme-svg > div.header {
    height: 6.5%;
  }
  #scheme #scheme-svg > p {
    font-size: 24px;
  }
  #scheme #scheme-svg > h2 {
    font-size: 40px;
  }
  #scheme #scheme-svg > h3 {
    font-size: 32px;
  }
  #scheme #scheme-svg #title {
    left: 17.3%;
    top: 1.5%;
  }
  #scheme #scheme-svg #buyer_title {
    left: 3.7%;
  }
  #scheme #scheme-svg #seller_title {
    left: 31%;
  }
  #scheme #scheme-svg #delivery_title {
    left: 75.8%;
  }
  #scheme #scheme-svg #step1_title {
    left: 17.8%;
    top: 17.4%;
    max-width: 462px;
  }
  #scheme #scheme-svg #step2_title {
    left: 65%;
    top: 35.2%;
    max-width: 333px;
  }
  #scheme #scheme-svg #step3_title {
    left: 17.8%;
    top: 49.5%;
    max-width: 500px;
  }
  #scheme #scheme-svg #step4_title {
    left: 41.4%;
    top: 56.7%;
    max-width: 320px;
  }
  #scheme #scheme-svg #step5_title {
    left: 65%;
    top: 62.5%;
    max-width: 330px;
  }
  #scheme #scheme-svg #step6_title {
    left: 65%;
    top: 87.1%;
    max-width: 335px;
  }
}
@media (max-width: 530px) {
  #scheme .scheme-svg-container {
    width: 392px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.4);
  }
}
@media (max-width: 430px) {
  #scheme .container {
    width: 100% !important;
  }
  #scheme .scheme-svg-container {
    width: 343px;
  }
  #scheme .scheme-svg-container #scheme-svg {
    transform: scale(0.35);
  }
}

#components {
  padding: 86px 0 22px;
}
#components h2 {
  color: #2E3D43;
  margin-bottom: -90px;
  max-width: 400px;
}
#components h3 {
  color: #FF4242;
  margin-bottom: 18px;
}
#components h3, #components h4, #components p {
  max-width: 500px;
}
#components h4 {
  margin: 20px 0 8px;
}
#components .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#components .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 550px) {
  #components .columns > div {
    width: calc(100% - 0px);
  }
}
#components .icon-container {
  position: sticky;
  top: 90px;
  margin-top: 136px;
}
#components #iconset1 {
  display: block;
  box-sizing: border-box;
  width: 310px;
  height: 310px;
  background: #FFF;
  padding: 0px;
  transform-origin: 0 0;
}
#components .iconset1-text {
  margin: 37px 0 57px;
}
#components .iconset1-text.selected {
  position: relative;
}
#components .iconset1-text.selected:before {
  content: "";
  position: absolute;
  display: block;
  left: -58px;
  width: 8px;
  top: 0px;
  bottom: 0px;
  background-color: #E3E4E6;
  border-radius: 4px;
}
@media (max-width: 920px) {
  #components {
    padding: 100px 0 51px;
  }
  #components h2 {
    margin: 0px 0 35px;
    max-width: 100%;
    text-align: center;
  }
  #components .columns > div.icons {
    width: 40%;
  }
  #components .columns > div.content {
    width: 60%;
  }
  #components #iconset1 {
    transform: scale(0.7);
  }
  #components .iconset1-text.selected:before {
    left: -35px;
    width: 6px;
  }
}
@media (max-width: 700px) {
  #components #iconset1 {
    transform: scale(0.6);
  }
}
@media (max-width: 590px) {
  #components #iconset1 {
    transform: scale(0.5);
  }
}
@media (max-width: 550px) {
  #components h2 {
    margin: 0px 0 0px;
  }
  #components #iconset1 {
    transform: scale(1);
    margin: 0 auto;
    opacity: 0.5;
  }
  #components .iconset1-text {
    padding-top: 250px;
    margin: 0;
  }
  #components .icon-container {
    top: 70px;
    margin-top: 55px;
  }
  #components .columns > div.icons {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #components .columns > div.content {
    width: 100%;
  }
}

#adaptive-system {
  text-align: center;
  padding: 120px 0 136px;
}
#adaptive-system h3 {
  max-width: 600px;
  margin: 0px auto;
  color: #FF4242;
  font-size: 27px !important;
}
#adaptive-system p {
  text-align: center;
  margin: 13px auto 15px;
  font-size: 14px;
}

#it-works {
  padding: 109px 0 159px;
}
#it-works .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#it-works .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 840px) {
  #it-works .columns > div {
    width: calc(100% - 0px);
  }
}
#it-works .image {
  order: 2;
  text-align: center;
}
#it-works .content {
  display: flex !important;
  align-items: center;
  padding-top: 58px;
}
#it-works h2 {
  margin: 0px 0 20px;
}
#it-works h4 {
  color: #FF4242;
  margin: 0px 0 25px;
  max-width: 470px;
}
@media (max-width: 840px) {
  #it-works {
    padding: 17px 0 10px;
    text-align: center;
  }
  #it-works .columns {
    display: block;
  }
  #it-works .columns .content {
    display: block !important;
    padding-top: 30px;
  }
  #it-works h2 {
    margin: 0px auto 35px;
    max-width: 470px;
  }
  #it-works h4 {
    color: #FF4242;
    margin: 0px auto 20px;
    max-width: 470px;
  }
}

#portfolio {
  /*content-visibility: auto;*/
  padding: 0 0 60px;
  position: relative;
  background-color: #10252F;
}
#portfolio .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#portfolio .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 990px) {
  #portfolio .columns > div {
    width: calc(100% - 0px);
  }
}
#portfolio .columns > div {
  margin-bottom: 30px;
}
#portfolio .columns div.visual {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 104px;
  line-height: 110%;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  color: #334A56;
  text-shadow: 0px 28px 26px rgba(0, 0, 0, 0.15);
  margin: 71px 0 10px;
}
@media (max-width: 1310px) {
  #portfolio .columns div.visual {
    text-align: right;
    font-size: 8vw;
  }
}
@media (max-width: 590px) {
  #portfolio .columns div.visual {
    font-size: 17.5438596491vw;
  }
}
#portfolio .columns h2 {
  margin: 60px 0 30px;
  color: #fff;
  opacity: 0.85;
}
#portfolio .columns p {
  color: #fff;
  opacity: 0.85;
  font-weight: 300;
  max-width: 470px;
}
@media (max-width: 990px) {
  #portfolio {
    margin-top: 51px;
  }
  #portfolio .columns {
    margin-bottom: 30px;
  }
  #portfolio .columns > div {
    margin-bottom: 0px;
  }
  #portfolio .columns div.visual {
    font-size: 17.5438596491vw;
    margin: -5.5vw 0 10px;
    text-align: center;
  }
  #portfolio .columns h2 {
    margin: 10px auto 30px;
    max-width: 470px;
  }
  #portfolio .columns p {
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
}
#portfolio .portfolio-items {
  background-color: #10252F;
  width: 1620px;
  margin: 0 auto;
}
#portfolio .portfolio-items > div {
  width: 300px;
  margin-bottom: 50px;
  position: relative;
}
#portfolio .portfolio-items > div img {
  margin: 0 0 10px;
}
#portfolio .portfolio-items > div > .info {
  /*perspective: 1000px;*/
  display: none;
  position: sticky;
  top: 100px;
  z-index: 5;
  padding: 30px 10px;
  color: #f5f5f5;
  text-align: center;
}
#portfolio .portfolio-items > div > .info h3 {
  color: #FF4242;
  margin: 10px 0 10px;
  font-size: 26px;
  line-height: 110%;
}
#portfolio .portfolio-items > div > .info p {
  font-weight: 300;
  font-size: 15px;
  line-height: 110%;
}
#portfolio .portfolio-items > div > .info .full-size-link, #portfolio .portfolio-items > div > .info .video-link {
  display: inline-block;
  font-weight: 500;
  color: #009AEC;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#portfolio .portfolio-items > div > .info .full-size-link:after, #portfolio .portfolio-items > div > .info .video-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #009AEC;
  height: 1px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#portfolio .portfolio-items > div > .info .full-size-link:hover, #portfolio .portfolio-items > div > .info .full-size-link:focus, #portfolio .portfolio-items > div > .info .full-size-link:active, #portfolio .portfolio-items > div > .info .video-link:hover, #portfolio .portfolio-items > div > .info .video-link:focus, #portfolio .portfolio-items > div > .info .video-link:active {
  text-decoration: none;
}
#portfolio .portfolio-items > div > .info .full-size-link:hover:after, #portfolio .portfolio-items > div > .info .full-size-link:focus:after, #portfolio .portfolio-items > div > .info .full-size-link:active:after, #portfolio .portfolio-items > div > .info .video-link:hover:after, #portfolio .portfolio-items > div > .info .video-link:focus:after, #portfolio .portfolio-items > div > .info .video-link:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#portfolio .portfolio-items > div > .info .video-preview {
  width: calc(100% + 0px);
  margin: 10px 0px 5px;
  /*background-color: #000;
  box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.75);*/
  cursor: pointer;
  /*transform: rotateX(40deg);*/
  outline: 1px solid #555;
}
#portfolio .portfolio-items > div > .info .button {
  width: 100%;
}
#portfolio .portfolio-items > div:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 2;
}
#portfolio .portfolio-items > div:hover::after {
  content: "";
  display: block;
  position: absolute;
  left: -9px;
  top: -9px;
  right: -9px;
  bottom: -9px;
  border: 2px solid #FF4242;
  z-index: 3;
}
#portfolio .portfolio-items > div:hover > .info {
  display: block;
}
@media (max-width: 1670px) {
  #portfolio .portfolio-items {
    width: 1290px;
  }
}
@media (max-width: 1340px) {
  #portfolio .portfolio-items {
    width: 960px;
  }
}
@media (max-width: 1010px) {
  #portfolio .portfolio-items {
    width: 630px;
  }
  #portfolio .portfolio-items > div {
    max-height: 570px;
  }
  #portfolio .portfolio-items > div:after {
    content: "";
    position: absolute;
    display: block;
    left: -1px;
    right: -1px;
    top: 0px;
    bottom: -1px;
    background-position: left bottom;
    background-image: url("../img/preview-cut2.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
  }
}
@media (max-width: 680px) {
  #portfolio .portfolio-items {
    width: 300px;
  }
}
@media (max-width: 670px) {
  #portfolio {
    padding: 0 0 40px;
  }
}

.modal-panel.full-portfolio-screen {
  width: 1400px;
  min-height: 800px;
  padding: 0;
  background-color: transparent;
}
.modal-panel.full-portfolio-screen img + img {
  margin-top: 70px;
}
@media (max-width: 430px) {
  .modal-panel.full-portfolio-screen {
    padding-top: 55px !important;
  }
}

.modal-panel.portfolio-video {
  width: 1400px;
  overflow: hidden;
  padding: 0;
  font-size: 0px;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-panel.portfolio-video:before {
  content: "";
  padding-top: 63%;
  float: left;
}

.modal-panel.call-back-dialog {
  width: 890px;
}
.modal-panel.call-back-dialog .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.modal-panel.call-back-dialog .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 990px) {
  .modal-panel.call-back-dialog .columns > div {
    width: calc(100% - 0px);
  }
}
.modal-panel.call-back-dialog .content {
  padding-right: 30px;
}
@media (max-width: 990px) {
  .modal-panel.call-back-dialog .content {
    padding-right: 0px;
    margin-bottom: 5px !important;
  }
}

.modal-panel.order-like {
  overflow: hidden;
  width: 890px;
}
.modal-panel.order-like h2 {
  margin: 0 0 30px;
  position: relative;
  z-index: 10;
}
.modal-panel.order-like p {
  position: relative;
  z-index: 10;
}
.modal-panel.order-like .site-sample {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 2;
}
.modal-panel.order-like .site-sample > div {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: left top;
}
.modal-panel.order-like .site-sample > div:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-position: left bottom;
  background-image: url("../img/preview-cut.png");
  background-repeat: no-repeat;
  z-index: 3;
}
.modal-panel.order-like .site-sample:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  width: 500px;
  height: 500px;
  border-radius: 500px;
  background-color: #e7e7e7;
  z-index: -5;
  transform: translateX(-50%) translateY(-50%);
}
.modal-panel.order-like .close-button {
  position: relative;
  top: 0px;
}
.modal-panel.order-like .row div + div {
  margin-top: 20px;
  z-index: 10;
  background-color: #fff;
}

.faq {
  padding: 106px 0 53px;
}
.faq#system-faq {
  padding: 34px 0 14px;
}
.faq h2 {
  margin: 0px 0 55px;
  color: #FF4242;
}
.faq .questions-list {
  border-bottom: 1px solid #E3E4E6;
  counter-reset: section;
}
.faq .questions-list .item {
  counter-increment: section;
  display: flex;
  position: relative;
  border-top: 1px solid #E3E4E6;
  cursor: pointer;
}
.faq .questions-list .item .switch {
  position: absolute;
  display: block;
  width: 38px;
  height: 38px;
  top: 23px;
  right: 22px;
}
.faq .questions-list .item .switch:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 38px;
  right: 0px;
  top: 0px;
  height: 38px;
  background-position: center;
  background-image: url("../img/expand.svg");
  background-repeat: no-repeat;
  transition: all 0.25s;
}
.faq .questions-list .item .switch:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  width: 38px;
  right: 0px;
  top: 0px;
  height: 38px;
  background-color: #0093E1;
  border-radius: 24px;
  opacity: 0;
  transition: all 0.25s;
}
.faq .questions-list .item .answer {
  display: none;
  opacity: 0;
  padding: 81px 50px 58px 0px;
  margin: 0px 0 0px;
  transition: all 0s;
  min-width: 50%;
}
.faq .questions-list .item .answer p {
  max-width: 600px;
}
.faq .questions-list .item .answer p:last-child {
  margin-bottom: 0;
}
.faq .questions-list .item .question {
  padding: 30px 70px 14px 67px;
  margin-top: 0px;
  position: relative;
  transition: all 0.25s;
}
.faq .questions-list .item .question:before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  top: 31px;
  left: 15px;
  font-size: 21px;
  color: #9DA2AD;
  font-weight: 400;
  width: 25px;
  text-align: right;
  transition: all 0.25s;
}
.faq .questions-list .item .question.ask {
  color: #0093E1;
}
.faq .questions-list .item .question.ask:before {
  content: "?";
  text-align: center;
}
.faq .questions-list .item:hover .switch:after {
  opacity: 1;
}
.faq .questions-list .item:hover .switch:before {
  filter: brightness(0) invert(1);
}
.faq .questions-list .item.expanded .switch:before {
  transform: rotate(-135deg);
}
.faq .questions-list .item.expanded .question {
  padding: 84px 70px 60px 220px;
  max-width: 50%;
  min-width: 50%;
}
.faq .questions-list .item.expanded .question:before {
  top: 101px;
  left: 7px;
  font-size: 101px;
  color: #F2F2F2;
  width: 110px;
  font-weight: 400;
}
.faq .questions-list .item.expanded .question.ask {
  color: #2E3D43;
}
.faq .questions-list .item.expanded .question.ask::after {
  content: ":";
}
@media (max-width: 1070px) {
  .faq .questions-list .item.expanded .question {
    padding: 84px 70px 60px 155px;
  }
}
@media (max-width: 840px) {
  .faq .questions-list .item.expanded .question {
    padding: 84px 70px 60px 100px;
  }
  .faq .questions-list .item.expanded .question:before {
    top: 101px;
    left: 7px;
    font-size: 64px;
    width: 70px;
  }
}
.faq .questions-list .item.expanded .answer {
  display: block;
  opacity: 1;
  transition: all 0s 0.25s;
}
.faq .question-form {
  padding-bottom: 20px;
}
.faq .question-form .form .form-group + .form-group {
  margin-top: 24px;
}
.faq .question-form .form .button {
  margin-top: 23px;
}
@media (max-width: 660px) {
  .faq {
    padding: 72px 0 200px;
  }
  .faq h2 {
    margin: 0px 0 15px;
    text-align: center;
  }
  .faq .questions-list {
    border-bottom: 1px solid #E3E4E6;
  }
  .faq .questions-list .item {
    display: block;
    position: relative;
    padding: 10px 0 35px;
  }
  .faq .questions-list .item .switch {
    top: auto;
    bottom: 13px;
    right: calc(50% - 19px);
  }
  .faq .questions-list .item .answer {
    padding: 0px 0px 13px 0px;
    margin: -15px 0 10px;
    max-width: 100%;
    min-width: 100%;
  }
  .faq .questions-list .item .answer p {
    max-width: 100%;
  }
  .faq .questions-list .item .question {
    position: static;
    padding: 36px 0px 5px 0px !important;
    text-align: center;
    max-width: 100%;
    min-width: 100%;
  }
  .faq .questions-list .item .question:before {
    top: 18px !important;
    left: calc(50% - 12px) !important;
    text-align: center !important;
  }
  .faq .questions-list .item .question.ask {
    padding-bottom: 36px;
  }
  .faq .questions-list .item .question.ask:after {
    bottom: 27px;
  }
  .faq .questions-list .item .question.ask + .answer {
    margin-top: -38px;
  }
  .faq .questions-list .item.expanded .question {
    padding: 36px 0px 5px 0px !important;
    text-align: left;
    max-width: 100%;
    min-width: 100%;
  }
  .faq .questions-list .item.expanded .question:before {
    top: 18px !important;
    left: 0px !important;
    font-size: 21px;
    color: #FF4242;
    font-weight: 400;
    width: 25px;
    text-align: center;
  }
  .faq .questions-list .item.expanded .question.ask {
    margin-bottom: 50px;
  }
  .faq .questions-list .item.expanded .answer {
    margin: -5px 0 10px;
  }
}

#check-list {
  overflow: hidden;
  padding: 55px 0 84px;
  border-bottom: 1px solid #ccc;
}
#check-list .columns {
  margin-left: -0px;
  margin-right: -0px;
  font-size: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#check-list .columns > div {
  display: inline-block;
  width: calc(50% - 0px);
  vertical-align: top;
  margin: 0 0px 0px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 900px) {
  #check-list .columns > div {
    width: calc(100% - 0px);
  }
}
#check-list h2 {
  color: #FF4242;
  margin: 0px 0 38px;
}
#check-list h3 {
  margin: 0px 0 10px;
}
#check-list p {
  max-width: 500px;
}
#check-list p > strong {
  color: #FF4242;
}
#check-list .visual {
  margin: 0px 0 10px;
}
#check-list .visual .img-container {
  margin-bottom: 26px;
  position: relative;
}
#check-list .visual .img-container svg {
  position: absolute;
  left: 75%;
  top: 8%;
}
#check-list .visual .img-container svg .draw-arrow {
  fill: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  /*animation-name: draw-arrow;*/
  animation-delay: 0s;
}
#check-list .visual .img-container svg .draw-arrow.tail-1 {
  animation-delay: 0.4s;
}
#check-list .visual .img-container svg .draw-arrow.tail-2 {
  animation-delay: 0.5s;
}
#check-list .table.params {
  width: auto;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
#check-list .table.params td {
  padding: 7px 15px;
  white-space: nowrap;
}
#check-list .table.params td:nth-of-type(1) {
  min-width: 250px;
}
#check-list .content {
  margin: 178px 0 10px !important;
}
#check-list .content .form {
  padding: 20px 0 0px;
  max-width: 480px;
}
#check-list .content .form p.label {
  font-weight: 600;
  margin-bottom: 24px;
}
#check-list .content .form .form-group + .form-group {
  margin-top: 24px;
}
#check-list .content .form .button {
  margin-top: 23px;
}
#check-list .content .form p.accept {
  margin-top: 10px;
  max-width: 320px;
}
@media (max-width: 1180px) {
  #check-list h3 {
    padding-right: 30px;
  }
}
@media (max-width: 1120px) {
  #check-list .visual .img-container:before {
    right: -100px;
    top: 0px;
  }
}
@media (max-width: 1020px) {
  #check-list .visual .img-container:before {
    right: -72px;
    top: 0px;
  }
}
@media (max-width: 968px) {
  #check-list .visual .img-container {
    max-width: 320px;
  }
  #check-list .visual .img-container:before {
    right: -88px;
    top: 0px;
  }
}
@media (max-width: 900px) {
  #check-list {
    padding: 0px 0 47px;
    text-align: center;
  }
  #check-list h2 {
    text-align: center;
    margin: 0px 0 11px;
  }
  #check-list h3 {
    text-align: center;
    margin: 0px 0 10px;
    padding-right: 0;
  }
  #check-list p {
    max-width: 100%;
    text-align: center;
  }
  #check-list .columns {
    display: block;
  }
  #check-list .visual {
    margin: 0px auto 10px !important;
    max-width: 530px;
  }
  #check-list .visual .img-container {
    margin-bottom: 26px;
  }
  #check-list .visual .img-container:before {
    right: -62px;
    top: 194px;
    transform-origin: 0% 100%;
    transform: rotate(110deg);
  }
  #check-list .table.params {
    margin-left: auto;
    margin-right: auto;
  }
  #check-list .table.params td {
    text-align: left;
  }
  #check-list .content {
    margin: 17px 0 10px !important;
    max-width: 390px;
  }
  #check-list .content .form {
    padding: 20px 0 0px;
    max-width: 480px;
  }
  #check-list .content .form p.label {
    text-align: left;
  }
  #check-list .content .form p.accept {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 520px) {
  #check-list {
    margin-top: -77px;
  }
}

#footer .bottom {
  background-color: #2E3D43;
  color: #E3E4E6;
  padding: 17px 0 14px;
}
#footer .bottom .container > div {
  display: flex;
  justify-content: space-between;
}
#footer .bottom p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
#footer .bottom p a {
  color: #E3E4E6;
}
@media (max-width: 400px) {
  #footer .bottom .container > div {
    display: block;
    text-align: center;
  }
}

/* tic-blog-01 begin */
/* tic-blog-01 end */
.blog {
  padding-bottom: 44px;
}
.blog h1 {
  margin: 12px 0 31px;
}
.blog span.views, .blog span.read-time {
  font-size: 14px;
  color: #A0A5B1;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-position: left center;
}
.blog span.views {
  padding: 0px 0px 0px 30px;
  background-size: 22px 12px;
  background-image: url("../img/views.svg");
}
.blog span.read-time {
  padding: 0px 0px 0px 19px;
  margin-left: 15px;
  background-size: 12px 17px;
  background-image: url("../img/clock.svg");
}
.blog .blog-showcase {
  margin: 50px -15px 0px;
}
.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: 27px;
  color: #2E3D43;
  margin: 15px 0 9px;
}
.blog .blog-showcase > div.first-blog-post p.note {
  margin: 9px 0 35px;
}
.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: #2E3D43;
  margin: 9px 0 17px;
}
.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: #2E3D43;
  margin: 21px 0 9px;
}
.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: 21px 0 22px;
  font-size: 21px;
}
.blog .blog-most-popular .links > a > div {
  border-top: 1px solid #E3E4E6;
  border-bottom: 1px solid #E3E4E6;
  padding: 7px 0 12px;
  margin-bottom: -1px;
}
.blog .blog-most-popular .links > a > div h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 110%;
  color: #2E3D43;
  margin-bottom: 4px;
}
.blog .blog-most-popular .links > a:hover {
  color: #0093E1;
  text-decoration: none;
}
.blog .blog-most-popular .links > a:hover h3 {
  color: #0093E1;
}
.blog .blog-tags {
  display: none;
  max-width: 330px;
  margin: 57px 0px 0px auto;
}
.blog .blog-tags .tags span {
  font-size: 13px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  border: 1px solid #E3E4E6;
  background: #F6F6F6;
  display: inline-block;
  padding: 10px 24px;
  margin: 0px 10px 10px 0px;
  border-radius: 50px;
  cursor: pointer;
}
.blog .blog-tags .tags span:hover {
  color: #fff;
  background-color: #009AEC;
  border-color: #009AEC;
}
.blog .blog-post {
  max-width: 700px;
  margin: 23px 0 0px;
}
.blog .blog-post .blog-post-logo {
  margin-bottom: 38px;
}
.blog .blog-post h1 {
  margin: 13px 0 21px;
}
.blog .blog-post .stat {
  margin: 0px 0 16px;
}
.blog .blog-post .table-of-contents {
  border: 1px solid #E3E4E6;
  background: #F5F5F5;
  padding: 38px 10px 25px 40px;
  margin-bottom: 54px;
}
.blog .blog-post .table-of-contents h3 {
  margin: 0px 0 21px;
  font-size: 21px;
}
.blog .blog-post .table-of-contents ul li {
  margin-bottom: 10px;
}
.blog .blog-post h2 {
  margin: 51px 0 24px;
}
.blog .blog-post img {
  border: 4px solid #eaeaea;
}
.blog .blog-post img.clear {
  border: none;
}
.blog p.blog-back-link {
  margin: 15px 0 45px;
}
.blog p.blog-back-link a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  color: #0093E1;
  position: relative;
  overflow: hidden;
}
.blog p.blog-back-link a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 0px;
  background: #0093E1;
  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 .all_blog-links h2 {
  font-size: 17px;
}
.blog a.all-blog-posts {
  color: #2E3D43;
  font-size: 14px;
}
.blog .blog-post .table-of-contents a {
  text-decoration: none !important;
  color: #0093E1 !important;
}
.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: 27px;
    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: 27px;
    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;
  }
}
.blog table th {
  background-color: #efefef;
  font-weight: 400;
}
.blog table td, .blog table th {
  font-size: 15px;
}

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

.gtp {
  padding: 70px 0 92px;
  background-color: #343541;
  color: #E3E4E6;
  text-align: center;
}
.gtp h2 {
  max-width: 475px;
  margin: 0px auto 50px;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/gtp.svg");
  padding-top: 93px;
}
.gtp .columns {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
.gtp .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 20px);
  vertical-align: top;
  margin: 0 10px 20px;
  font-size: 17px;
  position: relative;
}
@media (max-width: 900px) {
  .gtp .columns > div {
    width: calc(100% - 20px);
  }
}
.gtp .columns {
  margin-bottom: 29px;
}
.gtp .columns .item {
  background: #3E3F4B;
  border-radius: 5px;
  padding: 20px 20px 20px;
}
.gtp p.resume {
  max-width: 600px;
  margin: 0 auto;
}

.bottom-contacts {
  background-color: #FFFBE9;
  padding: 90px 0 0px;
}
.bottom-contacts .together h2 {
  text-align: center;
  margin: 0px 0 42px;
  color: #FF4242;
}
.bottom-contacts .together p {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .bottom-contacts .together p {
    font-size: 18px;
  }
}
.bottom-contacts .contacts-buttons {
  text-align: center;
  padding: 55px 0 78px 0px;
}
.bottom-contacts .contacts-buttons .credits {
  font-weight: 500;
  font-size: 17px;
  line-height: 110%;
  background-image: url("../img/tagican-logo.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 276px 113px;
  padding: 115px 0 0;
}
.bottom-contacts .contacts-buttons .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 46px 0 0px;
}
.bottom-contacts .contacts-buttons .buttons span.separator {
  width: 20px;
}
.bottom-contacts .contacts-buttons .buttons .button {
  font-size: 15px;
  color: #2E3D43;
  padding: 23px 30px 23px;
  text-transform: none;
}
.bottom-contacts .contacts-buttons .buttons .button.phone {
  font-size: 22px;
  color: #fff;
  padding: 16px 42px 14px 20px;
}
.bottom-contacts .contacts-buttons .buttons .button.phone > span {
  display: inline-block;
  background-image: url("../img/phone.svg");
  background-position: left 1px;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  min-height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 40px;
}
@media (max-width: 820px) {
  .bottom-contacts {
    padding: 70px 0 0px;
  }
  .bottom-contacts .together h2 {
    margin: 0px 0 25px;
  }
  .bottom-contacts .together p {
    font-size: 12px;
  }
  .bottom-contacts .contacts-buttons {
    padding: 35px 0 78px 0px;
  }
  .bottom-contacts .contacts-buttons .buttons {
    margin: 46px 0 0px;
  }
  .bottom-contacts .contacts-buttons .buttons span.separator:nth-of-type(1) {
    width: 100%;
  }
  .bottom-contacts .contacts-buttons .buttons span.separator:nth-last-of-type(1) {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bottom-contacts .contacts-buttons {
    padding: 35px 0 78px 0px;
  }
  .bottom-contacts .contacts-buttons .buttons {
    margin: 46px 0 0px;
  }
  .bottom-contacts .contacts-buttons .buttons .button {
    width: 100%;
  }
}/*# sourceMappingURL=common.css.map */