@media only screen and (max-width: 1680px) {
  .slogan {
    display: none;
  }
}

@media only screen and (max-width: 1600px) {
  .nav-box {
    padding-left: 0;
  }
  .section-estimate .top-bg {
    background: url("../img/bg-estimate-top-1680.jpg") no-repeat 50% 0;
    height: 34.6rem;
  }
  .section-estimate .bottom-bg {
    background: url("../img/bg-estimate-bottom-1680.jpg") no-repeat 50% 0;
    height: 35.5rem;
  }

  .nav-bottom .page-navigation li:nth-of-type(n + 8){
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .logo{
    -webkit-flex: 0 0 17rem;
    -ms-flex: 0 0 17rem;
    flex: 0 0 17rem;
  }
  .header-button{
    -webkit-flex: 0 0 6rem;
    -ms-flex: 0 0 6rem;
    flex: 0 0 6rem;
  }
  .header-button .btn{
    min-width: 100%;
    padding: 1.3rem 0;
  }
  .header-button .btn i{
    line-height: 1.25;
    margin-right: 0;
  }
  .header-button .btn span{
    font-size: 0;
  }

}
@media only screen and (max-width: 1199px) {
  .content-box,
  .footer-box,
  .header-box {
    /*max-width: 88rem;*/
  }
  .footer-callback {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-info {
    margin: 0;
  }
  .section-estimate {
    min-height: 63.2rem;
  }
  .section-estimate .top-bg {
    background: url("../img/bg-estimate-top-1024.jpg") no-repeat 50% 0;
    height: 22.2rem;
  }
  .section-estimate .bottom-bg {
    background: url("../img/bg-estimate-bottom-1024.jpg") no-repeat 50% 0;
    height: 21.6rem;
  }
  .header-nav li a,
  .header-nav li span{
    font-size: 1.6rem;
  }
  h1 {
    font-size: 4rem;
  }
  .section-title h2 {
    font-size: 4rem;
  }
  .section-profi h2 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3rem;
  }
  .information-content h2 {
    font-size: 4rem;
  }
  .estimate-title {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }
  .list-about {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about {
    text-align: center;
  }
  .about img {
    margin: 0 auto;
  }
  .section-information .content-box {
    max-width: 73rem;
  }
  .information-content {
    text-align: center;
  }
  .present {
    padding-bottom: 5.5rem;
    text-align: left;
  }
  .form-info {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-callback {
    margin: 0 0 4rem;
  }
  .footer-info {
    width: 62rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  .footer-info::before {
    background: url("../img/bg-footer-info-1024.png") no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    right: -0.2rem;
    bottom: -0.4rem;
    left: -1.3rem;
  }
  .inner-title {
    text-align: center;
    margin-bottom: 4rem;
  }
  .inner-title h1 {
    /*margin-bottom: 3.8rem;*/
  }
  .calculation-mode-nav {
    max-width: 50rem;
    margin: auto;
  }
  .calculation-mode-nav li {
    width: 50%;
  }
  .step-section {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
  }
  header .lang{
    flex: 0 0 10.9rem;
  }
  header .lang .current-lang{
    display: none;
  }
  .header-info{
    padding: 0 1.5rem 0 4rem;
  }
  .header-nav li{
    margin-left: 3rem;
  }
  header .lang .langs:before{
    left: 186px;
  }
  header .lang .langs:after{
    left: 185px;
  }
  .lang-box .langs .item-lang{
    width: 16.6%;
    margin-top: 0;
  }
  .lang-box .langs .item-lang:nth-of-type(n + 7){
    margin-top: 10px;
  }

  .header-nav-tablet{
    display: block;
    margin: 0 -2rem 0 -3rem;
  }
  .site-personal .sidebar-block{
    display: none;
  }

  #calc_block{
    margin-bottom: 0;
  }

  .calc-block .fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    padding: 10px 20px;
  }
  .calc-block .fixed .step-section{
    margin: -10px -20px;
    padding: 0;
  }
  .calc-block .fixed .step-section > div{
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .calc-block .fixed .step-section .result-block{
    display: flex;
    height: 100%;
    padding: 0 20px;
    width: 100%;
  }
  .calc-block .fixed.open{
    top: 0;
  }
  .calc-block .fixed .step-section .body-block .icon-close{
    position: absolute;
    right: 1.5rem;
    top: 0;
    color: #6F787A;
    cursor: pointer;
  }
  .calc-block .fixed .step-section.show .body-block{
    overflow-y: auto;
    max-height: calc(100% - 60px);
    padding: 3rem 1.5rem 0;
    width: 100%;
  }
  .calc-block .fixed .step-section.show{
    height: calc(100% + 20px);
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .calc-block .fixed .step-section.show > div{
    height: 100%;
    padding: 2rem 2rem 0;
  }
  .calc-block .fixed .step-section.show .result-block{
    height: auto;
    max-height: none;
    padding: 0 20px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
  }

  .box-shadow.fixed .calc-price-total-btn{
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
    transform: none;
    border-radius: 0;
  }
  .calc-block .fixed .calc-price {
    margin: -10px -20px;
    padding: 0;
  }
  .calc-block .fixed .calc-price .body-block{
    height: 0;
    overflow: hidden;
    position: relative;
  }
  .calc-block .fixed .calc-price .calc-price-total{
    height: 60px;
    line-height: 60px;
    margin: 0;
  }
  .calc-block .fixed .calc-price.show .result-block{
    height: auto;
    max-height: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);

    padding-top: 100px;
  }
  .calc-block .fixed .calc-price.show .body-block{
    overflow-y: auto;
    max-height: calc(100% - 220px);
    padding: 3rem 3rem 0;
    width: 100%;
    height: 100%;
  }
  .calc-block .fixed .calc-price.show{
    height: calc(100% + 20px);
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .calc-block .fixed .calc-price .body-block .icon-close{
    position: absolute;
    right: 3rem;
    color: #6F787A;
    cursor: pointer;
  }
  .calc-block .fixed .calc-price table td{
    line-height: 2;
  }

  .cargo_page .cargo_total{
    flex-wrap: wrap;
  }

  .cargo_page .cargo_total .cargo_total_btn{
    flex: 0 0 150px;
    margin: -19px auto 0;
    height: 38px;
    border-radius: 100px;
  }

  .calc-block .next_step {
    position: fixed;
    bottom: 120px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    box-shadow: none;
    z-index: 50;
    text-align: left;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;

    display: none;
  }
  #calc_block.open + .next_step{
    display: flex;
  }
  .site-article .see-also{
    margin-top: 40px;
  }
  .bottom_articles.articles .item:nth-of-type(n + 5){
    display: none;
  }
  .header-nav li a i,
  .header-nav li span i{
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .article .date > span:not(.tangs) {
    display: block;
    line-height: 1;
    margin-bottom: 15px;
  }

  .article .tags {
    margin-left: 0;
    padding-left: 0;
  }

  .article .tags:before {
    display: none;
  }

  .header-nav .more-container > .more-btn {
    display: block;
  }

  .header-nav .more-container > .header-nav {
    opacity: 0;
    visibility: hidden;
    display: flex;
    position: absolute;

    width: 31rem;
    list-style: none;
    margin: 0;
    flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-radius: 6px;

    top: 100%;
    z-index: 2;
    margin-top: 10px;

    transition: all .5s;
  }

  .header-nav .more .header-nav a,
  .header-nav .more .header-nav span{
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
    font-weight: normal;
    width: 100%;
  }

  .header-nav .more-container > .header-nav > li{
    width: 100%;
    margin: 0;
    height: auto;
    border-top: 1px solid #EAEAEC;
  }

  .header-nav .more-container > .header-nav > li:first-of-type{
    border-top: 0;
  }

  .header-nav .more-container > .header-nav .parent > span{
    justify-content: space-between;
    width: 100%;
  }

  .header-nav .more-container > .header-nav i {
    display: none;
  }

  .header-nav .more-container > .header-nav .icon-select-bottom{
    transform: rotate(0deg);
    margin: 0;
    display: block;
  }

  .header-nav .more:hover > .more-container > .header-nav,
  .header-nav .more:focus > .more-container > .header-nav,
  .header-nav .more > .more-container:hover > .header-nav,
  .header-nav .more > .more-container:focus > .header-nav{
    opacity: 1;
    visibility: visible;
  }

  .header-nav .parent > ul{
    position: relative;
    top: 0;
    height: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;

    width: 100%;
  }
  .header-nav .parent{
    flex-wrap: wrap;
  }
  .header-nav .parent.active > ul{
    opacity: 1;
    visibility: visible;
    height: auto;
    border-top: 1px solid #F0F0F0;
  }

  .header-nav .parent.active > * > .icon-select-bottom {
    transform: rotate(180deg);
  }
  .header-nav .more .parent > ul > li > a,
  .header-nav .more .parent > ul > li > span{
    padding-left: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }
  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18rem;
        -ms-flex: 0 0 18rem;
            flex: 0 0 18rem;
  }
  .header-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6rem;
        -ms-flex: 0 0 6rem;
            flex: 0 0 6rem;
  }
  /*.header-button .btn i {
    display: none;
  }*/
  .header-nav li {
    margin-left: 3rem;
  }
  .header-nav li:first-child {
    margin-left: 0;
  }
  .header-nav li a .sub {
    display: none;
  }
  .header-info {
    padding-left: 3rem;
  }
  .section-estimate {
    min-height: 62rem;
  }
  .section-estimate .top-bg {
    background: url("../img/bg-estimate-top-768.jpg") no-repeat 50% 0;
    height: 16.9rem;
  }
  .section-estimate .bottom-bg {
    background: url("../img/bg-estimate-bottom-768.jpg") no-repeat 50% 0;
    height: 17.4rem;
  }
  .service {
    font-size: 1.6rem;
  }
  .service .img-box {
    height: 6rem;
  }
  .present {
    padding-bottom: 2.9rem;
  }
  .footer-info {
    width: 38rem;
    height: 8rem;
  }
  .footer-info::before {
    background: url("../img/bg-footer-info-768.png") no-repeat;
  }
  .content-box,
  .footer-box,
  .header-box {
    /*max-width: 64rem;*/
  }

  #header{
    padding: 0 2rem 0 3rem;
  }
  header .lang .langs:before{
    left: 226px;
  }
  header .lang .langs:after{
    left: 225px;
  }

  .lang-box .langs .item-lang{
    width: 25%;
    margin-top: 0;
  }
  .lang-box .langs .item-lang:nth-of-type(n + 5){
    margin-top: 10px;
  }

  .cargo_page .cargo_total .cargo_total_data{
    flex-wrap: wrap;
    padding: 30px 30px 40px;
    align-items: flex-start;
  }
  .cargo_page .cargo_total .cargo_total_data .item{
    height: auto;
    padding: 0;
  }
  .cargo_page .cargo_total .cargo_total_data .item.delimiter{
    display: none;
  }
  .cargo_page .cargo_total .cargo_total_data .item:nth-of-type(1){
    width: calc(60% - 30px);
    order: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-right: 30px;
  }
  .cargo_page .cargo_total .cargo_total_data .item:nth-of-type(3){
    width: 60%;
    order: 4;
    padding-top: 20px;
  }
  .cargo_page .cargo_total .cargo_total_data .item:nth-of-type(5){
    width: 20%;
    order: 2;
    margin-bottom: 20px;
    justify-content: left;
    border-right: 1px solid #E4E4E4;
  }
  .cargo_page .cargo_total .cargo_total_data .item:nth-of-type(7){
    width: 20%;
    order: 3;
    justify-content: center;
  }
  .cargo_page .cargo_total .cargo_total_data .item.total{
    width: 40%;
    order: 5;
    padding: 20px 0;
    justify-content: center;
  }
  .cargo_page .cargo_total .cargo_total_data .item.total .value-box{
    display: flex;
    align-items: center;
  }
  .cargo_page .cargo_total .cargo_total_data .item.total .name{
    margin-bottom: 0;
    margin-right: 10px;
  }
  .cargo_page .cargo_total .cargo_total_data .item.total .value{
    font-size: 18px;
  }
  .cargo_steps .cargo_steps_container .item span{
    font-size: 12px;
    line-height: 1;
  }
  .cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts{
    flex-wrap: wrap;
  }
  .cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts a,
  .cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts a + a{
    margin-left: 0;
    width: 100%;
  }
  .cargo_partners .cargo_partners_tabs .cargo_partner_content .contacts a + a{
    margin-top: 2rem;
  }

  .site-articles .sidebar-block{
    display: none;
  }
  .site-articles .tags{
    display: none;
  }
  .nav-bottom .flex-box{
    justify-content: center;
  }

  .nav-bottom .page-navigation li:nth-of-type(8){
    display: block;
  }
  .nav-bottom .page-navigation li:nth-of-type(n + 9) {
    display: none;
  }
  .inner-title h1{
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .nav-top a + a{
    margin-left: 20px;
  }
  .inner-title.flex-box{
    flex-wrap: wrap;
  }
  .inner-title .flex-box{
    display: flex;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
  }
  .bottom_articles.articles .item:nth-of-type(n + 4){
    display: none;
  }
}
