.contacts-custom__bottom
{
	margin-bottom:40px;
}
.hotline {
  position: relative;
  background: #f3f5f7;
  padding: 30px 0; }
  .hotline__grid {
    position: relative;
    padding: 0px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1000px) {
      .hotline__grid {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .hotline__item {
    position: relative;
    width: 50%; }
    @media only screen and (max-width: 992px) {
      .hotline__item {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 0; } }
  @media only screen and (max-width: 992px) {
    .hotline__item + .hotline__item {
      margin-top: 20px; } }
  .hotline__phone-link {
    position: relative;
    text-align: center; }
    .hotline__phone-link a {
      display: inline-block;
      color: #3e4953;
      font: bold 45px/100% "Open Sans", sans-serif;
      text-decoration: none;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      .hotline__phone-link a:hover {
        text-decoration: none;
        color: #9dcbff; }
      @media only screen and (max-width: 1000px) {
        .hotline__phone-link a {
          font: bold 45px/100% "Open Sans", sans-serif; } }
      @media only screen and (max-width: 768px) {
        .hotline__phone-link a {
          font: bold 35px/100% "Open Sans", sans-serif; } }
  .hotline__image-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: auto; }
  .hotline__image {
    padding: 0 15px 0 0;
    position: relative; }
  .hotline__text {
    position: relative;
    line-height: 150% !important;
    color: #3e4953; }

.clear {
  clear: both; }

.contact-block {
    padding: 10px 0 0!important;
}

.contact__grid h1
{
    display:none;
}

h2 {
    font: bold 25px/100% "Open Sans", sans-serif;
    color: #515151;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

p {
    font: 300 16px/130% "Open Sans", sans-serif;
    color: #000;
    margin: 0 0 20px 0;
}

/*img {
    max-width: none;
}*/

p a {
    color: #0060aa!important;
}

.modal-callback {
  position: relative; }
  .modal-callback__wrap {
    position: relative; }
    .modal-callback__wrap:after {
      content: "";
      display: table;
      clear: both; }
  .modal-callback__element {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    width: 100%; }
  .modal-callback__title {
    font: bold 20px/120% "Open Sans", sans-serif;
    color: #000;
    padding: 0 20px 0 0; }
  .modal-callback__success {
    display: none; }
  
  input {
    width: 100%;
    height: 40px;
    border: 0 none;
    border-bottom: 1px solid #0155a6;
    font: 18px/40px "Open Sans", sans-serif;
    color: #0155a6;
    background-color: transparent;
    box-shadow: none;
}

.form-btn {
  position: relative;
  float: right;
  padding: 0 30px;
  height: 35px;
  border: 0 none;
  background-color: #0155a6;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .form-btn:hover {
    background-color: #3583ce; }
  .form-btn:active {
    top: 2px; }
  .form-btn span {
    text-transform: uppercase;
    color: #fff;
    font: bold 14px/100% "Open Sans", sans-serif; }
  .form-btn--header-form-btn {
    float: none;
    margin: 0 auto;
    display: block; }
  .form-btn--link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    text-align: center; }
  
  .checkbox {
	position: relative;
	margin: 0 0 0px 0; 
}

.input-checkbox {
	height: inherit;
	width: inherit;
	position: relative; 
}

.input-checkbox__text {
	line-height: 20px;
	vertical-align: top;
	left: 10px;
	display: block;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font: 400 16px/1 "Open Sans", sans-serif;
}
.input-checkbox__text--color {
	color: #0155a6; 
}

input[type=checkbox] {
	display: block;
	visibility: hidden;
	position: absolute;
	top: -9999px; 
}

input[type="checkbox"]:checked + .label::before {
    content: "Ã—";
    color: rgb(2, 86, 165);
    font-size: 27px;
    text-align: center;
    line-height: 11px;
}
	
.label {
	position: relative;
	display: inline-block;
	display: table;
	margin: 0 0 20px 0;
	cursor: pointer; 
}

.label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 2px solid #0155a6; 
}

input[type="checkbox"]:checked + .label::before {
    content: "×";
    color: rgb(2, 86, 165);
    font-size: 27px;
    text-align: center;
    line-height: 11px;
}

.input-checkbox {
	height: inherit;
	width: inherit;
	position: relative; 
}

.input-checkbox__text {
	line-height: 20px;
	vertical-align: top;
	left: 10px;
	display: inline;
	vertical-align: middle;
	font: 400 16px/1 "Open Sans", sans-serif;
}
