* {
   box-sizing: border-box;
   outline: 0;
}
.sec1 ul,
body {
   margin: 0;
   padding: 0;
}
.sec1 h1,
body {
   font-family: "Roboto", sans-serif;
}
.sec1 h1 {
   margin: 6px 0 0;
   font-weight: 400;
   font-size: 36px;
   line-height: 44px;
   color: #3a364c;
   max-width: 600px;
}
body {
   font-size: 16px;
   color: #000;
}
.container,
.container2 {
   max-width: 1337px;
   padding: 0 60px;
   margin: 0 auto;
   position: relative;
}
.container2 {
   max-width: 1179px;
}
.top_i {
   padding: 17px 0 24px;
}
.sec1 {
   background: #fad5c5;
   padding-top: 8px;
   padding-bottom: 90px;
}
.sec1.last {
   padding-top: 0;
}
.sec1 .container {
   background: #fad5c5 no-repeat;
   background-position: left 42px top 42px;
}
.sec1.last .container {
   padding-top: 50px;
   background-position: left 42px top 10px;
   padding-bottom: 50px;
}
.sec1 h1 span {
   text-transform: uppercase;
   font-weight: 700;
}
.sec1 p.bot_h {
   font-size: 18px;
   line-height: 28px;
   margin: 13px 0 21px;
   max-width: 436px;
}
.sec1 ul {
   max-width: 539px;
}
.sec1 .top_i .top_rr .item,
.sec1 ul li {
   font-family: "Noto Sans", sans-serif;
   font-size: 14px;
   line-height: 20px;
   position: relative;
}
.sec1 ul li {
   list-style-type: none;
   padding-left: 42px;
   height: 34px;
   margin-bottom: 32px;
   max-width: 340px;
}
.sec1 ul li:before {
   content: "";
   position: absolute;
   left: -1px;
   top: 1px;
   width: 26px;
   height: 40px;
   background: url(../img/label.png) no-repeat;
   background-position: center 0;
}
.flex,
.sec1 .top_i .top_rr {
   display: flex;
   justify-content: space-between;
}
.sec1 .form_block {
   position: absolute;
   right: 60px;
   top: 110px;
   background: #fff;
   box-shadow: 0 24px 24px rgba(0, 0, 0, 0.2);
   border-radius: 8px;
   width: 100%;
   max-width: 384px;
   padding: 6px 32px 24px;
   font-family: "Noto Sans", sans-serif;
}
.sec1 .top_i .top_rr {
   flex: 0 0 60.3%;
   align-items: center;
}
.sec1 .top_i .logo p {
   font-weight: 500;
   font-size: 16px;
   line-height: 28px;
   color: #8e8e8e;
   margin: -2px 0 0;
}
.sec1 .top_i .top_rr .item {
   padding-left: 39px;
}
.sec1 .top_i .top_rr .item:nth-child(1):before {
   content: url(../img/qw1.svg);
   position: absolute;
   left: 0;
   top: 53%;
   transform: translateY(-50%);
}
.sec1 .top_i .top_rr .item:nth-child(2):before,
.sec1 .top_i .top_rr .item:nth-child(3):before {
   content: url(../img/qw2.svg);
   position: absolute;
   left: 0;
   top: 53%;
   transform: translateY(-50%);
}
.sec1 .top_i .top_rr .item:nth-child(3):before {
   content: url(../img/qw3.svg);
}
.sec1 .form_block p.red {
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   margin-bottom: 30px;
}
.sec1 .form_block .flex {
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -o-flex-wrap: wrap;
   flex-wrap: wrap;
   margin-bottom: 20px;
}
.sec1 .form_block .price_l,
.sec1 .form_block .price_r,
footer {
   text-align: center;
}
.sec1 .form_block .flex p,
form p.label {
   font-size: 14px;
   line-height: 18px;
   color: #626262;
   margin: 0 0 3px;
}
form p.label {
   color: #131313;
   line-height: 20px;
   padding-left: 7px;
}
.sec1 .form_block .old {
   color: #626262;
   text-decoration: line-through;
}
.sec1 .form_block .new {
   font-size: 24px;
   line-height: 33px;
   text-align: center;
   font-weight: 700;
}
form input,
select {
   font-family: "Noto Sans", sans-serif;
   background: #f9f9f9;
   border: 1px solid #e7e7e7;
   box-sizing: border-box;
   border-radius: 4px;
   display: block;
   width: 100%;
   margin-bottom: 19px;
   height: 40px;
   color: #131313;
   padding-left: 15px;
}
::-webkit-input-placeholder {
   color: #a7a7a7;
   font-family: "Noto Sans", sans-serif;
}
::-moz-placeholder {
   color: #a7a7a7;
   font-family: "Noto Sans", sans-serif;
}
.sec1 .form_block form p.upper {
   text-align: center;
   color: #585858;
   margin: 27px 0 14px;
   font-size: 14px;
   line-height: 19px;
}
.btn,
form button.btn {
   width: 100%;
   font-weight: 700;
   cursor: pointer;
   text-align: center;
   text-transform: uppercase;
   color: #fff;
   border: 0;
}
.btn {
   display: block;
   max-width: 277px;
   border-radius: 40px;
   font-size: 18px;
   line-height: 64px;
   transition: all 0.3s;
}
.btn:hover {
   box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
.mob_tt {
   display: none;
}
form button.btn {
   margin: 0 auto;
   background: #d40000;
   border-radius: 80px;
   font-size: 20px;
   line-height: 58px;
}
.sec1 .form_block form .saffity {
   margin-top: 30px;
   padding-left: 10px;
}
.sec1 .form_block form .saffity .litt,
.sec1 .form_block form .saffity img {
   display: inline-block;
   vertical-align: middle;
}
.sec1 .form_block form .saffity .litt {
   margin: 0;
   font-size: 10px;
   line-height: 12px;
   color: #c4c4c4;
   width: 80%;
   text-align: left;
   padding-left: 10px;
}
.sec1 .prod {
   position: absolute;
   left: 51%;
   top: 245px;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
}
.sec1 .container,
h2 {
   z-index: 2;
}
.sec1 .container:before {
   content: "";
   z-index: -1;
   position: absolute;
   top: 71%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 640.24px;
   height: 538.95px;
   background: radial-gradient(50% 50% at 50% 50%, #ffcd9e 0, rgba(235, 189, 71, 0) 100%);
   border-radius: 50%;
}
h2 {
   font-size: 36px;
   line-height: 40px;
   color: #494949;
   max-width: 978px;
   margin: 0 auto 40px;
   text-align: center;
   position: relative;
}
.st_txt {
   background: linear-gradient(180deg, rgba(255, 255, 255, 0.81) 0, rgba(255, 255, 255, 0) 100%), #c8e8f7;
   padding-top: 56px;
   padding-bottom: 77px;
}
.st_txt.bg_w {
   background: #fff;
   padding-bottom: 68px;
   padding-top: 86px;
}
.st_txt .flex {
   align-items: center;
}
.st_txt .flex p {
   max-width: 616px;
   font-size: 18px;
   line-height: 22px;
   margin: 0;
}
.sc2 .item p,
.st_txt .flex p.cust_cc,
.st_txt.bg_w p {
   font-family: "Noto Sans", sans-serif;
}
.st_txt .flex p.cust_cc,
.st_txt.bg_w p {
   font-weight: 700;
   font-size: 24px;
   line-height: 30px;
}
.st_txt.bg_w p span {
   font-size: 35px;
   line-height: 20px;
   display: block;
   margin-bottom: 10px;
}
.sc2 {
   padding-top: 69px;
   padding-bottom: 53px;
}
.sc2 .item {
   flex: 0 0 23%;
}
.sc2 .item img,
.scc4 .item .img_bl img,
form button.btn {
   display: block;
   max-width: 100%;
}
.sc2 .item p {
   margin: 14px 0 0;
   font-size: 18px;
   line-height: 24px;
}
.scc3 {
   background: #fad5c5;
   padding-top: 62px;
   padding-bottom: 63px;
}
.scc3.ccsv {
   background: #cbe9f7;
}
.scc3 p,
.scc4 p.bot_h {
   text-align: center;
   margin: 0;
   font-weight: 700;
   font-size: 16px;
   line-height: 24px;
}
.scc4 p.bot_h {
   font-size: 18px;
   line-height: 22px;
   margin: -10px 0 101px;
}
.scc4 {
   padding-top: 82px;
   padding-bottom: 34px;
}
.scc4 .flex {
   max-width: 1050px;
   margin: 0 auto;
   align-items: flex-start;
}
.scc4 .item {
   flex: 0 0 30%;
}
.scc4 .item .item_bl {
   min-height: 544px;
}
.scc4 .item .item_bl:last-child {
   min-height: auto;
}
.scc4 .item .img_bl {
   min-height: 145px;
}
.scc4 .item p.big {
   font-weight: 700;
   font-size: 16px;
   line-height: 22px;
   margin: 15px 0 14px;
}
.scc4 .item p {
   font-family: "Noto Sans", sans-serif;
   font-size: 14px;
   line-height: 20px;
   max-width: 260px;
}
.scc4 .item.last_it {
   background: rgba(250, 213, 197, 0.51);
   border-radius: 31px;
   flex: 0 0 32%;
   padding: 28px 10px 0 36px;
   margin-top: -28px;
}
.scc4 .item.last_it .cls_prod {
   display: block;
   margin: 0 auto;
}
.scc5 {
   padding-top: 50px;
   padding-bottom: 50px;
}
.scc5 .flex {
   align-items: baseline;
   max-width: 1050px;
   margin: 0 auto;
}
.scc5 .item {
   flex: 0 0 50%;
}
.scc5 .item img {
   display: block;
   margin: 0 auto 20px;
   max-width: 100%;
}
.scc5 .item p {
   text-align: left;
   font-size: 18px;
   line-height: 24px;
   max-width: 279px;
   margin: 0 auto;
}
.docs {
   padding-top: 83px;
   padding-bottom: 62px;
}
.docs .flex {
   max-width: 1008px;
   margin: 56px auto 0;
}
.docs .item {
   flex: 0 0 30%;
   background: #cbe9f7;
   border-radius: 22px;
   padding: 10px 13px 5px 24px;
}
.docs .item .block_top_doc,
.sec5 .item {
   display: flex;
}
.docs .item .block_top_doc .img_bl img {
   max-width: 100%;
   min-width: 92px;
   width: 92px;
   margin-top: 18px;
}
.docs .item .block_top_doc p,
.sec5 .item p {
   font-family: "Noto Sans", sans-serif;
   line-height: 20px;
}
.docs .item .block_top_doc p {
   font-size: 14px;
   padding-left: 10px;
}
.docs .item .block_top_doc p span,
.sec5 .item h3 {
   font-weight: 700;
   font-size: 16px;
   line-height: 20px;
}
.sec5 .item h3 {
   font-size: 34px;
   line-height: 42px;
   color: #f8ae56;
   margin: 0 0 21px;
}
.docs .item p.discript {
   margin-top: 12px;
   font-size: 14px;
   line-height: 19px;
}
.sec5,
.sec7 {
   padding-top: 72px;
   padding-bottom: 73px;
   background: #fad5c5;
}
.sec7 {
   padding-top: 94px;
}
.sec5 h2 {
   margin-bottom: 34px;
}
.sec5 .item {
   flex: 0 0 29%;
   background: #fff;
   border-radius: 40px;
   padding: 46px 30px 279px 49px;
   flex-wrap: wrap;
   position: relative;
}
.sec5 .item img {
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}
.sec5 .item p {
   font-size: 16px;
   margin: 0 0 7px;
}
.sec7 .container {
   max-width: 1335px;
}
.sec7 h2 {
   margin-bottom: 45px;
}
.sec7 .item {
   flex: 0 0 31%;
   background: #fff;
   box-sizing: border-box;
   padding: 32px 31px 39px;
}
.sec7 .item img {
   display: block;
   max-width: 100%;
   margin: 0 auto;
}
.sec7 .item p.dsicr {
   font-size: 16px;
   line-height: 22px;
   font-weight: 700;
   margin: 25px auto 14px;
}
.sec7 .item p {
   font-size: 16px;
   line-height: 19px;
}
.sec7 .item .star {
   margin-top: 25px;
   margin-bottom: 10px;
   margin-left: 0;
}
.sec7 .item p.dovol {
   font-size: 12px;
   line-height: 14px;
   text-align: left;
   color: #ffb800;
   margin: 0 0 15px;
}
.sec7 .item p.optc {
   margin: 0 auto;
   font-size: 14px;
   line-height: 19px;
}
.sec7 .item p:last-child {
   text-align: left;
}
.overlay {
   position: fixed;
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.4);
   display: none;
   z-index: 15;
}
.overlay .popup {
   width: 100%;
   max-width: 1009px;
   background: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.overlay .popup .flex {
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   -o-flex-wrap: wrap;
   flex-wrap: wrap;
}
.countbox {
   text-align: center;
   margin: 0 auto;
   width: 100%;
   font-size: 48px;
   font-weight: 500;
   color: #fff;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: space-between;
   -ms-align-items: center;
   align-items: center;
   border: 1px solid #fff;
   border-radius: 13.1692px;
}
.countbox .countbox-num {
   position: relative;
   color: #fff;
   -webkit-flex: 0 0 27%;
   -moz-flex: 0 0 27%;
   -ms-flex: 0 0 27%;
   -o-flex: 0 0 27%;
   flex: 0 0 27%;
   font-weight: 700;
   padding-top: 0;
   padding-bottom: 20px;
   background: #ab0e17;
   border-radius: 3px;
}
.countbox .countbox-space {
   width: auto;
   height: 60px;
   color: #ab0e17;
}
.countbox-hours1,
.countbox-hours2,
.countbox-mins1,
.countbox-mins2,
.countbox-secs1,
.countbox-secs2 {
   z-index: 1;
   display: inline-block;
   vertical-align: middle;
}
.countbox-hours-text,
.countbox-mins-text,
.countbox-secs-text {
   position: absolute;
   font-size: 14px;
   color: #fff;
   font-weight: 400;
   bottom: 8px;
   left: 50%;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   transform: translateX(-50%);
}
footer {
   padding: 40px 0;
}
.hidden,
.mobb_ff,
.mobb_ff2 {
   display: none;
}
.mobb_ff2 {
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   margin-bottom: 40px;
}
.mobb_ff {
   font-size: 22px;
   line-height: 30px;
   margin: 0 0 20px;
   text-align: center;
}
.mobb_ff span {
   color: #d40000;
   display: block;
   font-size: 16px;
}
.mob_fixed,
.mobb_hh {
   display: none;
}
.st_txt .flex .ttr .btn {
   margin-left: auto;
   width: 320px;
   max-width: 320px;
}
.mobb_hh {
   font-size: 12px;
}
.colse {
   position: absolute;
   width: 30px;
   height: 30px;
   top: -40px;
   right: 0;
   cursor: pointer;
}
.colse span:first-child {
   width: 30px;
   height: 1px;
   background: #fff;
   position: absolute;
   top: 14px;
   left: 0;
   transform: rotate(45deg);
}
.colse span:last-child {
   width: 30px;
   height: 1px;
   background: #fff;
   position: absolute;
   top: 14px;
   right: 0;
   transform: rotate(-45deg);
}
.scc4 .item .item_bl.hidden {
   display: none !important;
}
input,
select {
   font-size: 18px !important;
}
.sec1 .prod {
   max-width: 477px;
}
.mob,
.sec7 .item .star2 {
   display: none;
}
.countbox .countbox-num {
   background: #ffbc53;
}
.sec7 .item {
   border-radius: 22px;
}
.scc5 .item {
   position: relative;
}
.scc5 .item:before {
   content: "";
   z-index: -1;
   width: 300px;
   height: 300px;
   border-radius: 45%;
   position: absolute;
   top: 16px;
   left: 50%;
   transform: translateX(-50%);
   background: radial-gradient(50% 50% at 50% 50%, #70c97e 0, rgba(112, 201, 126, 0) 100%);
   opacity: 0.5;
}
.scc5 .item:last-child:before {
   top: -44px;
}
.btn {
   background: #ea4e1b !important;
   box-shadow: 0 15px 15px 0 rgba(234, 78, 27, 0.3);
}
.sec1 .form_block .new,
.sec1 .form_block p.red {
   color: #ea4e1b;
}
@media only screen and (max-width: 1300px) {
   .container,
   .container2 {
      max-width: 950px;
      padding: 0 15px;
   }
   .sec7 .item {
      padding-left: 15px;
      padding-right: 15px;
   }
   .sec7 .container {
      max-width: 950px;
   }
   .sec1 h1 {
      font-size: 36px;
      line-height: 46px;
   }
   .sec1 p.bot_h {
      font-size: 16px;
      line-height: 25px;
      margin: 13px 0 33px;
      max-width: 340px;
   }
   .sec1 .form_block {
      right: 0;
      max-width: 338px;
      padding: 6px 15px 24px;
   }
   .sec1 ul li {
      font-size: 16px;
      max-width: 350px;
   }
   .sec1 .prod {
      top: 265px;
   }
   .sec5 .item h3,
   h2 {
      font-size: 30px;
      line-height: 36px;
   }
   .sec5 .item {
      flex: 0 0 32%;
   }
   .sec5 .item p {
      font-size: 15px;
   }
   section {
      overflow: hidden;
   }
   .sec1 .prod {
      max-width: 471px;
   }
   .sc2 .item p {
      font-size: 16px;
      line-height: 21px;
   }
}
@media only screen and (max-width: 980px) {
   .container,
   .container2 {
      max-width: 737px;
      padding: 0 15px;
   }
   .sec1 h1 {
      font-size: 30px;
      line-height: 40px;
      max-width: 405px;
   }
   .sec1 .form_block {
      max-width: 300px;
      top: 120px;
   }
   .sec1 ul li {
      font-size: 14px;
      max-width: 269px;
      padding-left: 35px;
   }
   .sec1 ul li:before {
      left: 4px;
      top: 0;
      width: 21px;
      background-size: contain;
   }
   .sec1 .prod {
      top: 456px;
      left: 50%;
      max-width: 283px;
   }
   h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 40px;
   }
   .st_txt .flex p {
      font-size: 16px;
   }
   .sec5 .item {
      padding: 30px 20px 210px;
   }
   .sec5 .item h3 {
      font-size: 26px;
      line-height: 33px;
      margin-bottom: 15px;
   }
   .sec5 .item p {
      font-size: 14px;
      line-height: 18px;
   }
   .sec5 .item img {
      max-width: 150px;
   }
   .sec7 .flex {
      display: block;
   }
   .sec7 .item {
      flex: 0 0 100%;
   }
   .sec7 .item p.dsicr {
      max-width: 100%;
   }
   .sec7 .item p.optc {
      max-width: 100%;
      padding: 0;
   }
   .sc2 .flex {
      flex-wrap: wrap;
      max-width: 600px;
      margin: 0 auto;
   }
   .sc2 .item {
      flex: 0 0 48%;
      margin-bottom: 20px;
   }
   .scc4 .item p {
      max-width: 190px;
   }
   .docs .item {
      padding: 10px 13px 5px;
   }
   .sec7 .item {
      padding-left: 30px;
      padding-right: 30px;
   }
   .sec1 .top_i .top_rr {
      display: none;
   }
}
@media only screen and (max-width: 767px) {
   .sec1 {
      padding-bottom: 0;
   }
   .sec1 h1,
   .sec1 h1 span,
   h2 {
      line-height: 30px;
   }
   .sec1 h1 {
      padding: 0 20px;
      text-align: left;
      font-size: 18px;
   }
   .sec1 .container,
   .sec1 ul {
      padding: 0;
   }
   .sec1 .form_block {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      max-width: 100%;
      border-radius: 0;
      box-shadow: none;
   }
   .sec1 ul {
      border-top: none;
      margin: 0;
      background: #fff;
      max-width: 100%;
   }
   h2 {
      font-size: 24px;
   }
   h2 br {
      display: none;
   }
   .st_txt .flex {
      flex-wrap: wrap;
   }
   .st_txt .flex .ttl,
   .st_txt .flex .ttr {
      flex: 0 0 100%;
      text-align: center;
   }
   .st_txt .flex .ttr .btn {
      margin: 20px auto 0;
      width: 100%;
      max-width: 100%;
   }
   .sec5 .flex {
      display: block;
   }
   .sec5 .item {
      padding: 25px 20px 288px;
      text-align: center;
      border-radius: 22px;
   }
   .sec5 .item img {
      max-width: 225px;
   }
   .st_txt.bg_w {
      background: #fbe5d1;
   }
   .sec1 .form_block form p.upper,
   .sec1 .form_block p.red,
   .sec1 .top_i .top_rr {
      display: none;
   }
   .mobb_ff,
   .mobb_ff2,
   .sec1 .prod {
      display: block;
   }
   .sec1 .prod {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 368px;
      max-width: 500px;
      margin: -11px auto 0;
      transform: none;
   }
   .sec1 .form_block {
      padding-top: 39px;
      padding-left: 19px;
      padding-right: 19px;
   }
   .docs .flex {
      display: block;
   }
   .top_i .logo {
      text-align: center;
   }
   .mob_fixed,
   .top_i .flex {
      display: block;
   }
   .sec1 .container {
      background-size: 320px;
   }
   .sec1 h1,
   .sec1 h1 b {
      font-weight: 500;
   }
   .sec1 h1 span {
      font-weight: 700;
      font-size: 38px;
   }
   .mob_fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: space-between;
      background: #fff;
      padding: 9px 0;
      z-index: 5;
   }
   .mob_fixed .item {
      flex: 0 0 25%;
      text-align: center;
   }
   .mob_fixed .item p {
      font-weight: 500;
      font-size: 10px;
      line-height: 20px;
      font-family: "Noto Sans", sans-serif;
      margin: 0;
      text-transform: uppercase;
   }
   .mob_fixed .item img {
      max-height: 28px;
   }
   .mob_fixed .item:nth-child(1) p {
      color: #f8d2b7;
   }
   .mob_fixed .item:nth-child(2) p,
   .mob_fixed .item:nth-child(3) p {
      color: #b4b4b4;
   }
   .mob_fixed .item:nth-child(4) p {
      color: #ea4e1b;
   }
   .sec1 {
      padding-top: 0;
   }
   .sc2 {
      background: #fad5c5;
   }
   .sc2 .flex {
      max-width: 280px;
   }
   .sc2 .item {
      flex: 0 0 100%;
   }
   .scc3 {
      padding-top: 0;
   }
   .scc3 p {
      text-align: left;
      display: block;
   }
   .scc4 .flex {
      flex-wrap: wrap;
   }
   .scc4 .item,
   .scc4 .item.last_it {
      flex: 0 0 100%;
   }
   .scc4 .item p {
      max-width: 100%;
      margin-bottom: 19px;
   }
   .scc4 .item .img_bl,
   .scc4 .item p.big {
      display: inline-block;
      vertical-align: middle;
      padding-left: 15px;
   }
   .scc4 .item p.big {
      padding-left: 35px;
      font-size: 14px;
      line-height: 22px;
   }
   .scc4 .item p.big.cust {
      padding-left: 20px;
   }
   .scc4 .item .item_bl {
      min-height: auto;
      margin-bottom: 30px;
   }
   .scc4 .item.last_it {
      margin-top: 0;
      background: #fff;
      padding: 0;
      order: 1;
   }
   .scc4 .item:nth-child(1) {
      order: 3;
   }
   .scc4 .item:nth-child(2) {
      order: 2;
   }
   .sec5 {
      padding-bottom: 80px;
   }
   .st_txt.bg_w {
      padding-top: 20px;
      padding-bottom: 24px;
      background: #fff;
   }
   .st_txt.bg_w .ttl {
      padding: 14px;
   }
   .scc5 .flex {
      flex-wrap: wrap;
   }
   .scc5 .item {
      flex: 0 0 100%;
      margin-bottom: 30px;
   }
   .scc3.ccsv {
      padding-top: 29px;
      padding-bottom: 32px;
   }
   .scc3.ccsv p {
      font-size: 16px;
      line-height: 20px;
   }
   .sec1.last .container {
      padding-bottom: 0;
      background-position: center top 148px;
      padding-top: 30px;
   }
   .sec7 {
      padding-top: 31px;
   }
   .sec7 h2 {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 18px;
   }
   footer {
      padding-bottom: 100px;
   }
   .container,
   .container2 {
      max-width: 420px;
      padding: 0 17px;
   }
   .top_i {
      padding-bottom: 31px;
   }
   .scc4 .item.last_it .cls_prod,
   .scc5 h2 br,
   .sec1.last p.bot_h,
   .sec1.last ul,
   .st_txt .flex p br,
   .top_i .logo {
      display: none;
   }
   .sec1 p.bot_h {
      background: #fff;
      max-width: 100%;
      margin: 0;
      padding: 30px 20px;
   }
   .mobb_hh {
      display: block;
      text-align: center;
      color: #ea4e1b;
   }
   .mobb_hh img {
      display: inline-block;
      vertical-align: middle;
   }
   .sec1 ul li:last-child {
      margin-bottom: 0;
   }
   .docs h2,
   .scc4 h2,
   .scc4 p.bot_h,
   .sec5 h2,
   .sec7 h2,
   .st_txt .flex p {
      text-align: left;
   }
   .sec1 ul li {
      background: #f8dcc1;
      position: relative;
      padding-left: 130px;
      height: 105px;
      padding-right: 20px;
      margin-bottom: 0;
      display: flex;
      align-items: center;
      max-width: 100%;
   }
   .sec1 ul li:before {
      background: 0 0;
   }
   .sec1 ul li:nth-child(1):before,
   .sec1 ul li:nth-child(2):before,
   .sec1 ul li:nth-child(3):before,
   .sec1 ul li:nth-child(4):before,
   .sec1 ul li:nth-child(5):before {
      position: absolute;
   }
   .sec1 ul li:nth-child(even) {
      background: #fff;
      padding-left: 20px;
      padding-right: 136px;
   }
   .sc2 {
      padding-top: 34px;
      padding-bottom: 20px;
   }
   .sc2 h2 {
      text-align: left;
      margin-bottom: 16px;
   }
   .mob_tt .item p,
   .sc2 .item p {
      font-size: 14px;
      line-height: 20px;
   }
   .sc2 .item p {
      max-width: 256px;
      margin: 14px auto 0;
   }
   .scc3 {
      padding-bottom: 30px;
   }
   .mob_tt {
      display: block;
      max-width: 195px;
      margin: 0 auto;
      padding-top: 50px;
   }
   .mob_tt .item {
      display: flex;
      margin-bottom: 14px;
      align-items: center;
   }
   .mob_tt .item p {
      margin: 0;
      padding-left: 15px;
   }
   .sec1 .container {
      background-position: center 181px;
   }
   .sec1 p.bot_h {
      font-size: 18px;
      line-height: 28px;
   }
   .sec1 ul li:nth-child(3) br {
      display: none;
   }
   .sec1 .form_block .new {
      line-height: 10px;
   }
   form p.label {
      margin-bottom: 9px;
   }
   .scc4 {
      padding-top: 26px;
   }
   .scc4 h2 {
      margin-bottom: 28px;
   }
   .scc4 p.bot_h {
      font-size: 14px;
      margin-bottom: 25px;
   }
   .scc4 .item .img_bl img {
      max-width: 95px;
   }
   .scc4 .item .img_bl {
      min-height: auto;
   }
   .st_txt .flex p.cust_cc {
      font-size: 16px;
      line-height: 20px;
      padding-left: 16px;
   }
   .st_txt {
      padding-top: 32px;
      padding-bottom: 36px;
   }
   .docs {
      padding-top: 26px;
      padding-bottom: 71px;
   }
   .docs h2 {
      margin-bottom: 0;
   }
   .docs .flex {
      margin-top: 23px;
   }
   .sec5 {
      padding-top: 33px;
   }
   .sec5 h2 {
      margin-bottom: 26px;
   }
   .scc5 .item p,
   .st_txt.bg_w p {
      line-height: 20px;
   }
   .sec7 .item {
      padding-left: 20px;
      padding-right: 20px;
      border-radius: 22px;
   }
   .sec7 .container {
      padding-left: 9px;
      padding-right: 9px;
   }
   .sec7 .item p.optc {
      padding: 0;
   }
   .scc5 {
      padding-top: 34px;
      padding-bottom: 1px;
   }
   .scc5 h2 {
      text-align: left;
      font-size: 23px;
      margin-bottom: -5px;
   }
   .scc5 .item img {
      max-width: 131px;
      margin: 0 auto 10px;
   }
   .sec5 .item h3 {
      font-family: "Roboto", sans-serif;
      font-size: 36px;
      line-height: 42px;
   }
   .scc5 .item p {
      font-size: 14px;
   }
   .scc5 .item:first-child {
      margin-bottom: 82px;
   }
   .scc5 .item:last-child img {
      max-width: 112px;
   }
   .sec1.last .prod {
      margin-bottom: -7px;
   }
   .mobb_ff span {
      margin-top: -6px;
   }
   .sec1 .form_block .flex {
      margin-bottom: 15px;
   }
   form input,
   select {
      height: 32px;
      margin-bottom: 12px;
   }
   form button.btn {
      margin-top: 33px;
      background: #ea4e1b;
   }
   .sec1 .form_block .new {
      font-size: 22px;
   }
   .sec1 .form_block .old {
      font-size: 14px;
   }
   .sec5 .item p {
      font-size: 16px;
      line-height: 20px;
      text-align: left;
   }
   .hidden,
   .scc4 .item .item_bl.hidden {
      display: block !important;
   }
   .scc4 .item .item_bl.hidden22 {
      display: none !important;
   }
   .sec1 ul li:nth-child(1):before,
   .sec1 ul li:nth-child(3):before,
   .sec1 ul li:nth-child(5):before {
      content: url(../img/label.png);
      left: 45px;
      top: 37px;
   }
   .sec1 ul li:nth-child(2):before,
   .sec1 ul li:nth-child(4):before {
      content: url(../img/label.png);
      left: auto;
      right: 90px;
      top: 30px;
   }
   .mob {
      display: block;
      max-width: 250px;
      margin: 15px auto;
   }
}
@media screen and (max-width: 767px) {
   .sec7 .item .star2 {
      display: block;
      max-width: 100%;
      margin: 0 0 10px;
   }
   .sec1 .form_block form .saffity img,
   .sec7 .item .star {
      display: none;
   }
   .mobb_ff2 {
      margin-bottom: 0;
   }
   .form_block p.hidden {
      margin-bottom: 40px !important;
   }
   .sec1 .form_block form .saffity {
      text-align: center;
      padding-left: 0;
   }
   .sec1 .form_block form .saffity .litt {
      width: 100%;
      padding-left: 0;
      text-align: center;
      color: #585858;
   }
   .scc4 {
      padding-bottom: 0;
   }
   .sec5 .item h3 {
      color: #ea4e1b;
   }
   .scc5 .item {
      position: relative;
   }
   .scc5 .item:before {
      content: "";
      z-index: -1;
      width: 122px;
      height: 103px;
      border-radius: 45%;
      position: absolute;
      top: 20px;
      left: 43%;
      transform: translateX(-50%);
      background: radial-gradient(50% 50% at 50% 50%, #70c97e 0, rgba(112, 201, 126, 0) 100%);
      opacity: 0.5;
   }
   .scc5 .item:last-child:before {
      top: -19px;
   }
   .st_txt .container2,
   .st_txt.bg_w .container2 {
      padding-left: 9px;
      padding-right: 9px;
   }
   .st_txt .flex .ttr .btn {
      width: 100%;
      max-width: 300px;
   }
   .docs .container,
   .sc2 .container {
      padding: 0;
   }
   .docs h2,
   .sc2 h2 {
      padding: 0 17px;
   }
   .sc2 .flex {
      max-width: 300px;
   }
   .docs .flex {
      padding: 0 10px;
   }
   .docs .item {
      padding-left: 20px;
      padding-right: 20px;
      min-height: 455px;
   }
   .scc3.ccsv p {
      padding-left: 14px;
   }
   .scc4 .item p.big,
   .scc4 .item p.big.cust {
      padding-left: 16px;
   }
   .sec7 .item {
      min-height: 742px;
   }
   .sc2 .item img {
      width: 100%;
   }
}
@media screen and (max-width: 400px) {
   .docs .item {
      min-height: 513px;
   }
   .sec5 .item {
      height: 477px;
   }
   .sec7 .item {
      min-height: 799px;
   }
}
@media only screen and (max-width: 350px) {
   .sec1 h1 {
      padding: 0 18px;
   }
   .sec1 h1 br {
      display: none;
   }
   .st_txt .flex .ttr .btn {
      width: 280px;
      max-width: 280px;
   }
   .sec1 .prod {
      transform: translateX(-27px);
   }
   .scc4 .item p {
      max-width: 274px;
   }
}
@media screen and (max-width: 350px) {
   .sec5 .item {
      height: 497px;
   }
   .docs .item {
      min-height: 588px;
   }
   .sec7 .item {
      min-height: 892px;
   }
}
