/*!
Theme Name: balka
*/

@charset "UTF-8";
/*Null browser styles*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  overflow: hidden;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul.default-list {
  padding-left: 23px;
}

ul:not(.default-list) li {
  list-style: none;
}

dl, ol, ul {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

label {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 1;
}

/*====================================================================header styles */
.header {
  color: #373737;
  font-size: 18px;
}
@media (max-width: 800px) {
  .header {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    height: 75px;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
  }
}

.header__body {
  max-width: 1130px;
  padding: 0 10px 10px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header__body {
    margin: 0;
    flex: 1 1 auto;
  }
}

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

.header__column {
  padding: 20px 0 0 0;
}
@media (max-width: 450px) {
  .header__column:nth-child(1) {
    flex: 0 0 130px;
    align-self: center;
  }
}
@media (max-width: 350px) {
  .header__column:nth-child(1) {
    flex: 0 0 110px;
    align-self: center;
  }
}

.header__column_l img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header__title {
  max-width: 200px;
  line-height: 18px;
  margin: 8px 0 0 0;
}
@media (max-width: 767px) {
  .header__title {
    display: none;
  }
}

.header__work {
  line-height: 20px;
  position: relative;
}
.header__work span {
  display: block;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.header__work:before {
  content: "";
  position: absolute;
  top: 1px;
  color: #fa7a2e;
  font-size: 16px;
  font-family: "fontello";
  margin: 0 0 0 -25px;
}
@media (max-width: 767px) {
  .header__work {
    display: none;
  }
}

.header__time {
  font-weight: 400;
}

.header__phones {
  position: relative;
}
.header__phones:before {
  content: "";
  position: absolute;
  top: 5px;
  font-size: 16px;
  color: #fa7a2e;
  font-family: "fontello";
  margin: 0 0 0 -25px;
}
@media (max-width: 767px) {
  .header__phones:before {
    display: none;
  }
}

.header__phones a {
  display: block;
  text-decoration: none;
  color: #373737;
  margin: 0 0 9px 0;
  line-height: 21px;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
  .header__phones a {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 18px;
  }
}
@media (max-width: 370px) {
  .header__phones a {
    font-size: 14px;
    line-height: 16px;
  }
}
.header__phones a:hover, .header__phones a:focus {
  text-decoration: underline;
  color: #0b4b97;
}

.header__btn.btn-call {
  font-size: 16px;
  border-radius: 5px;
  padding: 12px 32px;
  margin: 20px 0 0 0;
}
@media (max-width: 767px) {
  .header__btn.btn-call {
    display: none;
  }
}

/*==================================================================================header menu styles*/
.header__bottom {
  background-color: #0b4b97;
}
.header__bottom .container {
  max-width: 1133px;
}
@media (max-width: 767px) {
  .header__bottom .container {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header__bottom {
    background-color: #fff;
  }
}

.header__burger {
  display: none;
}

.header__menu a {
  text-decoration: none;
  color: #fff;
}

.header__list {
  display: flex;
  position: relative;
  align-items: center;
  z-index: 2;
}

.header__list li {
  list-style: none;
  padding: 20px 0;
  margin: 0 0 0 28px;
  text-align: center;
}
.header__list li:nth-child(1) {
  margin: 0;
}

.header__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
  transition: all 0.6s;
}
.header__link:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background: #fff;
  transition: all 0.3s;
}
.header__link:hover {
  color: #fa7a2e;
}
.header__link:hover:before {
  width: 100%;
  left: 0;
  background: #fa7a2e;
}

