/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1450px) {
  .nav a {
    font-size: 14px;
  }
  .info-list li {
    font-size: 11px;
  }
}

@media only screen and (max-width : 1350px) {
  .nav li:not(:last-child) {
    margin-right: 25px;
  }
  .footer {
    padding: 40px 15px;
  }
}

@media only screen and (max-width : 1270px) {
  .nav {
    background: #fff;
    position: absolute;
    top: -100em;left: 0;right: 0;
    border-bottom: 1px solid #d8d8d8;

    -webkit-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;
  }
  .nav.active {
    top: 71px;
  }
  .nav ul {
    margin: 0;
    padding: 20px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main {
    padding: 50px 0;
  }
  .banner .box {
    padding-right: 20%;
  }
  .main h1 {
    font-size: 34px;
  }
  .subnav li:not(:last-child) {
    margin-right: 20px;
  }
  .subnav a {
    font-size: 14px;
  }
  a.link {
    font-size: 16px;
    padding: 20px 70px 20px 20px;
  }
  .footer .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-right {
    width: 100%;
    margin-top: 40px;
  }
  .info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width : 1230px) {
  .info-product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-product .form-field {
    margin-bottom: 25px;
  }
  .conclusion li h3 {
    font-size: 16px;
  }
  .form-level-box .form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .btn-calendar {
    font-size: 12px;
    margin-left: 10px;
  }
  span.select-name {
    margin-right: 5px;
    font-size: 13px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .subnav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 25px;
  }
  .subnav li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width : 1100px) {
  .info-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-list li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .about-slider {
    display: none;
  }
  .about-box {
    padding-right: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .banner {
    background: none;
  }
  .banner .box {
    padding-right: 0;
  }
  .steps h1 {
    width: 100%;
    text-align: center;
  }
  .name-product, .steps {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps-list {
    width: 100%;
    margin-top: 40px;
  }
  .steps-list li {
    width: 33%;
  }
  .steps-list li:not(:last-child) {
    margin-right: 0;
  }
  .steps-list li:not(:first-child):before {
    width: 100%;
  }
  .steps-name {
    text-align: center;
  }
  .name-product span {
    width: 100%;
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .name-product h3 {
    max-width: 100%;
  }
  .conclusion {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .conclusion li {
    width: 50%;
  }
  .conclusion li {
    border: 1px solid #d8d8d8;
  }
  .field-item {
    display: block;
  }
  span.name-field {
    width: 100%;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
  }
  .calculator-item .form-field input {
    width: 170px;height: 60px;
    font-size: 18px;
  }
  .calculator-item .form-field:after {
    font-size: 18px;
  }
  .calculator span.name-field {
    margin-bottom: 0;
    font-size: 14px;
  }
  .lvl-2 button {
    margin-bottom: 20px;
  }
  .form-level, .form-level-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-level-box .form-field {
    width: 100%;
    margin-right: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-level-box .form-field:first-child {
    margin-bottom: 20px;
  }
  .form-level-box .form-field input,
  .form-level-box .form-field select {
    width: 100%;
  }
  .form-level-box .form-field input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
  .select-w:after {
    top: auto;
    bottom: 30%;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .logo-box {
    height: 52px;
    padding: 0 20px;
  }
  .toggle {
    width: 52px;height: 52px;
  }
  .toggle-box {
    width: 34px;
  }
  span.toggle-ico {
    width: 34px !important;height: 3px;
  }
  span.toggle-ico:nth-child(2n+2) {
    width: 26px !important;
  }
  .toggle:hover span.toggle-ico:nth-child(2n+2) {
    width: 34px !important;
  }
  .nav.active {
    top: 53px;
  }
  .nav ul {
    display: block;
  }
  .nav li:not(:last-child) {
    margin-right: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .nav li {
    padding: 10px 0;
    text-align: center;
  }
  .main h1 {
    font-size: 28px;
  }
  .info-list li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .links-btn a, .about-box a.link {
    width: auto;
  }
  .name-product h3 {
    padding: 15px;
    font-size: 16px;
  }
  .info-product .form-field {
    width: 100%;
  }
  .form-field input, .form-field select {
    padding: 10px;
    font-size: 14px;
    width: 100%; height: 56px;
  }
  .info-product .form-field {
    margin-right: 0;
  }
  .field-select:after {
    bottom: 25px;
  }
  .lvl-2 button {
    display: block;
    font-size: 12px;
  }
  .lvl-2 button:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .reward {
    font-size: 18px;
  }
}

@media only screen and (max-width : 580px) {
  .additionally {
    margin-top: 0;
  }
  .nds {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .settings {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .additionally .lvl-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .settings button {
    font-size: 10px;
  }
  .settings button:not(:last-child) {
    margin-right: 10px;
  }
  .conclusion li {
    width: 100%;
  }
  .reward {
    font-size: 16px;
  }
  .links-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .links-btn a {
    width: 100%;
  }
  a.next-link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .form-field input, .form-field select {
    font-size: 12px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .phone {
    margin-right: 10px;
  }
  .main h1 {
    font-size: 24px;
  }
  .main h1 br {
    display: none;
  }
  .steps-list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calculator-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calculator span.name-field {
    width: 100%;
    margin-bottom: 15px;
  }
  .calculator-item .form-field,
  .calculator-item .form-field input {
    width: 100%;
  }
  .range-sl {
    margin-top: 50px;
  }
  .calculator-item {
    margin-bottom: 120px !important;
  }
}

@media only screen and (max-width : 380px) {
  .phone a {
    font-size: 14px;
    padding-left: 0;
  }
  .phone a:before {
    display: none;
  }
  a.link {
    font-size: 14px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  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) {
  .container {
    width: 750px;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .container {
    width: 970px;
  }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1230px) {
  .container {
    width: 1210px;
  }
}