@charset "utf-8";
@font-face {
  font-family: "SFUILight";
  src: url("../fonts/SanFrancisco/SFUIDisplay-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "SFUIRegular";
  src: url("../fonts/SFUIDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "SFUISemiBold";
  src: url("../fonts/SFUIDisplay-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "SFUIBold";
  src: url("../fonts/SanFrancisco/SFUIDisplay-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: "SFUIBlack";
  src: url("../fonts/SanFrancisco/SFUIDisplay-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@keyframes helicopter {
  0% {right: -100px;}
  100% {right:calc(100% + 100px);};
}
@keyframes cloud {
  0% {left: -100px;}
  100% {left:calc(100% + 100px);};
}
label + .button {
  margin-left: 10px;
}
html {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f5ec57;
}
.grid-container {
  background-image: url('../images/bg.png');
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment:  fixed;
}
.select-default input{
  padding: 15px 20px !important;
  text-overflow: ellipsis;
}
.suggestions-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  padding: 0 20px;
  color: black !important;
}
.suggestions-wrapper {
  position: relative;
}
.suggestions-suggestions {
  background-color: white;
}
.suggestions-suggestions
.suggestions-nowrap {
  white-space: nowrap;
  display: inline;
  text-overflow: ellipsis;
}
.suggestions-suggestion:hover {
  background-color: #ffe000;
  cursor: pointer;
}
.suggestions-hint {
  padding: 0 20px ;
}
.suggestions-suggestion, .suggestions-hint {
  display: flex;
  height: 35px;
  width: 100%;
  font-size: 15px;
  overflow: hidden;
  position: relative;
  align-items: center;
}
.animation img {
  position: absolute;
  display: block;
  z-index: 0;
  opacity: 1 !important;
}
.animation img:nth-child(1){
  top: 20vh;
  animation: helicopter 10s infinite linear;
}
.animation img:nth-child(111){
  top: 5vh;
  right: 0px;
  animation: helicopter 16s infinite linear;
  opacity: 0.75;
}
.animation img:nth-child(2){
  top: 25vh;
  animation: cloud 16s infinite linear;
}
.animation img:nth-child(3){
  top: 15vh;
  animation: cloud 14s infinite linear;

}
.animation img:nth-child(4){
  top: 55vh;
  animation: cloud 16s infinite linear;
  opacity: 0.8;
}
.animation img:nth-child(5){
  top: 75vh;
  animation: cloud 18s infinite linear;
  opacity: 0.9;
}
.animation img:nth-child(6){
  top: 45vh;
  right: 0px;
  animation: helicopter 14s infinite linear;
  opacity: 0.75;
}
body {
  height: 100%;
  width: 100%;
  background: transparent !important;
  overflow-x: hidden;
}
body * {
  font-family: "SFUIRegular";
}
h1 {
  font-family: "SFUIRegular" !important;
  font-size: 60px;
  line-height: 1.15;
}
.main-menu li + li{
  margin-left: 30px;
}
#address-form {
  display: flex;
  height: 50px;
}
.tabs-panel#panel2v label:first-child {
  flex: 0.75 0.75 270px;
}
.select-default:hover .select2-selection--single .select2-selection__clear {
  color: #ffe000;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 13px;
  background-color: white;
  color: #999999;
  z-index: 9;
}
.select2-dropdown.select2-dropdown--above {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  order: 2;
  border-top: 1px solid #f8f8f8;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.select2-dropdown.select2-dropdown--above .select2-results {
  order: 1;
}
*::-webkit-scrollbar {
  width: 10px;
  background-clip: padding-box;
}
*::-webkit-scrollbar-track {
  border-bottom-right-radius: 6px;
  height: 8px;
  background-clip: padding-box;
  background-color: #f2f2f2;
}
.select2-dropdown {
  border-radius: 6px !important;
  border: 0px;
  overflow: hidden;
  margin-top:  -50px;
}
.fancybox-content {
  border-radius: 10px;
  overflow: hidden !important;
}
.select2-dropdown.select2-dropdown--above .select2-results__options::-webkit-scrollbar-track {
  border-bottom-right-radius: 0px;
}
*::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: #999999;
  border-radius: 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ffe000;
  color: #222222;
}
*::-webkit-scrollbar-button {
  display: none;
}

.select2-search--dropdown {
  padding: 0px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 0px;
  padding: 15px 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #f8f8f8;
}
.select-default .select2-selection:focus{
  outline: none;
}
#address-form label + label {
  margin-left: 10px;
}
#number-form {
  display: flex;
}
.is-invalid-input:not(:focus) + .select2 .selection .select2-selection {
  background-color: #f9ecea;

}
.is-invalid-input:not(:focus) + .select2 .selection .select2-selection__placeholder {
  color: #cc4b37 !important;
}
.no-wrap_d {
  white-space: nowrap;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
* + .big-button_default {
  margin-left: 20px !important;
}
.flex-row_sp-bet {
  justify-content: space-between;
  align-items: center;
}
.flex-row_sp-bet p {
  margin: 0px;
  line-height: 22px;
}
.main-title p {
  /* max-width: 800px; */
  font-family: "SFUILight";
  /* font-weight: bold; */
}
.default-block {
  margin-top: 50px;
  display: flex;
  width: 100%;
  margin-bottom: 140px;
}
.menu.vertical li + li {
  border-top: 1px solid #d7dded;
}
.tabs-title>a {
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  color: #999999;
  text-transform:  uppercase;
  font-family: "SFUISemiBold";
  background-color: #e4e4e4;
  border-top-right-radius:  10px;
  border-top-left-radius:  10px;
  position:  relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url('../images/dropdown-arrow-top.png');
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  background-image: url('../images/dropdown-arrow.png');
  background-repeat: no-repeat;
  background-position: center;
}
.menu a:hover {
  text-decoration: underline;
}
.form-block h4 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
.select2-selection__clear {
  position: absolute !important;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
.button-custom {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  line-height: 10px;
  font-size: 16px;
  color: #222222;
  margin-right: 15px;
  background-color: white;
  position: relative;
  height: 40px;
  border: 1px solid #999999 !important;
}
.flex-table_summary .flex-table__row:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.flex-table__row:last-child {
  border-bottom: 1px solid #9999;
}
.align-justify {
  justify-content: space-between;
}
.button-custom_back, .flex-table__checkbox:checked ~ .flex-table__button {
  border: 0px !important;
  background-color: #ffe000;
}
.flex-table__checkbox:checked ~ .flex-table__button:after {
  content: "Отменить" !important;
}
.button-custom:hover{
  background-color: #ffe000;
}
.flex-table {
  display: table;
  font-size: 16px;
  width: 100%;
  border-collapse: collapse;
  position: relative;
}
.flex-table__row_head {
  color: #222222;
  font-weight: 600;
}
.flex-table__data:last-child {
  padding-right: 140px;
}
.flex-table__button {
  position: absolute;
  right: 0;
  width: 120px;
  cursor: pointer;
  margin: 0 !important;
}
.target-knum {
  line-height: 20px;
}
.reveal {
  max-width: 400px;
}
.reveal h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
.flex-table__button:after {
  content: "Выбрать" !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-table__row {
  display: table-row-group;
  border-bottom: 1px solid #f2f2f2;
  width: 100% !important;
  position: relative;
}
.flex-table__data {
  display: table-cell;
  padding: 20px 30px 20px 0;
  line-height: 15px;
  /* position: relative; */
}
.button-custom_back:hover, .flex-table__checkbox:checked + .flex-table__button:hover {
  color: #222222;
}
.flex-table__checkbox {
  margin-bottom: 0px;
  margin-right: 15px;
  margin-left: 15px;
}
.flex-table__submit {
  margin: 30px 0 30px !important;
  font-size: 20px !important;
  height: 50px !important;
  max-width: 240px;
  padding: 0;
  float: right;
  /* position: absolute; */
  /* right: 0; */
  min-width: 140px;
  max-width: 140px;
  flex: 1 1 100px;
}
.button-custom:hover::after {
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.05);
  z-index: 100;
}
.button-custom_back:hover:after, .flex-table__checkbox:checked ~ .flex-table__button:hover:after {
  background-color: rgba(0,0,0,0.015);
}
.header-bg {
}
.form-block .default-block-inner {
  /* padding: 30px; */
}
.reveal textarea {
  min-height: 160px;
  resize: none;
}
#modal-form {
  outline: none;
}
.flex-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.input_default {
  max-width: 300px;
  margin-bottom: 30px !important;
  margin-left: 20px;
  margin-right: 20px;
  min-width: 140px;
  flex: 1 0.5 140px;
  height: 50px;
  background-color: #F9F9F9;
  margin:  30px 20px;
}
.input_default:focus {
  background-color: #F9F9F9;
}
span + .text-warning {
  margin-left: 5px;
}
#modal-form .form-block {
  display: block;
}
#modal-form * {
  outline: none;
}
.tabs-title>a:focus, .tabs-title>a[aria-selected=true] {
  background-color: #f8f8f8;
  color: #999999;
  outline: none;
}
.modal {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-block {
  outline: none;
  width: 100%;
  display: block;
}
.default-block-inner {
  width: 100%;
  /* padding: 30px; */
}
.tabs-content {
  border: 0;
}
.tabs {
  display: table;
}
.tabs-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: none;
  min-width: 120px;
  height: 50px;
}
.list-tire {
  list-style: none;
  font-size: 18px;
  margin: 0px;
  position: relative;
}
.list-tire li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 24px;
}
.select2-results__option {
  padding: 6px 20px;
}