/*===================================================================media mmenu */
@media (max-width: 767px) {
  body.lock {
    overflow: hidden;
  }

  .header__burger {
    display: block;
    position: relative;
    height: 20px;
    width: 30px;
    position: relative;
    z-index: 3;
  }

  .header__burger span {
    position: absolute;
    background-color: #373737;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before,
.header__burger:after {
    content: "";
    position: absolute;
    background-color: #373737;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger.active:before {
    background-color: #fff;
    transform: rotate(45deg);
    top: 9px;
  }

  .header__burger.active:after {
    background-color: #fff;
    transform: rotate(-45deg);
    bottom: 9px;
  }

  .header__burger.active span {
    transform: scale(0, 0);
    background-color: #fff;
  }

  .header__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(5, 41, 84, 0.9);
    padding: 70px 10px 20px 10px;
    transition: all 0.3s ease 0s;
  }

  .header__menu.active {
    top: 0;
  }

  .header__list {
    display: block;
  }

  .header__list li {
    margin: 0 0 20px 0;
  }

  .header__link {
    font-size: 24px;
  }
}
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

/*----------------------------------------------------------------footer styles--------------------------------------------*/
.footer a {
  color: #373737;
}

.footer__top {
  padding: 50px 0;
}
@media (max-width: 1050px) {
  .footer__top {
    padding: 30px 0;
  }
}

.footer__body {
  display: flex;
}
@media (max-width: 550px) {
  .footer__body {
    display: block;
    margin: 0 0 0 50px;
  }
}

.footer__logo {
  display: block;
  max-width: 100%;
}

.footer__title {
  max-width: 200px;
  color: #373737;
  font-size: 18px;
  line-height: 20px;
  margin: 8px 0 0 0;
}
@media (max-width: 767px) {
  .footer__title {
    display: none;
  }
}

.footer__info {
  margin: 0 0 0 95px;
  flex: 1 1 auto;
}
@media (max-width: 750px) {
  .footer__info {
    margin: 0 0 0 45px;
  }
}
@media (max-width: 550px) {
  .footer__info {
    margin: 20px 0 0 0;
  }
}

.footer__text-info {
  color: #fa7a2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 22px 0;
}
@media (max-width: 700px) {
  .footer__text-info {
    display: none;
  }
}

.footer__nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .footer__nav {
    display: block;
  }
}

.footer__list {
  height: 90px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer__list li {
  margin: 0 73px 0 0;
}
@media (max-width: 1050px) {
  .footer__list li {
    margin: 0;
  }
}
@media (max-width: 1050px) {
  .footer__list {
    height: auto;
  }
}

.footer__link {
  color: #373737;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  transition: all 0.6s;
}
.footer__link:before {
  content: "";
  width: 0;
  height: 0.1em;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background: #fff;
  transition: all 0.3s;
}
.footer__link:hover {
  color: #fa7a2e;
}
.footer__link:hover:before {
  width: 100%;
  left: 0;
  background: #fa7a2e;
}

@media (max-width: 1050px) {
  .footer__phones {
    margin: 0 50px 0 0;
  }
}
@media (max-width: 800px) {
  .footer__phones {
    margin: 0;
  }
}
@media (max-width: 700px) {
  .footer__phones {
    margin: 20px 0 0 0;
  }
}

.footer__phones a {
  display: block;
  text-decoration: none;
  color: #373737;
  font-size: 18px;
  line-height: 30px;
  font-variant-numeric: tabular-nums;
}

.footer__bottom {
  padding: 10px;
}

.footer__copyright {
  border-top: 1px solid #ededed;
  text-align: center;
  color: #373737;
  font-size: 12px;
  line-height: 28px;
}
.footer__copyright span {
  font-weight: 700;
}

body {
  font-family: "Proxima Nova Rg";
  font-size: 14px;
  font-weight: 400;
}

@-moz-document url-prefix() {
  table {
    display: table-cell;
  }
}
.container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}

