/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .sect {
        padding: 50px 0;
    }
    h1 {
        font-size: 60px;
    }
    .features.sect .items .item {
        width: 360px;
    }
    .applications.sect .intro .img {
        top: 0;
    }
    .main.sect .button .arrow,
    .main.sect .content::before {
        display: none;
    }
    .main.sect .img {
        right: 0;
    }
    .main.sect,
    .order.sect {
        height: auto;
    }
    .order.sect .form  {
        width: 570px;
    }
    .order.order1.sect .form {
        float: none;
        margin-top: 20px;
        margin-left: 130px;
    }
    .order.order2.sect .form {
        margin-left: 0;
    }
    .catalog.sect .subitem .intro .text .caption {
        width: 100%;
        margin-bottom: 20px;
    }
    .catalog.sect .subitem .intro .text .desc {
        width: 330px;
    }
    .catalog.sect .item.double .subitems .subitem {
        width: 330px;
    }
    .catalog.sect .item.double .subitems .subitem .button.transparent {
        font-size: 20px;
    }
    .catalog.sect .item.double .subitems .subitem table th:nth-child(2),
    .catalog.sect .item.double .subitems .subitem table td:nth-child(2) {
        width: 110px;
    }
    .popup.sect  {
        width: 570px;
    }
    .header.sect .nav {
        width: 100%;
    }
    a.up {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .sect {
        padding: 30px 0;
    }
    h1 {
        line-height: 75px;
    }
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 22px;
    }
    .advantages.sect {
        padding-top: 30px;
    }
    .advantages.sect .items {
        margin-top: -50px;
        margin-left: 0;
    }
    .advantages.sect .items .item {
        display: table;
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .advantages.sect .items .item .icon {
        display: table-cell;
        vertical-align: middle;
        width: 122px;
        height: 102px;
    }
    .advantages.sect .items .item .icon .inner {
        display: block;
        width: 100%;
        height: 100%;
    }
    .advantages.sect .items .item .text {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding-left: 10px;
    }
    .features.sect .items {
        margin-top: -50px;
        margin-left: 0;
    }
    .features.sect .items .item {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
    .applications.sect .intro .img {
        display: none;
    }
    .applications.sect .more table th,
    .applications.sect .more table td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .footer.sect .copyright,
    .footer.sect .politics {
        float: none;
    }
    .footer.sect .politics {
        margin-top: 30px;
    }
    .header.sect {
        padding: 30px 0;
    }
    .header.sect .logo {
        width: 270px;
        margin-top: 0;
    }
    .header.sect .logo .text .caption {
        font-size: 26px;
        line-height: 30px;
    }
    .header.sect .logo .text .desc p {
        font-size: 17px;
    }
    .header.sect .info {
        font-size: 16px;
    }
    .delivery.sect .intro {
        margin-bottom: 0;
    }
    .delivery.sect .items {
        margin-left: 0;
    }
    .delivery.sect .items .item {
        width: 100%;
        margin-left: 0;
    }
    .delivery.sect .intro,
    .delivery.sect .title {
        padding-right: 20%;
    }
    .main.sect .img {
        display: none;
    }
    .main.sect .title {
        margin-bottom: 25px;
    }
    .main.sect .button {
        margin-top: 25px;
    }
    .main.sect .slogan {
        margin-left: -60px;
        padding-left: 60px;
    }
    .order.sect .content {
        padding-top: 0;
    }
    .order.sect .border {
        display: none;
    }
    .order.sect .form {
        width: 100%;
    }
    .order.order1.sect .form {
        margin-left: 0;
    }
    form.contact .edits {
        margin-left: 0;
    }
    input[type="text"],
    textarea {
        display: block;
        margin-left: 0;
    }
    .order.sect .intro .sale {
        max-width: 290px;
    }
    .order.sect .intro .sale h3 {
        font-size: 24px;
    }
    .catalog.sect .subitem .intro .text h3 {
        font-size: 24px;
    }
    .catalog.sect .subitem .intro .text .caption {
        float: none;
        width: 100%;
    }
    .catalog.sect .subitem .intro .text .desc {
        float: none;
        width: 100%;
    }
    .catalog.sect .subitem .intro .icon {
        float: none;
        margin-bottom: 20px;
    }
    .catalog.sect .subitem .price .note {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .catalog.sect .subitem table th:nth-child(1),
    .catalog.sect .subitem table td:nth-child(1) {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .catalog.sect .item.double .subitems {
        margin-left: 0;
    }
    .catalog.sect .item.double .subitems .subitem {
        width: 100%;
        margin-left: 0;
    }
    .catalog.sect .item.double .subitems .subitem .button.transparent {
        font-size: 22px;
    }
    .catalog.sect .item.double .subitems .subitem table th:nth-child(2),
    .catalog.sect .item.double .subitems .subitem table td:nth-child(2) {
        width: 150px;
    }
    .popup.sect,
    .popup.sect.thanks {
        width: 460px;
    }
    .catalog.sect .subitem table th:nth-child(n),
    .catalog.sect .subitem table td:nth-child(n) {
        display: none;
    }
    .catalog.sect .subitem table th:nth-child(1),
    .catalog.sect .subitem table td:nth-child(1),
    .catalog.sect .subitem table th:nth-last-child(1),
    .catalog.sect .subitem table td:nth-last-child(1) {
        display: table-cell;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    h1 {
        font-size: 40px;
        line-height: 60px;
    }
    h2 {
        font-size: 50px;
    }
    h5 {
        font-size: 18px;
    }
    .features.sect h2 {
        font-size: 40px;
    }
    .advantages.sect .items .item .icon {
        width: 72px;
        height: 90px;
        padding: 0;
    }
    .applications.sect .more table {
        font-size: 14px;
    }  
    .contacts.sect .content .info {
        padding: 0;
    }
    .contacts.sect .content .info::before,
    .contacts.sect .content .info::after {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
        height: 100%;
        background-color: #fff;
    }
    .contacts.sect .content .info::after {
        left: auto;
        right: -10px;
    }
    .contacts.sect .content .info .inner {
        border: none;
        padding-left: 0;
        padding-right: 0;
    }
    .footer.sect {
        padding: 25px 0;
    }
    .header.sect {
        padding: 0;
    }
    .header.sect > .container {
        padding: 0;
    }
    .header.sect .logo {
        float: none;
        width: 100%;
        margin: 15px 10px;
    }
    .header.sect .logo .text .desc p {
        font-size: 15px;
    }
    .header.sect .info {
        float: none;
        text-align: right;
        background-color: #d5e3f0;
        padding: 10px;
    }
    .header.sect .info .caption {
        display: none;
    }
    .header.sect .sandwich {
        display: block;
    }
    .header.sect .nav {
        display: none;
        position: absolute;
        top: 0;
        left: 0;    
        width: 100%;
        background-color: #d5e3f0;
        padding-top: 38px;
        padding-bottom: 10px;
        margin-top: 0;
        z-index: 99;
    }
    .header.sect .nav ul li {
        display: block;
        text-align: left;
    }
    .delivery.sect .intro,
    .delivery.sect .title {
        padding-right: 0;
    }
    .main.sect .slogan {
        position: relative;
        left: 10px;
        height: auto;
        padding-left: 50px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .order.sect .intro .caption {
        font-size: 28px;
    }
    .order.sect .intro .caption strong {
        font-size: 48px;
    }
    .order.sect .form {
        padding: 25px 10px;
    }
    .order.sect .intro .desc h4 {
        font-size: 18px;
    }
    .catalog.sect .subitem table th:nth-child(2),
    .catalog.sect .subitem table td:nth-child(2) {
        width: 110px;
    }
    .button.transparent {
        font-size: 20px;
    }
    .catalog.sect .item.double .subitems .subitem .button.transparent {
        font-size: 20px;
    }
    .catalog.sect .item.double .subitems .subitem table th:nth-child(2),
    .catalog.sect .item.double .subitems .subitem table td:nth-child(2) {
        width: 110px;
    }
    .popup.sect.thanks .text h3 {
        font-size: 20px;
    }
    .popup.sect,
    .popup.sect.thanks  {
        width: 300px;
        padding: 25px 10px;
    }

    .total__logo {
      width: 100%;
      max-width: 351px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .container {
        width: 980px;
    }
    .header.sect .nav {
        display: inline-block!important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 1681px) {
    .delivery.sect .bg {
        width: 1920px;
        height: 949px;
        margin-top: -474px;
        margin-left: -960px;
    }
    .main.sect .bg {
        width: 1920px;
        height: 709px;
        margin-top: -354px;
        margin-left: -960px;
    }
    .order.sect .bg {
        width: 1920px;
        height: 1086px;
        margin-top: -543px;
        margin-left: -960px;
    }
}