.custom-page {
  height: 80px !important;
  overflow: hidden;
  align-items: flex-start !important;
  justify-content: flex-start;
}
.custom-page .form-block {
  display: none;
}
.tabs-panel {
  padding: 0;
}
.tabs-panel label {
  height: 50px;
  flex: 1 1 270px;
}
[type=color], [type=date], [type=datetime-local],
[type=datetime], [type=email], [type=month],
[type=number], [type=password], [type=search],
[type=tel], [type=text], [type=time],
[type=url], [type=week], textarea {
  border: 0px;
  box-shadow: none;
  height: 50px;
  padding: 15px 20px;
  color: black;
  font-size: 15px;
  margin-bottom: 0px;
  border-radius:  6px;
}
.grid-container {
  padding: 0 120px;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
.small-label {
  display: flex;
  flex: 0 0 190px !important;
}
.intro-block {
  width: 100%;
}
.tabs-title>a::after{
  content: "";
  background-color: inherit;
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  bottom: -30px;
  z-index: -1;
}
.half-input {
  /* width: calc(50% - 5px); */
  float: left;
  max-width: 75px;
}
.half-input:first-child {
  max-width: 110px;
}
.form-error {
  position: absolute;
  bottom: 45px;
  text-align: left;
  background-color: white;
  padding: 10px;
  line-height: 30px;
  /* min-width: 200px; */
  box-shadow: 1px 5px 30px rgba(55, 81, 154, 0.1);
  /* margin-right: 10px; */
  /* border: 1px solid #d7dded; */
  font-size: 14px;
  font-weight: 300;
  border-radius:  6px;
}
.is-invalid-label {
  position: relative;
}
.button {
  background-color: #fff100;
  /* background-image: linear-gradient(to top, rgba(0, 0, 4, 0.05) 0%, rgba(255, 255, 255, 0.2) 100%); */
  /* box-shadow: 0 5px 20px rgba(219, 105, 3, 0.3); */
}
.flex-cover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.medium-button {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}
.big-button {
  height: 50px;
  font-size: 15px;
  color: #222222;
  /* width: 100%; */
  /* margin-top: 20px; */
  border: 0;
  display: inline-flex;
  margin-bottom: 0;
  align-items: center;
  padding: 0;
  justify-content: center;
  width:  120px;
  font-family: "SFUISemiBold";
  border-radius: 6px;
  flex: 0 0 120px;
}
.big-button_default {
  max-width: 220px;
  margin: 0px;
}
.table-result__data .target-value {
  /* width: 120px; */
  display: block;
  margin-left: 10px;
}
.button:hover, .button:focus {
  background-image: none;
  background-color: #ffe000;
  box-shadow: none;
}
.half-input + .half-input {
  margin-left: 10px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999999;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999999;
}
textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999999;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #999999;
}
.list-tire li::before {
  content: "–";
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  color: #d7dded;
  left: 0;
}
.main-content {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.half-block:nth-child(2n-1){
  padding-right: 30px;
}
.half-block:nth-child(2n){
  padding-left: 30px;
}
.flex-table_small {
  font-size: 14px;
}
.order-form .bold-text {
  margin-bottom: 15px;
}
.text-warning {
  color: #da2e2e;
}
.table-result {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9999;
  padding-bottom: 30px;
  align-items: center;
}
.flex-table + .flex-table {
  margin-top: 50px;
}
.table-result__data {
  float: left;
  padding-top: 25px;
  padding-right: 30px;
}
.table-result__data:last-child {
  float: right;
  padding-right: 0;
  display: flex;
  /* text-align: right; */
  justify-content: flex-end;
}
.bold-text {
  display: block;
  color: #37519a;
  font-weight: bold;
}
.flex-table__data {
  min-width: 120px;
}
.flex-table__row_head {
  font-size: 16px;
}
.no-wrap {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.flex-table_small .flex-table__data:last-child {
  padding-right: 60px;
}
.order-form {
  display: block;
  width: 100%;
  margin-top: 10px;
}
.flex-table__row_bound {
  display: table-row;
}
.flex-table__row_bound:nth-child(n+2):hover {
  background-color: rgba(0,0,0,0.05);
  cursor: pointer;
}
.offer-disclaimer {
  font-size: 14px;
  max-width: 600px;
  float: right;
  text-align: right;
  line-height: 18px;
  margin-bottom: 30px;
}
.select-default .select2-selection {
  /* min-width: 243px; */
  /* width: 100%; */
  height: 50px;
  padding: 15px 0px 15px 20px;
  font-size: 15px;
  border: 0px;
  border-radius: 6px;
}
.select2-selection--single {
  position: relative;
}
.select-default .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
  line-height: 10px;
}
.select2-selection__arrow {
  top: 0;
  bottom: 0;
  right: 10px !important;
  margin: auto;
}
.select-default .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  padding-left: 0px;
  padding-right: 40px;
  position: relative;
}
.select-default {
  margin-bottom: 10px;
  /* min-width: 243px; */
  flex: 1 1 270px;
}
.flex-table__row_bound:nth-child(n+2)>.flex-table__data{
  padding: 15px 30px 15px 0;
}
.flex-table_summary h5 + .flex-table__row {
  border-top: 1px solid #f2f2f2;
}
a.link:hover {
  border-bottom: 1px solid #1468a0;
}
.target_row-name {
  color: #222222;
}
.flex-table_summary .flex-table__data {
  /* float: left; */
}
.flex-table_summary .flex-table__data:last-child {
  /* float: right; */
  padding-right: 0;
  text-align: right;
  padding-right: 15px;
}
.half-block {
  width: 50%;
  float: left;
}
h4 {
  font-size: 30px;
  color: #37519a;
  line-height: 30px;
}
h5 {
  font-size: 24px;
  color: #37519a;
}
.bold {
  font-weight: 100;
  font-family: "SFUIBold";
}
p {
  font-size: 19px;
}
.main-title {
  margin-top: 140px;
}
.menu a{
  color: #222222;
  font-size: 15px;
  line-height: 14px;
  font-family: "SFUISemiBold" !important;
  padding-bottom: 1px;
  padding-top: 0px;
  letter-spacing: 0.5px;
  border-bottom: 0px !important;
  -webkit-font-smoothing: antialiased;
}

