@media only screen and (max-width: 1200px) {
  .head-nav {
    left: 0;
  }

  .beginning-work-item .item-icon.first:after {
    width: 116px;
    right: -116px;
  }

  .beginning-work-item .item-icon.third:after {
    width: 116px;
    right: -116px;
  }

  .beginning-work-item .item-icon.second:after {
    width: 116px;
    right: -116px;
  }

  .uploading-data .right-block li:first-child:after {
    height: 108px;
  }

  .advantages-item {
    font-size: 17px;
  }

  .details-loanding.second {
    background-size: contain;
  }
  .details-loanding.second .section-title {
    padding-right: 54%;
  }
  .details-loanding.second .unloading-form .submit-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .main-section {
    padding-bottom: 20px;
  }

  .built-in-module .section-subtitle {
    padding-right: 25%;
  }
  .built-in-module .text {
    padding-right: 30%;
  }

  .beginning-work-item .item-icon.first:after {
    width: 61px;
    right: -61px;
  }

  .beginning-work-item .item-icon.third:after {
    width: 61px;
    right: -61px;
  }

  .beginning-work-item .item-icon.second:after {
    width: 61px;
    right: -61px;
  }

  .beginning-work-item .text {
    font-size: 15px;
  }
  .beginning-work-item .min {
    display: inline;
  }

  .uploading-data .left-block li:first-child:after {
    height: 257px;
  }

  .advantages-item {
    width: 32%;
    padding-right: 10px;
    font-size: 16px;
  }

  .details-loanding.second {
    background: #E9E8EB;
    padding: 30px 0;
  }
  .details-loanding.second .section-title {
    text-align: center;
    padding-right: 0;
  }

  .main-footer {
    text-align: center;
  }

  .footer-logo {
    display: inline-block;
  }

  .footer-right {
    padding-top: 40px;
    text-align: center;
  }

  .soc-network {
    text-align: center;
  }
}
@media only screen and (max-width: 769px) {
  .mobile-bar {
    display: block;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    padding: 7px 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 130;
  }

  .head-nav {
    position: fixed;
  }

  .ui-head .head-nav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 50px;
  }
  .ui-head .head-nav:before {
    content: "";
    display: inline-block;
    height: 90%;
    vertical-align: middle;
  }
  .ui-head .head-nav-list {
    display: inline-block;
    padding-top: 0;
    width: 310px;
    vertical-align: middle;
  }
  .ui-head .head-nav-list li {
    display: block;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .ui-head .head-nav-list li.phone-number a {
    color: red;
  }
  .ui-head .head-nav-list li a {
    color: #fff;
  }
  .ui-head .head-nav-list li a.active {
    color: #7DD8E7;
  }

  .ui-head {
    padding-top: 25px;
  }

  .head-toggle-mnu {
    display: block;
  }

  .head-logo-mobile {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
  }

  .dial-number {
    display: block;
  }

  .main-section {
    background: #92D9ED;
    text-align: center;
  }

  .head-logo {
    text-align: center;
  }

  .wrapper-head-logo {
    width: 100%;
  }

  .soc-network a {
    -webkit-transition: none;
            transition: none;
  }
}
@media only screen and (max-width: 767px) {
  .ui-head {
    padding-top: 60px;
  }

  .main-title {
    font-size: 40px;
    line-height: 30px;
  }
  .main-title small {
    font-size: 30px;
  }

  .section-title {
    font-size: 21px;
    line-height: 30px;
  }

  .section-subtitle {
    font-size: 19px;
  }

  .built-in-module {
    padding: 20px 0 190px 0;
    text-align: center;
  }
  .built-in-module .text {
    margin-top: 10px;
  }
  .built-in-module:after {
    background-position: 50% 100%;
  }
  .built-in-module .section-subtitle {
    padding-right: 0;
    margin-bottom: 12px;
    text-align: center;
  }
  .built-in-module .text {
    padding-right: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .section-title.left {
    text-align: center;
  }

  .about-us {
    padding: 20px 0;
  }
  .about-us .section-subtitle {
    margin-top: 18px;
  }
  .about-us .title-list {
    font-size: 16px;
    text-align: center;
  }
  .about-us .list-other {
    padding-left: 40px;
  }
  .about-us .list-other li {
    margin-bottom: 10px;
  }
  .about-us .list-our {
    padding-left: 40px;
  }
  .about-us .list-our li {
    margin-bottom: 10px;
  }

  .details-loanding.first {
    background: #F9F9FB;
  }

  .section-subtitle {
    margin-bottom: 15px;
  }

  .beginning-work-item {
    width: 49%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .beginning-work-item .item-icon:after {
    display: none !important;
  }

  .uploading-data {
    padding: 20px 0;
  }
  .uploading-data .section-subtitle {
    margin: 15px 0;
  }

  .unloading-form .form-title {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  .details-loanding {
    padding: 20px 0;
  }

  .advantages-item {
    width: 49%;
    margin-bottom: 20px;
  }

  .garantee {
    padding: 20px 0;
  }
  .garantee .section-subtitle {
    margin: 15px 0;
  }

  .garantee-list li {
    padding-left: 0;
    padding-top: 100px;
    margin-bottom: 30px;
    text-align: center;
  }
  .garantee-list li:before {
    right: 0;
    top: 0;
    margin: auto;
  }

  .form-callback .form-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .form-callback .form-group {
    width: 100%;
  }
  .form-callback .form-group:last-child {
    margin-left: 0;
  }
  .form-callback .form-text {
    font-size: 15px;
    margin-top: 0;
  }
  .form-callback .phone-number {
    font-size: 22px;
  }

  .main-footer {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .advantages-item {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }

  .advantages {
    padding: 20px 0;
  }

  .advantages-content {
    padding-top: 0;
  }

  .footer-logo {
    padding: 150px 0 0;
  }
  .footer-logo:before {
    top: 0;
    right: -30px;
    margin: auto;
  }

  .footer-right {
    padding-top: 5px;
  }

  .main-title {
    font-size: 35px;
    line-height: 25px;
  }
  .main-title small {
    font-size: 24px;
  }

  .section-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .unloading-form .min {
    font-size: 15px;
  }
  .unloading-form .submit-btn {
    font-size: 13px;
  }
  .unloading-form .wrapper-form-submit {
    margin-top: 15px;
  }
  .unloading-form .bottom-text {
    margin-top: 12px;
    font-size: 16px;
  }

  .form-callback .text-field {
    width: 100%;
    font-size: 16px;
    padding: 7px 10px;
  }
  .form-callback .text-field::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-callback .text-field::-moz-placeholder {
    font-size: 16px;
  }
  .form-callback .text-field::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-callback .text-field::input-placeholder {
    font-size: 16px;
  }
  .form-callback .submit-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
  }

  .main-section-content .subtitle {
    font-size: 20px;
    margin: 15px 0;
  }

  .crimson-btn {
    font-size: 15px;
  }

  .details-loanding.first {
    background: #F9F9FB;
  }

  .form-callback {
    width: 280px;
  }

  .message-thanks {
    width: 250px;
    padding: 40px 0;
  }

  .modal-close {
    top: -15px;
    right: -15px;
  }
}
@media only screen and (max-width: 400px) {
  .beginning-work {
    padding: 20px;
  }

  .beginning-work-content {
    margin-top: 15px;
  }

  .beginning-work-item {
    width: 100%;
  }
  .beginning-work-item:last-child {
    margin-bottom: 0;
  }

  .uploading-data-list li {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .uploading-data .right-block li:first-child:after {
    height: 82px;
  }
}
@media only screen and (max-height: 450px) {
  .form-callback {
    height: 90%;
  }
}
