/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.form-group {
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
  width: calc(100% - 32px);
}
.form-group.error .form-group__control {
  border-bottom: 1px solid #C93F40;
}
.form-group__eye {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 13px;
  z-index: 2;
}
.form-group__control[type=password]:not(:-moz-placeholder-shown) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group__control[type=password]:not(:-ms-input-placeholder) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group__control[type=password]:not(:placeholder-shown) {
  caret-color: #272727;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.form-group--black .form-group__control[disabled=disabled] {
  color: #272727;
}
.form-group--right-icon .form-group__control {
  padding-right: 30px;
  text-overflow: ellipsis;
}
.form-group__control[disabled=disabled] {
  color: #828282;
}
.form-group__mask {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.form-group__mask span {
  color: #272727;
  font-size: 16px;
  z-index: 0;
}
.form-group__label {
  color: #828282;
  cursor: text;
  font-size: 16px;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 13px;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  white-space: nowrap;
  z-index: 8;
}
.form-group__label.animated-labels {
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: translateY(-18px);
          transform: translateY(-18px);
}
.form-group__control {
  border-bottom: 1px solid #828282;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  color: #272727;
  font-size: 16px;
  height: 52px;
  width: 100%;
}
.form-group__control--textarea {
  overflow-y: hidden;
  padding: 15px 0;
}
.form-group__control--resizeNone {
  resize: none;
}
.form-group__error {
  color: #C93F40;
  font-size: 12px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.form-group__control.error {
  border-bottom: 1px solid #C93F40;
}
.form-group .input__loader {
  display: none;
  fill: #000;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
}
.form-group.loaded .input__loader {
  display: block;
  pointer-events: none;
}
.form-group.loaded .form-group__content {
  opacity: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.btn {
  background: #272727;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1365px) {
.btn {
    padding: 12px 28px;
}
}
@media only screen and (min-width: 769px) {
.btn:hover {
    background: #fff;
    border: 1px solid #272727;
    color: #272727;
}
.btn:hover .loader {
    fill: #272727;
}
}
.btn__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn__content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.loaded {
  pointer-events: none;
}
.btn .loader {
  fill: #fff;
}
.btn.loaded .btn__content {
  opacity: 0;
}
.btn__loader {
  display: none;
}
.btn.loaded .btn__loader {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
}
.btn--red {
  background: transparent;
  border: 1px solid #C93F40;
  color: #C93F40;
}
@media only screen and (min-width: 769px) {
.btn--red:hover {
    background: #C93F40;
    border: 1px solid #C93F40;
    color: #fff;
}
.btn--red:hover .loader {
    fill: #272727;
}
}
.btn--red .loader {
  fill: #fff;
}
.btn--transparent-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
@media only screen and (min-width: 769px) {
.btn--transparent-white:hover .loader {
    fill: #fff;
}
}
.btn--transparent-white .loader {
  fill: #272727;
}
.btn--transparent {
  background: transparent;
  border: 1px solid #272727;
  color: #272727;
}
@media only screen and (min-width: 769px) {
.btn--transparent:hover {
    background: #272727;
    border: 1px solid #272727;
    color: #fff;
}
.btn--transparent:hover .loader {
    fill: #fff;
}
}
.btn--transparent .loader {
  fill: #272727;
}
.btn--transparent.active {
  background: #272727;
  border: 1px solid #272727;
  color: #fff;
}
.btn--transparent.active .loader {
  fill: #fff;
}
.btn--white {
  background: #fff;
  border: 1px solid #272727;
  color: #272727;
}
@media only screen and (min-width: 769px) {
.btn--white:hover {
    background: #272727;
    border: 1px solid transparent;
    color: #fff;
}
.btn--white:hover .loader {
    fill: #fff;
}
}
.btn--white .loader {
  fill: #272727;
}
.btn--disable {
  background: transparent;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  pointer-events: none;
}
@media only screen and (min-width: 769px) {
.btn--disable:hover {
    background: transparent;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.subscribe__container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.subscribe__container {
    padding-left: 16px;
    padding-right: 16px;
}
}
.subscribe {
  background: #fff;
  width: 100%;
}
.subscribe__container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1170px) {
.subscribe__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
}
.subscribe__privacy-policy {
  color: #828282;
  font-size: 14px;
  margin-left: 16px;
  margin-top: 16px;
}
@media only screen and (max-width: 1170px) {
.subscribe__privacy-policy {
    font-size: 12px;
    margin-left: 0;
    margin-top: 8px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__privacy-policy {
    bottom: 112px;
    left: 0;
    position: absolute;
}
}
.subscribe__privacy-policy a {
  color: #828282;
}
.subscribe__privacy-policy a:hover {
  color: #CCC;
}
.subscribe__block-left, .subscribe__block-right {
  padding: 56px 0;
}
@media only screen and (max-width: 1170px) {
.subscribe__block-left {
    padding-bottom: 32px;
    padding-top: 40px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-left {
    padding-top: 32px;
}
}
@media only screen and (max-width: 1170px) {
.subscribe__block-right {
    padding-bottom: 40px;
    padding-top: 0;
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-right {
    padding-bottom: 32px;
    position: relative;
}
}
.subscribe__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1170px) {
.subscribe__form {
    margin-left: -16px;
    margin-right: 0;
}
.subscribe__form .form-group {
    margin-left: 12px;
    margin-right: 12px;
    width: calc(50% - 140px);
}
}
@media only screen and (max-width: 670px) {
.subscribe__form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
}
.subscribe__form .form-group {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}
}
.subscribe__form .form-group__input-box {
  min-width: 280px;
}
@media only screen and (max-width: 1599px) {
.subscribe__form .form-group__input-box {
    min-width: 200px;
}
}
.subscribe__block-text {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  max-width: 650px;
}
@media only screen and (max-width: 768px) {
.subscribe__block-text {
    max-width: 540px;
}
}
@media only screen and (max-width: 1170px) {
.subscribe__block-text {
    font-size: 20px;
}
}
@media only screen and (max-width: 670px) {
.subscribe__block-text {
    font-size: 16px;
}
}
.subscribe__btn-box {
  margin-left: 16px;
}
@media only screen and (max-width: 1170px) {
.subscribe__btn-box {
    margin-left: 12px;
    width: 219px;
}
.subscribe__btn-box .btn {
    width: 100%;
}
}
@media only screen and (max-width: 670px) {
.subscribe__btn-box {
    margin-left: 0;
    margin-top: 70px;
    width: 100%;
}
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.modal-block__overflow {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 499;
}
.modal-block__box {
  width: 100%;
}
.modal-block__wrapper {
  left: 50%;
  max-height: 90%;
  max-width: 435px;
  overflow: hidden;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 500;
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper {
    width: calc(100% - 32px);
}
.modal-block__wrapper--bottomSheet {
    bottom: 0;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    min-width: 100%;
    top: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}
}
.modal-block__content {
  background-color: #fff;
  padding: 48px;
  position: relative;
}
@media only screen and (max-width: 590px) {
.modal-block__content {
    min-width: auto;
    padding: 16px;
    width: 100%;
}
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper--bottomSheet .order-callback__title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 70px;
}
.modal-block__wrapper--bottomSheet .order-callback__title--pd {
    padding-left: 28px;
}
.modal-block__wrapper--bottomSheet .order-callback__title--center {
    text-align: left;
}
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper--bottomSheet .order-callback__subtitle {
    text-align: left;
}
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper--bottomSheet .order-callback {
    max-width: 100%;
}
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper--bottomSheet .modal-block__btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 27px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
}
@media only screen and (max-width: 590px) {
.modal-block__wrapper--bottomSheet .modal-block__btn-box {
    background: #CCCCCC;
    display: block;
    height: 3px;
    width: 43px;
}
}
.modal-block__close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-block__close .icon {
  color: #272727 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal-block__close:hover .icon {
  color: #828282 !important;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.order-callback {
  max-width: 100%;
}
@media only screen and (max-width: 590px) {
.order-callback--feedback {
    min-height: 500px;
}
}
.order-callback__info {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.order-callback__info span {
  font-weight: 600;
}
@media only screen and (max-width: 590px) {
.order-callback__box {
    padding: 44px 0;
}
}
.order-callback__field-box {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 590px) {
.order-callback__field-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
}
.order-callback__field-box .order-callback__field, .order-callback__field-box .order-callback__btn-box {
  margin: 0;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 590px) {
.order-callback__field-box .order-callback__field, .order-callback__field-box .order-callback__btn-box {
    width: 100%;
}
}
.order-callback__field-box .order-callback__field .form-group, .order-callback__field-box .order-callback__btn-box .form-group {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 590px) {
.order-callback__field-box .order-callback__btn-box {
    margin-top: 20px;
}
}
.order-callback__wrapper {
  margin-left: -30px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 30px;
  width: calc(100% + 60px);
}
.order-callback__icon-box {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.order-callback__warning {
  margin-bottom: 32px;
  margin-top: -12px;
}
.order-callback__warning-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 2;
}
.order-callback__warning-close svg {
  color: #C93F40 !important;
}
.order-callback__code {
  color: #272727;
  cursor: pointer;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 51px;
  margin-top: -12px;
  text-align: right;
  text-decoration-line: underline;
}
.order-callback__prev {
  cursor: pointer;
  left: 16px;
  position: absolute;
  top: 16px;
}
.order-callback__info {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: center;
}
.order-callback__info span {
  font-weight: 600;
}
.order-callback__link {
  color: #272727;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
  margin-top: -12px;
  text-decoration: underline;
}
@media only screen and (max-width: 590px) {
.order-callback__prev-icon {
    display: none;
}
}
.order-callback__chevron-icon {
  display: none;
}
@media only screen and (max-width: 590px) {
.order-callback__chevron-icon {
    color: #272727 !important;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
}
.order-callback__subtitle {
  color: #272727;
  line-height: 150%;
  margin-bottom: 24px;
  margin-top: -20px;
  text-align: center;
}
.order-callback__subtitle span {
  font-weight: 600;
}
.order-callback__step {
  color: #828282;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
  right: 70px;
  top: 19px;
}
@media only screen and (max-width: 590px) {
.order-callback__step {
    right: 50px;
}
.order-callback__step span {
    display: none;
}
}
.order-callback__title {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #272727;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-top: 0;
}
@media only screen and (max-width: 590px) {
.order-callback__title {
    font-size: 16px;
}
.order-callback__title--pd {
    padding-left: 28px;
}
}
.order-callback__title--center {
  text-align: center;
}
.order-callback__title span {
  display: block;
}
.order-callback__title-span {
  white-space: nowrap;
}
.order-callback__field {
  margin-bottom: 24px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
.order-callback__field--check:before {
  background: url("../images/required/check.svg") no-repeat;
  content: "";
  height: 24px;
  position: absolute;
  right: 16px;
  top: 15px;
  width: 24px;
  z-index: 1;
}
.order-callback__field--pd {
  margin: 48px 0 32px;
}
.order-callback__checkbox .form-group-checkbox__label {
  color: #272727;
  font-size: 16px;
  line-height: 150%;
  padding-left: 12px;
}
.order-callback__btn-box {
  margin-bottom: 8px;
  margin-top: 32px;
}
.order-callback__btn-box--flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -6px;
  margin-right: -6px;
  width: calc(100% + 12px);
}
.order-callback__btn-box--flex-start .btn {
  margin-left: 6px;
  margin-right: 6px;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 590px) {
.order-callback__btn-box--flex-start .btn {
    width: calc(100% - 12px);
}
}
.order-callback__btn-box--mb {
  margin-bottom: 0;
}
.order-callback__btn-box--reg {
  margin-bottom: 32px;
  margin-top: 16px;
}
.order-callback__btn-box button {
  margin-bottom: 8px;
}
.order-callback__btn-box button:last-child {
  margin-bottom: 0;
}
.order-callback__btn-box--mt {
  margin-bottom: 32px;
  margin-top: -8px;
}
.order-callback__privacy-policy {
  color: #828282;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 12px;
}
.order-callback__privacy-policy a {
  color: #828282;
}
.order-callback__phone-title {
  font-size: 16px;
  margin-top: 48px;
  text-align: center;
}
@media only screen and (max-width: 590px) {
.order-callback__phone-title {
    font-size: 14px;
    margin-top: 32px;
}
}
.order-callback__phone-title span {
  display: block;
}
.order-callback__phone-text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  margin-top: 16px;
  text-align: center;
}
@media only screen and (max-width: 590px) {
.order-callback__phone-text {
    font-size: 20px;
}
}
.order-callback__phone-text a {
  color: #272727;
}
.order-callback__work-schedule {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  margin-top: 12px;
}
.order-callback__btn {
  width: 100%;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.loader {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.5) url("../images/required/loader.svg") center center no-repeat;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.payment-methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 290px;
  padding: 0;
}
.payment-methods__item {
  margin-bottom: 15px;
  width: 48px;
  position: relative;
}
@media only screen and (max-width: 960px) {
.payment-methods__item {
    width: 40px;
}
}
.payment-methods__item:last-child {
  margin-right: 0;
}
/* fonts */
/* Breakpoints */
/* Fonts generator */
/* Default transition */
.footer__container {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1664px;
}
@media only screen and (max-width: 768px) {
.footer__container {
    padding-left: 16px;
    padding-right: 16px;
}
}
.footer {
  background: #F7F5F3;
  padding-top: 52px;
}
@media only screen and (max-width: 1365px) {
.footer {
    margin-bottom: 58px;
}
}
@media only screen and (max-width: 768px) {
.footer {
    padding-top: 48px;
}
@-webkit-keyframes fade_in_show {
0% {
      opacity: 0;
}
100% {
      opacity: 1;
}
}
@keyframes fade_in_show {
0% {
      opacity: 0;
}
100% {
      opacity: 1;
}
}
}
.footer__social {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -15px;
}
@media only screen and (max-width: 960px) {
.footer__social {
    width: 100%;
}
}
@media only screen and (max-width: 530px) {
.footer__social {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
}
}
.footer__social-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}
.footer__social-item svg {
  color: #232323;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.footer__social-item[data-name=whatsapp] svg {
  height: 25px;
  width: 25px;
}
.footer__social-item:hover svg {
  opacity: 0.5;
}
@media only screen and (max-width: 590px) {
.footer--card {
    margin-bottom: 128px;
}
}
.footer__wrapper-section--btn {
  margin-bottom: 48px;
}
@media only screen and (max-width: 530px) {
.footer__wrapper-section--btn {
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
}
@media only screen and (max-width: 530px) {
.footer__wrapper-section--card {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer__copyright {
  border-top: 1px solid #272727;
  padding: 16px 0;
}
@media only screen and (max-width: 960px) {
.footer__copyright {
    border: 0;
    padding-bottom: 24px;
    padding-top: 0;
}
}
.footer__container-left {
  width: 25%;
}
@media only screen and (max-width: 768px) {
.footer__container-left .footer__section-name {
    border-top: 1px solid #E0E0E0;
}
}
.footer__container-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 50%;
}
@media only screen and (max-width: 960px) {
.footer__container-center {
    width: 75%;
}
}
.footer__container-center .footer__wrapper-section {
  width: 50%;
}
.footer__container-right {
  width: 25%;
}
@media only screen and (max-width: 768px) {
.footer__container-right {
    margin-top: 40px;
}
.footer__container-right .footer__wrapper-section .footer__section-name {
    font-size: 16px;
}
}
@media only screen and (max-width: 960px) {
.footer__container-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
}
}
@media only screen and (max-width: 530px) {
.footer__container-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
@media only screen and (max-width: 420px) {
.footer__container-right .footer__wrapper-section .footer__section-name {
    font-size: 14px;
}
}
.footer__section-name {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 420px) {
.footer__section-name {
    font-size: 16px;
}
}
.footer__section-list {
  margin-bottom: 40px;
  margin-top: 12px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
.footer__section-list {
    display: none;
}
}
.footer__list-link {
  list-style: none;
  margin-bottom: 8px;
}
.footer__list-link a {
  color: #272727;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 420px) {
.footer__list-link a {
    font-size: 14px;
}
}
.footer__list-link a:hover {
  color: #828282;
}
.footer__list-link:last-child {
  margin-bottom: 0;
}
.footer__btn-box {
  margin-top: 16px;
}
@media only screen and (max-width: 420px) {
.footer__btn-box {
    width: 100%;
}
}
.footer__copyright-container {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 960px) {
.footer__copyright-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
}
.footer__copyright-link {
  min-width: 358px;
}
@media only screen and (max-width: 960px) {
.footer__copyright-link {
    min-width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 32px;
}
}
.footer__copyright-link a {
  color: #272727;
  padding-left: 40px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 960px) {
.footer__copyright-link a {
    font-size: 16px;
    padding-bottom: 14px;
    padding-left: 0;
    padding-right: 40px;
    text-decoration: underline;
}
}
.footer__copyright-link a:hover {
  color: #828282;
}
@media only screen and (max-width: 960px) {
.footer__copyright-text {
    font-size: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
}
}
@media only screen and (max-width: 768px) {
.footer__container-left, .footer__container-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.footer__container-left .footer__wrapper-section, .footer__container-center .footer__wrapper-section {
    width: 100%;
}
.footer__container-left .footer__section-name, .footer__container-center .footer__section-name {
    border-bottom: 1px solid #E0E0E0;
    cursor: pointer;
    padding: 16px 0;
    position: relative;
    width: 100%;
}
.footer__container-left .footer__section-name:before, .footer__container-center .footer__section-name:before {
    background: url("../images/required/up.svg") no-repeat;
    content: "";
    display: inline-block;
    height: 9px;
    margin-top: -4px;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 14px;
}
}
.footer__wrapper {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
.footer__wrapper-section.active .footer__section-list {
    -webkit-animation: fade_in_show 0.3s;
            animation: fade_in_show 0.3s;
    border-bottom: 1px solid #E0E0E0;
    display: block;
    margin-bottom: 0;
    padding-bottom: 24px;
}
}
@media only screen and (max-width: 768px) {
.footer__wrapper-section.active .footer__section-name:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
}
.footer .header__favourites-count {
  background: #272727;
  color: #fff;
}
@media only screen and (max-width: 420px) {
.footer__btn.btn {
    display: block;
    width: 100%;
}
}
@-webkit-keyframes example {
0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
50% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
}
@keyframes example {
0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
50% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
}
.footer__call {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: example;
          animation-name: example;
  background: rgba(236, 229, 219, 0.8);
  border-radius: 50%;
  bottom: 32px;
  color: rgb(28, 94, 84);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 32px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 75px;
  z-index: 9999999;
}
@media only screen and (max-width: 1365px) {
.footer__call {
    bottom: 72px;
}
}
@media only screen and (max-width: 768px) {
.footer__call {
    height: 80px;
    right: 16px;
    width: 80px;
}
.footer__call svg {
    width: 42px;
}
}
.footer__call svg {
  height: 42px;
  width: 47px;
}
.footer__call:hover {
  color: rgb(79, 211, 89);
}
