* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

html, body {
  height: 100%;
}

body {
  font-family: MuseoSansCyrl;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #1e2427;
}

* {
  direction: ltr;
  scrollbar-color: #088fcc #000;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 20px;
}

*::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 0px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  border-left: 0;
  border-right: 0;
  background-color: #088fcc;
}

a:hover {
  color: #088fcc !important;
}

.fixed {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}

.form-element {
  position: relative;
}

@media (max-width: 767px) {
  .form-element {
    margin-bottom: 22px;
  }
}

.form-element::before, .form-element::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 52px;
  background-color: #9c9c9c;
}

.form-element::before {
  top: -10px;
  left: 0;
}

.form-element::after {
  bottom: -10px;
  right: 0;
}

.form-select-wrap {
  position: relative;
}

.form-select-wrap::after {
  content: '';
  height: 52px;
  width: 1px;
  position: absolute;
  top: 0;
  right: 52px;
  background-color: #088fcc;
}

.form-select {
  cursor: pointer;
  height: 52px;
  padding: 0 52px 0 19px;
  border: solid 1px #9c9c9c;
  border-radius: unset;
  background-color: #52575b;
  background-image: url("../img/select.png");
  background-size: 12px 8px;
  background-position: center right 19px;
  font-family: MuseoSansCyrl;
  font-size: 16.5px;
  line-height: 20px;
  font-weight: 300 !important;
  color: #fff;
}

.form-control {
  height: 52px;
  padding: 0 52px 0 19px;
  border: solid 1px #9c9c9c;
  border-radius: unset;
  background-color: #52575b;
  font-size: 16.5px;
  line-height: 20px;
  font-weight: 300 !important;
  color: #fff;
}

.form-control::-webkit-input-placeholder {
  color: #fff;
}

.form-control:-ms-input-placeholder {
  color: #fff;
}

.form-control::-ms-input-placeholder {
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
}

.btn {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  border: unset;
  border-radius: unset;
}

.btn::before, .btn::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 52px;
}

.btn::before {
  top: -10px;
  left: 0;
}

.btn::after {
  bottom: -10px;
  right: 0;
}

.btn-primary {
  background-color: #088fcc;
}

.btn-primary::before, .btn-primary::after {
  background-color: #088fcc;
}

.accordion-item {
  border: unset;
}

.accordion-body {
  background-color: #414141;
  border-bottom: solid 2px #4f4f4f;
  padding: 0 4px 17px 28px;
}

.accordion-button {
  padding: 18px 23px 16px 28px;
  background-color: #414141 !important;
  border-radius: 0 !important;
  border: unset;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
}

.accordion-button.collapsed {
  background-color: #1e2427 !important;
  border-bottom: solid 2px #4f4f4f;
}

.accordion-button::after {
  background-image: url(../img/arrow.png) !important;
  background-size: cover;
  width: 13px;
  height: 8px;
}

.accordion-button-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  font-weight: 500;
  background-color: #088fcc !important;
  line-height: 1;
  padding: 17px;
  margin-top: -4px;
  text-align: center;
}

.accordion-button-center.collapsed {
  background-color: #088fcc !important;
}

.accordion-button-center::after {
  background-image: url(../img/select.png) !important;
  margin: 0 0 0 12px;
}

.dropdown-menu {
  background-color: #414141;
  border-radius: unset;
}

.dropdown-item {
  color: #fff;
  padding: .15rem 1rem;
  font-size: 18px;
  font-weight: 300;
  line-height: 2.06;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
  background-color: #1e2427;
  color: #fff !important;
}

.dropdown-toggle::after {
  background-image: url("../img/select.png");
  width: 12px;
  height: 8px;
  border: unset;
  vertical-align: unset;
}

.nav-tabs {
  border: unset !important;
}

.nav-tabs .nav-link {
  padding: 13px 58px 14px;
  border: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  background-color: #656565;
}

.nav-tabs .nav-link.active {
  background-color: #088fcc;
}

.table-responsive {
  margin-bottom: 1rem;
}

.custom-table {
  background-color: #414141;
  margin-bottom: 0;
}

.custom-table thead th {
  font-weight: 500;
}

