/* X-Small devices (portrait phones, 320px) */

.page_title {
    font-family: Unbounded;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
    background: linear-gradient(135deg, #2563eb 0%, #9333ea 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.page_title {
    margin: 50px 32px 30px 32px;
}
.wide {
    margin: 50px 14px 30px 14px;
}
.page_content > .tropic_imgs {
    margin: 40px auto;
}
.page_content > .tropic_img {
    margin: 40px auto;
}
.page_content > .hexagon_container {
    margin: 0 32px;
}
.page_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 30px 32px 30px 32px;
}
.accent {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    padding: 20px 30px;
    color: white;
}
.tropic_imgs {
    display: grid;
    row-gap: 30px;
}
.tropic_item {
    
}
.tropic_title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px 0;
    text-align: center;
}
.tropic_img {
    background-size: cover;
    min-width: 320px;
    min-height: 320px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
    aspect-ratio: 1/1;
}
.t_was {
    background-image: url(../images/t_was.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.t_became {
    background-image: url(../images/t_became.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.t_old_pack {
    background-image: url(../images/t_old_pack.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.t_new_pack {
    background-image: url(../images/t_new_pack.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.t_lid {
    background-image: url(../images/t_lid.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.t_squeeze {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 3/2;
    background-image: url(../images/t_squeeze.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.last_txt {
    margin: 30px 32px 50px 32px;
}
.el_item_block {
    position: relative;
    height: 124px;
    }
.el_item::before {
    content: "";
    background-image: url(../images/pattern.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1 !important;
    will-change: transform;
    pointer-events: none;
}
.tropicana::before {
    content: "";
    background-image: url(../images/tropicana.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 100%;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1 !important;
    will-change: transform;
    pointer-events: none;
}
.el_item {
    position: relative;
    width: auto;
    height: 124px;
    margin: 0 0 30px 32px;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.el_number {
    font-family: 'Unbounded';
    font-size: 164px;
    font-weight: 400;
    line-height: 125px;
    color: #4b5563;
    text-shadow: 0 5px 10px #222;
    position: absolute;
    top: 0;
    right: 32px;
}
.el_name {
    position: absolute;
    color: white;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    top: 25px;
    left: 30px;
}
.el_value {
    font-family: Unbounded;
    margin: 0 0 10px 0;
}
.el_def {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}
.needs_txt > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 30px 0;
}
.needs_txt > p:last-child {
    padding: 0;
}
.xmpl_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 30px 32px 0 32px;
}
.red {
    color: red;
}
.green {
    color: green;
}
.burger_img {
    max-width: 100%;
    margin: 40px auto;
    aspect-ratio: 3/2;
    background-image: url(../images/burger.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.md_img {
    max-width: 100%;
    margin: 40px auto;
    aspect-ratio: 3/2;
    background-image: url(../images/vit.svg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.photos {
    margin: 40px auto;
    aspect-ratio: 1/1;
    background-image: url(../images/photos.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.graphics {
    margin: 40px auto;
    aspect-ratio: 1.6/1;
    background-image: url(../images/city.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.phrases {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    margin: 0 32px;
}
.poem {
    margin: 0 0 20px 0;
}
.videos {
    width: 272px;
    margin: 0 auto;
}
.trust_img {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 3/2;
    background-image: url(../images/trust.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.volvo_img {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 16/9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.aqua_img {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 3/2;
    background-image: url(../images/aqua.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.family_video {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 16/9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.triangles::before {
  content: "";
  background-image: url(../images/triangles.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1 !important;
  will-change: transform;
  pointer-events: none;
}
.triangle_img {
    background-image: url(../images/triangle.jpg);
    background-color: grey;
    background-size: cover;
    min-width: 320px;
    min-height: 320px;
    width: auto;
    max-width: 400px;
    margin: 30px auto 0 auto;
    aspect-ratio: 1/1;
}
.apple_video {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 16/9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.stars {
    text-align: center;
}
.bldrone_img,.bldrtwo_img,.bldrthree_img,.bldrfour_img {
    max-width: 720px;
    margin: 40px auto;
    aspect-ratio: 5/4;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bldrone_img {
    background-image: url(../images/dnk1.jpg);
}
.bldrtwo_img {
    background-image: url(../images/dnk2.jpg);
}
.bldrthree_img {
    background-image: url(../images/dnk3.jpg);
}
.bldrfour_img {
    background-image: url(../images/dnk4.jpg);
}
.windowone_img,.windowtwo_img,.windowthree_img {
    max-width: 720px;
    margin: 40px auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.windowone_img {
    background-image: url(../images/win1.jpg);
    aspect-ratio: 2/1;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}
.windowtwo_img {
    background-image: url(../images/win2.jpg);
    aspect-ratio: 16/9;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.windowthree_img {
    background-image: url(../images/win3.jpg);
    aspect-ratio: 16/10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.orange {
    background: linear-gradient(135deg, #ff6600, #e52e71);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.gap {
    margin: 0 0 30px 0;
}
.gap:last-child {
    margin: 0 0 40px 0;
}
/*.gap > .what_number {
    color: white;
    -webkit-text-stroke: 5px #daf4ff;
}*/
.hypo_back::before {
    content: "";
    background-image: url(../images/hypo_back.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1 !important;
    will-change: transform;
    pointer-events: none;
}
.pic {
    background-size: cover;
    min-width: 320px;
    min-height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
.thinking, .label, .emo {
    width: 400px;
    aspect-ratio: 1/1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.thinking {
    background-image: url(../images/thinking.jpg);
}
.label {
    background-image: url(../images/label.jpg);
}
.emo {
    background-image: url(../images/emo.jpg);
}
.believe {
    margin: 0 32px 40px 32px;
}
.what_item > .item {
    color: #ccf5fc;
    -webkit-text-stroke: unset;
}
.item {
    text-align:left;
    font-weight: 200;
}
.benefit_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    position: absolute;
    left: 0;
    right: 42px;
}
.thin_arrow {
    background-image: url(../images/thin_arrow.svg);
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 152;
    background-size: contain;
    background-position: top;
    image-rendering: -webkit-optimize-contrast; /* Webkit */
    margin: 0 0 30px 0;
}
.price_offer,.orange_offer {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    background: linear-gradient(135deg, #ff6600, #e52e71);
    background-clip: border-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.price_offer {
    margin: 40px 32px 40px 32px;
}
.orange_offer {
    text-align: center;
    margin: 0px 32px 20px 32px;
}
.com {
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
.phone {
    margin: 0;
    text-align: center;
}
.tg {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    border: 1px solid;
    border-image: linear-gradient(135deg, #ff6600, #e52e71);
    background: white;
    color: #ff6600;
    border-image-slice: 1;
    z-index: 1;
}
.tg::before {
    content: "";
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: linear-gradient(0deg, #ffda7a 0%, #ffe7d7 100%);
    transition: opacity .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.tg:hover::before {
    color: white;
    opacity: 1;
}
.tg a {
    display: block;
    color: #f60;
    min-width: 256px;
    width: auto;
    padding: 18px 0;
    transition: all ease-in-out .3s;
}
.req_form {
    margin: 0 32px 0 32px;
    position:relative;
}
.cli_txt, .addr_txt, .msg_txt, .lbl_txt, .addr_warn, .msg_warn {
    display: block;
    margin: 0 0 10px 0;
    line-height: 20px;
}
/*.cli_txt, .addr_txt, .msg_txt {
    color: black;
}*/
.req_form > input, .cli_request {
    border: 1px solid grey;
    -webkit-appearance: none;
    border-radius: 0;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 18px;
    font-size: 16px;
}
.req_form > input {
    display: inline;
}
.req_form > input:focus {
    border: 1px solid #2563eb;
    background: #ccf5fc;
}
.req_form > textarea:focus {
    border: 1px solid #2563eb;
    background: #ccf5fc;
}
.file_upload_btn {
    font-size: 14px;
    line-height: 20px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    padding: 16px 28px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.file_preview {
    margin: 10px 0 0 0;
}
.file_preview_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 16px;
    background: #f8f8f8;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.file_preview_item .remove_file {
    font-size: 20px;
    color: #ff4444;
    cursor: pointer;
    font-weight: bold;
    margin: 0 0 0 10px;
}
.file_restrict {
    color: #666;
    margin: 5px 0 0 0;
    line-height: 20px;
}
.cli_txt.cli_warn, .addr_txt.addr_warn, .msg_txt.msg_warn {
    color: #ff4444;
}
.file_restrict.overload {
    color: #ff4444;
}
.agree_box {
    position: relative;
    margin: 20px 0 30px 0;
    line-height: 20px;
}
.agree_box input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.agree_check {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    border: 2px solid #ff6600;
    margin: 0 10px 0 0;
    position: relative;
    transition: all .2s ease-in;
}
.agree_check::before {
  content: '';
  width: 75%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0px;
  transform: rotate(60deg);
  opacity: 0;
  transition: all .2s ease-in;
}
.agree_check::after {
  content: '';
  width: 75%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 6px;
  transform: rotate(-60deg);
  opacity: 0;
  transition: all .2s ease-in;
}
.agree_box input[type="checkbox"]:checked ~ .agree_check {
  background-color: #ff6600;
  transition: all .2s ease-in;
}
.agree_box input[type="checkbox"]:checked ~ .agree_check::before {
  opacity: 1;
  transition: all .2s ease-in;
}
.agree_box input[type="checkbox"]:checked ~ .agree_check::after {
  opacity: 1;
  transition: all .2s ease-in;
}
.agree_text {
    display: block;
    margin: 0 0 0 30px;
}
.agree_text a {
    color: #ff6600;
    text-decoration: underline;
}
.form_btn {
    padding: 18px 0px;
    width: 256px;
}
.success, .fail {
    font-size: 16px;
    line-height: 22px;
    color: white;
    position: absolute;
    padding: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}
.success {
    background: lightgreen;
    bottom: 0px;
    box-shadow: 0 20px 80px lightgreen;
    display: none;
}
.success > p {
    margin: 0 auto 5px auto;
}
.fail {
    background: #f55;
    bottom: 0px;
    box-shadow: 0 20px 80px #f55;
    display: none;
}
.fail > p {
    margin: 0 auto 5px auto;
}
.cls {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
    background: beige;
    margin: 24px auto 0 auto;
    width: 110px;
}
.success > p > .cls {
    color: green;
}
.fail > p > .cls {
    color: red;
}
.policy_title {
    text-align: center;
    margin: 50px 32px 0 32px;
    line-height: 26px;
}
.policy_subtitle {
    font-size: 18px;
    margin: 30px 32px 30px 32px;
    line-height: 26px;
}
.policy_txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 30px 32px 30px 32px;
}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    .page_txt {
        margin: 30px 64px 30px 64px;
    }
    .page_content > .hexagon_container {
        margin: 0 64px;
    }
    .el_item {
        margin: 0 0 30px 64px;
    }
    .el_number {
        right: 64px;
    }
    .xmpl_title {
        margin: 30px 64px 0 64px;
    }
    .com {
        margin-bottom: 20px;
    }
    .price_offer {
        margin: 40px 64px 40px 64px;
    }
    .tg {
        width: auto;
    }
    .success, .fail {
        padding: 30px 0;
        width: 400px;
        margin: 0 auto;
    }
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .page_title {
        font-size: 28px;
        line-height: 40px;
    }
    .page_content > .hexagon_container {
        margin: 0 auto;
    }
    .page_content > .last_txt {
        margin: 30px auto 50px auto;
    }
    .el_item_block {
        position: relative;
        width: 640px;
        margin: 0 auto;
        height: 145px;
    }
    .el_item {
        width: auto;
        height: 145px;
        right: calc(-50vw + 640px / 2);
        left: 0;
        margin: 0;
        position: absolute;
    }
    .el_number {
        font-size: 192px;
        line-height: 145px;
        right: calc(50vw - 640px / 2);
    }
    .el_name {
        font-size: 28px;
        line-height: 40px;
        top: 35px;
        left: 40px
    }
    .el_def {
        font-size: 20px;
        line-height: 30px;
    }
    .xmpl_title {
        width: 640px;
        margin: 30px auto 0 auto;
        font-size: 20px;
        line-height: 30px;
    }
    .page_txt {
        font-size: 18px;
        line-height: 26px;
        width: 640px;
        margin: 30px auto 30px auto;
    }
    .tropic_imgs {
        row-gap: 40px;
    }
    .tropic_title {
        font-size: 18px;
        line-height: 26px;
    }
    .burger_img, .md_img {
        max-width: 640px;
    }
    .needs_txt > p {
        font-size: 18px;
        line-height: 26px;
    }
    .pic {
        max-width: 640px;
    }
    .phrases {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto;
        width: 640px;
    }
    .poem {
        margin: 0 0 30px 0;
    }
    .triangle_img {
      margin: 40px auto 0 auto;
    }
    .accent {
        font-size: 20px;
        line-height: 30px;
        padding: 20px 40px;
    }
    .item {
        line-height: 110px;
    }
    .benefit_title {
        font-size: 20px;
        line-height: 30px;
    }
    .gap > .what_number {
        line-height: 110px;
    }
    .thin_arrow {
        margin: 20px 0 30px 0;
    }
    .price_offer, .orange_offer {
        font-size: 20px;
        line-height: 30px;
        width: 640px;
    }
    .price_offer {
        margin: 50px auto 50px auto;
    }
    .orange_offer {
        margin: 40px auto 0 auto;
    }
    .com {
        margin-bottom: 20px;
    }
    .phone {
        margin: 0 auto;
    }
    .tg {
        font-size: 20px;
        line-height: 26px;
    }
    .tg a {
        width: 300px;
        padding: 22px 0;
    }
    .req_form {
        width: 640px;
        margin: 0 auto;
    }
    .cli_txt, .addr_txt, .msg_txt, .lbl_txt, .file_upload_btn, .file_restrict, .file_preview_item, .agree_box {
        font-size: 16px;
        line-height: 22px;
    }
    .addr_warn, .msg_warn {
        font-size: 16px;
        line-height: 22px;
    }
    .req_form > input, .cli_request {
        margin: 0 0 30px 0;
        font-size: 18px
    }
    .file_upload_btn {
        padding: 18px 30px;
    }
    .file_preview_item {
        padding: 18px 18px;
    }
    .file_preview_item .remove_file {
        font-size: 22px;
    }
    .agree_box {
        margin: 30px 0 40px 0;
    }
    .form_btn {
        padding: 22px 0;
        width: 360px;
    }
    .success, .fail {
        font-size: 18px;
        line-height: 26px;
        padding: 40px 0;
        width: 440px;
        margin: 0 auto;
    }
    .cls {
        font-size: 18px;
        line-height: 26px;
        padding: 16px 0;
        margin: 34px auto 0 auto;
        width: 140px;
    }
    .policy_title {
        margin: 60px auto 50px auto;
        font-size: 22px;
    }
    .policy_subtitle {
        font-size: 20px;
        margin: 30px auto 30px auto;
        width: 640px;
    }
    .policy_txt {
        font-size: 18px;
        line-height: 26px;
        width: 640px;
        margin: 30px auto 30px auto;
      }

/* Large devices (tablets/desktops, 992px and up) */

@media (min-width: 992px) {
    .page_title {
        font-size: 34px;
        line-height: 46px;
    }
    .page_content > .last_txt {
        margin: 40px auto 60px auto;
    }
    .el_item_block {
        width: 680px;
        height: 180px;
    }
    .el_item {
        height: 180px;
        right: calc(-50vw + 680px / 2);
    }
    .el_number {
        font-size: 240px;
        line-height: 180px;
        right: calc(50vw - 680px / 2);
    }
    .el_name {
        font-size: 34px;
        line-height: 46px;
        top: 45px;
        left: 50px;
    }
    .el_def {
        font-size: 22px;
        line-height: 34px;
    }
    .tropic_imgs {
        grid-auto-flow: column;
        width: 680px;
        margin: 0 auto;
        justify-content: space-between;
    }
    .xmpl_title {
        width: 680px;
        font-size: 22px;
        line-height: 34px;
        margin: 40px auto 0 auto;
    }
    .page_txt {
        width: 680px;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        margin: 40px auto 40px auto;
    }
    .tropic_title {
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        margin: 0 0 30px 0;
    }
    .burger_img, .md_img {
        max-width: 680px;
    }
    .needs_txt > p {
        font-size: 20px;
        line-height: 30px;
    }
    .pic {
        max-width: 680px;
    }
    .phrases {
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        margin: 0 auto;
        width: 680px;
    }
    .poem {
        margin: 0 0 40px 0;
    }
    .accent {
        font-size: 22px;
        line-height: 34px;
        padding: 30px 50px;
    }
    .burger_img, .md_img, .trust_img, .volvo_img, .aqua_img, .family_video, .apple_video, .bldrone_img, .bldrtwo_img, .bldrthree_img, .bldrfour_img, .windowone_img, .windowtwo_img, .windowthree_img {
        margin: 50px auto;
    }
    .trust_me {
        margin: 40px auto 20px auto;
    }
    .item {
        line-height: 130px;
    }
    .benefit_title {
        font-size: 22px;
        line-height: 34px;
    }
    .gap > .what_number {
        line-height: 130px;
    }
    .thin_arrow {
        margin: 40px 0 40px 0;
    }
    .price_offer, .orange_offer {
        font-size: 22px;
        line-height: 34px;
        width: 680px;
    }
    .price_offer {
        margin: 60px auto 60px auto;
    }
    .orange_offer {
        margin: 50px auto 0 auto;
    }
    .com {
        margin-bottom: 30px;
    }
    .phone {
        margin: 0 auto;
    }
    .tg {
        font-size: 22px;
        line-height: 26px;
        max-width: 430px;
    }
    .tg a {
        width: 320px;
        padding: 26px 0;
    } 
    .req_form {
        width: 680px;
    }
     .cli_txt, .addr_txt, .msg_txt, .lbl_txt, .file_upload_btn, .file_restrict, .file_preview_item, .agree_box {
        font-size: 18px;
        line-height: 24px;
    }
    .addr_warn, .msg_warn {
        font-size: 18px;
        line-height: 24px;
    }
    .req_form > input {
        font-size: 20px;
        font-weight: 300;
    }
    .file_upload_btn {
        padding: 20px 32px;
    }
    .file_preview_item {
        padding: 20px 20px;
    }
    .file_preview_item .remove_file {
        font-size: 24px;
    }
    .cli_request {
        font-size: 20px;
        font-weight: 300;
    }
    .form_btn {
        padding: 26px 0;
        width: 430px
    }
    .success, .fail {
        font-size: 20px;
        line-height: 32px;
        padding: 50px 0;
        width: 480px;
    }
    .cls {
        font-size: 20px;
        line-height: 32px;
        padding: 22px 0;
        margin: 44px auto 0 auto;
        width: 170px;
    }
    .policy_title {
        margin: 70px auto 60px auto;
        font-size: 24px;
    }
    .policy_subtitle {
        font-size: 22px;
        margin: 40px auto 40px auto;
        width: 840px;
    }
    .policy_txt {
        width: 840px;
        font-size: 20px;
        font-weight: 300;
        line-height: 32px;
        margin: 40px auto 40px auto;
    }
}

/* Desktop (TV & display, 1200px) */

@media (min-width: 1200px) {
    .page_title {
        font-size: 38px;
        line-height: 50px;
    }.page_content > .last_txt {
        margin: 50px auto 80px auto;
    }
    .page_content > .tropic_imgs {
        margin: 50px auto;
    }
    .el_item_block {
        width: 720px;
    }
    .el_item {
        right: calc(-50vw + 737px / 2);
    }
    .el_number {
        right: calc(50vw - 720px / 2);
    }
    .el_name {
        left: 60px;
        font-size: 38px;
        line-height: 50px;
    }
    .el_def {
        font-size: 24px;
        line-height: 36px;
    }
    .page_txt {
        margin: 50px auto;
        width: 720px;
    }
    .trust_me {
        position: relative;
        margin: 50px auto 30px auto;
        z-index: 1;
    }
    .tropic_imgs {
        width: 720px;
    }
    .tropic_img {
        width: 320px;
    }
    .page_content > .tropic_img {
        margin: 60px auto;
    }
    .t_squeeze {
        margin: 60px auto;
    }
    .t_old_pack, .t_new_pack {
        width: 360px;
    }
    .xmpl_title {
        width: 720px;
        margin: 50px auto 0 auto;
        font-size: 24px;
        line-height: 36px;
    }
    .triangle_img {
      margin: 50px auto 0 auto;
    }
    .accent {
        font-size: 24px;
        line-height: 36px;
        padding: 40px 60px;
    }
    .pic {
        max-width: 720px;
    }
    .phrases {
        width: 720px;
    }
    .burger_img, .md_img, .trust_img, .volvo_img, .aqua_img, .family_video, .apple_video, .bldrone_img, .bldrtwo_img, .bldrthree_img, .bldrfour_img, .windowone_img, .windowtwo_img, .windowthree_img {
        margin: 60px auto;
    }
    .burger_img, .md_img {
        max-width: 720px;
    }
    .benefit_title {
        font-size: 24px;
        line-height: 36px;
    }
    .gap > .what_number {
        line-height: 160px;
    }
    .thin_arrow {
        margin: 50px 0 50px 0;
    }
    .price_offer, .orange_offer {
        font-size: 24px;
        line-height: 36px;
        width: 720px;
    }
    .price_offer {
        margin: 70px auto 70px auto;
    }
    .orange_offer {
        margin: 60px auto 0 auto;
    }
    .com {
        margin-bottom: 30px;
    }
    .phone {
        margin: 0 auto;
    }
    .tg {
        font-size: 24px;
        line-height: 28px;
    }
    .tg a {
        width: 360px;
    }
    .tg a:hover {
        color: white;
        text-shadow: 0 0 5px #ff6600;
        transition: all ease-in-out .3s;
    }
    .req_form {
        width: 720px;
    }
    .file_upload_btn:hover {
        background: #e0e0e0;
        border-color: #999;
        transition: all .3s ease-in-out
    }
     .success, .fail {
        width: 520px;
    }
    .policy_subtitle {
        margin: 50px auto 50px auto;
        width: 900px;
    }
    .policy_txt {
        margin: 50px auto;
        width: 900px;
    }
}

