.home__section {
  background-size: cover;
  overflow: visible;
}
.custom__content__home {
  padding: 80px 0 50px 0;
}
@media screen and (max-width: 960px) {
  .custom__content__home {
    padding: 35px 0;
  }
}
.custom__content__home .custom__content__home__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 35px;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__header {
    flex-direction: column;
  }
}
.custom__content__home .custom__content__home__header .text__ {
  max-width: 870px;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__header .text__ {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__header .text__ h1 {
    line-height: 1.2;
    font-size: 46px;
  }
}
@media screen and (max-width: 350px) {
  .custom__content__home .custom__content__home__header .text__ h1 {
    font-size: 42px;
  }
}
.custom__content__home .custom__content__home__header .text__ span {
  font-weight: 100;
  font-size: 27px;
  display: block;
  margin-bottom: 45px;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__header .text__ span {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__header .text__ span {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .custom__content__home .custom__content__home__header .text__ span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__header .icons__ {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .custom__content__home .custom__content__home__header .icons__ {
    flex-direction: column;
  }
}
.custom__content__home .custom__content__home__header .icons__ .item {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 5px;
}
.custom__content__home .custom__content__home__header .icons__ .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__header .icons__ .item {
    margin-right: 35px;
  }
  .custom__content__home .custom__content__home__header .icons__ .item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .custom__content__home .custom__content__home__header .icons__ .item {
    margin-right: 0;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
  .custom__content__home .custom__content__home__header .icons__ .item:last-child {
    margin-bottom: 0;
  }
}
.custom__content__home .custom__content__home__header .icons__ .item .item_ico {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-right: 15px;
  padding: 18px;
  box-sizing: border-box;
}
.custom__content__home .custom__content__home__header .icons__ .item .item_ico img {
  display: block;
  max-width: 100%;
}
.custom__content__home .custom__content__home__header .icons__ .item .item_text b {
  display: block;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.custom__content__home .custom__content__home__header .icons__ .item .item_text span {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns {
    margin-bottom: 15px;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li {
  border-radius: 5px 5px 0 0;
  padding: 15px 35px;
  box-sizing: border-box;
  background: #d79a61;
  margin-right: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 15px;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li.active {
  background: #fff;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li.active a {
  color: #19293b;
  border-color: transparent;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li a {
  color: #000;
  border-bottom: 1px dotted rgba(123, 136, 151, 0.36);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li a:hover {
  border-color: transparent;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__btns ul li a {
    font-size: 14px;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content {
  background: #fff;
  padding: 35px;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content {
    padding: 25px;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content.active {
  display: block;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__header {
  margin-bottom: 15px;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__header span {
  color: #19293b;
  font-weight: 600;
  font-size: 14px;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form {
    flex-direction: column;
    align-items: flex-start;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column {
  max-width: calc((100% - 80px) / 3);
  width: 100%;
  margin-right: 40px;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column:nth-child(3n+3) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column {
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column:last-child {
    margin-bottom: 0;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el__politic {
  font-size: 11px;
  color: #9ca0a4;
  font-weight: 600;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el__politic a {
  color: #9ca0a4;
  border-bottom: 1px dotted #9ca0a4; 
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el__politic a:hover {
  border-color: transparent;
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el__politic {
    text-align: center;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el {
  margin-bottom: 20px;
  text-align: center;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el:last-child {
  margin-bottom: 0;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el textarea {
  min-height: 227px;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el button.order__tbn {
  line-height: 1.5;
  margin-top: 25px;
}
@media screen and (max-width: 1170px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el button.order__tbn {
    padding: 0 45px 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el button.order__tbn {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
  }
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el button.order__tbn small {
  text-transform: none;
  font-size: 10px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}
.custom__content__home .custom__content__home__tab__form .custom__content__home__tab__form__content .item__content .item__content__form__items form .column .input_el small {
  font-size: 12px;
}