@media (min-width: 1200px) {
  .custom-table thead th {
    font-size: 25px;
    padding: 10px 35px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom-table thead th {
    font-size: 18px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .custom-table thead th {
    font-size: 12px;
    padding: 6px 8px;
  }
}

.custom-table th, .custom-table td {
  color: #fff;
  border: solid 2px #4f4f4f;
  font-weight: 300;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .custom-table th, .custom-table td {
    font-size: 19.5px;
    padding: 15px 35px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .custom-table th, .custom-table td {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .custom-table th, .custom-table td {
    font-size: 12px;
    padding: 6px 8px;
  }
}

.custom-table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  border: solid 2px #4f4f4f;
}

.form-switch .form-check-input {
  border-radius: 20px;
  border: solid 3px #4f4f4f;
  background-color: #1e2427;
}

@media (min-width: 1200px) {
  .form-switch .form-check-input {
    width: 72px;
    height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-switch .form-check-input {
    width: 54px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .form-switch .form-check-input {
    width: 40px;
    height: 24px;
  }
}

.form-switch .form-check-input {
  cursor: pointer;
  background-image: url(../img/switch.png);
}

.form-switch .form-check-input:checked {
  background-image: url(../img/switch-active.png);
}

.wrapper {
  background-image: url(../img/bg.png);
  background-color: #1e2427;
  background-position: top center;
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: absolute;
  width: 100%;
  height: 52px;
  top: 0;
}

@media (min-width: 768px) {
  .header {
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .header__right {
    float: right;
  }
}

@media (max-width: 767px) {
  .header__right {
    margin-left: -8px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.header__link {
  font-weight: 300;
  text-align: left;
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .header__link {
    font-size: 18px;
    line-height: 2.06;
  }
}

@media (max-width: 767px) {
  .header__link {
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 1.34;
    padding-left: 22px;
  }
}

.header__link_phone {
  background: url(../img/phone.png) no-repeat left;
}

@media (min-width: 768px) {
  .header__link_phone {
    padding: 0 26px 0 30px;
  }
}

.header__link_login {
  background: url(../img/login.png) no-repeat left;
}

@media (min-width: 768px) {
  .header__link_login {
    padding: 0 0 0 24px;
  }
}

.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

@media (min-width: 768px) {
  .city {
    font-size: 18px;
    line-height: 2.06;
  }
}

@media (max-width: 767px) {
  .city {
    font-size: 15px;
    line-height: 1.34;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.city__text {
  background: url(../img/location.png) no-repeat left;
}

@media (min-width: 768px) {
  .city__text {
    padding: 0 7px 0 27px;
  }
}

@media (max-width: 767px) {
  .city__text {
    padding-left: 17px;
  }
}

.city__togler {
  padding-left: 17px;
  text-decoration: underline;
  background: transparent;
  border: unset;
  color: #fff;
  font-weight: 300;
}

@media (max-width: 767px) {
  .header .container-xl, .main .container-xl, .footer .container-xl {
    max-width: 320px;
  }
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 52px;
  background: url(../img/first-screen/bg.png) no-repeat top;
}

@media (max-width: 767px) {
  .main {
    background-size: contain;
  }
}

.configurator__top {
  position: relative;
}

@media (min-width: 992px) {
  .configurator__top {
    margin-top: 188px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .configurator__top {
    margin-top: 136px;
  }
}

@media (max-width: 767px) {
  .configurator__top {
    margin-top: 46px;
  }
}

.configurator__top::before, .configurator__top::after {
  content: '';
  position: absolute;
  top: 0;
  border-top: none !important;
}

@media (min-width: 1400px) {
  .configurator__top::before, .configurator__top::after {
    width: 42px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .configurator__top::before, .configurator__top::after {
    width: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .configurator__top::before, .configurator__top::after {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .configurator__top::before, .configurator__top::after {
    height: calc( 100% - 15px);
    margin-top: 15px;
    border: solid 15px #fff3;
  }
}

@media (max-width: 767px) {
  .configurator__top::before, .configurator__top::after {
    margin-top: 15px;
    border: solid 10px #fff3;
    height: 60px;
    width: 30px;
  }
}

.configurator__top::after {
  border-left: none;
  right: 0;
}

.configurator__top::before {
  border-right: none;
  left: 0;
}

.configurator__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (min-width: 768px) {
  .configurator__logo {
    height: 94px;
    top: -75px;
  }
}

@media (max-width: 767px) {
  .configurator__logo {
    top: -26px;
  }
}

.configurator__logo::before, .configurator__logo::after {
  content: '';
  display: block;
  background-color: #fff3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (min-width: 768px) {
  .configurator__logo::before, .configurator__logo::after {
    margin-bottom: 4px;
    height: 15px;
  }
}

@media (max-width: 767px) {
  .configurator__logo::before, .configurator__logo::after {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .configurator__logo img {
    margin: 0 80px;
  }
}

@media (max-width: 767px) {
  .configurator__logo img {
    margin: 0 10px;
    width: 68px;
    height: 41px;
  }
}

.configurator__title {
  display: block;
  font-weight: 900;
  line-height: 0.74;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .configurator__title {
    font-size: 50px;
    padding: 139px 0 92px;
  }
}

@media (max-width: 767px) {
  .configurator__title {
    font-size: 28px;
    padding-top: 60px;
  }
}

.configurator__title::after {
  content: '';
  display: block;
  width: 132px;
  height: 3px;
  margin: 29px auto;
  background-color: #088fcc;
}

@media (min-width: 768px) {
  .configurator__title::after {
    width: 132px;
    margin: 29px auto;
  }
}

@media (max-width: 767px) {
  .configurator__title::after {
    width: 95px;
    margin: 16px auto 40px;
  }
}

.configurator__form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 3px;
  padding-left: 4px;
  width: 100%;
}

@media (min-width: 1200px) {
  .configurator__form {
    bottom: -18px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .configurator__form {
    bottom: -79px;
  }
}

@media (min-width: 768px) {
  .configurator__form {
    position: absolute;
  }
}

.configurator__select {
  height: 52px;
}

@media (min-width: 1200px) {
  .configurator__select {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .configurator__select {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .configurator__select {
    width: 260px;
  }
}

.configurator__bottom {
  padding-bottom: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .configurator__bottom {
    padding-top: 284px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .configurator__bottom {
    padding-top: 210px;
  }
}

@media (max-width: 767px) {
  .configurator__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .configurator__text {
    max-width: 675px;
  }
}

@media (max-width: 991px) {
  .configurator__text {
    max-width: 457px;
  }
}

@media (max-width: 767px) {
  .configurator__text {
    margin-top: 25px;
  }
}

.configurator__text p {
  line-height: 1.38;
}

@media (min-width: 992px) {
  .configurator__text p {
    font-size: 24px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .configurator__text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .configurator__text p br {
    display: none;
  }
}

.configurator__h2 {
  font-weight: 900;
  line-height: 1.23;
  text-align: left;
}

@media (min-width: 992px) {
  .configurator__h2 {
    font-size: 39px;
  }
}

@media (max-width: 991px) {
  .configurator__h2 {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .configurator__h2 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .configurator__h2 {
    margin-bottom: 6px;
  }
}

.configurator__h2 span {
  color: #088fcc;
}

@media (min-width: 992px) {
  .configurator__h2 span {
    font-size: 50.5px;
  }
}

@media (max-width: 991px) {
  .configurator__h2 span {
    font-size: 30.5px;
  }
}

.configurator__button {
  height: 53px;
}

@media (min-width: 992px) {
  .configurator__button {
    width: 425px;
  }
}

@media (max-width: 991px) {
  .configurator__button {
    width: 100%;
    max-width: 457px;
  }
}

@media (min-width: 768px) {
  .configurator__button {
    margin-top: 17px;
  }
}

@media (max-width: 767px) {
  .configurator__button {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .configurator__button::before, .configurator__button::after {
    width: 127px;
  }
}

@media (max-width: 767px) {
  .configurator__button::before, .configurator__button::after {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .configurator__picture {
    width: 281px;
    margin-top: 16px;
  }
}

.configurator__img {
  margin-top: 13px;
  max-width: 100%;
}

.configurator .selectric {
  height: 52px;
}

@media (min-width: 1200px) {
  .configurator .selectric {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .configurator .selectric {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .configurator .selectric {
    width: 260px;
  }
}

.result {
  margin-top: 48px;
  margin-bottom: 95px;
}

.result__form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 3px;
  padding-left: 4px;
  width: 100%;
}

.result__title {
  font-size: 36.5px;
  font-weight: 700;
  margin: 54px 0 11px;
  text-align: center;
}

.result__text {
  display: block;
  font-size: 19.5px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}

.result__select {
  height: 52px;
}

@media (min-width: 1200px) {
  .result__select {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .result__select {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .result__select {
    width: 260px;
  }
}

.result__bottom {
  margin-top: 15px;
}

.result__price {
  height: 52px;
  border: solid 2px #9c9c9c;
  background-color: #1e2427;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}

@media (min-width: 768px) {
  .result__price {
    margin-right: 26px;
  }
}

.result__table th {
  width: 25%;
}

.result__options {
  margin-bottom: 0;
}

.result__button {
  height: 52px;
}

@media (min-width: 1200px) {
  .result__button {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .result__button {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .result__button {
    margin-top: 40px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .result .nav-item, .result .nav-link {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .result__options th, .result__options td {
    padding: 5px 11px 5px 36px !important;
  }
}

@media (min-width: 1200px) {
  .result__options thead th {
    padding: 9px 11px 9px 36px !important;
  }
}

.result .selectric {
  height: 52px;
}

@media (min-width: 1200px) {
  .result .selectric {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .result .selectric {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .result .selectric {
    width: 260px;
  }
}

.awards {
  background: url(../img/awards/bg.png) no-repeat top center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 34px;
  -webkit-box-shadow: 0 0 100px 0 #000;
          box-shadow: 0 0 100px 0 #000;
  margin: 43px 0 38px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .awards {
    overflow: hidden;
  }
}

.awards__content {
  margin-top: 46px;
}

@media (min-width: 992px) {
  .awards__content {
    max-width: 518px;
  }
}

.awards__title {
  padding: 5px 17px 7px;
  margin: 0 0 21px 1px;
  background-color: #000;
  line-height: 1.1;
  border-right: 3px solid #088fcc;
}

@media (min-width: 992px) {
  .awards__title {
    font-size: 41px;
    width: 405px;
  }
}

@media (max-width: 991px) {
  .awards__title {
    font-size: 26px;
  }
}

.awards__title span {
  color: #088fcc;
}

.awards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 991px) {
  .awards__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.awards__text {
  margin-left: 21px;
  line-height: 1.47;
}

@media (min-width: 992px) {
  .awards__text {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .awards__text {
    font-size: 17px;
  }
}

@media (min-width: 1400px) {
  .awards__img {
    position: absolute;
    right: -85px;
    top: -11px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .awards__img {
    position: absolute;
    right: -60;
    top: 0;
    width: 680px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .awards__img {
    height: 200px;
  }
}

@media (max-width: 767px) {
  .awards__img {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .awards__picture {
    text-align: center;
  }
}

.gallery {
  margin: 18px 0;
}

.gallery__title {
  font-size: 39px;
  font-weight: 900;
  line-height: 1.14;
  text-align: center;
  margin: 5px 0 30px;
}

.gallery__link {
  display: block;
  background-color: #000000;
  filter-gradient: #000000, #088fcc, horizontal;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#088fcc));
  background-image: linear-gradient(left, #000000 0%, #088fcc 100%);
  padding: 4px;
  margin-bottom: 7px;
}

@media (min-width: 1400px) {
  .gallery__link {
    width: 383px;
    height: 250px;
  }
}

.gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.order {
  background: url(../img/order/bg.png) no-repeat top center/cover;
  padding-bottom: 77px;
  -webkit-box-shadow: 0 0 100px 0 #000;
          box-shadow: 0 0 100px 0 #000;
  margin: 39px 0 44px;
}

.order__form-header {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.order__form-header::before, .order__form-header::after {
  content: '';
  display: block;
  height: 15px;
  background-color: #fff3;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.order__form-header img {
  margin: 0 80px;
}

.order__title {
  line-height: 1.14;
  text-align: center;
  margin: -16px 28px 0;
}

@media (min-width: 768px) {
  .order__title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .order__title {
    font-size: 24px;
  }
}

.order__title::after {
  content: '';
  display: block;
  width: 132px;
  height: 3px;
  margin: 20px auto;
  background-color: #088fcc;
}

.order__form {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order__form {
    margin-bottom: 76px;
  }
}

@media (min-width: 768px) {
  .order__form {
    height: 140px;
  }
}

@media (min-width: 768px) {
  .order__form::before, .order__form::after {
    content: '';
    position: absolute;
    top: 0;
    height: calc( 100% - 15px);
    margin-top: 15px;
    border: solid 15px #fff3;
    border-top: none;
  }
}

@media (min-width: 1400px) {
  .order__form::before, .order__form::after {
    width: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .order__form::before, .order__form::after {
    width: 30px;
  }
}

@media (max-width: 1199px) {
  .order__form::before, .order__form::after {
    width: 50px;
  }
}

@media (min-width: 768px) {
  .order__form::after {
    border-left: none;
    right: 0;
  }
  .order__form::before {
    border-right: none;
    left: 0;
  }
}

.order__form-inner {
  position: relative;
  margin-top: 19px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 5px;
}

.order__input {
  height: 52px;
}

@media (min-width: 1200px) {
  .order__input {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order__input {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .order__input {
    width: 260px;
  }
}

.order__button {
  height: 52px;
}

@media (min-width: 1200px) {
  .order__button {
    width: 260px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .order__button {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .order__button {
    width: 260px;
  }
}

.about {
  padding: 5px 0;
}

.about__title {
  padding: 5px 17px 7px;
  margin: 0 0 17px 1px;
  background-color: #000;
  line-height: 1.1;
  border-right: 3px solid #088fcc;
}

@media (min-width: 992px) {
  .about__title {
    font-size: 41px;
  }
}

@media (max-width: 991px) {
  .about__title {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .about__title {
    width: 405px;
  }
}

.about__title span {
  color: #088fcc;
}

.about p {
  max-width: 684px;
  margin: 23px 0 39px 22px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .about p {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .about p {
    font-size: 17px;
  }
}

.about__img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .about__img {
    margin-bottom: 36px;
  }
}

.contact {
  background: url(../img/contact/bg.png) no-repeat top center/cover;
  padding: 42px 0 47px;
}

.contact__title {
  text-align: center;
  text-transform: uppercase;
}

.contact__title::after {
  content: '';
  display: block;
  width: 107px;
  height: 3px;
  margin: 15px auto;
  background-color: #088fcc;
}

@media (min-width: 1200px) {
  .contact__item {
    padding: 28px 0 0 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact__item {
    padding: 28px 0 0 60px;
  }
}

@media (max-width: 991px) {
  .contact__item {
    padding: 28px 0 0 40px;
  }
}

.contact__sub-title {
  display: block;
  padding-left: 33px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .contact__sub-title {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact__sub-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .contact__sub-title {
    font-size: 18px;
  }
}

.contact__sub-title_phone {
  background: url(../img/phone.png) no-repeat left;
}

.contact__sub-title_inst {
  background: url(../img/inst.png) no-repeat left;
}

.contact__sub-title_address {
  background: url(../img/location.png) no-repeat left;
}

.contact__text {
  display: block;
  padding-left: 33px;
  color: #fff;
}

@media (min-width: 992px) {
  .contact__text {
    font-size: 19.5px;
  }
}

@media (max-width: 991px) {
  .contact__text {
    font-size: 17px;
  }
}

.map__inner {
  position: relative;
}

@media (max-width: 767px) {
  .map__inner {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
  }
}

.map__contacts {
  height: 462px;
  overflow: hidden;
  z-index: 10;
}

@media (min-width: 768px) {
  .map__contacts {
    position: absolute;
    top: 0;
    right: 12px;
    width: 300px;
  }
}

.accordion__wrap {
  height: 100%;
  overflow: auto;
  background-color: #1e2427;
}

.accordion__city {
  padding-left: 28px;
  background: url(../img/location.png) no-repeat left;
}

.accordion__item {
  display: block;
  font-size: 17px;
  font-weight: 300;
  line-height: 2.03;
  color: #cdcdcd;
  padding-left: 28px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.accordion__item_phone {
  background: url(../img/phone.png) no-repeat left;
}

.accordion__item_phone:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.accordion__item_inst {
  background: url(../img/inst.png) no-repeat left;
}

.accordion__item_inst:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.accordion__item_address {
  background: url(../img/location.png) no-repeat left;
}

@media (min-width: 768px) {
  .footer {
    padding: 36px 0 31px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 36px 20px 31px;
  }
}

.footer__copyright, .footer__politics {
  display: block;
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.52;
  color: #fff;
}

@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 20px;
  }
}

.footer__contact {
  display: block;
  padding-left: 33px;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .footer__contact {
    margin-top: 20px;
  }
}

.footer__contact_phone {
  background: url(../img/phone.png) no-repeat left;
}

.footer__contact_inst {
  background: url(../img/inst.png) no-repeat left;
}

.footer__link {
  padding-left: 33px;
  font-weight: 300;
  line-height: 1.7;
  font-size: 16.5px;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */


.text-success-white {
  color: #21d180 !important;
}
.form-select:disabled {
     background-color: #52575b; 
}
.accordion__item_address {
    line-height: 22px;
}
.accordion-button.collapsed {
    border-bottom: unset;
}

.text-block {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .text-block {
    margin-top: 30px;
  }
}
.my-modal.fancybox-content {
  max-width: 600px;
  background-color: #212529;
}