@media (max-width: 1200px) {
  header.fixed .container {
    padding: 0 30px;
  }
  footer {
    padding-left: 30px;
    padding-right: 30px;
  }
  header .menu_block .menu a {
    font-size: 12px;
    margin-left: 8px;
  }
  header.fixed .logo_text {
    font-size: 16px;
  }
  header .logo_block {
    margin-right: 20px;
  }
  /*header .logo_block img {
    width: 180px;
  }*/
  .reviews .reviews_block .review_slider {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
  }
  .reviews .review_item img {
    height: 200px;
  }
  .reviews .review_item .review_text h3 {
    font-size: 24px;
  }
  .reviews .review_item .review_text h4 {
    font-size: 18px;
  }
  .about .nout_block .nout_content .features_list {
    margin: 40px 0;
  }
  .partners {
    padding-bottom: 100px;
  }
  .partners .section_title {
    margin-bottom: 100px;
  }
  .partners {
    padding-top: 0;
  }
  .reviews .review_item .review_text p {
    padding: 0;
    text-align: center;
    font-size: 16px;
  }
}

.phone_icon{
  height: 40px;
  width: 40px;
  background: #f29809;
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.phone_icon img{
  height: 20px;
}
@media(min-width: 991px){
  .forms .form_content{
    padding-left: 32px;
  }
  .about .first_container{
    padding-left: 180px;
  }

}
@media(min-width: 1200px){
  .about .first_container{
    padding-left: 200px;
  }

}
@media (max-width: 991px) and (min-width: 767px) {
  .services_section .service_row .container {
    width: 100%;
  }
  .services_section .service_row .container .service_desc {
    padding-left: 20px;
    padding-right: 20px;
  }
  .services_section .service_row .container .service_desc p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .forms {
    overflow: hidden;
  }
  .about .nout_block .nout_img {
    display: none;
  }
  .about .nout_block .nout_content {
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    left: unset;
    top: unset;
    width: 100%;
  }
  .about .nout_block .nout_content .features_list .feature_item {
    width: 33.3333333%;
  }
  .reviews .review_item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .forms .form_block {
    width: 50%;
  }
  .forms .form_content {
    width: 50%;
    padding-right: 32px;
  }
  .contacts .map .contacts_block {
    width: 300px;
    padding: 32px;
  }
  .main_section .banner_content .features_list {
    margin: 35px 0;
  }
  .partners .partners_block .partners_slider {
    width: 100%;
  }
  .partners .partners_block .arrows {
    width: 100%;
  }
  .partners .partners_block .arrows .arrow.prev {
    margin-left: -30px;
  }
  .partners .partners_block .arrows .arrow.next {
    margin-right: -30px;
  }
  header.fixed .menu_block {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  header.fixed .menu_block .menu {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header.fixed .menu_block .menu a {
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
  }
  header.fixed .menu_block .menu a.active {
    color: #f29809;
  }
  .close_menu,
  header.fixed .menu_icon {
    display: block;
  }
}
@media (max-width: 768px) {
  .container {
    text-align: center;
  }
  .container .section_title {
    padding-bottom: 5px;
    border-bottom: 3px solid #f29809;
  }
  .section_title2 .line {
    display: none;
  }
  .section_title2 h2 {
    border-bottom: 3px solid #f29809;
    padding: 0;
    padding-bottom: 5px;
  }
  .section_title::before {
    display: none;
  }
  .services_section .services_row:after {
    display: none;
  }
  .contacts .map .contacts_block .contact_item embed {
    width: 16px;
    height: 32px;
    margin: 0;
    margin-right: 12px;
  }
  footer p {
    display: none;
  }
  .main_section {
    overflow: hidden;
  }
  .about .nout_block .nout_content h3 {
    width: 100%;
  }
  .about .nout_block .nout_content .features_list .feature_item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-top: 30px;
  }
  .section_title2 h2 {
    font-size: 24px;
  }
  .services_section .service_row .container .service_desc {
    text-align: left;
  }
  .section_title2 {
    margin-bottom: 50px;
  }
  .reviews .reviews_block .review_slider {
    padding: 50px 0;
    margin: 0 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .flickity-page-dots {
    bottom: 20px;
  }
  .partners .cloud {
    top: -100px;
  }
  .services_section .service_row {
    height: auto;
  }
  .services_section .service_row .service_img {
    width: 100%;
    position: relative!important;
    bottom: unset!important;
    top: unset!important;
    right: unset!important;
  }
  .services_section .service_row .service_desc {
    width: 100%!important;
    padding: 30px 15px!important;
  }
  .reviews .reviews_block .arrows .arrow {
    width: 24px;
  }
  .about .nout_block .nout_content .features_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .logo_text {
    display: none;
  }
  .main_section .banner_content .features_list .feature_item {
    width: -webkit-calc(33.33333% - 20px);
    width: calc(33.33333% - 20px);
  }
  .about {
    padding: 50px 0;
  }
  .section_title {
    margin-bottom: 30px;
  }
  .partners .section_title {
    margin-bottom: 50px;
  }
  .partners {

    padding-top: 30px;
    padding-bottom: 50px;
  }
  .forms .form_content h4 {
    margin: 15px 0;
  }
  .forms .form_block {
    width: 100%;
    margin-top: 30px;
  }
  .forms {
    padding: 50px 0;
  }
  .forms .form_content {
    width: 100%;
    padding-right: 0;
  }
  .contacts .map .contacts_block .contact_item {
    text-align: left;
  }
  .forms .form_block .callback_type {
    text-align: left;
  }
}
@media (max-width: 575px) {
  header .phone_block{
    display: none;
  }
  header.fixed .phone_icon{
    display: none;
  } 
  .phone_icon{
    display: flex;
  }
  .open_modal_btn{
    margin: 0 auto;
    margin-top: 20px;
  }
  .forms .user_info .user_name {
    text-align: left;
  }
  .main_section .small-square {
    display: none;
  }
  .main_section {
    height: 650px;
  }
  .services_section .service_row .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .logo_block img {
    /*width: 150px;*/
  }
  header .phone_block a {
    font-size: 18px;
  }
  header .phone_block p {
    display: none;
  }
  .main_section .banner_content .features_list .feature_item {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 8px 0;
  }
  .main_section .banner_content .features_list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 20px 0;
  }
  .services_section .services_row {
    padding-bottom: 50px;
  }
  .main_section .banner_content h2 {
    padding: 0 10px;
  }
  .modal .modal_container .modal_content .close {
    top: 20px;
    right: 30px;
    -webkit-filter: unset;
            filter: unset;
  }
  .modal .modal_container .modal_content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: unset;
            border-radius: unset;
  }
  .services_section .service_row .container .service_desc,
  .contacts .map .contacts_block {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .forms .form_block .callback_type {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews .section_title2 h2 {
    border: none;
  }
  .about .nout_block .nout_content h3 {
    font-size: 22px;
  }
  .about .nout_block .nout_content .features_list {
    margin: 20px 0;
  }
  .partners .partners_block .partners_slider .item {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
  .reviews {
    padding-top: 0;
  }
  footer .socials a {
    margin-left: 16px;
  }
  footer .socials a:first-child {
    margin-left: 0;
  }
  .partners .partners_block .arrows .arrow.next {
    margin-right: 0px;
  }
  .partners .partners_block .arrows .arrow.prev {
    margin-left: 0px;
  }
  .contacts .map {
    height: auto;
  }
  .contacts .map iframe {
    position: relative;
    height: 300px;
  }
  .contacts .map .contacts_block {
    position: relative;
    width: 100%;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: unset;
  }
  .section_title {
    font-size: 32px;
  }
  .main_section .banner_content h2 {
    font-size: 28px;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .reviews .review_item {
    width: 100%;
  }
  .reviews .reviews_block .review_slider {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: 0 50px;
  }
  .about .nout_block .nout_content .features_list .feature_item {
    width: 100%;
    margin-bottom: 30px;
  }
  .partners .cloud {
    top: -50px;
  }
  .about .nout_block .nout_content .features_list .feature_item p {
    font-size: 16px;
  }
  .about .nout_block .nout_content .features_list .feature_item h4 {
    min-height: auto;
  }
  footer .footer_logo {
    width: 150px;
    margin-right: 0;
  }
}