.title {
  color: #373737;
  font-size: 42px;
  line-height: 1;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

.btn-call {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  background-color: #fa7a2e;
  padding: 14px 53px;
  transition: 0.3s ease-in-out;
  border: 2px solid #fa7a2e;
  overflow: hidden;
}
.btn-call:before {
  content: "";
  height: 53px;
  width: 50px;
  position: absolute;
  top: -2px;
  left: -77px;
  transform: skewX(-45deg);
}
.btn-call:hover {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}
.btn-call:hover:before {
  left: 289px;
  background: linear-gradient(90deg, rgba(250, 122, 46, 0.4), rgba(250, 122, 46, 0.8));
  transition: 0.5s ease-in-out;
}
@media (max-width: 767px) {
  .btn-call {
    padding: 12px 30px;
  }
}
.btn-call-label {
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn-call-label:after {
  content: "";
  height: 53px;
  width: 50px;
  position: absolute;
  top: -2px;
  left: -77px;
  transform: skewX(-45deg);
}
.btn-call-label:hover:after {
  left: 289px;
  background: linear-gradient(90deg, rgba(250, 122, 46, 0.4), rgba(250, 122, 46, 0.8));
  transition: 0.5s ease-in-out;
}

.block {
  display: flex;
  justify-content: flex-end;
}

.block__row {
  padding: 0 20px;
  margin: 0 190px 0 0;
}
@media (max-width: 1600px) {
  .block__row {
    margin: 0 160px 0 0;
  }
}
@media (max-width: 1435px) {
  .block__row {
    margin: 0 100px 0 0;
  }
}

.block__desc {
  margin: 75px 0 0 0;
  max-width: 635px;
  color: #373737;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 900px) {
  .block__desc {
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.block__btn {
  margin: 104px 0 0 0;
}
@media (max-width: 900px) {
  .block__btn {
    margin: 70px 0 0 0;
  }
}
@media (max-width: 780px) {
  .block__btn {
    margin: 40px 0 0 0;
  }
}

section a, section a:visited, section a:hover {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 767px) {
  .ancor {
    position: relative;
  }
  .ancor a {
    position: absolute;
    display: block;
    top: -80px;
  }
}

/*-------------------------------------------------------first screen -------------------------------------------------------*/
.first-screen {
  position: relative;
  padding: 95px 0 208px 0;
}
@media (max-width: 1200px) {
  .first-screen {
    padding: 95px 0 120px 0;
  }
}
@media (max-width: 767px) {
  .first-screen {
    padding: 95px 0 100px 0;
  }
}
@media (max-width: 370px) {
  .first-screen {
    padding: 95px 0 45px 0;
  }
}

.first-screen__body {
  max-width: 1110px;
  border-radius: 10px;
  background-color: rgba(99, 99, 99, 0.8);
  margin: 0 auto;
  padding: 25px 20px 0;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .first-screen__body {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .first-screen__body {
    max-width: 600px;
  }
}

.first-screen__title {
  color: #ffffff;
  font-size: 64px;
  font-weight: 800;
  padding: 8px 0 0 0;
}
@media (max-width: 1200px) {
  .first-screen__title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .first-screen__title {
    font-size: 40px;
  }
}

.first-screen__subtitle {
  color: #ffffff;
  font-size: 48px;
  padding: 25px 0 0 0;
}
@media (max-width: 1200px) {
  .first-screen__subtitle {
    font-size: 30px;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .first-screen__subtitle {
    font-size: 25px;
    padding: 10px 0 0 0;
  }
}

.first-screen__info-text {
  color: #ffffff;
  font-size: 24px;
  line-height: 30px;
  padding: 25px 0 0 0;
}
@media (max-width: 1200px) {
  .first-screen__info-text {
    line-height: 25px;
    font-size: 20px;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .first-screen__info-text {
    line-height: 20px;
    font-size: 16px;
    padding: 10px 0 0 0;
  }
}

.first-screen__btn {
  margin: 60px 0 44px 0;
}
@media (max-width: 1200px) {
  .first-screen__btn {
    margin: 30px 0 24px 0;
  }
}
@media (max-width: 767px) {
  .first-screen__btn {
    margin: 20px 0 18px 0;
  }
}
.first-screen__btn:hover {
  background-color: #fff;
  color: #000;
}

.first-screen__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.first-screen__background_front {
  z-index: 1;
}

.first-screen__background_back {
  z-index: 2;
}

/*--------------------------------------------------------------advantage block----------------------------------------------------*/
.advantages .container {
  max-width: 1105px;
  padding: 0 20px;
}

.advantages__row {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .advantages__row {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 470px) {
  .advantages__row {
    display: block;
  }
}

.advantages__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 50px 0 48px 0;
  margin: 0 60px 0 0;
}
.advantages__item:nth-child(4) {
  margin: 0;
}
@media (max-width: 900px) {
  .advantages__item {
    padding: 15px 0;
    margin: 0;
    width: 50%;
  }
}
@media (max-width: 470px) {
  .advantages__item {
    width: 100%;
    padding: 15px 0;
  }
}

.advantages__image {
  flex: 0 0 42px;
}

.advantages__text {
  color: #373737;
  font-size: 20px;
  margin: 0 0 0 25px;
}
@media (max-width: 900px) {
  .advantages__text {
    margin: 0 0 0 15px;
  }
}

/*-----------------------------------------------------------------tabs---------------------------------------------------*/
.tabs {
  display: flex;
  margin: 87px 0 0 0;
}
@media (max-width: 1280px) {
  .tabs {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .tabs {
    flex-direction: column;
  }
}

.tabs__body {
  width: 65.4%;
}
@media (max-width: 767px) {
  .tabs__body {
    width: 100%;
    padding-top: 0 10px;
  }
}

.tabs__title {
  text-align: right;
  border-bottom: 3px solid #fa7a2e;
  margin: 0 20px 20px 0;
}

.tabs__img-block {
  padding: 50px 20px 0 20px;
}
@media (max-width: 1200px) {
  .tabs__img-block {
    padding: 40px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .tabs__img-block {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}

.tabs__img {
  max-width: 100%;
}
@media (max-width: 500px) {
  .tabs__img {
    max-width: 70%;
  }
}

.table__body {
  max-width: 855px;
  margin: 20px 0 0 auto;
  padding: 0 20px;
}
@media (max-width: 1310px) {
  .table__body {
    max-width: 720px;
  }
}
@media (max-width: 1000px) {
  .table__body {
    max-width: 625px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .table__body {
    max-width: 720px;
    margin: 20px auto;
  }
}

.tabs__table {
  box-shadow: 0 5px 5px rgba(11, 49, 95, 0.05);
  border-radius: 20px;
  color: #000000;
  font-size: 20px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .tabs__table {
    font-size: 16px;
  }
}

table.tabs__table thead th {
  font-weight: 400;
  vertical-align: top;
}

table.tabs__table td, table.tabs__table th {
  padding: 10px 20px;
}
@media (max-width: 1310px) {
  table.tabs__table td, table.tabs__table th {
    padding: 10px 10px;
  }
}
@media (max-width: 1310px) {
  table.tabs__table td, table.tabs__table th {
    padding: 10px 3px;
    text-align: center;
  }
}
table.tabs__table td:nth-last-child(1) {
  color: #FF0000;
  font-size: 24px;
}
@media (max-width: 1000px) {
  table.tabs__table td:nth-last-child(1) {
    font-size: 20px;
  }
}

.table__head {
  background-color: #fa7a2e;
  color: #ffffff;
  font-size: 24px;
}
.table__head span {
  display: block;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .table__head {
    font-size: 20px;
  }
  .table__head span {
    display: block;
    font-size: 14px;
  }
}

.table__colored {
  background-color: #ffeee3;
}

/*--------------------------------------------------------------------block__buy-------------------------------*/
.block-buy {
  text-align: center;
  margin: 20px 0 58px 0;
}
.block-buy .btn-call {
  margin: 30px 0 0 0;
}
@media (max-width: 1280px) {
  .block-buy {
    margin: 20px 0 40px 0;
  }
}

/*--------------------------------------------------------------------info-schit-------------------------------*/
.info-schit {
  display: flex;
  flex-direction: row-reverse;
  margin: 58px 0 0 0;
}
@media (max-width: 1280px) {
  .info-schit {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .info-schit {
    flex-direction: column;
  }
}

.info-schit__body {
  margin: 18px 0 0 0;
  width: 56.9%;
}
@media (max-width: 767px) {
  .info-schit__body {
    width: 100%;
  }
}

.info-schit__title {
  position: relative;
  margin: 0 20px 20px 20px;
  padding: 0;
  text-align: left;
  border-bottom: 3px solid #fa7a2e;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .info-schit__title {
    margin: 0 20px 20px 20px;
  }
}

.info-schit__row {
  margin: 0 auto 0 0;
  padding: 0 10% 0 20px;
}

.info-schit__desc {
  margin: 75px 0 0 0;
  max-width: 543px;
}
@media (max-width: 900px) {
  .info-schit__desc {
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 26px;
  }
}

.info-schit__img-block {
  margin: 0 65px 0 auto;
  padding: 50px 20px 0 20px;
}
@media (max-width: 1200px) {
  .info-schit__img-block {
    padding: 65px 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .info-schit__img-block {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.info-schit__img {
  max-width: 100%;
}

/*---------------------------------------------------------------components---------------------------------------------------*/
.components {
  margin: 50px 0 100px 0;
}
@media (max-width: 1280px) {
  .components {
    margin: 40px 0 40px 0;
  }
}

.components__title {
  text-align: left;
  max-width: 50%;
  margin: 0 20px 20px auto;
  border-bottom: 3px solid #fa7a2e;
  line-height: 1.2;
}

.components__blocks {
  display: flex;
  margin: 100px 0 100px 0;
}
@media (max-width: 1280px) {
  .components__blocks {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .components__title {
    max-width: 100%;
    margin: 0 20px 20px 20px
  }
}
@media (max-width: 680px) {
  .components__blocks {
    display: block;
  }
}

.components__block {
  width: 33.3333%;
  padding: 0 10px;
  margin: 0 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 5px 5px #eeeeee;
  transition: all 0.3s;
}
.components__block:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 680px) {
  .components__block {
    width: 100%;
    margin: 0 0 20px;
  }
}
.components__block:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 10px #eeeeee;
}

.components__img-block {
  height: 305px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .components__img-block {
    height: 250px;
  }
}

.components__image {
  max-width: 100%;
  vertical-align: middle;
}

.components__block-title {
  color: #373737;
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0 0 0;
}

.components__desc {
  color: #373737;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 0 0;
  flex: 1 1 auto;
  text-align: center;
  width: 100%;
}
@media (max-width: 850px) {
  .components__desc {
    font-size: 16px;
    line-height: 20px;
  }
}

.components__price {
  margin: 20px 0 30px 0;
  color: #373737;
  font-size: 24px;
  letter-spacing: -0.36px;
  /* Text style for "от 331 грн" */
}
.components__price span {
  color: #0b4b97;
  font-weight: 600;
}
@media (max-width: 780px) {
  .components__price {
    margin: 15px 0 20px 0;
  }
}

/*-------------------------------------------------------------------consult---------------------------------------------------*/
.consult {
  background-color: #f8f8f8;
  text-align: center;
  padding: 54px 0;
}

.consult a:hover {
  text-decoration: none!important;
}

.consult__title {
  line-height: 1.2;
}

.consult__text {
  color: #373737;
  font-size: 24px;
  margin: 30px 0 0 0;
  line-height: 1.2;
}
.consult__text p {
  margin: 0 0 42px 0;
}
@media (max-width: 767px) {
  .consult__text {
    font-size: 18px;
  }
}

.consult__text p:nth-last-child(1) {
  margin: 0;
}

.consult__btn {
  margin: 42px 0 0 0;
}

/*---------------------------------------------------------------------others-----------------------------*/
.others__title {
  margin: 100px 0 0 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .others__title {
    margin: 40px 0 0 0;
  }
}

.others__body {
  margin: 40px 0 40px 0;
}
@media (max-width: 1200px) {
  .others__body {
    margin: 40px 0 40px 0;
  }
}

.others__items {
  display: flex;
  justify-content: center;
  margin: 0 -15px;
}
.others__items .others__link:nth-child(1) {
  background-color: #fff;
}
.others__items .others__link:nth-child(2) {
  background-color: #f3f3f3;
}
.others__items .others__link:nth-child(3) {
  background-color: #ffffff;
}
.others__items .others__link:nth-child(4) {
  background-color: #f3f3f3;
}
@media (max-width: 880px) {
  .others__items {
    flex-wrap: wrap;
  }
}

.other__items_bot .others__link:nth-child(1) {
  background-color: #f3f3f3;
}
.other__items_bot .others__link:nth-child(2) {
  background-color: #ffffff;
}
.other__items_bot .others__link:nth-child(3) {
  background-color: #f3f3f3;
}
.other__items_bot .others__link:nth-child(4) {
  background-color: #ffffff;
}

.others__link {
  display: block;
  width: 25%;
  margin: 15px;
  height: 255px;
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(11, 49, 95, 0.05);
  transition: all 0.3s;
}
.others__link.ibg {
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto auto;
}
.others__link:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 8px rgba(11, 49, 95, 0.05);
}
@media (max-width: 880px) {
  .others__link {
    width: 40%;
  }
}
@media (max-width: 550px) {
  .others__link {
    width: 100%;
  }
}

.other__items_bot .others__link.ibg:nth-last-child(1),
.other__items_bot .others__link.ibg:nth-last-child(3) {
  background-repeat: no-repeat;
  background-position: 90% 100%;
  background-size: auto auto;
}

.others__item-title {
  color: #373737;
  font-size: 24px;
  font-weight: 600;
  padding: 40px 0 0 24px;
  max-width: 80%;
}

/*------------------------------------------------------------------------main-form------------*/
.main-form {
  background-color: #f8f8f8;
  padding: 54px 0;
}

.main-form a:hover {
  text-decoration: none!important;
}
@media (max-width: 800px) {
  .main-form {
    padding: 34px 0;
  }
}

.main-form__title {
  text-align: center;
}

.main-form__body {
  text-align: center;
}

.main-form__text {
  color: #373737;
  font-size: 24px;
  margin: 30px 0 0 0;
  line-height: 1.2;
}
.main-form__text p {
  margin: 0 0 42px 0;
}
@media (max-width: 767px) {
  .main-form__text {
    font-size: 18px;
  }
}

.main-form__body p {
  display: inline-block;
}
.main-form__body p:nth-last-child(3) {
  margin: 0 0 0 30px;
}
@media (max-width: 800px) {
  .main-form__body p:nth-last-child(3) {
    margin: 0;
  }
}
.main-form__body p:nth-last-child(2) {
  display: block;
  margin: 73px 0 0 0;
}
@media (max-width: 800px) {
  .main-form__body p:nth-last-child(2) {
    margin: 20px 0 0 0;
  }
}

.main-form__input {
  width: 350px;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #fa7a2e;
  background-color: #ffffff;
  color: #838383;
  font-size: 18px;
  padding: 0 0 0 16px;
}
@media (max-width: 400px) {
  .main-form__input {
    width: 250px;
    height: 40px;
    font-size: 18px;
  }
}

/*------------------------------------------------------------------modal form---------------------------------*/
.modal__text {
  color: #373737;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin: 42px 62px 35px;
}
@media (max-width: 767px) {
  .modal__text {
    font-size: 18px;
    line-height: 22px;
    margin: 25px 40px 15px;
  }
}

.modal__message_h {
  display: none;
}

.modal__onsend-message p {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .modal__onsend-message p {
    margin: 20px 0;
  }
}

.modal__onsend-message_h {
  display: none;
}

.modal-backdrop {
  background-color: #052953;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.modal-body form {
  text-align: center;
}
.modal-body form.hidden {
  display: none;
}
.modal-body form p {
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  .modal-body form p {
    margin: 0 0 20px 0;
  }
}

.modal-content {
  border-radius: 30px;
}

/*---------------------------------------------------------------------custom-----------------------------*/

.footer__top {
  padding-bottom: 25px;
}

.soc-block {
  text-align: center;
  margin: 0 0 5px;
}

.soc-block .title {
  color: #fa7a2e;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}

.soc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.soc-list li {
  margin: 0 5px 10px;
}

.soc-list li a {
  background-color: #0b4b97;
  color: white;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  display: flex;
  width: 36px;
  height: 36px;
  transition: background-color .3s, color .3s;
}

.soc-list li a:hover {
  background-color: #fa7a2e;
}