/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: "GothamPro";
  font-style: regular;
  font-weight: 400;
  src: url(./fonts/gothampro-regular.woff2?460cb8267b246d377621c99bd2d2e666) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: medium;
  font-weight: 500;
  src: url(./fonts/gothampro-medium.woff2?8fae34463e8c3432c3d8f0139a491509) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url(./fonts/gothampro-bold.woff2?30bf56530a899090a84293c914a6c505) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: black;
  font-weight: 900;
  src: url(./fonts/gothampro-black.woff2?27fb0b4426ebdaeccf4db46b39820e11) format("woff2");
}

* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

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

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

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

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

::placeholder {
  color: #cccccc;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

.input-wrap input {
  font-family: "GothamPro", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "GothamPro", sans-serif;
  overflow-x: hidden;
  color: #000;
  background-color: #f8f8f8;
  margin: 0;
}

h1,
p,
h2 {
  margin: 0;
  padding: 0;
  font-family: "GothamPro", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

section {
  position: relative;
  width: 100%;
}

img {
  /* width: 100%; */
  pointer-events: none;
  cursor: default;
}

img::-moz-selection {
  background-color: transparent;
  color: #fff;
}

img::selection {
  background-color: transparent;
  color: #fff;
}

.success-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  text-align: center;
  background-color: rgba(37, 35, 34, 0.8);
  display: none;
}

.success-wrap.active {
  display: flex;
}

.success-wrap .success-block {
  max-width: 280px;
  font-weight: bold;
  color: #fff;
}

.main-header-wrap {
  position: relative;
  text-align: center;
  max-width: 525px;
  margin: 0 auto;
}

.main-header-wrap--brand {
  margin-top: 65px;
}

.main-header-wrap .main-header {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-header-wrap .main-header span {
  display: inline-block;
  margin: 0 30px;
}

.main-header-wrap .main-header::after,
.main-header-wrap .main-header::before {
  content: "";
  position: relative;
  display: inline-block;
  max-width: 60px;
  width: 100%;
  height: 5px;
  background-color: #ff9742;
}

.main-header-wrap .signature-for-header {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.-with-opacity-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.-with-opacity-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(41, 39, 38, 0.7);
}

.btn-s {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 30px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #48afdc;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-s.link-page {
  background-color: #48afdc;
}

.btn-s.link-page:hover {
  background-color: #06b1fb;
}

.btn-s.link-page .icon-wrap {
  width: 18px;
  margin-right: 15px;
  margin-top: 2px;
}

.btn-s.link-page.orange {
  background-image: linear-gradient(0deg, #ff7e00 0%, #ffa200 100%);
  border: 2px solid #fff;
}

.btn-s.link-page.orange:hover {
  transform: scale(1.05);
}

.btn-s.order {
  background-image: linear-gradient(0deg, #ff7e00 0%, #ffa200 100%);
  border: 2px solid #ff9742;
}

.btn-s.order .icon-wrap {
  width: 25px;
  margin-right: 15px;
  margin-top: 2px;
}

.btn-s.order:hover {
  transform: scale(1.05);
}

.btn-s.blue:hover {
  background-color: #06b1fb;
}

.btn-h {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border-radius: 10px;
  border: 2px solid #48afdc;
}

.btn-h:hover {
  background-color: #06b1fb;
  color: #fff;
}

.btn-h.accent {
  color: #fff;
  border: 0;
  background-color: #ff9742 !important;
  border: 2px solid #ff9742 !important;
}

.btn-h.accent:hover {
  background-color: #f6760e !important;
}

.buttons-part {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.main-txt {
  font-size: 16px;
  line-height: 24px;
}

.arrow-go-to-page {
  position: relative;
  display: flex;
  align-items: center;
}

.arrow-go-to-page .arrow-right {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background-color: #fff;
  background-image: url("./img/right-arrow2.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}

.arrow-go-to-page span {
  font-size: 14px;
  font-weight: 500;
  color: #cccccc;
  display: inline-block;
  margin-right: 10px;
}

.div-icon {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.phones-wrap li {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
}

.phones-wrap .div-icon.phone-i {
  width: 15px;
  height: 15px;
  background-image: url("./img/telephone-symbol-button-w.svg");
  margin-right: 15px;
}

.phones-wrap .div-icon.dropdown {
  width: 12px;
  height: 12px;
  background-image: url("./img/caret-down.svg");
  margin-left: 10px;
}

.phones-of-contact li {
  font-weight: bold;
  font-size: 18px;
}

.phones-of-contact li.-with-massendgers {
  flex-wrap: wrap;
}

.phones-of-contact li.-with-massendgers .img-of-social {
  width: 100px;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.phones-of-contact li.-with-massendgers .img-of-social a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 5px;
  display: flex;
}

.phones-of-contact li.-with-massendgers .img-of-social a:hover {
  transform: scale(1.1);
}

.phones-of-contact li.-with-massendgers .img-of-social a.telegram {
  background-image: url("./img/telegram.png");
}

.phones-of-contact li.-with-massendgers .img-of-social a.viber {
  background-image: url("./img/viber.png");
}

.phones-of-contact .div-icon.phone-i {
  width: 25px;
  height: 25px;
  background-image: url("./img/telephone-symbol-button.svg");
  margin-right: 15px;
}

.grapfic-work {
  position: relative;
  display: flex;
  align-items: center;
}

.grapfic-work .signature-gw:first-child {
  margin-right: 15px;
}

.grapfic-work .signature-gw .days {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.grapfic-work .signature-gw .value-for-days {
  font-weight: bold;
  color: #ff9742;
  line-height: 1;
  margin-top: 5px;
}

.breadcrumb-flex {
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.breadcrumb-flex--blog {
  margin-bottom: 0;
}

.breadcrumb-wrap {
  background-color: #48afdc;
  padding: 7px 14px;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-wrap a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding-right: 20px;
  font-weight: 500;
  position: relative;
}

.breadcrumb-wrap a::before {
  content: ">";
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  right: 4px;
  top: 0;
}

.breadcrumb-wrap a:last-child {
  text-decoration: underline;
  padding-right: 0;
}

.breadcrumb-wrap a:last-child::before {
  display: none;
}

.header-part {
  z-index: 999;
  position: absolute;
}

.header-part.scroll {
  position: fixed;
}

.header-part.scroll .phones-header {
  display: none;
}

.header-part.scroll .low-info-header {
  padding: 5px 0;
  padding-top: 10px;
  z-index: 10002;
}

.header-part.scroll .low-info-header .logo-part {
  width: 110px !important;
}

.header-part.scroll .nav-header {
  background-color: rgba(37, 35, 34, 0.9);
}

.header-part .phones-header {
  background-color: #252322;
  padding: 10px 0;
}

.header-part .phones-header .phones-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-part .phones-header .phones-wrap li {
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.header-part .phones-header .phones-wrap li:hover {
  color: #ff9742;
}

.header-part .phones-header .phones-wrap li:hover .dropdown-numbers {
  display: flex;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers {
  position: absolute;
  z-index: 5;
  max-width: 280px;
  width: 100%;
  height: 160px;
  bottom: -170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  color: #000;
  padding: 15px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: none;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers::before {
  content: "";
  height: 15px;
  position: absolute;
  width: 100%;
  background-color: transparent;
  top: -10px;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers .number-of-dropdown {
  margin-top: 10px;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers .adress {
  color: #48afdc;
  line-height: 16px;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers .btn-sm {
  display: block;
  margin-top: 15px;
  width: 100%;
  font-weight: 14px;
  text-align: center;
  padding: 5px 10px;
  background-color: #48afdc;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.header-part .phones-header .phones-wrap li .dropdown-numbers .btn-sm:hover {
  background-color: #06b1fb;
}

.header-part .low-info-header {
  position: relative;
  background-color: #fff;
  padding: 10px 0;
}

.header-part .low-info-header .low-info-header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-part .low-info-header .low-info-header-wrap .logo-part {
  width: 120px;
}

.header-part .low-info-header .low-info-header-wrap .buttons-part .btn-h:first-child {
  margin-right: 30px;
}

.header-part .nav-header {
  position: absolute;
  bottom: -40px;
  background-color: rgba(37, 35, 34, 0.7);
  width: 100%;
  left: 0;
}

.header-part .nav-header .mobile-hamburger {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: none;
  border-bottom: 1px solid transparent;
}

.header-part .nav-header .mobile-hamburger:hover .nav-name {
  color: #ff9742;
}

.header-part .nav-header .mobile-hamburger.active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header-part .nav-header .mobile-hamburger.active .hamburger li {
  position: absolute;
  top: 10px;
}

.header-part .nav-header .mobile-hamburger.active .hamburger li:first-child {
  transform: rotate(45deg);
}

.header-part .nav-header .mobile-hamburger.active .hamburger li:last-child {
  transform: rotate(-45deg);
}

.header-part .nav-header .mobile-hamburger.active .hamburger li.middle-line {
  display: none;
}

.header-part .nav-header .mobile-hamburger.active .nav-name {
  color: #ff9742;
}

.header-part .nav-header .mobile-hamburger .hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-part .nav-header .mobile-hamburger .hamburger li {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.header-part .nav-header .mobile-hamburger .nav-name {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin-left: 15px;
  line-height: 1;
}

.header-part .nav-header .nav-wrap .menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-part .nav-header .nav-wrap .menu a {
  display: flex;
  align-items: center;
  height: 40px;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}

.header-part .nav-header .nav-wrap .menu a:last-child {
  margin-right: 0;
}

.header-part .nav-header .nav-wrap .menu a:hover {
  background-color: #252322;
  text-decoration: underline;
}

.header-part .nav-header .nav-wrap .menu .current-menu-item a {
  color: #ff9742;
}

.main-block {
  background-image: url("./img/up-bg.png");
  background-position: center;
  padding-top: 130px;
}

.main-block.-for-inner-page {
  background-image: url("./img/replay-bg.png");
}

.main-block.-for-inner-page .main-block-wrap {
  padding-top: 75px;
}

.main-block .main-block-wrap {
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 100px;
  max-width: 945px;
  width: 100%;
  color: #fff;
}

.main-block .main-block-wrap--blog {
  display: flex;
  max-width: initial;
  align-items: center;
  gap: 20px;
}

.main-block .main-block-wrap .big-header {
  cursor: default;
  font-size: 50px;
  line-height: 60px;
  max-width: 600px;
  width: 100%;
  font-weight: 900;
}

.main-block .main-block-wrap .main-txt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-top: 50px;
}

.main-block .main-block-wrap .buttons-part {
  margin-top: 50px;
}

.main-block .main-block-wrap .buttons-part--blog {
  margin-top: 0;
}

.main-block .main-block-wrap .buttons-part .order {
  margin-right: 30px;
}

.main-block .main-block-wrap .buttons-part .order--blog {
  margin-right: 0;
}

.addition-info {
  padding-top: 100px;
  padding-bottom: 100px;
}

.addition-info .items3part {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-between;
}

.addition-info .items3part .item-part {
  max-width: 360px;
  padding: 30px 20px;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.addition-info .items3part .item-part .low-header {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

.addition-info .items3part .item-part .icon-wrap {
  position: relative;
  height: 60px;
  margin-bottom: 10px;
}

.addition-info .items3part .item-part .icon-wrap img {
  width: 100%;
  max-width: 60px;
}

.addition-info .items3part .item-part .main-txt {
  color: rgba(0, 0, 0, 0.8);
}

.our-specialization {
  padding-top: 120px;
}

.our-specialization .list-of-specialization {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.our-specialization .list-of-specialization .item-of-specialization {
  max-width: 300px;
  width: 100%;
  padding-right: 30px;
  margin-top: 30px;
}

.our-specialization .list-of-specialization .item-of-specialization.separately {
  max-width: 450px;
}

.our-specialization .list-of-specialization .item-of-specialization .main-txt {
  color: rgba(0, 0, 0, 0.8);
}

.our-specialization .list-of-specialization .item-of-specialization .header-of-is {
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  height: 20px;
  position: relative;
  margin-bottom: 15px;
}

.our-specialization .list-of-specialization .item-of-specialization .header-of-is .icon-wrap {
  width: 20px;
  margin-right: 10px;
  height: 20px;
  position: relative;
}

.our-specialization .list-of-specialization .item-of-specialization .header-of-is .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.our-specialization .decor-img-with-order-wrap {
  position: absolute;
  bottom: 0;
  max-width: 450px;
}

.our-specialization .decor-img-with-order-wrap .order-wrap {
  position: relative;
  padding: 20px;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(180deg, #2795c5 0%, #48afdc 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 15px;
  margin-top: 30px;
}

.our-specialization .decor-img-with-order-wrap .order-wrap .header-of-order {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

.our-specialization .decor-img-with-order-wrap .order-wrap .btn-s {
  border: 2px solid #fff;
  margin-top: 15px;
}

.our-specialization .decor-img-with-order-wrap .order-wrap .signature-for-order {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.brands-with-price {
  padding-top: 60px;
  padding-bottom: 60px;
}

.brands-with-price .brands-with-price-choose {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.brands-with-price .brands-with-price-choose .item-choose {
  position: relative;
  max-width: 240px;
  width: 100%;
  background-color: #fff;
  border: 2px solid #ff9742;
  border-radius: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 30px;
}

.brands-with-price .brands-with-price-choose .item-choose:first-child {
  margin-right: 30px;
}

.brands-with-price .brands-with-price-choose .item-choose:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.brands-with-price .brands-with-price-choose .item-choose.active {
  background-color: #ff9742;
  background-image: linear-gradient(-90deg, #ff7e00 0%, #ffa200 100%);
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.brands-with-price .brands-with-price-choose .item-choose .icon-wrap {
  margin-right: 20px;
  position: relative;
  height: 70px;
}

.brands-with-price .brands-with-price-choose .item-choose .icon-wrap:first-child {
  min-width: 33px;
}

.brands-with-price .brands-with-price-choose .item-choose .icon-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.brands-with-price .brands-with-price-wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 35px;
  padding-top: 5px;
  margin-top: 50px;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list.active {
  display: flex;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 15px;
  max-width: 260px;
  width: 100%;
  margin-top: 30px;
  text-decoration: none;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands.empty {
  max-height: 0px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 0;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands.empty:hover {
  border: 0;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands:hover {
  border: 1px solid #000;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands:hover .arrow-go-to-page .arrow-right {
  border: 2px solid #ff9742;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .icon-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  min-width: 90px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part {
  position: relative;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part .heade-of-brand {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin-top: 10px;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part .arrow-go-to-page {
  margin-top: 10px;
}

.brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part .arrow-go-to-page span {
  color: #000;
}

.repiar-laptops {
  background-image: url("./img/laptop-repiar-bg.png");
}

.repiar-laptops .repiar-laptops-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-us {
  padding-top: 120px;
}

.about-us .about-us-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.about-us .about-us-wrap .left-img {
  max-width: 460px;
  width: 100%;
}

.about-us .about-us-wrap .left-img img {
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.about-us .about-us-wrap .right-part {
  width: calc(100% - 510px);
}

.about-us .about-us-wrap .stats-wrap {
  display: flex;
  align-items: stretch;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.about-us .about-us-wrap .stats-wrap .item-of-stats {
  position: relative;
  max-width: 190px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.about-us .about-us-wrap .stats-wrap .item-of-stats span {
  display: inline-block;
  font-size: 24px;
}

.about-us .about-us-wrap .stats-wrap .item-of-stats .icon-wrap {
  height: 35px;
  width: 35px;
  margin-bottom: 5px;
}

.example-of-work {
  /* padding: 60px 0; */
  padding-bottom: 60px;
}

.example-of-work .example-of-work-wrap {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.example-of-work .example-of-work-wrap .example-of-work-item {
  max-width: 360px;
  width: 100%;
  position: relative;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 15px;
  text-decoration: none;
  margin-top: 10px;
}

.example-of-work .example-of-work-wrap .example-of-work-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.example-of-work .example-of-work-wrap .example-of-work-item:hover .arrow-right {
  border: 2px solid #ff9742;
}

.example-of-work .example-of-work-wrap .example-of-work-item:hover span {
  color: #000;
}

.example-of-work .example-of-work-wrap .example-of-work-item .header-of-work-wrap {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
}

.example-of-work .example-of-work-wrap .example-of-work-item .arrow-go-to-page {
  margin-top: 15px;
}

.example-of-work .example-of-work-wrap .example-of-work-item .arrow-go-to-page span {
  margin-left: 10px;
  margin-right: 0;
}

.example-of-work .example-of-work-wrap .example-of-work-item .down-part {
  padding: 0 15px;
  margin-top: 20px;
}

.example-of-work .example-of-work-wrap .example-of-work-item .images-example-item {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
}

.example-of-work .example-of-work-wrap .example-of-work-item .images-example-item .images-part {
  overflow: hidden;
  width: calc(50% - 5px);
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.example-of-work .example-of-work-wrap .example-of-work-item .images-example-item .images-full {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #cccccc;
  border-radius: 10px;
}

.example-of-work .button-part {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.instagram-block {
  padding: 50px 0;
  background-color: #48afdc;
  background-image: linear-gradient(-90deg, #2795c5 0%, #48afdc 100%);
}

.instagram-block .instagram-block-wrap {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.instagram-block .instagram-block-wrap .instagram-decor {
  position: relative;
  display: flex;
  align-items: stretch;
}

.instagram-block .instagram-block-wrap .instagram-decor .decor-id {
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  height: 200px;
}

.instagram-block .instagram-block-wrap .instagram-decor .decor-id:first-child {
  margin-right: 20px;
}

.instagram-block .instagram-block-wrap .instagram-decor .decor-id img {
  width: 120px;
}

.instagram-block .instagram-block-wrap .right-part {
  position: relative;
  padding-left: 70px;
}

.instagram-block .instagram-block-wrap .right-part .txt-info-instagram {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #FFF;
}

.instagram-block .instagram-block-wrap .right-part .txt-info-instagram .accent {
  padding: 2px 5px;
  background-image: linear-gradient(0deg, #ff7e00 0%, #ffa200 100%);
  border-radius: 10px;
}

.instagram-block .instagram-block-wrap .right-part .txt-info-instagram .signature-fo-id {
  font-size: 16px;
}

.instagram-block .instagram-block-wrap .right-part .buttons-part {
  margin-top: 20px;
}

.reviews {
  padding-top: 120px;
}

.reviews--reviews {
  padding-top: 10px;
  padding-bottom: 50px;
}

.reviews .button-part {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.reviews .reviews-wrap {
  margin-top: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.reviews .reviews-wrap .reviews-item {
  position: relative;
  margin-top: 30px;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 30px;
}

.reviews .reviews-wrap .reviews-item .main-txt {
  margin-top: 15px;
}

.reviews .reviews-wrap .reviews-item .up-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviews .reviews-wrap .reviews-item .star-and-grade {
  display: flex;
  align-items: center;
}

.reviews .reviews-wrap .reviews-item .star-and-grade span {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.reviews .reviews-wrap .reviews-item .star-and-grade .icon-wrap {
  width: 20px;
  margin-left: 5px;
}

.reviews .reviews-wrap .reviews-item .reviewer-name {
  position: relative;
  display: flex;
  align-items: center;
}

.reviews .reviews-wrap .reviews-item .reviewer-name .name-of-user {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  max-width: 150px;
  width: 100%;
  padding-right: 10px;
  cursor: default;
}

.reviews .reviews-wrap .reviews-item .reviewer-name .icon-user-icon {
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  border: 1px solid #ff9742;
  background-position: center bottom;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url("./img/man-user.svg");
}

.reviews .reviews-button-wrap {
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.reviews .reviews-button-wrap .link-page.-custom {
  background-color: transparent;
  color: #000;
  transition: background-color 0.3s ease;
  margin: 0 30px;
}

.reviews .reviews-button-wrap .link-page.-custom:hover {
  background-color: #06b1fb;
  color: #fff;
}

.our-blog {
  padding: 100px 0;
  background-image: url("./img/blog-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-blog .our-blog-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 0;
  max-width: 100%;
  flex-wrap: wrap;
}

.our-blog .left-part-info {
  max-width: 360px;
  width: 100%;
}

.our-blog .right-part-main-articles {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: calc(100% - 390px);
}

.our-blog .article-item {
  max-width: 360px;
  width: 100%;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.our-blog .article-item:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.our-blog .article-item:hover .arrow-go-to-page .arrow-right {
  border-color: #ff9742;
}

.our-blog .article-item .img-block {
  width: 100%;
  overflow: hidden;
  height: 160px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.our-blog .article-item .header-of-article {
  color: #000;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
  margin-top: 15px;
}

.our-blog .article-item .arrow-go-to-page span {
  margin-left: 10px;
  color: #000;
}

.our-blog .article-item .down-part {
  position: relative;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.our-blog .article-item .down-part .data-part {
  font-size: 14px;
  color: #48afdc;
  line-height: 1;
  font-weight: bold;
}

.contacts {
  padding-top: 120px;
  padding-bottom: 100px;
}

.contacts .contacts-wrap {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contacts .contacts-wrap .contacts-item {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.contacts .contacts-wrap .contacts-item .header-of-contacts {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 30px;
}

.contacts .contacts-wrap .contacts-item .phones-of-contact li {
  margin-top: 15px;
}

.contacts .contacts-wrap .contacts-item .g-map-wrap {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  max-width: 50%;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.contacts .contacts-wrap .contacts-item .left-part-of-contacts-item-wrap {
  max-width: 50%;
  width: 100%;
  padding-right: 30px;
}

.adress-wrap {
  display: flex;
  align-items: center;
  position: relative;
}

.adress-wrap .icon-wrap {
  width: 40px;
  margin-right: 15px;
}

.adress-wrap .right-part .value {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.adress-wrap .right-part .signature-for-value {
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
}

.cuirer {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  padding: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/cuirer-bg.png");
  color: #fff;
  padding-top: 40px;
}

.cuirer .header-of-cuirer {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.cuirer .header-of-cuirer span {
  display: inline-block;
  margin-right: 20px;
}

.cuirer .header-of-cuirer .icon-wrap {
  width: 70px;
  margin-top: 10px;
}

.cuirer .main-txt {
  position: relative;
  z-index: 2;
}

.form {
  padding: 50px 0;
  background-image: linear-gradient(-90deg, #2795c5 0%, #48afdc 100%);
  color: #fff;
}

.form .form-wrap {
  position: relative;
  max-width: 945px;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  padding: 20px 30px;
  border-radius: 15px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.form .form-wrap form {
  display: flex;
  margin-top: 20px;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.form .form-wrap form .input-wrap {
  max-width: 240px;
  width: 100%;
}

.input-wrap {
  position: relative;
  width: 100%;
}

.input-wrap .signature-for-input {
  font-size: 16px;
  line-height: 1;
  margin-left: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.input-wrap input {
  height: 50px;
  border: 2px solid #ff9742;
  border-radius: 20px;
  padding: 0 15px;
  width: 100%;
}

.footer {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/footer-bg.png");
}

.footer .footer-wrap {
  position: relative;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer .footer-wrap .copyright {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
}

.footer .footer-wrap .logo-part {
  width: 180px;
}

.footer .footer-wrap .nav-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 750px;
  padding: 0 30px;
}

.footer .footer-wrap .nav-wrap a {
  display: block;
  color: #fff;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 25px;
  flex-basis: 33%;
}

.footer .footer-wrap .nav-wrap a:hover {
  color: #ff9742;
}

.footer .seo-words {
  position: relative;
  margin-top: 50px;
  padding: 30px 60px;
  background-color: rgba(37, 35, 34, 0.7);
  z-index: 2;
  border-radius: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 20px;
  cursor: default;
}

.to-online-store {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  background-image: linear-gradient(0deg, #ff7e00 0%, #ffa200 100%);
  z-index: 10000;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 15px 0 0 0;
  border: 2px solid #252322;
  border-bottom: 0;
  border-right: 0;
  box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.2);
}

.format-price {
  padding-top: 50px;
  padding-bottom: 50px;
}

.format-price .flex-wrap {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.format-price .flex-wrap .decor-img-part,
.format-price .flex-wrap .right-part {
  z-index: 2;
  position: relative;
}

.format-price .flex-wrap .decor-img-part {
  max-width: 215px;
  width: 100%;
}

.format-price .flex-wrap .right-part {
  padding-left: 30px;
}

.format-price .flex-wrap .right-part .main-txt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  cursor: default;
}

.format-price .flex-wrap .right-part .header-of-format-price {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 36px;
  cursor: default;
}

.diagnostic-block {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.diagnostic-block .order-wrap {
  position: relative;
  padding: 30px;
  width: 100%;
  color: #fff;
  background-image: linear-gradient(180deg, #2795c5 0%, #48afdc 100%);
  text-align: left;
  display: flex;
  align-items: center;
  border-radius: 15px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .diagnostic-block .order-wrap {
    flex-direction: column;
  }
}

.diagnostic-block .order-wrap .header-of-order {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 15px;
  cursor: default;
}

.diagnostic-block .order-wrap .btn-s {
  border: 2px solid #fff;
  margin-top: 15px;
}

.diagnostic-block .order-wrap .signature-for-order {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  cursor: default;
}

.blog-post-date {
  text-align: right;
  flex-basis: 100%;
}

.blog-pagination-item {
  width: 40px;
  height: 40px;
  /* background-color: #252322; */
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid grey;
}

.blog-pagination-item--active {
  background-color: #ff9742 !important;
}

.price-table {
  margin-top: 50px;
}

.price-table-header {
  display: flex;
  justify-content: space-between;
  background-color: #ff9742;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}

@media (max-width: 576px) {
  .price-table-header {
    font-size: 11px;
  }
}

.price-table-header-title {
  word-break: break-all;
}

.price-table-item {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #ff9742;
}

.price-table-item:last-child {
  border-bottom: none;
}

.price-table-etc {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .price-table-etc {
    font-size: 14px;
  }
}

.price-table-problem {
  padding: 38px 0 45px;
}

.price-table-problem-caption {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.price-table-problem-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.price-table-problem-img--smartphone {
  width: 14px;
  height: 22px;
}

.price-table-problem-img--halfbattery {
  width: 23px;
  height: 12px;
  margin-top: -5px;
}

.price-table-problem-img--phone {
  width: 20px;
  height: 25px;
}

.price-table-problem-img--switch {
  width: 22px;
  height: 13px;
  margin-top: -5px;
}

.price-table-problem-img--jack {
  width: 20px;
  height: 25px;
}

.price-table-problem-img--camera {
  width: 24px;
  height: 19px;
}

.price-table-problem-img--lock {
  width: 23px;
  height: 23px;
}

.price-table-problem-img--chip {
  width: 20px;
  height: 21px;
}

.price-table-problem-img--mic {
  width: 15px;
  height: 21px;
  margin-top: -4px;
}

.price-table-problem-img--prog {
  width: 20px;
  height: 17px;
}

.price-table-problem-img--plate {
  width: 23px;
  heigth: 22px;
}

.price-table-problem-title {
  font-size: 18px;
}

@media (max-width: 576px) {
  .price-table-problem-title {
    font-size: 14px;
  }
}

.price-table-problem-desc {
  color: #555555;
}

@media (max-width: 576px) {
  .price-table-problem-desc {
    font-size: 13px;
  }
}

.blog-item {
  padding: 40px 44px 112px;
  background: #fff;
  border-radius: 15px;
  margin-top: -60px;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .blog-item {
    padding-bottom: 48px;
  }
}

.blog-item-container {
  background: #f8f8f8;
}

.blog-item-img-container {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .blog-item-img-container {
    margin-bottom: 20px;
  }
}

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

.blog-item-header-title {
  max-width: 470px;
  font-size: 30px;
}

@media (max-width: 768px) {
  .blog-item-header-title {
    font-size: 22px;
  }
}

.blog-item-header-date {
  font-size: 18px;
  font-weight: bold;
  color: #48afdc;
}

@media (max-width: 768px) {
  .blog-item-header-date {
    font-size: 14px;
  }
}

.blog-item-body-question {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .blog-item-body-question {
    font-size: 16px;
    margin-top: 20px;
  }
}

.blog-item-body-answer {
  margin-top: 38px;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .blog-item-body-answer {
    font-size: 14px;
    margin-top: 20px;
  }
}

.feedback-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  align-items: center;
  justify-content: center;
  display: none;
}

.feedback-modal-body {
  background-color: #000;
  border: 1px solid #ff9742;
  max-width: 210px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 9px;
}

.feedback-modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
}

.feedback-modal--show {
  display: flex;
}

.pre-review-title {
  padding: 50px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.pre-review-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  gap: 10px;
}

.pre-review-body-container {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pre-review-map {
  background: url("./img/map.jpg") center center no-repeat;
  padding: 26px 66px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pre-review-map-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .pre-review-map {
    padding: 20px;
    gap: 10px;
  }
}

.pre-review-map-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .pre-review-map-left {
    gap: 10px;
  }
}

.pre-review-map-left-img {
  width: 46px;
  height: 66px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pre-review-map-left-title {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .pre-review-map-left-title {
    font-size: 16px;
  }
}

.pre-review-map-link {
  background: transparent;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #48afdc;
  border-radius: 20px;
  padding: 15px 30px;
}

@media (max-width: 768px) {
  .pre-review-map-link {
    padding: 15px;
  }
}

.header-address {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.address-icon {
  width: 32px;
  margin-right: 20px;
}

.address-header {
  font-size: 14px;
  font-weight: 500;
}

.address-header span {
  color: #48afdc;
}

.address-footer {
  font-size: 12px;
}

.atellink {
  text-decoration: none;
  color: inherit;
}

.atellink:hover {
  text-decoration: underline;
}

.addition-info--work {
  padding-bottom: 60px;
}

.button-part a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: dark) {
  .pre-review {
    border: none;
  }

  .pre-review {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }

  .blog-pagination-item {
    background-color: #252322;
  }

  .header-address {
    color: #fff;
  }

  .header-part .low-info-header {
    background-color: #353233;
  }

  .header-part .low-info-header .low-info-header-wrap .buttons-part .btn-h:first-child {
    color: #fff;
  }

  .addition-info,
  .our-specialization,
  .brands-with-price,
  .about-us,
  .example-of-work,
  .reviews,
  .contacts,
  .format-price,
  .diagnostic-block,
  .pre-review,
  .pre-review-body-container {
    background-color: #252322;
    color: #fff;
  }

  .addition-info .items3part .item-part,
  .about-us .about-us-wrap .stats-wrap .item-of-stats,
  .example-of-work .example-of-work-wrap .example-of-work-item,
  .reviews .reviews-wrap .reviews-item {
    background-color: #353233;
    color: #fff;
  }

  .addition-info .items3part .item-part .main-txt,
  .our-specialization .list-of-specialization .item-of-specialization .main-txt {
    color: rgba(255, 255, 255, 0.8);
  }

  .brands-with-price .brands-with-price-choose .item-choose {
    background-color: #252322;
  }

  .brands-with-price .brands-with-price-wrap {
    background-color: #353233;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands {
    background-color: #252322;
    border: 1px solid #000;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands:hover {
    border: 1px solid #cccccc;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part .heade-of-brand {
    color: #fff;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands .right-part .arrow-go-to-page span {
    color: #fff;
  }

  .example-of-work .example-of-work-wrap .example-of-work-item:hover .arrow-go-to-page span {
    color: #fff;
  }

  .example-of-work .example-of-work-wrap .example-of-work-item .header-of-work-wrap {
    color: #fff;
  }

  .reviews .reviews-button-wrap .link-page.-custom {
    color: #fff;
  }
}

/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  /**/

  .header-part .low-info-header .low-info-header-wrap .buttons-part .btn-h:first-child {
    margin-right: 10px;
  }

  .addition-info .items3part .item-part {
    max-width: 100%;
    width: calc(33% - 15px);
  }

  .our-specialization .list-of-specialization .item-of-specialization {
    width: 50% !important;
    max-width: 100%;
  }

  .our-specialization .list-of-specialization .item-of-specialization:last-child {
    width: 100% !important;
  }

  .our-specialization .list-of-specialization .item-of-specialization.separately {
    display: none;
  }

  .our-specialization .list-of-specialization .item-of-specialization.separately:first-child {
    display: block;
  }

  .our-specialization .decor-img-with-order-wrap {
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
  }

  .about-us .about-us-wrap .left-img {
    max-width: 400px;
  }

  .about-us .about-us-wrap .right-part {
    width: calc(100% - 430px);
  }

  .about-us .about-us-wrap .stats-wrap .item-of-stats {
    max-width: 160px;
  }

  .instagram-block .instagram-block-wrap .right-part {
    padding-left: 60px;
  }

  .our-blog .article-item {
    margin: 15px 0;
  }

  .our-blog .right-part-main-articles {
    justify-content: flex-end;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list {
    flex-wrap: wrap;
  }

  .our-blog .our-blog-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .our-blog .right-part-main-articles {
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .our-blog .article-item {
    width: calc(50% - 15px);
    max-width: 100%;
    margin: 0;
    margin-top: 60px;
  }

  .our-blog .article-item .img-block {
    height: 200px;
  }

  .our-blog .left-part-info {
    max-width: 100%;
  }

  .example-of-work .example-of-work-wrap {
    justify-content: center;
  }

  .example-of-work .example-of-work-wrap .example-of-work-item {
    margin: 0 15px;
    margin-top: 30px;
  }

  .example-of-work .example-of-work-wrap {
    margin-top: 0px;
  }

  .reviews .reviews-wrap {
    justify-content: center;
  }

  .reviews .reviews-wrap .reviews-item {
    margin: 0 15px;
    margin-top: 30px;
  }

  .about-us .about-us-wrap {
    align-items: center;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 991px) {

  .header-address {
    display: none;
  }





  /**/

  .addition-info .items3part {
    flex-direction: column;
  }

  .addition-info .items3part .item-part {
    width: 100%;
    margin-top: 30px;
  }

  .about-us .about-us-wrap {
    flex-direction: column;
  }

  .about-us .about-us-wrap .right-part {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }

  .about-us .about-us-wrap .stats-wrap .item-of-stats {
    max-width: 180px;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands {
    width: calc(50% - 15px);
    max-width: 100%;
  }

  .example-of-work .example-of-work-wrap .example-of-work-item {
    max-width: 460px;
  }

  .reviews .reviews-wrap .reviews-item {
    max-width: 460px;
  }

  .reviews .reviews-button-wrap {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 600px;
  }

  .reviews .reviews-button-wrap .btn-s {
    margin: 0 15px;
    margin-top: 15px !important;
  }

  .reviews .reviews-button-wrap .link-page.-custom {
    margin-right: 0;
    margin-left: 0;
  }

  .instagram-block .instagram-block-wrap {
    flex-direction: column;
  }

  .instagram-block .instagram-block-wrap .right-part {
    padding-left: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }

  .form .form-wrap .main-txt {
    text-align: center;
  }

  .form .form-wrap form {
    flex-direction: column;
    align-items: flex-start;
  }

  .form .form-wrap form .btn-s.order {
    margin-top: 30px;
  }

  .form .form-wrap form .input-wrap {
    max-width: 100%;
    margin-top: 20px;
  }

  .form .form-wrap form .input-wrap:first-child {
    margin-top: 0;
  }

  .footer .footer-wrap {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-wrap .nav-wrap {
    text-align: center;
    margin: 30px 0;
  }

  .header-part .nav-header .nav-wrap .menu {
    position: fixed;
    flex-direction: column;
    width: 100%;
    top: 0;
    left: 0;
    height: calc(100vh + 120px);
    justify-content: flex-start;
    background-color: #252322;
    padding-top: 210px;
    z-index: -1;
    display: none;
  }

  .header-part .nav-header .nav-wrap.show-menu .menu {
    overflow: hidden;
    display: flex;
  }

  .header-part .nav-header .nav-wrap .menu a {
    width: 100%;
    justify-content: center;
    padding: 20px 15px;
    text-align: center;
    margin-top: 5px;
  }

  .header-part .nav-header .nav-wrap .menu a:hover {
    background-color: #ff9742;
  }

  .header-part .nav-header .nav-wrap .menu .current-menu-item a {
    text-decoration: none;
  }

  .header-part.active {
    /* position: fixed; */
  }

  .header-part .nav-header .mobile-hamburger {
    display: flex;
  }

  .contacts .contacts-wrap .contacts-item {
    flex-direction: column;
  }

  .contacts .contacts-wrap .contacts-item .left-part-of-contacts-item-wrap {
    max-width: 460px;
    padding-right: 0;
  }

  .contacts .contacts-wrap .contacts-item .g-map-wrap {
    max-width: 750px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 768px) {
  /**/

  .header-address {
    display: none;
  }

  .phones-of-contact li.-with-massendgers span {
    display: inline-block;
    margin-right: 30px;
  }

  .phones-of-contact li.-with-massendgers .img-of-social {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .phones-of-contact li.-with-massendgers .img-of-social a:first-child {
    margin-left: 0;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 700px) {
  .footer .footer-wrap .nav-wrap a {
    flex-basis: 50%;
  }

  /**/

  .our-blog .right-part-main-articles {
    flex-direction: column;
    align-items: center;
  }

  .our-blog .article-item {
    width: 100%;
    max-width: 460px;
  }

  .our-blog .left-part-info {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .our-blog .left-part-info .big-header {
    padding-right: 0;
    margin-right: 0;
  }

  .contacts .contacts-wrap .contacts-item {
    width: 100%;
  }

  .contacts .contacts-wrap {
    flex-direction: column;
    align-items: center;
  }

  .our-specialization .list-of-specialization .item-of-specialization {
    width: 100% !important;
    max-width: 460px !important;
  }

  .our-specialization .list-of-specialization {
    justify-content: center;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list .list-item-of-brands {
    max-width: 360px;
    width: 100%;
  }

  .brands-with-price .brands-with-price-wrap .brands-with-price-list {
    justify-content: center;
  }

  .brands-with-price .brands-with-price-choose {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brands-with-price .brands-with-price-choose .item-choose:first-child {
    margin-right: 0;
  }

  .about-us .about-us-wrap .stats-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-us .about-us-wrap .stats-wrap .item-of-stats {
    max-width: 360px;
  }

  .main-block .main-block-wrap .buttons-part {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .footer .footer-wrap .nav-wrap a {
    padding-right: 0;
  }

  .header-part .buttons-part {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .header-part .buttons-part .btn-h {
    font-size: 12px;
  }

  .header-part .low-info-header .low-info-header-wrap .buttons-part .btn-h:first-child {
    margin-right: 0;
    font-size: 12px;
  }

  .header-part .buttons-part .btn-h:last-child {
    display: none;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 480px) {
  /**/

  .footer .footer-wrap .nav-wrap a {
    flex-basis: 100%;
  }

  .header-part .nav-header .mobile-hamburger {
    font-size: 14px;
  }

  .big-header {
    font-size: 36px !important;
    line-height: 46px !important;
  }

  .instagram-block .instagram-block-wrap .instagram-decor {
    flex-direction: column;
  }

  .instagram-block .instagram-block-wrap .instagram-decor .decor-id:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cuirer {
    padding: 40px;
  }

  .form .form-wrap {
    padding: 20px 15px;
  }

  .footer .seo-words {
    padding: 20px 15px;
  }

  .our-specialization .list-of-specialization .item-of-specialization {
    padding-right: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: auto;
  }

  .our-specialization .list-of-specialization .item-of-specialization.separately {
    margin-top: 0;
  }

  .our-specialization .list-of-specialization .item-of-specialization.separately:first-child {
    margin-top: 30px;
  }

  .our-specialization .list-of-specialization .item-of-specialization .header-of-is {
    margin-right: 10px;
  }

  .instagram-block .instagram-block-wrap .right-part .txt-info-instagram .accent {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .btn-s {
    text-align: left;
  }

  .example-of-work .example-of-work-wrap .example-of-work-item,
  .reviews .reviews-wrap .reviews-item {
    margin: 0;
    margin-top: 30px;
  }

  .header-part .low-info-header .low-info-header-wrap .logo-part {
    width: 100px !important;
  }

  .header-part .phones-header .phones-wrap {
    flex-direction: column;
  }

  .header-part .phones-header .phones-wrap li {
    margin-right: 0;
  }

  .header-part .phones-header .phones-wrap li:last-child {
    margin-top: 10px;
  }

  .header-part .phones-header .phones-wrap li {
    min-width: 185px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 380px) {
  /**/

  .cuirer {
    padding: 20px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 330px) {
  /**/

  .header-part .low-info-header .low-info-header-wrap .buttons-part .btn-h:first-child {
    padding: 10px 10px;
    border-radius: 5px;
    text-align: right;
    font-size: 10px;
  }

  .header-part .low-info-header .low-info-header-wrap .logo-part {
    width: 80px !important;
  }
}

/*==========  Mobile First  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  /**/
}

/* .brands-and-price-page .main-header-wrap {
  display: none;
}

.work-examples-page .main-header-wrap {
  display: none;
} */


.blog-item-img {
  width: 100%;
}

@media (min-width: 600px) {
  .buttons-part--index {
    display: flex;
    flex-direction: row;
  }
}

.brands-and-price-page .brands-with-price .main-header-wrap {
  display: none;
}

.locale-list {
  display: flex;
  gap: 4px;
}

.body-overflow {
  overflow: hidden;
}

/* @media (max-width: 768px){
  .low-info-header-wrap .buttons-part {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  .low-info-header-wrap .buttons-part a {
    width: 190px;
  }
  .header-part .buttons-part .btn-h:last-child {
    display: block;
  }
  .buttons-part .btn-h:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 676px) {
  .header-part .nav-header .nav-wrap .menu {
    padding-top: 265px;
  }
}

@media (max-width: 495px){
  .low-info-header-wrap .buttons-part a:last-child {
    display: none !important;
  }
} */