.header {
  height: 100%;
  display: flex;
  padding-top: 0px;
  justify-content: center;
  align-items: flex-start;
  flex: 0 1 100%;
  flex-direction:  column;
  width:  100%;
  margin: 0px;
}
.header-bg {
  height: 590px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.logo {
  font-size: 28px;
  color: #333333 !important;
  font-family: "SFUIBold";
}
.main-title {
  float: left;
  clear: both;
  color: #222222;
}
.mobile-button {
  display: none;
}
#hamburger-ico {
  /* margin-right: 30px; */
  display: none;
  position: relative;
  z-index: 100;
  float: right;
  margin-top: 10px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#hamburger-ico span {
  display: none;
  position: absolute;
  height: 3px;
  width: 30px;
  background: white;
  opacity: 1;
  /* right: 15px; */
  /* margin-top: 30px; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-ico span:nth-child(1) {
  top: 0px;
}

#hamburger-ico span:nth-child(2) {
  top: 10px;
}

#hamburger-ico span:nth-child(3) {
  top: 20px;
}

#hamburger-ico.open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-menu {
  top: 60px !important;
  right: 40px !important;
  left: auto !important;
  width: 290px;
  padding: 0;
  background-color: white;
  margin-top: 10px;
  box-shadow: 0 5px 30px rgba(55, 81, 154, 0.55);
  border: 0;
}
.mobile-menu a {
  margin: 0;
  font-size: 14px;
  color: #37519a;
  padding-top: 0;
  padding: 20px;
  /* border-bottom: 1px solid #d7dded; */
}
.mobile-menu li:last-child a {
  border-bottom: 0;
}
#hamburger-ico.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#hamburger-ico.open span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 74.9375em) {
  .main-title h1 {
    font-size: 48px;
  }
  .grid-container {
    padding: 0px;
    background-size: auto;
  }
  .main-title {
    margin-top: 90px;
  }
  .header {
    margin: auto;
    max-width: 640px;
  }
  #address-form {
    flex-wrap: wrap;
    height: auto;
  }
  .tabs-panel label {
    flex: 0 0 calc(50% - 5px) !important;
  }
  .tabs-panel label:nth-child(3) {
    margin-left: 0px !important;
  }
  .tabs-panel label.small-label {
    flex: 0 0 190px !important;
  }
  .form-block {
    margin-bottom: 50px;
  }
  .big-button {
    flex: 1 1 55px;
  }
  .tabs-panel #number-form  label {
    flex: 1 1 100% !important;
  }
  #number-form .big-button {
    flex: 0 0 120px;
  }
}
@media (max-width: 63.9375em) {
  .table-result__data .target-value {
    width: 100px;
  }
  .flex-table_small .flex-table__data:last-child {
    padding-right: 0px;
  }
  .flex-table__data {
    min-width: 100px;
  }
  .flex-table__data {
    padding: 20px 20px 20px 0px;
  }
  /* .form-block {
  display: none;
  max-width: 320px;
}
.select2-dropdown {
max-width: 260px;
}
.select-default .select2-selection {
max-width: 260px;
}

.main-title {
width: 100%;
max-width: 100%;
margin-top: 40px;
text-align: center;
}
.main-title h1 {
font-size: 48px;
text-align: center;
margin-bottom: 20px;
}
.main-title p {
text-align: center;
}
.half-block {
width: 100%;
}
.half-block:nth-child(2n-1){
padding-right: 0px;
}
.main-title p {
max-width: 100%;
margin-bottom: 40px;
}
.half-block:nth-child(2n){
padding-left: 0px;
}
.mobile-button {
display: block;
max-width: 320px;
margin: auto;
} */
}
@media (max-width: 800px){
  .header {
    max-width: 430px;
    justify-content: flex-start;
    padding: 0 15px;
  }
  .logo {
    margin-top: 15px;
  }
  #number-form {
    flex-wrap: wrap;
  }
  .animation {
    display: none;
  }
  html {
    background-size: cover;
  }
  .main-menu li + li {
    margin-left: 0px;
  }
  .main-menu li {
    margin-right: 12px;
    margin-bottom: 10px;
  }
  .main-menu li:last-child {
    margin-right: 0px;
  }
  .menu {
    justify-content: flex-start;
  }
  .menu a {
    font-size: 13px;
  }
  .main-title {
    margin-top: 60px;
  }
  #number-form .big-button {
    flex: 0 0 100%;
  }
  .form-block {
    /* margin-bottom: 0px; */
  }
  .main-title h1 {
    font-size: 36px;
  }
  .main-title h1 span{
    display: block;
  }
  .flex-row_sp-bet {
    flex-direction: column;
    align-items: center;
  }
  .main-menu {
    margin-top: 40px;
  }
  .big-button_default {
    margin-top: 20px !important;
    margin-left: 0px !important;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    font-size: 20px;
    max-width: 180px;
  }
  .form-block .tabs-panel label {
    flex: 0 0 100% !important;
    margin-left: 0px !important;
  }
  .half-input {
    width: calc(50% - 5px) !important;
    max-width: none !important;
  }
  .tabs-panel .button {
    margin-left: 0px;
    margin-top: 10px;
  }
  .form-error {
    display: none !important;
  }
}
@media (max-width: 720px) {
  /* .main-menu {
  display: none;
}
#hamburger-ico {
display: block !important;
}
#hamburger-ico span {
display: block !important;
}
.main-title h1 {
font-size: 42px;
}*/
.big-button {
  /* flex: 0 0 100px; */
}
.fancybox-slide--iframe {
  padding: 44px 0px;
}
.flex-table__row {
  border-bottom: 0px;
}
.flex-table__row:last-child {
  border-bottom: 0px;
}
.flex-table__data {
  min-width: 85px;
}
.flex-table__data:first-child {
  min-width: 100px;
  display: flex;
  align-items: center;
  padding-right: 10px !important;
}
.table-result__data .target-value {
  width: 85px;
}
.flex-table__checkbox {
  min-width: 13px;
  margin-right: 10px;
}
.flex-table__submit {
  float: inherit;
  margin-left: auto !important;
  margin-right: auto !important;
}
.flex-table__button {
  width: 100px;
}
.flex-table_default .flex-table__row_head {
  display: none !important;
}
.flex-table_default .flex-table__row {

}
.flex-table_default .flex-table__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.flex-table__row:last-child {
  margin-bottom: 0px;
}
.flex-table_default .flex-table__data {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 20px;
  position: relative;
}
.flex-table_default .flex-table__data:before {
  content: attr(data-column);
  position: absolute;
  top: -7px;
  font-family: "SFUIBold";
  color: #222222;
}
.flex-table__data:last-child {
  padding-right: 0px;
}
}
@media (max-width: 39.9375em) {

  /*
  .main-title h1 {
  font-size: 32px;
}
.form-error {
display: none !important;
}
p {
font-size: 14px;
}
.list-tire {
font-size: 14px;
}
.mobile-button {
max-width: 280px;
}
.main-content {
padding-top: 20px;
}
.header-bg {
height: 530px;
}
.main-title {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 400px;
}
.header {
height: 530px;
}
.intro-block {
height: 530px;
}
h4 {
font-size: 18px;
}
.default-block-inner {
padding: 20px;
}
.main-title h1 {
font-size: 23px;
}
.main-title p {
width: 260px;
}
.default-block {
margin-bottom: 30px;
}
}*/
@media (max-width: 480px) {
  .table-result__data {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    justify-content: center !important;
  }
  .flex-row.align-justify .big-button{
    margin: 30px 0px !important;
    flex: 0 0 100px !important;
    width:  100px !important;
    padding:  0px !important;
    min-width: 110px;
  }
  .flex-table__submit {
    flex: inherit;
    max-width: 290px;
  }
  .table-result {
    flex-wrap: wrap;
  }
  .input_default  + .flex-table__submit {
    margin-top: 0px !important;
  }
  .text-warning {
    text-align: center;
    width: 100%;
    display: flex;
  }
  .table-result {
    flex-direction: column;
  }
  /*
  .grid-container {
  padding: 0 15px;
}
.main-title p {
font-size: 14px;
}
.mobile-menu {
right: 15px !important;
width: 290px;
}
.flex-right {
flex-direction: column;
margin-top: 30px;
}
.input_default {
flex: inherit;
}


.mobile-menu {
width: calc(100% - 30px);
}*/
}
