@media only screen and (max-width: 780px) {
  .contacts .container {
    text-align: center;
  }
  .contacts .container .left,
  .contacts .container .right {
    float: none!important;
    text-align: left;
  }
  .contacts .container .left {
    width: auto;
    display: inline-block;
    text-align: left;
    margin-bottom: 40px;
  }
  .contacts .container .right {
    width: 100%;
    max-width: 100%;
  }
  .contacts .container .right #map {
    height: 60vh;
  }
}
header .top_info .container div.text span .comma {
  display: inline-block;
}
@media only screen and (max-width: 410px) {
  header .top_info .container div.text span br {
    display: block!important;
  }
  header .top_info .container div.text span .comma {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .container {
    max-width: 970px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 910px) {
  .plan br.mobile {
    display: block!important;
  }
  .plan img.arrow:nth-of-type(2) {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .plan .wrap .item {
    display: block;
  }
  .plan .wrap img.arrow {
    display: inline-block;
    transform: rotate(90deg);
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 936px) {
  .why_us .sorts,
  .services .sorts {
    max-width: 550px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-around !important;
  }
  .why_us .sorts .item,
  .services .sorts .item {
    margin-bottom: 25px;
  }
  .why_us .sorts .item ul.level2,
  .services .sorts .item ul.level2 {
    background: white!important;
    border-bottom-width: 3px!important;
  }
}
@media only screen and (max-width: 476px) {
  .why_us .sorts,
  .services .sorts {
    max-width: 360px;
  }
}
@media only screen and (max-width: 864px) {
  .list ul li {
    padding-left: 10px!important;
    padding-right: 10px;
  }
  .list ul li:before {
    left: 0!important;
  }
}
@media only screen and (max-width: 560px) {
  .list ul {
    position: relative;
    max-width: 300px;
    margin: auto;
  }
  .list ul li {
    width: 100%!important;
  }
}
@media only screen and (max-width: 768px) {
  .services .container > p.title,
  .contacts .left p.title {
    font-size: 40px;
  }
  .container > p.title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 770px) {
  footer .copyring br.mobile:last-of-type {
    display: block!important;
  }
}
@media only screen and (max-width: 495px) {
  footer .copyring br.mobile {
    display: block!important;
  }
}
@media only screen and (max-width: 678px) {
  header .top_info .tels {
    text-align: right!important;
  }
}
@media only screen and (max-width: 630px) {
  header .top_info .text,
  header .top_info .tels {
    float: none!important;
  }
  header .top_info .text {
    max-width: 100%!important;
  }
  header .top_info .text p,
  header .top_info .text span {
    text-align: center!important;
  }
  header .top_info .tels {
    text-align: center!important;
  }
}
@media only screen and (max-width: 405px) {
  header .top_info .text p.title {
    font-size: 32px!important;
  }
}
@media only screen and (max-width: 910px) {
  header nav .container ul li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 830px) {
  header nav .container {
    text-align: center;
    height: auto;
    padding: 6.5px 50px 2.5px;
  }
  header nav .container button {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  header nav .container .language {
    padding-top: 0;
    margin-top: -4px;
  }
  header nav .container .wrap_ul {
    display: none;
    transition: 0s;
    padding: 10px 0 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 15;
    background: #8c8986 url(../img/brushed-alum.png);
    border-bottom: 3px solid rgba(0, 0, 0, 0.4);
  }
  header nav .container .wrap_ul ul li {
    float: none!important;
    border: 0;
  }
  header nav .container .wrap_ul ul li a {
    line-height: 100%;
  }
  header nav .container .wrap_ul ul li:nth-last-of-type(1),
  header nav .container .wrap_ul ul li:nth-last-of-type(2) {
    margin-top: 5px;
  }
  header nav .container .wrap_ul ul br.mobile {
    display: block;
  }
  header nav .container .menu_btn {
    margin-left: 20px;
    float: none;
    display: inline-block;
    position: static;
    left: 0;
    top: 0px;
  }
}
@media only screen and (max-width: 460px) {
  header nav .container {
    padding: 6.5px 20px 2.5px;
  }
  header nav .container .language {
    margin-left: 0;
  }
  header nav .container .menu_btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  header nav ul li {
    display: block!important;
    margin-bottom: 13px!important;
    margin-top: 0!important;
  }
  header nav ul li:last-of-type {
    margin-bottom: 0!important;
  }
  header nav ul br {
    display: none!important;
  }
}
@media only screen and (max-width: 1070px) {
  header > .container {
    padding: 50px 15px!important;
  }
  header > .container .text,
  header > .container .form {
    display: block;
    margin: auto;
    width: 100%;
  }
  header > .container .text {
    text-align: center;
  }
}
@media only screen and (max-width: 630px) {
  header > .container .text p:first-of-type {
    font-size: 30px;
  }
  header > .container .text p:first-of-type br {
    display: none;
  }
  header > .container .text p:last-of-type {
    font-size: 22px;
  }
}
@media only screen and (max-width: 500px) {
  header > .container .text p:first-of-type,
  header > .container .form p {
    font-size: 25px;
  }
  header > .container .text p:last-of-type {
    font-size: 19px;
  }
  header > .container .form p {
    width: 90%;
    margin: 0px auto 20px;
  }
}
@media only screen and (max-width: 385px) {
  .popup_form p {
    font-size: 23px;
  }
}
