body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
body .dtable {
  display: table;
  width: 100%;
}
body .dtable .dcell {
  display: table-cell;
  vertical-align: middle;
}
body .container {
  position: relative;
}
body .italic {
  font-style: italic;
}
body .t-center {
  text-align: center;
}
body .round {
  border-radius: 15px;
}
body .circle {
  border-radius: 50%;
}
body a,
body input,
body button {
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body a:active,
body a:focus,
body input:active,
body input:focus,
body button:active,
body button:focus {
  outline: none !important;
}
body form label.error {
  display: none !important;
}
body form ::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
body form ::-moz-placeholder {
  color: #999;
  opacity: 1;
}
body form :-moz-placeholder {
  color: #999;
  opacity: 1;
}
body form :-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
body form .inputblock {
  margin: 0 0 15px;
}
body form input[type="text"],
body form input[type="email"] {
  display: inline-block;
  width: 100%;
  border: none;
  border-radius: 5px;
  line-height: 54px;
  height: 54px;
  padding: 0 15px;
  font-size: 1.063em;
  color: #444444;
}
body form input[type="text"].error,
body form input[type="email"].error {
  box-shadow: 0 0 2px 5px rgba(255,0,0,0.2);
}
body form .controls button,
body form .controls a,
body form .controls input {
  width: 100%;
}
body form .agreements {
  font-size: 10px;
  color: #333;
  text-align: left;
  margin: 30px 0 0;
}
body form .agreements a {
  color: #f69e3a;
}
body form .agreements label {
  font-weight: 300;
}
body form .agreements input[type="radio"],
body form .agreements input[type="checkbox"] {
  margin: 0px 0 0;
}
body .btn-green {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  color: #fff;
  font-size: 1.19em;
  font-weight: 700;
  border-radius: 5px;
  background: #629940;
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
body .btn-green:hover,
body .btn-green:active,
body .btn-green:focus {
  background: #629940;
  color: #fff;
}
body .btn-red {
  height: 68px;
  line-height: 63px;
  padding: 0 30px;
  color: #fff;
  font-size: 1.06em;
  font-weight: 900;
  border-radius: 35px;
  text-transform: uppercase;
  background: #f9c19f;
  background: -moz-linear-gradient(top,#f9c19f 0%,#cd4338 100%);
  background: -webkit-linear-gradient(top,#f9c19f 0%,#cd4338 100%);
  background: linear-gradient(to bottom,#f9c19f 0%,#cd4338 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9c19f',endColorstr='#cd4338',GradientType=0);
  box-shadow: 0px 13px 10px -10px rgba(0,0,0,0.3);
  border: none;
  border-bottom: 5px solid #A71E00;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
body .btn-red:hover,
body .btn-red:active,
body .btn-red:focus {
  background: #f9c19f;
  background: -moz-linear-gradient(top,#f2ae84 0%,#be362b 100%);
  background: -webkit-linear-gradient(top,#f2ae84 0%,#be362b 100%);
  background: linear-gradient(to bottom,#f2ae84 0%,#be362b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ae84',endColorstr='#be362b',GradientType=0);
  color: #fff;
}
body .btn-red.two-lines {
  padding: 12px 30px;
  height: auto;
  line-height: 1.3;
  font-size: 0.94em;
}
body .btn-red.big {
  padding: 0 80px;
}
body .no-padd {
  padding: 0;
}
body .no-padd-left {
  padding-left: 0;
}
body .no-padd-right {
  padding-right: 0;
}
body .padd-left {
  padding-left: 35px;
}
body img {
  max-width: 100%;
}
body .tgreen {
  color: #00af9c;
}
body .mini-padd-left {
  padding-left: 1px;
}
body .section-form {
  width: 50%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("../images/map.jpg") no-repeat center top / cover;
  color: #FFF;
  text-align: center;
  z-index: 999;
}
body .section-form .mini-container {
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
  padding: 0 10px;
}
body .section-form .t1 {
  background: #bc8a34;
  font-size: 0.88em;
  font-weight: 600;
  padding: 15px 0;
  margin: 0 0 25px;
}
body .section-form .t2 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3;
  background: #a7b34a;
   border-radius: 5px;
margin: 0 55px 15px 55px;
  padding: 10px;

}
body .section-form .t3 {
  font-size: 1.3em;
  font-weight: 600;
  display: inline-block;
  padding: 15px 25px;
  background: #ecb81e;
  border-radius: 5px;
  margin: 0 0 30px;
}
body .section-form .t5 {
  background: #d79229;
    display: inline-block;
  padding: 35px 25px;
  border-radius: 5px;
  margin: 10px;
   font-weight: 900;
}
body .section-form .t3 span {
  font-weight: 300;
}
body .section-form .t4 {
  margin: 0 0 30px;
}
body .section-form .t4 img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}
body .section-form .form-block {
  max-width: 310px;
  margin: 0 auto;
}
body .section-0 .bg1 {
  background: #e8d552;
  max-width: 507px;
  padding: 0px 10px 20px 10px;
  color: #000;
    border-radius: 10px;
 margin: 0px auto 10px;
  text-align: left;
}
body .section-0 .bg2 {
  background: #f3efb9;
  max-width: 507px;
  padding: 10px 10px 20px 10px;
    border-radius: 15px;
 margin: 10px auto 10px;
  text-align: left;
}
body  .bg2 {
  background: #f2f0bb;
  max-width: 507px;
  padding: 10px 10px 20px 10px;
    border-radius: 15px;
 margin: 10px auto 10px;
  text-align: left;
}
body .section-0 .bg2 .t3{
  text-align: left;
}
body .section-0 .t1 {
  font-size: 1.1em;
  margin: 0 0 5px;
}
body .section-0 .t2 {
  line-height: 1.5;
}
body .section-0 .t3 {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 25px;
}
body .section-0 .ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body .section-0 .ul1 li {
  background: url("../images/libg1.png") no-repeat left 7px;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}
body .section-1 .timur-mob {
  margin: 0 auto 20px;
  border-bottom: 1px solid #D41B2C;
}
body .section-1 .t1 {
  padding-left: 40px;
  margin: 0 0 20px;
  line-height: 1.6;
}
body .section-1 .t1 strong {
  font-size: 1.13em;
}
body .section-1 .ul1 {
  list-style-type: none;
  margin: ;
  padding: 0 0 0 20px;
}
body .section-1 .ul1 li {
  background: url("../images/libg12.png") no-repeat left 4px;
  padding: 0 0 0 25px;
  font-size: 0.88em;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 10px;
}
body .section-1 .ul1.blue-dott li {
  background: url("../images/libg3.png") no-repeat left 4px;
}
body .section-1 .ul1.green-dott li {
  background: url("../images/libg2.png") no-repeat left 4px;
}
body .section-1 .timur-desc {
  position: absolute;
  right: -30px;
  bottom: 0px;
  z-index: -1;
}
body .section-1 .red-line {
  border-bottom: 1px solid #D41B2C;
  margin-bottom: 70px;
}
body .section-2 .t1 {
  text-align: center;
  font-size: 1.63em;
  font-weight: 700;
  margin: 0 0 35px;
}
body .section-2 .r1 {
  margin-bottom: 25px;
}
body .section-2 .media-left img {
  max-width: 200px;
}
body .section-2 .media-body {
  font-size: 0.88em;
}
body .section-2 .t2 {
  padding-left: 60px;
  font-size: 1.38em;
  font-weight: 700;
  margin: 80px 0 25px;
}
body .section-2 .t3 {
  padding-left: 60px;
  font-size: 1.38em;
  font-weight: 700;
  margin: 80px 0 0;
}
body .section-2 .img-arr {
  margin: -15px 0 50px 40px;
}
body .section-2 .carousel {
  margin: 0 0 30px;
  padding: 0 25px;
  width: 100%;
}
body .section-2 .carousel .car-control {
  color: #222;
  font-size: 20px;
  position: absolute;
  top: 47%;
}
body .section-2 .carousel .car-control.left {
  left: 5px;
}
body .section-2 .carousel .car-control.right {
  right: 5px;
}
body .section-2 .controls {
  text-align: center;
  margin: 20px 0 0;
}
body .footer {
  line-height: 40px;
  background: #333;
  color: #cccccc;
  font-size: 12px;
  padding: 0 15px;
  text-align: center;
}
body .footer a {
  color: #cccccc;
  margin: 0 7px;
}
body .modal.info-modal .modal-dialog {
  width: 100%;
  max-width: 780px;
  font-size: 0.875em;
  position: relative;
  margin: 65px auto 10px;
}
body .modal.info-modal .modal-dialog .close {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .7;
  z-index: 999;
  color: #000;
}
body .modal.info-modal .modal-dialog .close:hover {
  opacity: 1;
}
body .modal.info-modal .modal-dialog .t1 {
  font-size: 1.125em;
  margin: 0 0 20px;
}
body .modal.info-modal .modal-dialog .t2 {
  margin: 0 0 20px;
  font-size: 0.938em;
  font-weight: 300;
  text-align: center;
  border: 1px solid #E1E1E1;
  background: #F1F1F1;
  padding: 8px 0;
  border-radius: 5px;
}
body .modal.info-modal .modal-dialog p {
  margin: 20px 0 0;
}
body .modal.form-modal .modal-dialog {
  width: 100%;
  max-width: 500px;
  background: none;
  position: relative;
  margin: 35px auto 10px;
}
body .modal.form-modal .modal-dialog .close {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: .7;
  z-index: 999;
  color: #000;
}
body .modal.form-modal .modal-dialog .close:hover {
  opacity: 1;
}
body .modal.form-modal .modal-dialog .modal-content {
  border: none;
  box-shadow: none;
  border-radius: 50px;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 75px 85px;
  color: #333;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body .t1 {
  font-size: 1.875em;
  font-weight: 300;
  margin: 0 0 40px;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form {
  margin: 0 auto;
  width: 100%;
  max-width: 320px;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock {
  margin-bottom: 20px;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock label.error {
  display: none !important;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock input,
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock textarea {
  border: none;
  border-bottom: 1px solid #222;
  background: #FFF;
  font-size: 1em;
  font-weight: 300;
  color: #333;
  width: 100%;
  border-radius: 0px;
  padding: 0 0px;
  line-height: 29px;
  height: 30px;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock input.error,
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock textarea.error {
  border-color: #D60019;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock input:active,
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock input:focus,
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock textarea:active,
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock textarea:focus {
  border-color: #00af9c;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .inputblock textarea {
  min-height: 120px;
  line-height: 1.2;
  padding: 10px;
  resize: none;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body form .btn-cyan {
  width: 100%;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body .note {
  text-align: center;
  font-size: 0.813em;
  font-weight: 600;
  opacity: .4;
}
body .modal.form-modal .modal-dialog .modal-content .modal-body .thanks-text {
  font-size: 1.25em;
  margin: 80px 0;
  font-weight: 300;
}
@media (min-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
    overflow-x: hidden;
  }
  body .section-1 .timur-desc {
    right: -90px;
  }
  body .section-2 .r1 {
    margin-bottom: 0;
  }
  body .section-2 .m1 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  body .section-2 .r1 {
    margin-bottom: 0;
  }
  body .section-2 .m1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
    overflow-x: hidden;
  }
  body .mini-padd-left {
    padding: 0 10px;
  }
  body .section-0 .bg1 {
    padding: 20px;
  }
  body .section-0 .bg2 {
    padding: 30px 20px;
  }
  body .section-2 {
    padding: 0 0 35px;
  }
  body .section-2 .r1 {
    margin-bottom: 0;
  }
  body .section-2 .m1 {
    margin-bottom: 30px;
  }
  body .section-2 .t2,
  body .section-2 .t3 {
    padding-left: 10px;
  }
  body .section-2 .t2 br,
  body .section-2 .t3 br {
    display: none;
  }
  body .section-2 .img-arr {
    display: none;
  }
  body .section-form {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 40px;
    padding: 0 0 35px;
  }
  .container {
    width: 320px !important;
  }
  header,
  section,
  footer {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
}
@media (max-height: 620px) and (min-width: 768px) {
  body .section-form .t1 {
    padding: 15px 0;
    margin: 0 0 20px;
  }
  body .section-form .t2 {
    font-size: 1.45em;
  }
  body .section-form .t3 {
    padding: 10px 25px;
    margin: 0 0 25px;
  }
}
@media (max-height: 540px) and (min-width: 768px) {
  body .section-form {
    font-size: 12px;
  }
  body .section-form .t1 {
    padding: 10px 0;
    margin: 0 0 15px;
  }
  body .section-form .t2 {
    font-size: 1.35em;
  }
  body .section-form .t3 {
    padding: 7px 25px;
    margin: 0 0 20px;
  }
  body .section-form form input[type="text"],
  body .section-form form input[type="email"] {
    line-height: 46px;
    height: 46px;
  }
  body .section-form form .btn-green {
    line-height: 46px;
    height: 46px;
  }
  body .section-1 .timur-mob {
  margin: 0 auto 20px;
  border-bottom: 1px solid #D41B2C;
}
