@charset "UTF-8";
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-weight: 900;
  font-style: normal;
  font-display: auto;
  src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
}
[class*=" icon-"]:before,
[class^=icon-]:before {
  padding: 0;
  margin: 0;
  width: auto;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.t-center {
  text-align: center;
}

.t-last > :last-child {
  margin-bottom: 0 !important;
}

.d-none {
  display: none;
}

b, strong{
  font-weight: 700;
}

code, pre{
  border-width: 1px;
  border-style: solid;
  border-color: #F8F8F8;
  background-color: #FAFAFA;
  color: #dc2626;
  border-radius: 0;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
}

button,
a {
  outline: none !important;
}

a {
  text-decoration: underline;
  color: #FF654C;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
a:hover {
  text-decoration: none;
  color: #EB5138;
}

p {
  margin-bottom: 1rem;
}

blockquote{
  border-left-width: 2px;
  border-style: solid;
  border-color: #FF654C;
  padding: 0 0 0 1rem;
  margin-bottom: 1rem;
}
blockquote cite{
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
}
blockquote p {
  margin-bottom: 0.5rem;
}

fieldset{
  border-width: 2px;
  border-style: solid;
  border-color: #FF654C;
  padding: 1rem;
  margin-bottom: 1rem;
}
fieldset legend{
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
fieldset > :last-child {
  margin-bottom: 0;
}

figure {
  margin-bottom: 1rem;
}
figure.alignleft {
  width: 50%;
  float: left;
  margin-right: 1rem;
}
figure.alignright {
  width: 50%;
  float: right;
  margin-right: 1rem;
}
figure img {
  width: 100%;
}

::selection{
  background-color: rgba(255, 101, 76, 0.2);
}

h1, h2, h3, h4, h5, h6{
  font-family: Lato, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.title, .subtitle{
  font-family: Lato, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.title{
  font-size: 45px;
}

.subtitle{
  font-size: 35px;
}

h1{
  font-size: 55px;
}

h2{
  font-size: 45px;
}

h3{
  font-size: 35px;
}

h4{
  font-size: 22px;
}

h5{
  font-size: 18px;
}

h6{
  font-size: 18px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ol,
ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.old-browser{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.old-browser:after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.7);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.old-browser .message, .old-browser .alert{
  left: 0;
  right: 0;
  top: 0;
  font-weight: 500;
  color: #222;
  background: #fef3c7;
  border-radius: 0;
  position: absolute;
  z-index: 5;
  text-align: center;
  padding: 1rem;
}
.old-browser .message a, .old-browser .alert a{
  background-color: #FAFAFA;
  color: #222;
  text-decoration: none;
  padding: 4px 8px;
}
.old-browser .message a:hover, .old-browser .alert a:hover{
  background-color: #F8F8F8;
}

.container{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
  width: 100%;
}

body{
  background-color: #F4F5F7;
  color: #222;
  min-width: 320px;
  font-family: Lato, Arial, sans-serif;
  line-height: 1.75rem;
  font-size: 16px;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
body.home{
  background-color: #FFF;
}

.mb-1 {
  margin-bottom: 150px;
}

.pb-1 {
  padding-bottom: 150px;
}

.py-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-2 {
  padding-bottom: 100px;
}
header{
  background-color: #FFF;
  position: relative;
  z-index: 100;
}
header .container {
  max-width: 1550px;
}
header .header__inner {
  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;
}
header .header__top{
  background-color: #F8F8F8;
  line-height: 1;
  padding: 10px 0;
}
header .header__middle{
  background-color: #FFF;
  line-height: 1;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
}
header .header__mobile{
  background-color: #FFF;
  line-height: 1;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
}
header .header__social {
  margin-left: auto;
}
header .header__social nav ul {
  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;
}
header .header__social nav ul li {
  margin-right: 22px;
}
header .header__social nav ul li a{
  color: #1F619D;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
header .header__social nav ul li a:hover {
  opacity: 0.6;
}
header .header__social nav ul li:last-child {
  margin-right: 0;
}
header .header__social nav ul li.facebook-messenger a {
  color: #0084FF;
}
header .header__social nav ul li.whatsapp a {
  color: #00CD4A;
}
header .header__social nav ul li.viber a {
  color: #6359A7;
}
header .header__social nav ul li.telegram a {
  color: #26a6e7;
}
header .header__lang {
  margin-left: 25px;
}
header .header__lang nav ul {
  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;
}
header .header__lang nav ul li {
  margin-right: 15px;
}
header .header__lang nav ul li a{
  color: #222;
  font-size: 14px;
  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;
  text-decoration: none;
  opacity: 0.5;
}
header .header__lang nav ul li a img {
  margin-right: 10px;
}
header .header__lang nav ul li:last-child {
  margin-right: 0;
}
header .header__lang nav ul li:last-child a img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  margin-right: 0;
}
header .header__lang nav ul li.active a {
  opacity: 1;
}
header .header__toggle {
  display: none;
}
header .header__logo a {
  width: 150px;
  display: block;
  text-decoration: none;
}
header .header__logo img {
  width: 100%;
}
header .header__right {
  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;
}
header .header__menu {
  margin: 0 auto;
}
header .header__menu nav ul {
  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;
}
header .header__menu nav ul li {
  margin: 0 10px;
}
header .header__menu nav ul li a{
  color: #222;
  font-size: 16px;
  padding: 32px 0;
  text-decoration: none;
  display: block;
  position: relative;
}
header .header__menu nav ul li a:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FF654C;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
header .header__menu nav ul li ul {
  display: none !important;
}
header .header__menu nav ul li:hover a, header .header__menu nav ul li.active a{
  color: #FF654C;
}
header .header__menu nav ul li:hover a:after, header .header__menu nav ul li.active a:after {
  opacity: 1;
}
header .header__phone a {
  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;
  font-weight: 700;
  color: #1F619D;
  font-size: 20px;
  text-decoration: none;
}
header .header__phone a:hover{
  color: #165187;
}
header .header__phone a i {
  font-size: 24px;
}
header .header__phone a span {
  margin-left: 5px;
}
header .header__login {
  margin-left: 20px;
}
header .header__login .btn {
  min-width: 120px;
}
header .header__login .login__click {
  color: #929398;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
header .header__login .login__click:hover{
  color: #FF654C;
}
header .header__login .login__dropdown {
  display: none;
  position: absolute;
  top: -webkit-calc(100% + 17px + 15px);
  top: calc(100% + 17px + 15px);
  right: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border: 1px solid #E9E9E9;
  border-radius: 15px;
  width: 200px;
  overflow: hidden;
}
header .header__login .login__dropdown nav ul li a{
  line-height: 1;
  color: #222;
  font-size: 14px;
  text-decoration: none;
  padding: 17px 20px;
  border: 1px solid transparent;
  border-right: none;
  margin-bottom: -1px;
  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;
}
header .header__login .login__dropdown nav ul li a i {
  font-size: 20px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
header .header__login .login__dropdown nav ul li ul {
  display: none !important;
}
 header .header__login .login__dropdown nav ul li.password a i{
  color: #1F619D;
}
 header .header__login .login__dropdown nav ul li.personal a i{
  color: #1F619D;
}
header .header__login .login__dropdown nav ul li.faq a i {
  color: #F8B73A;
}
 header .header__login .login__dropdown nav ul li.accident a i{
  color: #1F619D;
}
header .header__login .login__dropdown nav ul li:hover a{
  color: #FF654C;
}
header .header__login .login__dropdown nav ul li.is-active a, header .header__login .login__dropdown nav ul li.active a{
  background-color: #3281c9;
  color: #222;
  border-color: #E9E9E9;
  border-left-color: #01AD40;
}
header .header__login .login__dropdown nav ul li:first-child a {
  border-radius: 15px 15px 0 0;
}
header .header__login .login__dropdown nav ul li:last-child a {
  border-radius: 0 0 15px 15px;
}

.hamburger .hamburger-box {
  width: 12px;
}
.hamburger .hamburger-inner {
  width: 9px;
}
.hamburger .hamburger-inner::after {
  width: 6px;
}
.hamburger .hamburger-inner::before {
  width: 12px;
}
.hamburger.is-active .hamburger-inner {
  left: -2px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before {
  width: 16px;
}
footer{
  background-color: #FAFAFA;
  line-height: 1.5;
  color: #525358;
  border-top: 1px solid #E9E9E9;
  overflow: hidden;
}
footer .footer__middle {
  padding: 40px 0 50px;
  border-bottom: 1px solid #E9E9E9;
}
footer .footer__bottom {
  font-size: 12px;
  padding: 8px 0;
}
footer .footer__bottom .footer__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer__bottom .footer__logo {
  display: none;
}
footer .footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .footer__col {
  width: 25%;
  padding-right: 100px;
}
footer .footer__subtitle{
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
}
footer .footer__subtitle a{
  color: #222;
  text-decoration: none;
}
footer .footer__subtitle a:hover{
  color: #FF654C;
}
footer .footer__logo {
  width: 150px;
  margin-bottom: 55px;
}
footer .footer__logo a {
  display: block;
  text-decoration: none;
}
footer .footer__logo img {
  width: 100%;
}
footer .footer__contacts {
  margin-bottom: 45px;
}
footer .footer__contacts strong{
  font-weight: 600;
  color: #222;
}
footer .footer__phones div {
  margin-bottom: 15px;
}
footer .footer__phones div:last-child {
  margin-bottom: 0;
}
footer .footer__phones div strong{
  font-weight: 600;
  color: #222;
}
footer .footer__phones div a{
  color: #1F619D;
  text-decoration: none;
}
footer .footer__phones div a:hover{
  color: #3281c9;
}
footer .footer__menu nav ul li {
  margin-bottom: 15px;
}
footer .footer__menu nav ul li a{
  color: #525358;
  font-size: 16px;
  text-decoration: none;
}
footer .footer__menu nav ul li ul {
  display: none !important;
}
footer .footer__menu nav ul li.active a, footer .footer__menu nav ul li:hover a{
  color: #FF654C;
}
footer .footer__menu nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer__social {
  margin-left: auto;
  width: 25%;
  margin-top: -40px;
}
footer .footer__social nav ul {
  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;
}
footer .footer__social nav ul li {
  margin-right: 25px;
}
footer .footer__social nav ul li a{
  color: #222;
  font-size: 18px;
  width: 40px;
  height: 40px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  text-decoration: none;
}
footer .footer__social nav ul li a:hover{
  border-color: #222;
  background-color: #222;
  color: #FFF;
}
footer .footer__social nav ul li:last-child {
  margin-right: 0;
}
footer .footer__card {
  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;
  margin-right: 40px;
}
footer .footer__card div {
  margin-right: 10px;
}
footer .footer__card div img {
  width: 39px;
}
footer .footer__card div:last-child {
  margin-right: 0;
}
footer .footer__copyright {
  margin-right: 20px;
}
footer .footer__copyright a{
  color: #525358;
  text-decoration: none;
}
footer .footer__copyright a:hover{
  color: #FF654C;
}
footer .footer__links {
  margin-left: auto;
}
footer .footer__links nav ul {
  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;
}
footer .footer__links nav ul li {
  margin-right: 18px;
}
footer .footer__links nav ul li a{
  color: #525358;
  text-decoration: none;
}
footer .footer__links nav ul li:last-child {
  margin-right: 0;
}
footer .footer__links nav ul li ul {
  display: none !important;
}
footer .footer__links nav ul li:hover a, footer .footer__links nav ul li.active a{
  color: #FF654C;
}

.btn--scrolltop{
  background-color: #FF654C;
  color: #FFF;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  display: inline-block;
  border-radius: 6px;
  position: fixed;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  bottom: 50px;
  right: 10px;
  z-index: 900;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.btn--scrolltop:hover{
  background-color: #ff8571;
}
.btn--scrolltop:active{
  background-color: #ff8571;
}
.btn--scrolltop.show {
  opacity: 1;
  visibility: visible;
}
button,
textarea,
select,
input {
  outline: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.btn {
  text-decoration: none;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: normal;
  cursor: pointer;
  max-width: 100%;
  min-width: 130px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #FFF;
  background: #FF654C;
  padding: 11.5px 21px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.btn span {
  text-align: center;
  width: 100%;
}
.btn i {
  font-size: 1em;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.btn:active, .btn:hover {
  text-decoration: none;
}
.btn:hover {
  color: #FFF;
  background: #EB5138;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:active {
  color: #FFF;
  background: #EB5138;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn.disabled, .btn:disabled {
  color: #FFF;
  background: #FF654C;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--white {
  color: #222;
  background: #FFF;
  border-color: transparent;
}
.btn--white i {
  border-left: 1px solid rgba(34, 34, 34, 0.5);
}
.btn--white:hover {
  color: #FFF;
  background: #FF654C;
  border-color: transparent;
}
.btn--white:hover i {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.btn--white:active {
  color: #FFF;
  background: #FF654C;
  border-color: transparent;
}
.btn--white:active i {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.btn--white.disabled, .btn--white:disabled {
  color: #222;
  background: #FFF;
  border-color: transparent;
  opacity: 0.5;
}
.btn--white.disabled i, .btn--white:disabled i {
  border-left: 1px solid rgba(34, 34, 34, 0.5);
}
.btn--white-red {
  color: #FF654C;
  background: #FFF;
  border-color: #FF654C;
}
.btn--white-red:hover {
  color: #FFF;
  background: #FF654C;
  border-color: transparent;
}
.btn--white-red:active {
  color: #FFF;
  background: #FF654C;
  border-color: transparent;
}
.btn--white-red.disabled, .btn--white-red:disabled {
  color: #FF654C;
  background: #FFF;
  border-color: #FF654C;
  opacity: 0.5;
}
.btn--big {
  padding: 16.5px 21px;
}
.btn--big2 {
  padding: 16.5px 27px;
}
.btn--big2 span {
  padding-left: 50px;
}
.btn--big2 i {
  margin-left: 20px;
  padding-left: 18px;
}
.btn--link{
  color: #FF654C;
  text-decoration: none;
}
.btn--link:hover{
  color: #ff8571;
}
.btn--small {
  border-width: 1px;
  min-width: 130px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  padding: 13px 21px;
}
.btn--edit {
  border-width: 1px;
  min-width: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  padding: 13px 21px;
}

.f-box {
  max-width: 100%;
  /*
  в HTML
  .f-switchboxs
  	.f-switchbox
  		input(type="checkbox" name="check2" value="1" id="check2-1" checked)
  		label(for="check2-1") Switchbox
  */
}
.f-box button,
.f-box textarea,
.f-box select,
.f-box input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.f-box input.f-control,
.f-box select.f-control,
.f-box textarea.f-control {
  display: block;
  line-height: normal;
  max-width: 100%;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #E9E9E9;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #222;
  background-color: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  padding: 11.5px 17px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box input.f-control::-webkit-input-placeholder, .f-box select.f-control::-webkit-input-placeholder, .f-box textarea.f-control::-webkit-input-placeholder {
  color: #BBB;
}
.f-box input.f-control::-moz-placeholder, .f-box select.f-control::-moz-placeholder, .f-box textarea.f-control::-moz-placeholder {
  color: #BBB;
}
.f-box input.f-control:-ms-input-placeholder, .f-box select.f-control:-ms-input-placeholder, .f-box textarea.f-control:-ms-input-placeholder {
  color: #BBB;
}
.f-box input.f-control::-ms-input-placeholder, .f-box select.f-control::-ms-input-placeholder, .f-box textarea.f-control::-ms-input-placeholder {
  color: #BBB;
}
.f-box input.f-control::placeholder,
.f-box select.f-control::placeholder,
.f-box textarea.f-control::placeholder {
  color: #BBB;
}
.f-box input.f-control:focus,
.f-box select.f-control:focus,
.f-box textarea.f-control:focus {
  color: #222;
  background-color: #FFF;
  border-color: #FF654C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.f-box input.f-control[readonly]:focus,
.f-box select.f-control[readonly]:focus,
.f-box textarea.f-control[readonly]:focus {
  color: #222;
  background-color: #FFF;
  border-color: #E9E9E9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.f-box input.f-control.error,
.f-box select.f-control.error,
.f-box textarea.f-control.error {
  color: #222;
  background-color: #FFF;
  border-color: #dc2626;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.f-box input.f-control.disabled, .f-box input.f-control:disabled,
.f-box select.f-control.disabled,
.f-box select.f-control:disabled,
.f-box textarea.f-control.disabled,
.f-box textarea.f-control:disabled {
  opacity: 0.5;
}
.f-box textarea.f-control {
  min-height: 106px;
}
.f-box input[type=number].f-control {
  -moz-appearance: textfield;
}
.f-box input[type=number].f-control::-webkit-outer-spin-button, .f-box input[type=number].f-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.f-box select.f-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23222' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3e%3c/svg%3e");
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 12.5px 17px;
  padding-right: -webkit-calc(17px + 16px + 10px);
  padding-right: calc(17px + 16px + 10px);
}
.f-box select.f-control::-ms-expand {
  display: none;
}
.f-box select.f-control.is-loading {
  background-image: url("data:image/svg+xml,%3c%3fxml version='1.0' encoding='utf-8'%3f%3e %3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto%3b background: none%3b display: block%3b shape-rendering: auto%3b' width='40px' height='40px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3e %3ccircle cx='50' cy='50' fill='none' stroke='%23FF654C' stroke-width='10' r='35' stroke-dasharray='164.93361431346415 56.97787143782138'%3e %3canimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1s' values='0 50 50%3b360 50 50' keyTimes='0%3b1'%3e%3c/animateTransform%3e %3c/circle%3e %3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23222' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3e%3c/svg%3e");
  background-position: right -webkit-calc(17px + 16px + 5px) center, right 17px center;
  background-position: right calc(17px + 16px + 5px) center, right 17px center;
  background-repeat: no-repeat, no-repeat;
  background-size: -webkit-calc(16px + 11.5px), 16px;
  background-size: calc(16px + 11.5px), 16px;
  padding-right: -webkit-calc((17px + 16px) * 2 + 10px);
  padding-right: calc((17px + 16px) * 2 + 10px);
  color: #222;
  background-color: #FFF;
  border-color: #FF654C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.f-box .f-radiobox {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 10px;
}
.f-box .f-radiobox label {
  margin: 0 !important;
  width: auto !important;
  font-size: 16px;
  color: inherit;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  white-space: inherit;
}
.f-box .f-radiobox label:before, .f-box .f-radiobox label:after {
  content: "";
  top: 50%;
  left: 0px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 50%;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 20px;
  height: 20px;
}
.f-box .f-radiobox label:after {
  border-color: #929398;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-radiobox label:before {
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FF654C' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
  background-size: contain;
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-radiobox input {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0px;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  z-index: 5;
  opacity: 0 !important;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}
.f-box .f-radiobox input:active + label {
  color: inherit;
}
.f-box .f-radiobox input:active + label:after {
  background-color: rgba(#FF654C, .1);
  border-color: #FF654C;
}
 .f-box .f-radiobox input.error + label {
  color: #dc2626;
}
 .f-box .f-radiobox input.error + label:after {
  background: #FFF;
  border-color: #dc2626;
}
.f-box .f-radiobox input:checked + label {
  color: inherit;
}
.f-box .f-radiobox input:checked + label:after {
  border-color: #929398;
}
.f-box .f-radiobox input:checked + label:before {
  opacity: 1;
}
.f-box .f-radiobox input:disabled + label {
  cursor: not-allowed;
  color: #CCC;
}
.f-box .f-radiobox input:disabled + label:after {
  background-color: transperent;
  border-color: #CCC;
}
.f-box .f-radiobox input:disabled:checked + label:after {
  border-color: #CCC;
}
.f-box .f-radiobox input:disabled:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23CCC' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
}
.f-box .f-radiobox.disabled input + label {
  cursor: not-allowed;
  color: #CCC;
}
.f-box .f-radiobox.disabled input + label:after {
  background-color: transperent;
  border-color: #CCC;
}
.f-box .f-radiobox.disabled input:checked + label:after {
  border-color: #CCC;
}
.f-box .f-radiobox.disabled input:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23CCC' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3.5'/%3e%3c/svg%3e");
}
.f-box .f-radiobox.readonly {
  opacity: 0.4;
}
.f-box .f-radioboxs.error .f-radiobox input:not(:checked):not(:disabled) + label {
  color: #dc2626;
}
.f-box .f-radioboxs.error .f-radiobox input:not(:checked):not(:disabled) + label:after {
  border-color: #dc2626;
}
.f-box .f-checkbox {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 16px;
  margin-bottom: 10px;
}
.f-box .f-checkbox label {
  margin: 0 !important;
  width: auto !important;
  font-size: 16px;
  color: inherit;
  line-height: normal;
  font-weight: 500;
  cursor: pointer;
  white-space: inherit;
}
.f-box .f-checkbox label:before, .f-box .f-checkbox label:after {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  width: 20px;
  height: 20px;
}
.f-box .f-checkbox label:after {
  content: "";
  border-radius: 4px;
  border-color: #929398;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-checkbox label:before {
  content: "";
  background: center center no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23FF654C'%3e%3c!-- Font Awesome Pro 5.15.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-size: 75%;
  opacity: 0;
  z-index: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-checkbox input {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0px;
  padding: 0px;
  z-index: 5;
  opacity: 0 !important;
  width: 20px;
  height: 20px;
}
.f-box .f-checkbox input:active {
  color: inherit;
}
.f-box .f-checkbox input:active + label:after {
  background: rgba(#FF654C, .1);
  border-color: #FF654C;
}
 .f-box .f-checkbox input.error + label {
  color: #dc2626;
}
 .f-box .f-checkbox input.error + label:after {
  border-color: #dc2626;
}
.f-box .f-checkbox input:checked + label {
  color: inherit;
}
.f-box .f-checkbox input:checked + label:after {
  border-color: #929398;
}
.f-box .f-checkbox input:checked + label:before {
  opacity: 1;
}
.f-box .f-checkbox input:disabled + label {
  cursor: not-allowed;
  color: #CCC;
}
.f-box .f-checkbox input:disabled + label:after {
  background: transperent;
  border-color: #CCC;
}
.f-box .f-checkbox input:disabled:checked + label:after {
  border-color: #CCC;
}
.f-box .f-checkbox input:disabled:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23CCC'%3e%3c!-- Font Awesome Pro 5.15.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
}
.f-box .f-checkbox.disabled input + label {
  cursor: not-allowed;
  color: #CCC;
}
.f-box .f-checkbox.disabled input + label:after {
  background: transperent;
  border-color: #CCC;
}
.f-box .f-checkbox.disabled input:checked + label:after {
  border-color: #CCC;
}
.f-box .f-checkbox.disabled input:checked + label:before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23CCC'%3e%3c!-- Font Awesome Pro 5.15.1 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
}
.f-box .f-checkbox.readonly {
  opacity: 0.4;
}
.f-box .f-checkboxs.error .f-checkbox input:not(:checked):not(:disabled) + label {
  color: #dc2626;
}
.f-box .f-checkboxs.error .f-checkbox input:not(:checked):not(:disabled) + label:after {
  border-color: #dc2626;
}
.f-box .f-switchbox {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  font-size: 14px;
}
.f-box .f-switchbox label {
  cursor: pointer;
  margin: 0 !important;
  width: auto !important;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  color: #222;
  white-space: inherit;
}
.f-box .f-switchbox label:before, .f-box .f-switchbox label:after {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-style: solid;
  border-color: transparent;
}
.f-box .f-switchbox label:after {
  content: "";
  border-radius: 9999px;
  background: #A8B4BC;
  width: 34px;
  height: 14px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-switchbox label:before {
  content: "";
  z-index: 1;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: -3px;
  background: #EBEDEF;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.24);
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.f-box .f-switchbox input {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0px;
  padding: 0px;
  z-index: -1;
  opacity: 0 !important;
  width: 34px;
  height: 14px;
}
 .f-box .f-switchbox input.error + label {
  color: #dc2626;
}
.f-box .f-switchbox input:checked + label {
  color: inherit;
}
.f-box .f-switchbox input:checked + label:after {
  background: #ffd2ce;
}
.f-box .f-switchbox input:checked + label:before {
  background: #FF654C;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.f-box .f-switchbox input:disabled + label {
  cursor: not-allowed;
  color: #ccc;
}
.f-box .f-switchbox input:disabled + label:after {
  background: #ccc;
}
.f-box .f-switchbox input:disabled + label:before {
  background: #EBEDEF;
}
.f-box .f-switchbox input:disabled:checked + label:after {
  background: #EBEDEF;
}
.f-box .f-switchbox input:disabled:checked + label:before {
  background: #CCC;
}
.f-box .f-switchboxs.error .f-switchbox input:not(:checked) + label {
  color: #dc2626;
}
.f-box .f-switchboxs.error .f-switchbox input:not(:checked) + label:after {
  border-color: #dc2626;
}
.f-box .f-switchboxs.error .f-switchbox input:not(:checked) + label:before {
  background: #dc2626;
}
.f-box .f-dropdown {
  --max-scroll: 5;
  position: relative;
  z-index: 10;
}
.f-box .f-dropdown select {
  display: none;
}
.f-box .f-dropdown > span {
  cursor: pointer;
  padding: 11.5px 20px;
  border-radius: 6px;
  line-height: normal;
  font-size: 16px;
  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;
  position: relative;
  color: #BBB;
  border: 1px solid #E9E9E9;
  background: #fff;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.f-box .f-dropdown > span img {
  width: 93px;
  height: 39px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 15px;
}
.f-box .f-dropdown > span .icon {
  font-size: 24px;
  line-height: 0;
  width: 24px;
  height: 20px;
  margin-right: 20px;
}
.f-box .f-dropdown > span:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  right: 17px;
  color: #BBB;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.f-box .f-dropdown ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: -webkit-calc(var(--max-scroll) * 45px + 20px);
  max-height: calc(var(--max-scroll) * 45px + 20px);
  top: 100%;
  left: 0;
  z-index: 1;
  right: 0;
  background: #FFF;
  border: none;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -o-transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: translate(0, 5px);
      -ms-transform: translate(0, 5px);
          transform: translate(0, 5px);
}
.f-box .f-dropdown ul li {
  padding: 0;
  margin: 0;
}
.f-box .f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8.5px 20px;
  font-size: 16px;
  color: #525358;
  text-decoration: none;
  outline: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  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;
}
.f-box .f-dropdown ul li a img {
  width: 103px;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 25px;
}
.f-box .f-dropdown ul li a .icon {
  font-size: 24px;
  width: 24px;
  height: 20px;
  margin-right: 20px;
  line-height: 0;
}
.f-box .f-dropdown ul li a:hover {
  color: #FF654C;
}
.f-box .f-dropdown ul li.active a {
  color: #FF654C;
  background: #ffe6e4;
}
.f-box .f-dropdown ul li.active a:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro", sans-serif;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: #FF654C;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 0.8em;
}
.f-box .f-dropdown ul li.active a:hover:after {
  opacity: 1;
}
.f-box .f-dropdown.filled > span {
  color: #222;
  border-color: #E9E9E9;
}
.f-box .f-dropdown.open {
  z-index: 20;
}
.f-box .f-dropdown.open > span {
  border-color: #FF654C;
}
.f-box .f-dropdown.open > span:after {
  color: #222;
  -webkit-transform: rotate(-180deg) translateY(50%);
      -ms-transform: rotate(-180deg) translateY(50%);
          transform: rotate(-180deg) translateY(50%);
}
.f-box .f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 12px);
      -ms-transform: translate(0, 12px);
          transform: translate(0, 12px);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.f-box .f-dropdown.is-pic > span > span {
  color: #2D53F6;
  margin-left: 5px;
}
.f-box .f-dropdown.is-pic ul {
  max-height: -webkit-calc(var(--max-scroll) * 54px + 20px);
  max-height: calc(var(--max-scroll) * 54px + 20px);
}
.f-box .f-dropdown.is-pic ul li a {
  padding: 5px 15px;
}
.f-box .f-dropdown.is-pic ul li a > span {
  color: #2D53F6;
  margin-left: 5px;
}
.f-box .f-dropdown.is-pic.filled > span {
  padding: 4px 15px;
}
.f-box .f-dropdown.disabled {
  opacity: 0.5;
}
.f-box .f-dropdown.disabled > span {
  cursor: default;
}
.f-box .f-invalid {
  line-height: normal;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  font-size: 12px;
  color: #ef4444;
  margin-top: 7px;
}
.f-box label {
  font-size: 14px;
  margin-bottom: 7px;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  white-space: nowrap;
}
.f-box label .required {
  color: #dc2626;
  margin-left: 5px;
  text-decoration: none;
}
.f-box label .tooltip {
  margin-left: 5px;
  font-size: 16px;
  color: #929398;
}
.f-box .f-muted{
  color: #222;
  font-size: 14px;
  margin-top: 7px;
  line-height: 1.25;
}
.f-box .f-control {
  width: 100%;
}
.f-box .f-checkboxs,
.f-box .f-radioboxs {
  margin-bottom: -10px;
}
.f-box .f-control--date {
  position: relative;
  z-index: 0;
}
.f-box .f-control--date > i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  font-size: 20px;
  color: #B8BAC2;
}
.f-box .f-control--box {
  display: inline-block;
  width: 100%;
}
.f-box .f-control--box .f-checkbox,
.f-box .f-control--box .f-radiobox {
  margin-right: 20px;
  display: inline-block;
}
.f-box .f-control--box .f-checkbox:last-child,
.f-box .f-control--box .f-radiobox:last-child {
  margin-right: 0;
}
.f-box .f-control--box .f-col > p,
.f-box .f-control--box .f-col > div {
  margin-right: -webkit-calc(20px - 10px);
  margin-right: calc(20px - 10px);
  margin-bottom: 0;
}
.f-box .f-group {
  margin-bottom: 20px;
  position: relative;
}
.f-box .f-group.disabled {
  opacity: 0.5;
}
.f-box .f-group.disabled .f-dropdown,
.f-box .f-group.disabled input.f-control,
.f-box .f-group.disabled select.f-control,
.f-box .f-group.disabled textarea.f-control {
  opacity: 1;
}
.f-box .f-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.f-box .f-col > p,
.f-box .f-col > div {
  width: 50%;
  margin-right: 20px;
}
.f-box .f-col > p:last-child,
.f-box .f-col > div:last-child {
  margin-right: 0;
}
.f-box .f-btn {
  margin-top: 0px;
  margin-bottom: 20px;
}
.f-box .f-title{
  font-weight: 500;
  font-size: 18px;
}
.f-box .f-title,
.f-box .f-text {
  margin-bottom: 11px;
}
.f-box .f-spacer {
  padding-bottom: 20px;
}
.f-box > :last-child {
  margin-bottom: 0 !important;
}

.alert {
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  color: #4b5563;
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 1rem;
}
.alert-warning {
  color: #d97706;
  background-color: #fef3c7;
  border-color: #fef3c7;
}
.alert-danger {
  color: #dc2626;
  background-color: #fee2e2;
  border-color: #fee2e2;
}
.alert-success {
  color: #059669;
  background-color: #d1fae5;
  border-color: #d1fae5;
}
.alert-info {
  color: #2563eb;
  background-color: #dbeafe;
  border-color: #dbeafe;
}

.message {
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  color: #4b5563;
  background-color: #f3f4f6;
  border-color: #f3f4f6;
  border-radius: 6px;
  padding: 16px 20px;
  margin-bottom: 1rem;
  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;
}
.message:before {
  content: "\f192";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  opacity: 0.35;
  font-size: 1.9em;
  margin-right: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.message-warning {
  color: #d97706;
  background-color: #fef3c7;
  border-color: #fef3c7;
}
.message-warning:before {
  content: "\f071";
}
.message-danger {
  color: #dc2626;
  background-color: #fee2e2;
  border-color: #fee2e2;
}
.message-danger:before {
  content: "\f06a";
}
.message-success {
  color: #059669;
  background-color: #d1fae5;
  border-color: #d1fae5;
}
.message-success:before {
  content: "\f058";
}
.message-info {
  color: #2563eb;
  background-color: #dbeafe;
  border-color: #dbeafe;
}
.message-info:before {
  content: "\f05a";
}

ul.message {
  list-style: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}
ul.message:before {
  position: absolute;
  top: 16px;
  left: 20px;
}
ul.message li {
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
  margin-left: -webkit-calc(1.9em + 16px);
  margin-left: calc(1.9em + 16px);
}
ul.message li:before {
  display: none !important;
}
ul.message li:last-child {
  margin-bottom: 0;
}
ul.message li:first-child:last-child {
  min-height: 1.7em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal{
  background-color: #FFF;
  max-width: 100%;
  padding: 50px;
  width: 580px;
  -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.m-form__logo {
  width: 50px;
  margin-bottom: 20px;
}
.m-form__logo img {
  width: 100%;
}
.m-form__text{
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
}
.m-form__text ol{
  color: #222;
  padding-left: 16px;
}
.m-form__text ol li {
  margin-bottom: 0.5rem;
}
.m-form__bottom{
  line-height: 1.25;
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
}
.m-form__bottom a {
  text-decoration: underline;
}
.m-form__bottom a:hover {
  text-decoration: none;
}
.m-form__form{
  line-height: 1.25;
}
.m-form__form .f-box .f-col > div {
  margin-right: 20px;
}
.m-form__form .f-box .f-col > div:last-child {
  margin-right: 0;
}
.m-form__form .f-box .f-btn,
.m-form__form .f-box .f-group {
  margin-bottom: 20px;
}
.m-form__form .f-box .f-text {
  margin-bottom: 20px;
}
.m-form__form .f-box .f-text a {
  text-decoration: underline;
}
.m-form__form .f-box .f-text a:hover {
  text-decoration: none;
}
.m-form__form .f-box .f-btn .btn {
  width: 100%;
}

.fancybox-bg {
  background: rgba(29, 39, 80, 0.6);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}
.fancybox-error{
  background-color: #FFF;
  padding: 50px;
  -webkit-box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 40px 80px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  text-align: center;
}
.page-wrap {
  overflow: hidden;
}
section.hero {
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 635px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .hero__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section .hero__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .hero__pic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(28, 30, 86, 0.3);
}
section .hero__wrap{
  color: #FFF;
  width: 100%;
  position: relative;
  z-index: 10;
}
section .hero__wrap > div {
  height: 100%;
  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;
  padding: 50px 10px;
}
section .hero__body {
  width: 720px;
  max-width: 100%;
  margin-left: 70px;
  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;
}
section .hero__title {
  margin-bottom: 30px;
}
section .hero__form{
  background-color: #FFF;
  color: #222;
  padding: 50px;
  border-radius: 15px;
  width: 545px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .hero__form .tabs__nav ul {
  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: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
section .hero__form .tabs__nav ul li a{
  color: #222;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  padding: 0 10px 10px;
  display: block;
  font-weight: 500;
}
section .hero__form .tabs__nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0;
  background-color: #FF654C;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .hero__form .tabs__nav ul li.active a{
  color: #FF654C;
}
section .hero__form .tabs__nav ul li.active a:after {
  opacity: 1;
}
section .hero__form .tabs__content {
  padding-top: 20px;
}
section .hero__form .tabs__content > div {
  display: none;
}
section .hero__form .tabs__content > div:first-child {
  display: block;
}
section .hero__form .f-box {
  min-height: 390px;
}
section .hero__form .f-box .btn {
  width: 100%;
}
section.s-goodhands {
  overflow: hidden;
  position: relative;
}
section.s-goodhands > div {
  position: relative;
  z-index: 10;
}
section.s-goodhands:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg-1.png) top left no-repeat;
  background-size: contain;
}
section .s-goodhands__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-goodhands__body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section .s-goodhands__title {
  margin-bottom: 20px;
}
section .s-goodhands__text {
  margin-bottom: 30px;
}
section .s-goodhands__text strong{
  color: #FF654C;
}
section .s-goodhands__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section .s-goodhands__items {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 670px;
  margin-left: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section .s-goodhands__item {
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 15px;
  margin-top: 40px;
  background-color: #1F619D;
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  -webkit-box-shadow: 2px 18px 26px rgba(9, 31, 92, 0.07);
          box-shadow: 2px 18px 26px rgba(9, 31, 92, 0.07);
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  text-decoration: none;
}
section .s-goodhands__item:first-child {
  margin-left: 0;
}
section .s-goodhands__item:nth-child(2n+1) {
  margin-top: 0;
}
section .s-goodhands__item .item__inner {
  margin: 1px;
  margin-left: 6px;
  background-color: #FFF;
  border-radius: 15px;
  padding: 20px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-goodhands__item .item__icon {
  width: 52px;
  height: 52px;
  padding: 6px;
  background-color: rgba(31, 97, 157, 0.8);
  border-radius: 6px;
  margin-bottom: 10px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-goodhands__item .item__icon > div {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  color: #FFF;
  background-color: rgba(31, 97, 157, 0.7);
  border-radius: 6px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-goodhands__item .item__icon > div i {
  font-size: 26px;
}
section .s-goodhands__item .item__icon > div i:before {
  font-family: "fontello2";
}
section .s-goodhands__item .item__title{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
section .s-goodhands__item .item__text{
  line-height: 1.375;
  font-size: 16px;
}
section .s-goodhands__item:hover{
  background-color: #FF654C;
  -webkit-box-shadow: none;
          box-shadow: none;
}
section .s-goodhands__item:hover .item__inner{
  background-color: #FF654C;
  color: #FFF;
}
section .s-goodhands__item:hover .item__icon{
  background-color: rgba(255, 255, 255, 0.8);
}
section .s-goodhands__item:hover .item__icon > div{
  color: #FF654C;
  background-color: rgba(255, 255, 255, 0.7);
}
section.s-faq{
  background-color: #FF968B;
}
section .s-faq__inner {
  position: relative;
}
section .s-faq__title {
  margin-bottom: 30px;
}
section .s-faq__pic {
  position: absolute;
  bottom: 0;
  right: 0;
}
section .s-faq__accordion {
  position: relative;
  z-index: 10;
  width: 890px;
  max-width: 100%;
  margin-left: 110px;
}
section .s-faq__accordion .accordion__title{
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-faq__accordion .accordion__title:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: normal;
  color: #1F619D;
  margin-left: auto;
  padding-left: 10px;
}
section .s-faq__accordion .accordion__content{
  font-size: 18px;
  padding-top: 35px;
  display: none;
}
section .s-faq__accordion .accordion__content ul {
  list-style: none;
  padding: 0;
}
section .s-faq__accordion .accordion__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
section .s-faq__accordion .accordion__content ul li:last-child {
  margin-bottom: 0;
}
section .s-faq__accordion .accordion__content ul li:before{
  color: #FF654C;
  content: "\f058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
section .s-faq__accordion .accordion__content ul li strong{
  font-weight: 700;
}
section .s-faq__accordion .accordion__content ol {
  list-style: none;
  padding: 0;
  counter-reset: ol-counter;
}
section .s-faq__accordion .accordion__content ol li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
  counter-increment: ol-counter;
}
section .s-faq__accordion .accordion__content ol li:last-child {
  margin-bottom: 0;
}
section .s-faq__accordion .accordion__content ol li:before{
  background-color: #FF654C;
  font-weight: 700;
  color: #FFF;
  font-size: 14px;
  content: counter(ol-counter);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
section .s-faq__accordion .accordion__content ol li strong{
  font-weight: 700;
}
section .s-faq__accordion .accordion__item{
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 35px 30px;
}
section .s-faq__accordion .accordion__item.active .accordion__title{
  color: #1F619D;
}
section .s-faq__accordion .accordion__item.active .accordion__title:after {
  content: "\f068";
}
section .s-faq__btn {
  text-align: center;
  margin-top: 30px;
}
section .s-faq__btn a{
  color: #222;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .s-faq__btn a span {
  text-decoration: underline;
}
section .s-faq__btn a i {
  font-size: 1em;
  padding-left: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-faq__btn a:hover span {
  text-decoration: none;
}
section.s-reviews {
  overflow: hidden;
}
section .s-reviews__title {
  margin-bottom: 30px;
  text-align: center;
}
section .s-reviews__items {
  height: 630px;
  position: relative;
}
section .s-reviews__carousel {
  position: relative;
  display: none;
}
section .s-reviews__item2 .item__inner {
  padding: 0 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
section .s-reviews__item2 .item__pic {
  width: 180px;
  height: 180px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 15px;
}
section .s-reviews__item2 .item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section .s-reviews__item2 .item__body {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
}
section .s-reviews__item2 .item__text {
  margin-bottom: 10px;
}
section .s-reviews__item2 .item__rating {
  margin-bottom: 10px;
  text-align: center;
}
section .s-reviews__item2 .item__rating .star-rating{
  font-size: 16px;
}
section .s-reviews__item2 .item__title{
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
}
section .s-reviews__item2 .item__title span{
  font-weight: 400;
  color: #929398;
  font-size: 16px;
}
section .s-reviews__item {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
section .s-reviews__item .item__pic {
  width: 284px;
  height: 284px;
  opacity: 0.6;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-reviews__item .item__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section .s-reviews__item .item__body {
  position: absolute;
  z-index: 10;
  bottom: 50%;
  left: 70%;
  width: 360px;
  background-color: #FFF;
  line-height: 1.375;
  font-size: 14px;
  padding: 20px;
  border: 1px solid #E7EBF8;
  -webkit-box-shadow: 2px 18px 26px rgba(9, 31, 92, 0.07);
          box-shadow: 2px 18px 26px rgba(9, 31, 92, 0.07);
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-property: background, color, opacity, visibility;
  -o-transition-property: background, color, opacity, visibility;
  transition-property: background, color, opacity, visibility;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
section .s-reviews__item .item__body:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -12px;
  width: 0;
  height: 0;
  border-width: 8px 13px 8px 0;
  border-color: transparent #FFF transparent transparent;
  border-style: solid;
}
section .s-reviews__item .item__text {
  margin-bottom: 5px;
}
section .s-reviews__item .item__text p {
  margin-bottom: 0.5rem;
}
section .s-reviews__item .item__rating {
  margin-bottom: 5px;
  text-align: right;
}
section .s-reviews__item .item__title{
  font-weight: 700;
  font-size: 16px;
}
section .s-reviews__item .item__title span{
  font-weight: 400;
  color: #929398;
  font-size: 14px;
}
section .s-reviews__item:hover {
  z-index: 15;
}
section .s-reviews__item:hover .item__pic {
  opacity: 1;
}
section .s-reviews__item:hover .item__body {
  visibility: visible;
  opacity: 1;
}
section .s-reviews__item.item-1 {
  margin-left: -222px;
  margin-top: 0;
}
section .s-reviews__item.item-1 .item__pic {
  width: 284px;
  height: 284px;
}
section .s-reviews__item.item-2 {
  margin-left: 98px;
  margin-top: 15px;
}
section .s-reviews__item.item-2 .item__pic {
  width: 136px;
  height: 136px;
}
section .s-reviews__item.item-2 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-2 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-3 {
  margin-left: 437px;
  margin-top: 37px;
}
section .s-reviews__item.item-3 .item__pic {
  width: 214px;
  height: 214px;
}
section .s-reviews__item.item-3 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-3 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-4 {
  margin-left: -511px;
  margin-top: 0px;
}
section .s-reviews__item.item-4 .item__pic {
  width: 96px;
  height: 96px;
}
section .s-reviews__item.item-5 {
  margin-left: 0;
  margin-top: 220px;
}
section .s-reviews__item.item-5 .item__pic {
  width: 88px;
  height: 88px;
}
section .s-reviews__item.item-6 {
  margin-left: 215px;
  margin-top: 201px;
}
section .s-reviews__item.item-6 .item__pic {
  width: 176px;
  height: 176px;
}
section .s-reviews__item.item-6 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-6 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-7 {
  margin-left: -463px;
  margin-top: 229px;
}
section .s-reviews__item.item-7 .item__pic {
  width: 114px;
  height: 114px;
}
section .s-reviews__item.item-8 {
  margin-left: 683px;
  margin-top: 55px;
}
section .s-reviews__item.item-8 .item__pic {
  width: 106px;
  height: 106px;
}
section .s-reviews__item.item-8 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-8 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-9 {
  margin-left: 649px;
  margin-top: 207px;
}
section .s-reviews__item.item-9 .item__pic {
  width: 138px;
  height: 138px;
}
section .s-reviews__item.item-9 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-9 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-10 {
  margin-left: -732px;
  margin-top: 96px;
}
section .s-reviews__item.item-10 .item__pic {
  width: 248px;
  height: 248px;
}
section .s-reviews__item.item-11 {
  margin-left: -181px;
  margin-top: 366px;
}
section .s-reviews__item.item-11 .item__pic {
  width: 156px;
  height: 156px;
}
section .s-reviews__item.item-12 {
  margin-left: 91px;
  margin-top: 426px;
}
section .s-reviews__item.item-12 .item__pic {
  width: 106px;
  height: 106px;
}
section .s-reviews__item.item-12 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-12 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-13 {
  margin-left: 438px;
  margin-top: 338px;
}
section .s-reviews__item.item-13 .item__pic {
  width: 122px;
  height: 122px;
}
section .s-reviews__item.item-13 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-13 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-14 {
  margin-left: -616px;
  margin-top: 375px;
}
section .s-reviews__item.item-14 .item__pic {
  width: 114px;
  height: 114px;
}
section .s-reviews__item.item-15 {
  margin-left: -387px;
  margin-top: 444px;
}
section .s-reviews__item.item-15 .item__pic {
  width: 114px;
  height: 114px;
}
section .s-reviews__item.item-16 {
  margin-left: 294px;
  margin-top: 508px;
}
section .s-reviews__item.item-16 .item__pic {
  width: 122px;
  height: 122px;
}
section .s-reviews__item.item-16 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-16 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-17 {
  margin-left: 719px;
  margin-top: 428px;
}
section .s-reviews__item.item-17 .item__pic {
  width: 160px;
  height: 160px;
}
section .s-reviews__item.item-17 .item__body {
  left: inherit;
  right: 70%;
}
section .s-reviews__item.item-17 .item__body:after {
  left: inherit;
  right: -12px;
  border-width: 8px 0px 8px 13px;
  border-color: transparent transparent transparent #FFF;
}
section .s-reviews__item.item-18 {
  margin-left: -46px;
  margin-top: 520px;
}
section .s-reviews__item.item-18 .item__pic {
  width: 92px;
  height: 92px;
}
section.s-thatsimple{
  background-color: #FF968B;
  overflow: hidden;
}
section.s-thatsimple > div {
  position: relative;
}
section.s-thatsimple > div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: -50%;
  background: url(../img/bg-vector.svg) 0 100% no-repeat;
  background-size: 890px;
}
section .s-thatsimple__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-thatsimple__pic {
  width: 670px;
  max-width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px;
}
section .s-thatsimple__pic img {
  width: 100%;
  border-radius: 15px;
}
section .s-thatsimple__body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
section .s-thatsimple__subtitle{
  font-weight: 700;
  line-height: 1.25;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section .s-thatsimple__title {
  margin-bottom: 20px;
}
section .s-thatsimple__tags {
  margin-bottom: 20px;
}
section .s-thatsimple__tags a, section .s-thatsimple__tags span{
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
}
section .s-thatsimple__tags a:last-child,
section .s-thatsimple__tags span:last-child {
  margin-right: 0;
}
section .s-thatsimple__text {
  margin-bottom: 30px;
}
section .s-thatsimple__btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.s-blog {
  background: url(../img/bg-2.png) top right no-repeat;
}
section .s-blog__inner > div {
  position: relative;
  z-index: 10;
}
section .s-blog__title {
  text-align: center;
  margin-bottom: 30px;
}
section .s-blog__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -15px;
}
section .s-blog__items > div {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}
section .s-blog__item .item__thumb {
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
}
section .s-blog__item .item__thumb img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
section .s-blog__item .item__body {
  width: 100%;
}
section .s-blog__item .item__meta{
  font-weight: 600;
  line-height: 1.5;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}
section .s-blog__item .item__category {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E9E9E9;
}
section .s-blog__item .item__category a {
  text-decoration: none;
  color: #1F619D;
}
section .s-blog__item .item__category a:hover{
  color: #3281c9;
}
section .s-blog__item .item__date{
  color: #525358;
  text-transform: uppercase;
}
section .s-blog__item .item__title{
  color: #222;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
section .s-blog__item .item__title:hover{
  color: #FF654C;
}
section .s-blog__item .item__text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 20px;
}
section .s-blog__item .item__link {
  display: none;
}
section .s-blog__item .item__link a{
  color: #FF654C;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .s-blog__item .item__link a i {
  margin-left: 10px;
}
section .s-blog__item .item__link a:hover{
  color: #EB5138;
}
section .s-blog__box {
  background: #F9F9F9;
  border-radius: 15px;
  padding: 50px;
}
section .s-blog__box .s-blog__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E9E9E9;
}
section .s-blog__box .s-blog__item:first-child {
  display: none;
}
section .s-blog__box .s-blog__item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
section .s-blog__box .s-blog__item .item__thumb {
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
section .s-blog__box .s-blog__item .item__thumb img {
  height: 130px;
  border-radius: 10px;
}
section .s-blog__box .s-blog__item .item__title{
  font-weight: 600;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 10px;
}
section .s-blog__box .s-blog__item .item__text{
  line-height: 1.5;
  font-size: 15px;
  margin-bottom: 10px;
}
section .s-blog__box .s-blog__item .item__link {
  display: block;
}
section .s-blog__box .s-blog__item .item__link a {
  font-size: 15px;
}
section .s-blog__box .s-blog__item .item__btn {
  display: none;
}
section.s-header {
  padding: 30px 0 100px;
}
section .s-header__inner {
  position: relative;
}
section .s-header__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
}
section .s-header__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .s-header__pic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1B223E), to(rgba(38, 44, 69, 0)));
  background: -o-linear-gradient(left, #1B223E 0%, rgba(38, 44, 69, 0) 100%);
  background: linear-gradient(90deg, #1B223E 0%, rgba(38, 44, 69, 0) 100%);
}
section .s-header__body{
  color: #FFF;
  min-height: 300px;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 50px;
}
section .s-header__body > :first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 70px;
}
section .s-header__title{
  line-height: 1;
  margin-bottom: 25px;
  width: 100%;
}
section .breadcrumbs nav > div, section .breadcrumbs nav > p{
  line-height: 1.25;
  margin: 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .breadcrumbs nav a{
  color: #FFF;
  text-decoration: none;
}
section .breadcrumbs nav a:hover{
  color: #FF654C;
  text-decoration: none;
}
section .breadcrumbs nav span{
  color: #FF654C;
}
section .breadcrumbs nav span.separator{
  color: #FFF;
  font-size: 0;
}
section .breadcrumbs nav span.separator:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 14px;
  margin: 0 15px;
}
section.s-header + section.s-blog-menu {
  margin-top: -100px;
}
section.s-blog-menu {
  margin-bottom: 100px;
}
section .s-blog-menu__inner {
  margin-top: 10px;
  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;
  border-bottom: 1px solid #E9E9E9;
}
section .s-blog-menu__inner nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-blog-menu__inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-blog-menu__inner nav ul li {
  white-space: nowrap;
}
section .s-blog-menu__inner nav ul li a{
  font-weight: 500;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  padding: 18px 15px;
  display: block;
}
section .s-blog-menu__inner nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FF654C;
  opacity: 0;
}
section .s-blog-menu__inner nav ul li.active a, section .s-blog-menu__inner nav ul li:hover a{
  color: #FF654C;
}
section .s-blog-menu__inner nav ul li.active a:after, section .s-blog-menu__inner nav ul li:hover a:after {
  opacity: 1;
}
section .s-blog-menu__search {
  margin-left: auto;
}
section .s-blog-menu__search form {
  width: 100%;
  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;
}
section .s-blog-menu__search input{
  font-weight: 500;
  background: none;
  font-size: 16px;
  width: 105px;
}
section .s-blog-menu__search input::-webkit-input-placeholder {
  color: #B8BAC2;
}
section .s-blog-menu__search input::-moz-placeholder {
  color: #B8BAC2;
}
section .s-blog-menu__search input:-ms-input-placeholder {
  color: #B8BAC2;
}
section .s-blog-menu__search input::-ms-input-placeholder {
  color: #B8BAC2;
}
section .s-blog-menu__search input::placeholder {
  color: #B8BAC2;
}
section .s-blog-menu__search button {
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-blog-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -50px;
}
section .s-blog-list__item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 50px;
}
section .s-blog-list__item .item__thumb {
  display: block;
  margin-bottom: 15px;
}
section .s-blog-list__item .item__thumb img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
section .s-blog-list__item .item__body {
  width: 100%;
}
section .s-blog-list__item .item__meta{
  font-weight: 600;
  line-height: 1.25;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}
section .s-blog-list__item .item__category {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E9E9E9;
}
section .s-blog-list__item .item__category a{
  color: #1F619D;
  text-decoration: none;
}
section .s-blog-list__item .item__category a:hover{
  color: #3281c9;
}
section .s-blog-list__item .item__date{
  color: #525358;
  text-transform: uppercase;
}
section .s-blog-list__item .item__title{
  font-weight: 600;
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
section .s-blog-list__item .item__title:hover{
  color: #FF654C;
}
section .s-blog-list__item .item__text{
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 15px;
  margin-bottom: 10px;
}
section .s-blog-list__item .item__btn {
  display: none;
}
section .s-blog-list__item .item__link a{
  color: #FF654C;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 15px;
}
section .s-blog-list__item .item__link a i {
  margin-left: 10px;
}
section .s-blog-list__item .item__link a:hover{
  color: #EB5138;
}
section .s-blog-list__item:first-child {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  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;
}
section .s-blog-list__item:first-child .item__thumb {
  width: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-blog-list__item:first-child .item__thumb img {
  height: 450px;
}
section .s-blog-list__item:first-child .item__body {
  padding-left: 100px;
}
section .s-blog-list__item:first-child .item__title {
  font-size: 35px;
  margin-bottom: 20px;
}
section .s-blog-list__item:first-child .item__text{
  line-height: 1.5;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 20px;
}
section .s-blog-list__item:first-child .item__btn {
  display: block;
}
section .s-blog-list__item:first-child .item__link {
  display: none;
}
section.s-blog-header {
  padding: 30px 0 100px;
}
section .s-blog-header__inner {
  position: relative;
}
section .s-blog-header__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 15px;
  overflow: hidden;
}
section .s-blog-header__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .s-blog-header__pic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1B223E), to(rgba(38, 44, 69, 0)));
  background: -o-linear-gradient(left, #1B223E 0%, rgba(38, 44, 69, 0) 100%);
  background: linear-gradient(90deg, #1B223E 0%, rgba(38, 44, 69, 0) 100%);
}
section .s-blog-header__body{
  color: #FFF;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 50px;
  position: relative;
  z-index: 10;
}
section .s-blog-header__body > :first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section .s-blog-header__meta{
  font-weight: 600;
  line-height: 1.25;
  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;
  font-size: 12px;
  margin-bottom: 40px;
}
section .s-blog-header__date {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #FFF;
  text-transform: uppercase;
}
section .s-blog-header__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-blog-header__category a{
  color: #FFF;
  margin-right: 20px;
  text-decoration: none;
}
section .s-blog-header__category a:hover{
  color: #FF654C;
}
section .s-blog-header__category a:last-child {
  margin-right: 0;
}
section .s-blog-detail__top {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
section .s-blog-detail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-blog-detail__content {
  max-width: 100%;
  width: 1120px;
  margin: 0 auto;
}
section .s-blog-detail__content .container {
  padding: 0;
}
section .s-blog-detail__content > * {
  margin-bottom: 2rem;
}
section .s-blog-detail__content > p:first-child:first-letter {
  font-size: 3.4em;
  font-weight: 600;
  margin-right: 10px;
}
section .s-blog-detail__content .wp-block-image {
  margin: 0;
}
section .s-blog-detail__content .wp-block-image figure {
  width: 100%;
  margin-bottom: 2rem;
}
section .s-blog-detail__content .wp-block-image figure img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px !important;
}
section .s-blog-detail__content .wp-block-image figure.alignright, section .s-blog-detail__content .wp-block-image figure.alignleft {
  width: 50%;
  margin: 0;
}
section .s-blog-detail__content .wp-block-image figure.alignright {
  float: right;
  margin-left: 2rem;
}
section .s-blog-detail__content .wp-block-image figure.alignleft {
  float: left;
  margin-right: 2rem;
}
section .s-blog-detail__content ul {
  list-style: none;
  padding: 0;
}
section .s-blog-detail__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
section .s-blog-detail__content ul li:last-child {
  margin-bottom: 0;
}
section .s-blog-detail__content ul li:before{
  color: #FF654C;
  content: "\f058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  left: 0;
}
section .s-blog-detail__content ol {
  list-style: none;
  padding: 0;
  counter-reset: ol-counter;
}
section .s-blog-detail__content ol li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
  counter-increment: ol-counter;
}
section .s-blog-detail__content ol li:last-child {
  margin-bottom: 0;
}
section .s-blog-detail__content ol li:before{
  background-color: #FF654C;
  font-weight: 600;
  color: #FFF;
  content: counter(ol-counter);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin-top: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}
section .s-blog-detail__content blockquote{
  background-color: #ff8571;
  color: #FFF;
  position: relative;
  padding: 40px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
section .s-blog-detail__content blockquote:before{
  background-color: #FF654C;
  content: "\e816";
  font-family: "fontello", sans-serif;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  top: 40px;
  left: 40px;
  position: absolute;
  z-index: 5;
}
section .s-blog-detail__content blockquote > * {
  padding-left: 70px;
  position: relative;
  z-index: 5;
}
section .s-blog-detail__content blockquote > *:last-child {
  margin-bottom: 0 !important;
}
section .s-blog-detail__content blockquote p{
  font-weight: 600;
  line-height: 1.5;
  font-size: 22px;
}
section .s-blog-detail__share{
  line-height: 1.25;
  border-top: 1px solid #E9E9E9;
  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;
  margin-top: -webkit-calc(100px - 2rem);
  margin-top: calc(100px - 2rem);
  padding-top: 20px;
}
section .s-blog-detail__share .share__item {
  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;
}
section .s-blog-detail__share .share__item:first-child {
  margin-right: 30px;
}
section .s-blog-detail__share .share__text{
  font-size: 18px;
  margin-right: 30px;
}
section .s-blog-detail__share .share__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-blog-detail__share .share__list a{
  color: #222;
  font-size: 18px;
  text-decoration: none;
  margin-right: 25px;
}
section .s-blog-detail__share .share__list a:hover{
  color: #FF654C;
}
section .s-blog-detail__share .share__list a:last-child {
  margin-right: 0;
}
section .s-blog-relevant__title {
  margin-bottom: 30px;
}
section .s-blog-relevant__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -50px;
}
section .s-blog-relevant__item {
  width: -webkit-calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  margin: 0 15px 50px;
}
section .s-blog-relevant__item:last-child {
  display: none;
}
section .s-blog-relevant__item .item__thumb {
  display: block;
  margin-bottom: 20px;
}
section .s-blog-relevant__item .item__thumb img {
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
section .s-blog-relevant__item .item__meta{
  font-weight: 600;
  line-height: 1.25;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 15px;
}
section .s-blog-relevant__item .item__category{
  color: #1F619D;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #E9E9E9;
}
section .s-blog-relevant__item .item__category a{
  color: #3281c9;
  text-decoration: none;
}
section .s-blog-relevant__item .item__date{
  color: #525358;
  text-transform: uppercase;
}
section .s-blog-relevant__item .item__title{
  font-weight: 600;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
section .s-blog-relevant__item .item__title:hover{
  color: #FF654C;
}
section .s-blog-relevant__item .item__text{
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}
section .s-blog-relevant__item .item__link a{
  color: #FF654C;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
}
section .s-blog-relevant__item .item__link a i {
  margin-left: 10px;
}
section .s-blog-relevant__item .item__link a:hover{
  color: #EB5138;
}
section.s-complimits{
  background-color: #ffe6e4;
  border-radius: 15px;
  padding: 60px 40px;
}
section .s-complimits__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -30px;
}
section .s-complimits__item{
  line-height: 1.5;
  color: #222;
  width: -webkit-calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
}
section .s-complimits__item .item__title{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
section .s-complimits__item .item__text {
  font-size: 14px;
}
section.s-content {
  background-image: url(../img/bg-3.png);
  background-position: 100% 238px;
  background-repeat: no-repeat;
}
section .s-content__top {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
section .s-content__top h2 strong, section .s-content__top h2 b, section .s-content__top h2 i, section .s-content__top h2 em, section .s-content__top h2 span, section .s-content__top h3 strong, section .s-content__top h3 b, section .s-content__top h3 i, section .s-content__top h3 em, section .s-content__top h3 span, section .s-content__top h4 strong, section .s-content__top h4 b, section .s-content__top h4 i, section .s-content__top h4 em, section .s-content__top h4 span, section .s-content__top h5 strong, section .s-content__top h5 b, section .s-content__top h5 i, section .s-content__top h5 em, section .s-content__top h5 span{
  font-weight: 400;
  font-style: normal;
  color: #FF654C;
}
section .s-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-content__content {
  width: 100%;
}
section .s-content__content > * {
  margin-bottom: 2rem;
}
section .s-content__content .wp-block-image {
  margin: 0;
}
section .s-content__content .wp-block-image figure {
  margin-bottom: 2rem;
  width: 100%;
}
section .s-content__content .wp-block-image figure img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px !important;
}
section .s-content__content .wp-block-image figure.alignright, section .s-content__content .wp-block-image figure.alignleft {
  width: 50%;
  margin: 0;
}
section .s-content__content .wp-block-image figure.alignright {
  float: right;
  margin-left: 2rem;
}
section .s-content__content .wp-block-image figure.alignleft {
  float: left;
  margin-right: 2rem;
}
section .s-content__content ul {
  list-style: none;
  padding: 0;
}
section .s-content__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
section .s-content__content ul li:last-child {
  margin-bottom: 0;
}
section .s-content__content ul li:before{
  color: #FF654C;
  content: "\f058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  left: 0;
}
section .s-content__content ol {
  list-style: none;
  padding: 0;
  counter-reset: ol-counter;
}
section .s-content__content ol li {
  margin-bottom: 1rem;
  counter-increment: ol-counter;
  position: relative;
  padding-left: 30px;
}
section .s-content__content ol li:last-child {
  margin-bottom: 0;
}
section .s-content__content ol li:before{
  background-color: #FF654C;
  font-weight: 700;
  color: #FFF;
  content: counter(ol-counter);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin-top: 4px;
  position: absolute;
  top: 1px;
  left: 0;
}
section .s-content__sidebar {
  width: 360px;
  margin-left: 90px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-content__sidebar > * {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  margin-bottom: 2rem;
}
section .s-content__sidebar > *:last-child {
  margin-bottom: 0;
}
section .s-menu__inner{
  background-color: #FFF;
  line-height: 1.25;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  overflow: hidden;
}
section .s-menu__inner nav ul li {
  border-top: 1px solid #E9E9E9;
}
section .s-menu__inner nav ul li a{
  color: #222;
  font-size: 16px;
  display: block;
  padding: 20px;
  text-decoration: none;
  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;
}
section .s-menu__inner nav ul li a i {
  margin-left: auto;
  padding-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-menu__inner nav ul li ul {
  display: none !important;
}
section .s-menu__inner nav ul li:hover a{
  color: #FF654C;
}
section .s-menu__inner nav ul li.active a{
  background-color: #FF968B;
  color: #222;
}
section.s-faq-list {
  background-image: url(../img/bg-3.png);
  background-position: 100% 238px;
  background-repeat: no-repeat;
}
section .s-faq-list__inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
section .s-faq-list__accordion {
  margin-bottom: 60px;
}
section .s-faq-list__accordion .accordion__title{
  font-weight: 700;
  line-height: 1.25;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
section .s-faq-list__accordion .accordion__title:after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: normal;
  color: #1F619D;
  margin-left: auto;
  padding-left: 10px;
}
section .s-faq-list__accordion .accordion__content{
  font-size: 16px;
  padding-top: 35px;
  display: none;
}
section .s-faq-list__accordion .accordion__content ul {
  list-style: none;
  padding: 0;
}
section .s-faq-list__accordion .accordion__content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 1rem;
}
section .s-faq-list__accordion .accordion__content ul li:last-child {
  margin-bottom: 0;
}
section .s-faq-list__accordion .accordion__content ul li:before{
  color: #FF654C;
  content: "\f058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
section .s-faq-list__accordion .accordion__content ol {
  list-style: none;
  padding: 0;
  counter-reset: ol-counter;
}
section .s-faq-list__accordion .accordion__content ol li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 30px;
  counter-increment: ol-counter;
}
section .s-faq-list__accordion .accordion__content ol li:last-child {
  margin-bottom: 0;
}
section .s-faq-list__accordion .accordion__content ol li:before{
  background-color: #FF654C;
  font-weight: 700;
  color: #FFF;
  content: counter(ol-counter);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}
section .s-faq-list__accordion .accordion__item{
  background-color: #FFF;
  margin-bottom: 20px;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 35px 30px;
}
section .s-faq-list__accordion .accordion__item:last-child {
  margin-bottom: 0;
}
section .s-faq-list__accordion .accordion__item.active .accordion__title:after {
  content: "\f068";
}
section .s-contacts__wrap{
  background-color: #FF968B;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 70px;
}
section .s-contacts__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
  margin: 0 -35px;
}
section .s-contacts__inner > div {
  width: -webkit-calc(50% - 70px);
  width: calc(50% - 70px);
  margin: 0 35px;
}
section .s-contacts__form .f-box {
  margin-bottom: -20px;
}
section .s-contacts__form .f-box .f-col > div {
  margin-right: 20px;
}
section .s-contacts__form .f-box .f-col > div:last-child {
  margin-right: 0;
}
section .s-contacts__form .f-box .f-group {
  margin-bottom: 20px;
}
section .s-contacts__form .f-box .f-btn {
  text-align: right;
}
section .s-contacts__title {
  margin-bottom: 30px;
}
section .s-contacts__text {
  margin-bottom: 30px;
}
section .s-contacts__item{
  font-size: 18px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-contacts__item:last-child {
  margin-bottom: 0;
}
section .s-contacts__item strong {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 35%;
  padding-right: 15px;
}
section .s-contacts__item a{
  color: #1F619D;
  text-decoration: none;
}
section .s-contacts__item a:hover{
  color: #3281c9;
}
section .s-map__inner {
  overflow: hidden;
  height: 500px;
  border-radius: 15px;
}
section .s-map__inner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .s-map__inner iframe {
  width: 100%;
  height: 100%;
}
section .s-bigtext__inner {
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
section .s-bigtext__title {
  text-align: center;
  margin-bottom: 30px;
}
section .s-bigtext__text {
  text-align: center;
}
section .s-team-list__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -55px;
}
section .s-team-list__item {
  width: -webkit-calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  margin: 0 15px 55px;
  padding: 0 15px;
  text-align: center;
}
section .s-team-list__item .item__pic {
  margin-bottom: 50px;
}
section .s-team-list__item .item__pic img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
section .s-team-list__item .item__title{
  font-weight: 600;
  line-height: 1.25;
  font-size: 18px;
  margin-bottom: 20px;
}
section .s-team-list__item .item__position{
  line-height: 1.25;
  font-size: 16px;
  margin-bottom: 20px;
}
section .s-team-list__item .item__text{
  color: #525358;
  font-size: 16px;
}
section .s-choose__wrap{
  background-color: #FF968B;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 50px 70px;
}
section .s-choose__pic {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
section .s-choose__pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section .s-choose__pic:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, right top, from(#FF968B), color-stop(58.18%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FF968B 0%, rgba(255, 255, 255, 0) 58.18%);
  background: linear-gradient(90deg, #FF968B 0%, rgba(255, 255, 255, 0) 58.18%);
}
section .s-choose__body {
  position: relative;
  z-index: 15;
  width: 570px;
  width: 650px;
  max-width: 100%;
}
section .s-choose__body > :last-child {
  margin-bottom: 0 !important;
}
section .s-choose__title {
  margin-bottom: 20px;
}
section .s-choose__text{
  font-size: 16px;
  margin-bottom: 30px;
}
section .s-choose__list {
  margin-bottom: 30px;
}
section .s-choose__list ol {
  counter-reset: choose-counter;
  list-style: none;
  margin: 0;
  padding: 0;
}
section .s-choose__list ol li {
  counter-increment: choose-counter;
  font-weight: 600;
  line-height: 1.25;
  font-size: 18px;
  margin-bottom: 20px;
  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;
}
section .s-choose__list ol li:before {
  content: "0" counter(choose-counter);
  background-color: #FFF;
  font-weight: 600;
  color: #FF654C;
  width: 45px;
  height: 45px;
  border-radius: 6px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
section .s-choose__list ol li:last-child {
  margin-bottom: 0;
}
section .s-ensures__inner{
  background-color: #ff8571;
  color: #FFF;
  padding: 60px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
section .s-ensures__inner > div {
  position: relative;
  z-index: 15;
}
section .s-ensures__body {
  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;
}
section .s-ensures__title {
  margin: 0;
  margin-right: 30px;
  width: 100%;
}
section .s-ensures__items {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  width: 780px;
  max-width: 100%;
}
section .s-ensures__item {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}
section .s-ensures__item .item__icon{
  line-height: 1;
  color: #FFF;
  font-size: 60px;
  margin-bottom: 20px;
}
section .s-ensures__item .item__title{
  font-weight: 600;
  line-height: 1.25;
  font-size: 12px;
  margin-bottom: 10px;
}
section .s-ensures__item .item__text{
  font-size: 16px;
}
section .s-principles__title {
  margin-bottom: 50px;
}
section .s-principles__list ul {
  margin: 0 0 -30px;
  padding: 0;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
}
section .s-principles__list ul li {
  margin-bottom: 30px;
  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-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
section .s-principles__list ul li:before{
  color: #FF654C;
  content: "\f058";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}
section .s-chenjoy__inner {
  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;
  position: relative;
}
section .s-chenjoy__pic {
  width: 770px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px;
  position: relative;
  z-index: 10;
}
section .s-chenjoy__pic img {
  width: 100%;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
section .s-chenjoy__body {
  width: 100%;
}
section .s-chenjoy__title {
  margin-bottom: 30px;
}
section .s-chenjoy__title span{
  color: #FF654C;
}
section .s-chenjoy__text{
  font-weight: 600;
  font-size: 18px;
}
section .s-chenjoy__text ul {
  padding-left: 16px;
}
section .s-chenjoy__text ul li {
  margin-bottom: 20px;
}
section .s-chenjoy__text ul li:last-child {
  margin-bottom: 0;
}
section .s-calculator__steps {
  margin-bottom: 100px;
}
section .s-calculator__steps .step__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
section .s-calculator__steps .step__item {
  display: block;
  text-align: center;
  position: relative;
  z-index: 5;
  width: 250px;
}
section .s-calculator__steps .step__item:after {
  content: "";
  top: 25px;
  position: absolute;
  left: 50%;
  right: -300%;
  height: 1px;
  background: #E9E9E9;
}
section .s-calculator__steps .step__item:last-child:after {
  background: #F4F5F7;
}
section .s-calculator__steps .step__item.active {
  z-index: 0;
}
section .s-calculator__steps .step__item.active:after{
  background-color: #FF654C;
}
section .s-calculator__steps .step__item.active .step__num{
  border-color: #FF654C;
  background-color: #FF654C;
  color: #FFF;
  cursor: pointer;
}
section .s-calculator__steps .step__item.active .step__title{
  color: #FF654C;
}
section .s-calculator__steps .step__item.active .step__check {
  opacity: 1;
}
section .s-calculator__steps .step__item.current .step__num{
  border-color: #FF654C;
  background-color: #FF654C;
  color: #FFF;
}
section .s-calculator__steps .step__item.current .step__title{
  color: #FF654C;
}
section .s-calculator__steps .step__check{
  background-color: #FFF;
  color: #FF654C;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 9px;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-calculator__steps .step__num{
  background-color: #FFF;
  line-height: 1;
  color: #222;
  font-size: 18px;
  text-decoration: none;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  position: relative;
  z-index: 5;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-calculator__steps .step__title{
  line-height: 1.25;
  color: #222;
  font-size: 18px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-calculator__form .f-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-calculator__form .f-btn .btn {
  margin-left: auto;
}
section .s-calculator__form .f-btn .btn--link {
  margin-right: 10px;
}
section .s-calculator__box {
  display: none;
}
section .s-calculator__box:first-child {
  display: block;
}
section .s-calculator__box .f-box .f-fields .field__item {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #E9E9E9;
}
section .s-calculator__box .f-box .f-fields .field__item:first-child {
  padding-top: 0;
  border-top: none;
}
section .s-calculator__box .f-box .f-fields .field__item .f-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-calculator__box .f-box .f-fields .field__item .f-title span {
  margin-left: 5px;
}
section .s-calculator__box .f-box .f-fields .field__item .js-close {
  margin-left: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
section .s-calculator__box .f-box .f-fields .field__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section .s-calculator__box .f-box .f-fields .field__bottom > div {
  margin-bottom: 0;
  margin-left: auto;
}
section .s-calculator__box .f-box .f-fields .field__bottom a.js-add {
  text-decoration: none;
  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;
}
section .s-calculator__box .f-box .f-fields .field__bottom a.js-add i {
  margin-right: 5px;
}
section .s-calculator__box .f-box .f-fields2 {
  margin-bottom: -20px;
}
section .s-calculator__box .f-box .f-fields2 .field__item {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #E9E9E9;
}
section .s-calculator__box .f-box .f-fields2 .field__item:first-child {
  padding-top: 0;
  border-top: none;
}
section .s-calculator__box .f-box .f-btn {
  margin-top: 20px;
}
section .s-calculator__box .f-box .f-radioboxs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 0;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label {
  width: 100% !important;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label:before, section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label:after {
  display: none;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__inner {
  padding: 20px 20px 40px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__body {
  width: 100%;
  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;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic {
  height: 100px;
  margin-right: 20px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic img {
  height: 100%;
  display: inline-block;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__price {
  text-align: center;
  margin-left: auto;
  margin-right: 20px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__price > div {
  color: #929398;
  font-size: 12px;
  margin-bottom: 5px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__price .price{
  font-weight: 700;
  font-size: 24px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__text{
  font-size: 14px;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox input {
  width: 100%;
  height: 100%;
}
section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox input:checked + label .item__btn .btn{
  border-color: #FF654C;
  background-color: #FFF;
  color: #FF654C;
}
section .s-calculator__box .f-box .f-radioboxs3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px -20px;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 20px;
  font-size: 16px;
  padding: 0;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox label {
  padding: 15px;
  padding-left: 50px;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background-color: #FFF;
  width: 100% !important;
  min-height: 100px;
  font-size: 16px;
  -webkit-transition-property: background-color, border-color, color, fill, stroke;
  -o-transition-property: background-color, border-color, color, fill, stroke;
  transition-property: background-color, border-color, color, fill, stroke;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox label:after, section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox label:before {
  left: 16px;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox label span {
  color: #525358;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox input {
  left: 16px;
}
section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox input:checked + label{
  border-color: #FF654C;
}
section .s-calculator__box .f-box .show-payer {
  margin-bottom: 30px;
}
section .s-calculator__box .f-box .show-payer > div {
  display: none;
}
section .s-calculator__box.box--1 .box__wrap{
  background-color: #FFF;
  background-image: url(../img/bg-4a.png);
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 70px;
  overflow: hidden;
}
section .s-calculator__box.box--1 .box__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}
section .s-calculator__box.box--1 .box__inner > div {
  width: 50%;
  padding: 0 35px;
  border-right: 1px solid #E9E9E9;
}
section .s-calculator__box.box--1 .box__inner > div:last-child {
  border-right: none;
}
section .s-calculator__box.box--1 .box__title {
  margin-bottom: 30px;
}
section .s-calculator__box.box--2 .box__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  padding: 0 70px;
  overflow: hidden;
}
section .s-calculator__box.box--2 .box__title {
  margin-bottom: 30px;
}
section .s-calculator__box.box--3 .box__wrap{
  background-color: #FFF;
  background-image: url(../img/bg-4b.png), url(../img/bg-4b2.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 70px;
  overflow: hidden;
}
section .s-calculator__box.box--3 .box__title {
  margin-bottom: 30px;
}
section .s-calculator__box.box--4 .box__wrap{
  background-color: #FFF;
  background-image: url(../img/bg-4c.png), url(../img/bg-4c2.png);
  background-position: bottom left, top right;
  background-repeat: no-repeat, no-repeat;
  border: 1px solid #E9E9E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 70px;
  overflow: hidden;
}
section .s-calculator__box.box--4 .box__title {
  margin-bottom: 30px;
}
section.s-thanks {
  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;
  min-height: -webkit-calc(100vh - 120px);
  min-height: calc(100vh - 120px);
  padding: 100px 0;
}
section .s-thanks__inner {
  text-align: center;
}
section .s-thanks__inner > :last-child {
  margin-bottom: 0;
}
section .s-thanks__icon {
  font-size: 58px;
  color: #FF654C;
  margin-bottom: 40px;
  text-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
}
section .s-thanks__subtitle{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}
 section .s-thanks__subtitle {
  margin-bottom: 40px;
}
section .s-thanks__text {
  margin-bottom: 40px;
}
section .s-thanks__btn {
  margin-bottom: 40px;
}
section.s-error404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: -webkit-calc(100vh - 120px);
  min-height: calc(100vh - 120px);
  padding: 40px 0;
}
section .s-error404__inner {
  position: relative;
  height: 100%;
}
section .s-error404__pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section .s-error404__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
}
section .s-error404__body{
  line-height: 1.25;
  position: relative;
  z-index: 10;
  padding: 100px 40px 300px;
}
section .s-error404__tag{
  font-weight: 600;
  color: #1F619D;
  font-size: 18px;
  margin-bottom: 10px;
}
section .s-error404__title{
  line-height: 1;
  color: #FFF;
  margin-bottom: 20px;
}
section .s-error404__text{
  color: #FFF;
  font-size: 18px;
  margin-bottom: 30px;
}
section .s-login__inner {
  padding-top: 100px;
}
section .s-login__content{
  background-color: #FFF;
  margin: 0 auto;
  max-width: 100%;
  padding: 50px;
  width: 580px;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
section .s-login__logo {
  width: 50px;
  margin-bottom: 20px;
}
section .s-login__logo img {
  width: 100%;
}
section .s-login__text{
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px;
}
section .s-login__text ol {
  padding-left: 16px;
}
section .s-login__text ol li {
  margin-bottom: 0.5rem;
}
section .s-login__bottom{
  line-height: 1.25;
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
}
section .s-login__bottom a {
  text-decoration: underline;
}
section .s-login__bottom a:hover {
  text-decoration: none;
}
section .s-login__form{
  line-height: 1.25;
}
section .s-login__form .f-box .f-col > div {
  margin-right: 20px;
}
section .s-login__form .f-box .f-col > div:last-child {
  margin-right: 0;
}
section .s-login__form .f-box .f-text,
section .s-login__form .f-box .f-btn,
section .s-login__form .f-box .f-group {
  margin-bottom: 20px;
}
section .s-login__form .f-box .f-text a {
  text-decoration: underline;
}
section .s-login__form .f-box .f-text a:hover {
  text-decoration: none;
}
section .s-login__form .f-box .f-btn .btn {
  width: 100%;
}

body.calculator .page-wrap, body.personal .page-wrap, body.page .page-wrap {
  overflow: initial;
}

nav.pagination {
  padding-top: 100px;
}
nav.pagination .nav-links {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: 500;
  font-size: 16px;
}
nav.pagination .nav-links > span, nav.pagination .nav-links > a{
  color: #222;
  margin: 0 17px;
  text-decoration: none;
}
nav.pagination .nav-links > a:hover{
  color: #FF654C;
}
nav.pagination .nav-links > span.current{
  color: #FF654C;
}
nav.pagination .nav-links > span.prev, nav.pagination .nav-links > span.next {
  opacity: 0.5;
}

.tooltipster-red .tooltipster-box{
  background-color: #FF654C;
  color: #FFF;
  font-size: 12px;
  border: none;
  border-radius: 6px;
}
.tooltipster-red .tooltipster-box .tooltipster-content {
  padding: 8px 16px;
  text-align: center;
  max-width: 280px;
}
.tooltipster-red .tooltipster-box .tooltipster-content img {
  width: 200px;
  border-radius: 6px;
  margin: 6px 0;
}
.tooltipster-red.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background,
.tooltipster-red.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #FF654C;
}
.tooltipster-red.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-red.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #FF654C;
}

.ui-datepicker{
  background-color: #FFF;
  font-family: Lato, Arial, sans-serif;
  line-height: 1;
  color: #525358;
  font-size: 14px;
  padding: 0;
  overflow: hidden;
  border: none;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  z-index: 100 !important;
  width: 270px;
}
.ui-datepicker.ui-widget-content {
  border: none;
}
.ui-datepicker .ui-datepicker-header {
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #E9E9E9;
  background: none;
  padding: 15px 0px;
  margin-bottom: 10px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  border-radius: 0px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover{
  color: #FF654C;
  background: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  content: "\f054";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title{
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: normal;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  width: 50%;
  text-align: center;
  border-radius: 4px;
  margin-left: 10px;
  border: #CCC 1px solid;
  background: #FFF;
  padding: 4px 8px;
  font-size: 0.9em;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.35rem center;
  background-repeat: no-repeat;
  background-size: 12px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select::-ms-expand {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:first-child {
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:active, .ui-datepicker .ui-datepicker-header .ui-datepicker-title select:focus {
  border-color: #AAA;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 0 5px 5px;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
}
.ui-datepicker .ui-datepicker-calendar th{
  color: #525358;
  font-weight: normal;
  text-transform: uppercase;
  padding: 0.5em 0.3em;
}
.ui-datepicker .ui-datepicker-calendar td {
  padding: 2px;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
  border-radius: 50%;
  text-align: center;
  padding: 0;
  width: 32px;
  height: 32px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ui-datepicker .ui-datepicker-calendar td a {
  background: none;
  border-color: transparent;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight{
  border-color: #ffe6e4;
  background-color: #ffe6e4;
  color: #FF654C;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-hover{
  color: #FF654C;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active{
  border-color: #FF654C;
  background-color: #FF654C;
  color: #FFF;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  background: none;
  border-color: transparent;
  color: #BBB;
}

.star-rating{
  font-weight: 700;
  color: #1F619D;
  font-size: 14px;
  letter-spacing: 3px;
  display: inline-block;
  float: none;
  overflow: hidden;
  position: relative;
  line-height: 1;
  height: auto;
  width: auto;
  text-align: left;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.star-rating:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  color: #d7d7d7;
  float: none;
  position: relative;
  z-index: 0;
}
.star-rating span {
  overflow: hidden;
  float: none;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 1389px){
  .title{
    font-size: 45px;
  }

  .subtitle{
    font-size: 35px;
  }

  h1{
    font-size: 55px;
  }

  h2{
    font-size: 45px;
  }

  h3{
    font-size: 35px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 140px;
  }

  .pb-1 {
    padding-bottom: 140px;
  }

  .py-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pb-2 {
    padding-bottom: 90px;
  }
  section .hero__pic img {
    -o-object-position: 75%;
       object-position: 75%;
  }
  section .hero__form {
    width: 530px;
  }
  section .s-goodhands__items {
    margin-left: 50px;
  }
  section .s-faq__accordion {
    margin-left: 0px;
  }
  section .s-thatsimple__pic {
    width: 640px;
  }
  section .s-blog__inner:after {
    top: 14px;
    right: -200px;
    width: 370px;
    height: 460px;
  }
  section .s-blog__item .item__thumb img {
    height: 400px;
  }
  section .s-reviews__items {
    height: 600px;
  }
  section .s-reviews__item.item-1 {
    margin-left: -205px;
    margin-top: 0;
  }
  section .s-reviews__item.item-1 .item__pic {
    width: 270px;
    height: 270px;
  }
  section .s-reviews__item.item-2 {
    margin-left: 95px;
    margin-top: 15px;
  }
  section .s-reviews__item.item-2 .item__pic {
    width: 130px;
    height: 130px;
  }
  section .s-reviews__item.item-3 {
    margin-left: 400px;
    margin-top: 37px;
  }
  section .s-reviews__item.item-3 .item__pic {
    width: 200px;
    height: 200px;
  }
  section .s-reviews__item.item-4 {
    margin-left: -465px;
    margin-top: 0px;
  }
  section .s-reviews__item.item-4 .item__pic {
    width: 90px;
    height: 90px;
  }
  section .s-reviews__item.item-5 {
    margin-left: 0;
    margin-top: 220px;
  }
  section .s-reviews__item.item-5 .item__pic {
    width: 80px;
    height: 80px;
  }
  section .s-reviews__item.item-6 {
    margin-left: 190px;
    margin-top: 195px;
  }
  section .s-reviews__item.item-6 .item__pic {
    width: 160px;
    height: 160px;
  }
  section .s-reviews__item.item-7 {
    margin-left: -422.5px;
    margin-top: 220px;
  }
  section .s-reviews__item.item-7 .item__pic {
    width: 105px;
    height: 105px;
  }
  section .s-reviews__item.item-8 {
    margin-left: 637.5px;
    margin-top: 50px;
  }
  section .s-reviews__item.item-8 .item__pic {
    width: 95px;
    height: 95px;
  }
  section .s-reviews__item.item-9 {
    margin-left: 582.5px;
    margin-top: 210px;
  }
  section .s-reviews__item.item-9 .item__pic {
    width: 125px;
    height: 125px;
  }
  section .s-reviews__item.item-10 {
    margin-left: -655px;
    margin-top: 90px;
  }
  section .s-reviews__item.item-10 .item__pic {
    width: 230px;
    height: 230px;
  }
  section .s-reviews__item.item-11 {
    margin-left: -162.5px;
    margin-top: 330px;
  }
  section .s-reviews__item.item-11 .item__pic {
    width: 145px;
    height: 145px;
  }
  section .s-reviews__item.item-12 {
    margin-left: 77.5px;
    margin-top: 400px;
  }
  section .s-reviews__item.item-12 .item__pic {
    width: 95px;
    height: 95px;
  }
  section .s-reviews__item.item-13 {
    margin-left: 405px;
    margin-top: 320px;
  }
  section .s-reviews__item.item-13 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-14 {
    margin-left: -555px;
    margin-top: 360px;
  }
  section .s-reviews__item.item-14 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-15 {
    margin-left: -365px;
    margin-top: 440px;
  }
  section .s-reviews__item.item-15 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-16 {
    margin-left: 267.5px;
    margin-top: 480px;
  }
  section .s-reviews__item.item-16 .item__pic {
    width: 115px;
    height: 115px;
  }
  section .s-reviews__item.item-17 {
    margin-left: 595px;
    margin-top: 420px;
  }
  section .s-reviews__item.item-17 .item__pic {
    width: 150px;
    height: 150px;
  }
  section .s-reviews__item.item-18 {
    margin-left: -42.5px;
    margin-top: 500px;
  }
  section .s-reviews__item.item-18 .item__pic {
    width: 85px;
    height: 85px;
  }
  section.s-header {
    padding-bottom: 90px;
  }
  section .s-header__body {
    padding: 30px 40px;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -90px;
  }
  section.s-blog-menu {
    margin-bottom: 90px;
  }
  section .s-blog-menu__inner nav {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    overflow-x: auto;
  }
  section .s-blog-menu__inner nav ul li a{
    font-size: 16px;
  }
  section .s-blog-menu__inner nav ul li a {
    padding: 15px 15px;
  }
  section .s-blog-list__item .item__thumb img {
    height: 210px;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    height: 420px;
  }
  section .s-blog-list__item:first-child .item__body {
    padding-left: 80px;
  }
  section.s-blog-header {
    padding-bottom: 90px;
  }
  section .s-blog-header__body {
    padding: 30px 40px;
  }
  section .s-blog-detail__top {
    margin-bottom: 90px;
  }
  section .s-blog-detail__share {
    margin-top: -webkit-calc(90px - 2rem);
    margin-top: calc(90px - 2rem);
  }
  section .s-blog-relevant__item .item__thumb img {
    height: 290px;
  }
  section .s-content__top {
    margin-bottom: 90px;
  }
  section .s-content__sidebar {
    margin-left: 60px;
  }
  section .s-contacts__item strong {
    width: 40%;
  }
  section .s-choose__wrap {
    padding: 50px 70px;
  }
  section .s-choose__wrap:before {
    background-size: 189px, 277px;
  }
  section .s-choose__pic:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(20%, #FF968B), color-stop(80%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #FF968B 20%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(90deg, #FF968B 20%, rgba(255, 255, 255, 0) 80%);
  }
  section .s-ensures__inner:after {
    background-size: 507px, 368px;
  }
  section .s-ensures__items {
    width: 720px;
  }
  section .s-chenjoy__inner:after {
    top: -72px;
    right: -110px;
    width: 315px;
    height: 312px;
  }
  section .s-chenjoy__pic {
    width: 700px;
  }
  section .s-error404__body {
    padding: 90px 40px 280px;
  }
  section .s-calculator__steps {
    margin-bottom: 90px;
  }
  section.s-thanks {
    padding: 90px 0;
  }
  section .s-login__inner {
    padding-top: 90px;
  }

  nav.pagination {
    padding-top: 90px;
  }
}
@media (max-width: 1279px){
  .title{
    font-size: 45px;
  }

  .subtitle{
    font-size: 35px;
  }

  h1{
    font-size: 55px;
  }

  h2{
    font-size: 45px;
  }

  h3{
    font-size: 35px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 130px;
  }

  .pb-1 {
    padding-bottom: 130px;
  }

  .py-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pb-2 {
    padding-bottom: 80px;
  }
  header .header__menu nav ul li {
    margin: 0 8px;
  }
  header .header__login .btn {
    min-width: 100px;
  }
  footer .footer__col {
    width: 22%;
    padding-right: 50px;
  }
  footer .footer__col:first-child {
    padding-right: 100px;
    width: 34%;
  }
  footer .footer__social {
    width: 22%;
  }
  footer .footer__card {
    margin-right: 20px;
  }
  section .hero__form {
    width: 500px;
  }
  section .hero__form .tabs nav ul li a{
    font-size: 16px;
  }
  section .hero__body {
    margin-left: 50px;
  }
  section .s-goodhands__items {
    margin-left: 30px;
    width: 535px;
    margin-right: -15px;
  }
  section .s-goodhands__item {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section .s-faq__pic {
    display: none;
  }
  section .s-faq__accordion {
    width: 100%;
  }
  section.s-thatsimple > div:after {
    background-size: 750px;
  }
  section .s-thatsimple__pic {
    width: 520px;
  }
  section .s-blog__inner:after {
    top: 18px;
    right: -150px;
    width: 340px;
    height: 430px;
  }
  section .s-blog__item .item__thumb img {
    height: 350px;
  }
  section .s-blog__item .item__text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  section .s-blog__box {
    padding: 40px;
  }
  section .s-blog__box .s-blog__item {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  section .s-blog__box .s-blog__item .item__thumb {
    width: 150px;
  }
  section .s-blog__box .s-blog__item .item__thumb img {
    height: 120px;
  }
  section .s-reviews__items {
    height: 820px;
  }
  section .s-reviews__item.item-1 {
    margin-left: -190px;
    margin-top: 0;
  }
  section .s-reviews__item.item-1 .item__pic {
    width: 260px;
    height: 260px;
  }
  section .s-reviews__item.item-2 {
    margin-left: 85px;
    margin-top: 15px;
  }
  section .s-reviews__item.item-2 .item__pic {
    width: 130px;
    height: 130px;
  }
  section .s-reviews__item.item-3 {
    margin-left: 355px;
    margin-top: 40px;
  }
  section .s-reviews__item.item-3 .item__pic {
    width: 190px;
    height: 190px;
  }
  section .s-reviews__item.item-4 {
    margin-left: -425px;
    margin-top: 0px;
  }
  section .s-reviews__item.item-4 .item__pic {
    width: 90px;
    height: 90px;
  }
  section .s-reviews__item.item-5 {
    margin-left: 0;
    margin-top: 220px;
  }
  section .s-reviews__item.item-5 .item__pic {
    width: 80px;
    height: 80px;
  }
  section .s-reviews__item.item-6 {
    margin-left: 190px;
    margin-top: 190px;
  }
  section .s-reviews__item.item-6 .item__pic {
    width: 160px;
    height: 160px;
  }
  section .s-reviews__item.item-7 {
    margin-left: -392.5px;
    margin-top: 210px;
  }
  section .s-reviews__item.item-7 .item__pic {
    width: 105px;
    height: 105px;
  }
  section .s-reviews__item.item-8 {
    margin-left: 127.5px;
    margin-top: 580px;
  }
  section .s-reviews__item.item-8 .item__pic {
    width: 95px;
    height: 95px;
  }
  section .s-reviews__item.item-9 {
    margin-left: 452.5px;
    margin-top: 530px;
  }
  section .s-reviews__item.item-9 .item__pic {
    width: 125px;
    height: 125px;
  }
  section .s-reviews__item.item-10 {
    margin-left: -210px;
    margin-top: 590px;
  }
  section .s-reviews__item.item-10 .item__pic {
    width: 220px;
    height: 220px;
  }
  section .s-reviews__item.item-11 {
    margin-left: -160px;
    margin-top: 330px;
  }
  section .s-reviews__item.item-11 .item__pic {
    width: 140px;
    height: 140px;
  }
  section .s-reviews__item.item-12 {
    margin-left: 77.5px;
    margin-top: 380px;
  }
  section .s-reviews__item.item-12 .item__pic {
    width: 95px;
    height: 95px;
  }
  section .s-reviews__item.item-13 {
    margin-left: 385px;
    margin-top: 320px;
  }
  section .s-reviews__item.item-13 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-14 {
    margin-left: 55px;
    margin-top: 700px;
  }
  section .s-reviews__item.item-14 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-15 {
    margin-left: -355px;
    margin-top: 430px;
  }
  section .s-reviews__item.item-15 .item__pic {
    width: 110px;
    height: 110px;
  }
  section .s-reviews__item.item-16 {
    margin-left: 267.5px;
    margin-top: 460px;
  }
  section .s-reviews__item.item-16 .item__pic {
    width: 115px;
    height: 115px;
  }
  section .s-reviews__item.item-17 {
    margin-left: 335px;
    margin-top: 670px;
  }
  section .s-reviews__item.item-17 .item__pic {
    width: 150px;
    height: 150px;
  }
  section .s-reviews__item.item-18 {
    margin-left: -42.5px;
    margin-top: 500px;
  }
  section .s-reviews__item.item-18 .item__pic {
    width: 85px;
    height: 85px;
  }
  section.s-header {
    padding-bottom: 80px;
  }
  section .s-header__body {
    padding: 30px 40px;
  }
  section .s-header__body > :first-child {
    padding-top: 50px;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -80px;
  }
  section.s-blog-menu {
    margin-bottom: 80px;
  }
  section .s-blog-menu__inner nav {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    overflow-x: auto;
  }
  section .s-blog-menu__inner nav ul li a{
    font-size: 16px;
  }
  section .s-blog-menu__inner nav ul li a {
    padding: 15px 15px;
  }
  section .s-blog-list__item {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }
  section .s-blog-list__item .item__thumb img {
    height: 220px;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    height: 360px;
  }
  section .s-blog-list__item:first-child .item__body {
    padding-left: 50px;
  }
  section .s-blog-list__item:first-child .item__title {
    font-size: 30px;
  }
  section .s-blog-list__item:first-child .item__text {
    font-size: 16px;
  }
  section.s-blog-header {
    padding-bottom: 80px;
  }
  section .s-blog-header__body {
    min-height: 450px;
  }
  section .s-blog-header__meta {
    margin-bottom: 30px;
  }
  section .s-blog-detail__top {
    margin-bottom: 80px;
  }
  section .s-blog-detail__share {
    margin-top: -webkit-calc(80px - 2rem);
    margin-top: calc(80px - 2rem);
  }
  section .s-blog-relevant__item .item__thumb img {
    height: 220px;
  }
  section.s-complimits {
    padding: 50px 30px;
  }
  section .s-content__top {
    margin-bottom: 80px;
  }
  section .s-content__sidebar {
    margin-left: 50px;
    width: 320px;
  }
  section .s-faq-list__accordion {
    margin-bottom: 50px;
  }
  section .s-contacts__wrap {
    padding: 70px 60px;
  }
  section .s-contacts__inner {
    margin: 0 -30px;
  }
  section .s-contacts__inner > div {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    margin: 0 30px;
  }
  section .s-contacts__item{
    font-size: 16px;
  }
  section .s-contacts__item strong {
    width: 43%;
  }
  section .s-team-list__items {
    margin: 0 -15px -45px;
  }
  section .s-team-list__item {
    margin: 0 15px 45px;
  }
  section .s-team-list__item .item__pic {
    margin-bottom: 40px;
  }
  section .s-choose__wrap {
    padding: 50px 60px;
  }
  section .s-choose__wrap:before {
    background-size: 159px, 247px;
  }
  section .s-choose__pic:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #FF968B), color-stop(80%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #FF968B 40%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(90deg, #FF968B 40%, rgba(255, 255, 255, 0) 80%);
  }
  section .s-ensures__inner {
    padding: 60px;
  }
  section .s-ensures__inner:after {
    background-size: 477px, 338px;
  }
  section .s-ensures__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-ensures__title {
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
  }
  section .s-ensures__items {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
  section .s-chenjoy__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section .s-chenjoy__inner:after {
    top: -65px;
    right: -100px;
    width: 285px;
    height: 282px;
  }
  section .s-chenjoy__pic {
    width: 470px;
  }
  section .s-calculator__steps {
    margin-bottom: 80px;
  }
  section .s-calculator__steps .step__item {
    width: 215px;
  }
  section .s-calculator__steps .step__title{
    font-size: 16px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__inner {
    padding: 20px 20px 30px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__price {
    margin-left: auto;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__btn {
    margin-right: auto;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__text {
    text-align: center;
  }
  section .s-calculator__box.box--1 .box__wrap {
    padding: 70px 60px;
  }
  section .s-calculator__box.box--1 .box__inner {
    margin: 0 -30px;
  }
  section .s-calculator__box.box--1 .box__inner > div {
    padding: 0 30px;
  }
  section .s-calculator__box.box--1 .box__title {
    font-size: 30px;
  }
  section .s-calculator__box.box--2 .box__wrap {
    padding: 0 60px;
  }
  section .s-calculator__box.box--2 .box__title {
    font-size: 30px;
  }
  section .s-calculator__box.box--3 .box__wrap {
    padding: 70px 60px;
  }
  section .s-calculator__box.box--3 .box__title {
    font-size: 30px;
  }
  section .s-calculator__box.box--4 .box__wrap {
    padding: 70px 60px;
  }
  section .s-calculator__box.box--4 .box__title {
    font-size: 30px;
  }
  section.s-thanks {
    padding: 80px 0;
  }
  section .s-error404__body {
    padding: 80px 40px 240px;
  }
  section .s-login__inner {
    padding-top: 80px;
  }

  nav.pagination {
    padding-top: 80px;
  }
}
@media (max-width: 1199px){
  header .header__toggle {
    display: block;
    margin-right: 20px;
  }
  header .header__toggle > div{
    background-color: #FFF;
  }
  header .header__toggle > div {
    width: 50px;
    height: 50px;
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 15px;
    -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
  }
  header .header__middle {
    padding: 15px 0;
  }
  header .header__middle .header__menu {
    display: none;
  }
  header .header__mobile .header__bottom {
    display: none;
  }
  header .header__menu nav {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header__menu nav ul li {
    margin: 0 10px;
  }
  header .header__menu nav ul li a {
    padding: 20px 0;
  }
  header .header__right {
    margin-left: auto;
  }
  header .header__login .btn {
    min-width: 120px;
  }
}
@media (max-width: 1023px){
  .title{
    font-size: 45px;
  }

  .subtitle{
    font-size: 35px;
  }

  h1{
    font-size: 55px;
  }

  h2{
    font-size: 45px;
  }

  h3{
    font-size: 35px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 120px;
  }

  .pb-1 {
    padding-bottom: 120px;
  }

  .py-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pb-2 {
    padding-bottom: 70px;
  }
  header .header__menu nav ul li {
    margin: 0 7px;
  }
  header .header__menu nav ul li a {
    padding: 20px 0;
  }
  footer .footer__col {
    width: 33.3%;
  }
  footer .footer__col:first-child {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 40px;
    padding: 0;
    position: relative;
  }
  footer .footer__col:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid #E9E9E9;
    height: 1px;
    width: 150%;
  }
  footer .footer__col .footer__logo {
    display: none;
  }
  footer .footer__social {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  footer .footer__social nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer__contacts {
    padding-top: 30px;
    margin-bottom: 25px;
    text-align: center;
  }
  footer .footer__phones {
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  footer .footer__phones:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid #E9E9E9;
    height: 1px;
    width: 150%;
  }
  footer .footer__middle {
    padding: 40px 0 0;
    border-bottom: none;
  }
  footer .footer__bottom {
    padding: 0 0 40px;
  }
  footer .footer__bottom .footer__logo {
    display: block;
  }
  footer .footer__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .footer__logo a {
    width: 150px;
    margin: 0 auto;
  }
  footer .footer__card {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }
  footer .footer__copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  footer .footer__links {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 25px;
  }
  footer .footer__links nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal {
    width: 530px;
  }
  section.hero {
    min-height: 550px;
  }
  section .hero__pic img {
    -o-object-position: 90%;
       object-position: 90%;
  }
  section .hero__pic:after {
    background: rgba(28, 30, 86, 0.5);
  }
  section .hero__wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .hero__body {
    text-align: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  section .hero__form {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 500px;
  }
  section .hero__form .tabs nav ul li a{
    font-size: 16px;
  }
  section.s-goodhands:after {
    background-size: cover;
    opacity: 0.5;
  }
  section .s-goodhands__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-goodhands__items {
    margin-left: 0px;
    margin-top: 50px;
    width: 100%;
    margin-right: 0;
  }
  section .s-goodhands__item {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 40px;
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
  }
  section.s-thatsimple > div:after {
    background-size: 650px;
  }
  section .s-thatsimple__pic {
    display: none;
  }
  section .s-blog__inner:after {
    display: none;
  }
  section .s-blog__items {
    margin: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-blog__items > div {
    width: 100%;
    margin: 0;
  }
  section .s-blog__items > div:first-child {
    display: none;
  }
  section .s-blog__box {
    background: none;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px -50px;
  }
  section .s-blog__box .s-blog__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    padding-bottom: 0px;
    margin: 0 15px 50px;
    border-bottom: none;
    display: block !important;
  }
  section .s-blog__box .s-blog__item .item__thumb {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  section .s-blog__box .s-blog__item .item__thumb img {
    height: 240px;
  }
  section .s-blog__box .s-blog__item .item__body {
    padding-top: 0;
  }
  section .s-blog__box .s-blog__item .item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section .s-blog__box .s-blog__item .item__btn {
    display: none;
  }
  section .s-blog__box .s-blog__item .item__text {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
  }
  section .s-blog__box .s-blog__item .item__link {
    display: block;
  }
  section .s-blog__box .s-blog__item .item__link a {
    font-size: 16px;
  }
  section.s-header {
    padding-bottom: 70px;
  }
  section.s-header > div {
    min-width: 100%;
  }
  section .s-header__body {
    padding: 30px 35px;
  }
  section .s-header__body > :first-child {
    padding-top: 40px;
  }
  section .s-header__pic img {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -70px;
  }
  section.s-blog-menu {
    margin-bottom: 70px;
  }
  section .s-blog-menu__inner {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-blog-menu__inner nav {
    width: 100%;
    overflow-x: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  section .s-blog-menu__search {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
    padding: 12px 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  section .s-blog-menu__search input {
    width: 100%;
  }
  section .s-blog-list__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section .s-blog-list__item .item__thumb img {
    height: 240px;
  }
  section .s-blog-list__item .item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section .s-blog-list__item .item__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section .s-blog-list__item .item__link a {
    font-size: 16px;
  }
  section .s-blog-list__item .item__btn {
    display: none;
  }
  section .s-blog-list__item:first-child {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    display: block;
  }
  section .s-blog-list__item:first-child .item__thumb {
    width: 100%;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    height: 240px;
  }
  section .s-blog-list__item:first-child .item__body {
    padding-left: 0px;
  }
  section .s-blog-list__item:first-child .item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section .s-blog-list__item:first-child .item__text {
    display: block;
    margin-bottom: 10px;
  }
  section .s-blog-list__item:first-child .item__link {
    display: block;
  }
  section .s-blog-list__item:first-child .item__btn {
    display: none;
  }
  section.s-blog-header {
    padding-bottom: 70px;
  }
  section.s-blog-header > div {
    max-width: 100%;
  }
  section .s-blog-header__body {
    min-height: 450px;
    padding: 30px 35px;
  }
  section .s-blog-header__pic img {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
  section .s-blog-header__title {
    font-size: 50px;
  }
  section .s-blog-detail__top {
    margin-bottom: 70px;
  }
  section .s-blog-detail__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-blog-detail__share {
    margin-top: -webkit-calc(70px - 2rem);
    margin-top: calc(70px - 2rem);
  }
  section .s-blog-relevant__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section .s-blog-relevant__item:last-child {
    display: block;
  }
  section .s-blog-relevant__item .item__thumb img {
    height: 240px;
  }
  section .s-blog-relevant__item .item__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  section .s-blog-relevant__item .item__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  section .s-blog-relevant__item .item__link a {
    font-size: 16px;
  }
  section.s-complimits {
    padding: 60px 40px;
  }
  section.s-content {
    background: none;
  }
  section .s-content__top {
    margin-bottom: 70px;
  }
  section .s-content__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-content__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 120px;
    display: none;
  }
  section.s-faq-list {
    background: none;
  }
  section .s-contacts__wrap {
    padding: 0;
    background: none;
    border-radius: 0px;
    overflow: inherit;
  }
  section .s-contacts__wrap:before {
    display: none;
  }
  section .s-contacts__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
  section .s-contacts__inner > div {
    margin: 0;
    width: 100%;
  }
  section .s-contacts__form{
    background-color: #FF968B;
  }
  section .s-contacts__form {
    padding: 50px;
    border-radius: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  section .s-contacts__body {
    padding-bottom: 70px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  section .s-contacts__item{
    font-size: 18px;
  }
  section .s-contacts__item strong {
    width: 26%;
  }
  section .s-map__inner {
    height: 450px;
  }
  section .s-team-list__items {
    margin: 0 -15px -45px;
  }
  section .s-team-list__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 45px;
  }
  section .s-team-list__item .item__pic {
    margin-bottom: 40px;
  }
  section .s-choose__wrap {
    padding: 50px 50px;
  }
  section .s-choose__wrap:before {
    background-size: 159px, 247px;
  }
  section .s-choose__body {
    width: 100%;
  }
  section .s-choose__pic:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #FF968B), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #FF968B 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #FF968B 50%, rgba(255, 255, 255, 0) 100%);
  }
  section .s-ensures__inner {
    padding: 50px;
  }
  section .s-ensures__title {
    margin-bottom: 30px;
  }
  section.s-principles {
    background: none;
  }
  section .s-principles__wrap {
    padding: 0;
  }
  section .s-principles__title {
    margin-bottom: 30px;
  }
  section .s-principles__list ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    margin-bottom: 0;
  }
  section .s-principles__list ul li {
    margin-bottom: 20px;
  }
  section .s-principles__list ul li:last-child {
    margin-bottom: 0;
  }
  section .s-chenjoy__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-chenjoy__inner:after {
    display: none;
  }
  section .s-chenjoy__pic {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 40px;
  }
  section .s-chenjoy__body {
    width: 100%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 0;
    position: relative;
    z-index: 15;
  }
  section .s-calculator__steps {
    margin-bottom: 70px;
  }
  section .s-calculator__steps .step__item {
    width: 130px;
  }
  section .s-calculator__steps .step__title{
    font-size: 16px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 {
    display: block;
    margin: 0;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox {
    margin: 0 0 20px;
    width: 100%;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox:last-child {
    margin-bottom: 0;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__inner {
    padding: 20px 20px 40px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__body {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic {
    width: auto;
    margin-right: 0;
    text-align: center;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__btn {
    margin-right: 0;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__text {
    text-align: left;
  }
  section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section .s-calculator__box.box--1 .box__wrap {
    padding: 50px;
  }
  section .s-calculator__box.box--1 .box__inner {
    display: block;
    margin: 0;
  }
  section .s-calculator__box.box--1 .box__inner > div {
    padding: 0;
    margin-bottom: 30px;
    width: 100%;
    border: none;
  }
  section .s-calculator__box.box--1 .box__inner > div:last-child {
    margin-bottom: 0;
  }
  section .s-calculator__box.box--1 .box__title {
    font-size: 35px;
  }
  section .s-calculator__box.box--2 .box__wrap {
    padding: 0 50px;
  }
  section .s-calculator__box.box--2 .box__title {
    font-size: 35px;
  }
  section .s-calculator__box.box--3 .box__wrap {
    padding: 50px;
  }
  section .s-calculator__box.box--3 .box__title {
    font-size: 35px;
  }
  section .s-calculator__box.box--4 .box__wrap {
    padding: 50px;
  }
  section .s-calculator__box.box--4 .box__title {
    font-size: 35px;
  }
  section.s-thanks {
    padding: 70px 0;
  }
  section .s-error404__body {
    padding: 70px 40px 300px;
  }
  section .s-error404__pic img {
    -o-object-position: 70% 0%;
       object-position: 70% 0%;
  }
  section .s-login__inner {
    padding-top: 70px;
  }
  section .s-login__content {
    width: 530px;
  }

  nav.pagination {
    padding-top: 70px;
  }
}
@media (max-width: 767px){
  .title{
    font-size: 40px;
  }

  .subtitle{
    font-size: 30px;
  }

  h1{
    font-size: 50px;
  }

  h2{
    font-size: 40px;
  }

  h3{
    font-size: 30px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 100px;
  }

  .pb-1 {
    padding-bottom: 100px;
  }

  .py-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pb-2 {
    padding-bottom: 60px;
  }
  header .header__top {
    display: none;
  }
  header .header__middle {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .header__middle .header__login {
    display: none;
  }
  header .header__mobile .header__bottom {
    display: block;
    border-top: 1px solid #E9E9E9;
    padding: 20px 0;
  }
  header .header__logo {
    margin: 0 auto;
  }
  header .header__right {
    margin-left: 20px;
  }
  header .header__phone a{
    background-color: #FF654C;
  }
  header .header__phone a{
    color: #FFF;
  }
  header .header__phone a {
    border-radius: 15px;
    -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
  }
  header .header__phone a:hover{
    color: #FFF;
  }
  header .header__phone a span {
    display: none;
  }
  header .header__menu {
    padding: 30px 0;
  }
  header .header__menu nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .header__menu nav ul li {
    margin: 0;
  }
  header .header__menu nav ul li a {
    padding: 0 0 25px;
  }
  header .header__menu nav ul li a:after {
    display: none;
  }
  header .header__menu nav ul li:last-child a {
    padding-bottom: 0;
  }
  header .header__social {
    margin-left: auto;
    margin-right: 60px;
  }
  header .header__social nav ul li {
    margin-right: 40px;
  }
  header .header__lang {
    margin-left: 0;
  }
  header .header__login {
    margin-left: 60px;
    margin-right: auto;
  }
  footer .footer__col {
    padding-right: 30px;
  }
  .modal {
    width: 450px;
    padding: 40px;
  }

  .m-form__logo {
    display: none;
  }
  .m-form__title {
    text-align: center;
  }
  .m-form__form .f-box .f-col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .m-form__form .f-box .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  .m-form__bottom {
    margin-top: 40px;
  }

  .fancybox-error {
    padding: 40px;
  }
  section.hero {
    min-height: 500px;
  }
  section .hero__wrap > div {
    padding: 40px 10px;
  }
  section .hero__body {
    margin-bottom: 30px;
  }
  section .hero__title {
    margin-bottom: 20px;
  }
  section .hero__form {
    padding: 40px;
    width: 470px;
  }
  section.s-goodhands:after {
    display: none;
  }
  section .s-goodhands__items {
    margin-top: 40px;
  }
  section .s-goodhands__item {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  section.s-thatsimple > div:after {
    background-size: 560px;
  }
  section.s-blog {
    background-size: 350px;
    background: none;
  }
  section .s-blog__box .s-blog__item .item__thumb img {
    height: 200px;
  }
  section .s-reviews__items {
    height: inherit;
    display: none;
  }
  section .s-reviews__carousel {
    display: none;
  }
  section .s-reviews__carousel.slick-slider {
    display: block;
    position: relative;
    padding: 0 25px;
  }
  section .s-reviews__carousel.slick-slider .slick-arrow {
    position: absolute;
    z-index: 20;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 22px;
  }
  section .s-reviews__carousel.slick-slider .slick-arrow{
    color: #1F619D;
  }
  section .s-reviews__carousel.slick-slider .slick-arrow:hover{
    color: #3281c9;
  }
  section .s-reviews__carousel.slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  section .s-reviews__carousel.slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  section.s-header {
    padding-top: 0;
    padding-bottom: 60px;
  }
  section .s-header__title {
    text-align: center;
    margin-bottom: 0;
  }
  section .s-header__body {
    min-height: 275px;
  }
  section .s-header__body > :first-child {
    padding-top: 0px;
  }
  section .s-header__breadcrumbs {
    display: none;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -60px;
  }
  section.s-blog-menu {
    margin-bottom: 60px;
  }
  section .s-blog-list__item .item__thumb img {
    height: 200px;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    height: 200px;
  }
  section.s-blog-header {
    padding-top: 0;
    padding-bottom: 60px;
  }
  section .s-blog-header__body {
    min-height: 400px;
    min-height: 275px;
    padding: 30px 35px;
  }
  section .s-blog-header__pic img {
    -o-object-position: 65% 50%;
       object-position: 65% 50%;
  }
  section .s-blog-header__title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 0;
  }
  section .s-blog-header__meta {
    display: none;
  }
  section .s-blog-header__breadcrumbs {
    display: none;
  }
  section .s-blog-detail__top {
    margin-bottom: 60px;
  }
  section .s-blog-detail__share {
    margin-top: 0;
  }
  section .s-blog-detail__share .share__text {
    margin-right: 20px;
  }
  section .s-blog-detail__share .share__list a {
    margin-right: 20px;
  }
  section .s-blog-relevant__item .item__thumb img {
    height: 200px;
  }
  section.s-complimits {
    padding: 60px 40px;
  }
  section .s-content__top {
    margin-bottom: 60px;
  }
  section .s-content__sidebar {
    margin-top: 100px;
  }
  section .s-faq-list__accordion {
    margin-bottom: 40px;
  }
  section .s-contacts__form {
    padding: 40px;
  }
  section .s-contacts__body {
    padding-top: 60px;
  }
  section .s-contacts__title {
    margin-bottom: 20px;
  }
  section .s-contacts__text {
    margin-bottom: 20px;
  }
  section .s-contacts__item strong {
    width: 33%;
  }
  section .s-map__inner {
    height: 400px;
  }
  section .s-bigtext__text, section .s-bigtext__title {
    text-align: left;
  }
  section .s-team-list__items {
    margin: 0 -15px -45px;
  }
  section .s-team-list__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
    margin: 0 15px 45px;
    padding: 0;
  }
  section .s-team-list__item .item__pic {
    margin-bottom: 40px;
  }
  section .s-choose__wrap {
    padding: 50px 40px;
  }
  section .s-choose__wrap:before {
    display: none;
  }
  section .s-choose__body {
    width: 100%;
  }
  section .s-choose__pic {
    display: none;
  }
  section .s-ensures__inner {
    padding: 50px 40px;
  }
  section .s-ensures__items {
    margin: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-ensures__item {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  section .s-ensures__item:last-child {
    margin-bottom: 0;
  }
  section .s-calculator__steps {
    margin-bottom: 60px;
  }
  section .s-calculator__steps .step__item {
    width: auto;
  }
  section .s-calculator__steps .step__item:after {
    display: none;
  }
  section .s-calculator__steps .step__num {
    margin-bottom: 0;
  }
  section .s-calculator__steps .step__title {
    display: none;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic {
    height: 100px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__btn .btn {
    min-width: 100px;
  }
  section .s-calculator__box .f-box .f-fields2 .field__item > .f-col {
    display: block;
  }
  section .s-calculator__box .f-box .f-fields2 .field__item > .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  section .s-calculator__box .f-box .show-payer {
    margin-bottom: 30px;
  }
  section .s-calculator__box .f-box .show-payer > div > .f-col {
    display: block;
  }
  section .s-calculator__box .f-box .show-payer > div > .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  section .s-calculator__box.box--1 .box__wrap {
    padding: 40px;
  }
  section .s-calculator__box.box--1 .box__inner > div {
    margin-bottom: 20px;
  }
  section .s-calculator__box.box--1 .box__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section .s-calculator__box.box--2 .box__wrap {
    padding: 0 40px;
  }
  section .s-calculator__box.box--2 .box__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section .s-calculator__box.box--3 .box__wrap {
    padding: 40px;
  }
  section .s-calculator__box.box--3 .box__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section .s-calculator__box.box--4 .box__wrap {
    padding: 40px;
  }
  section .s-calculator__box.box--4 .box__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section.s-thanks {
    padding: 60px 0;
    min-height: -webkit-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
  section.s-error404 {
    padding: 30px 0;
    min-height: -webkit-calc(100vh - 80px);
    min-height: calc(100vh - 80px);
  }
  section .s-error404__body {
    padding: 50px 40px;
  }
  section .s-error404__text, section .s-error404__title{
    color: #222;
  }
  section .s-error404__pic{
    background-color: #FFF;
  }
  section .s-error404__pic {
    -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
  }
  section .s-error404__pic img {
    display: none;
  }
  section .s-login__inner {
    padding-top: 60px;
  }
  section .s-login__content {
    width: 450px;
    padding: 40px;
  }
  section .s-login__logo {
    display: none;
  }
  section .s-login__title {
    text-align: center;
  }
  section .s-login__form .f-box .f-col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .s-login__form .f-box .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  section .s-login__bottom {
    margin-top: 40px;
  }

  nav.pagination {
    padding-top: 60px;
  }
}
@media (max-width: 639px){
  .title{
    font-size: 40px;
  }

  .subtitle{
    font-size: 30px;
  }

  h1{
    font-size: 40px;
  }

  h2{
    font-size: 40px;
  }

  h3{
    font-size: 30px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 80px;
  }

  .pb-1 {
    padding-bottom: 80px;
  }

  .py-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb-2 {
    padding-bottom: 50px;
  }
  header .header__social {
    margin-right: 40px;
  }
  header .header__social nav ul li {
    margin-right: 25px;
  }
  header .header__lang {
    margin-left: 0;
  }
  header .header__login {
    margin-left: 40px;
  }
  footer .footer__col {
    width: 100%;
    padding-right: 0;
    text-align: center;
    position: relative;
    padding-top: 25px;
    margin-top: 25px;
  }
  footer .footer__col:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px solid #E9E9E9;
    height: 1px;
    width: 150%;
  }
  footer .footer__col:nth-child(2) {
    margin-top: 0;
  }
  footer .footer__col:nth-child(2):before {
    display: none;
  }
  footer .footer__col:first-child {
    margin-top: 25px;
  }
  footer .footer__middle {
    padding: 0;
  }
  footer .footer__subtitle {
    margin-bottom: 25px;
  }
  footer .footer__contacts {
    max-width: 100%;
    width: 300px;
    margin: 25px auto 20px;
    padding: 0;
    font-size: 14px;
  }
  footer .footer__phones {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  footer .footer__phones div {
    margin-bottom: 10px;
  }
  footer .footer__links nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__links nav ul li {
    margin: 0;
    margin-bottom: 15px;
  }
  footer .footer__links nav ul li:last-child {
    margin-bottom: 0;
  }
  footer .footer__bottom {
    padding-bottom: 30px;
  }

  .btn--scrolltop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: 15px;
    right: 15px;
    font-size: 20px;
  }
  .btn--big2 {
    padding: 17.5px 22px;
  }
  .btn--big2 span {
    padding-left: 40px;
  }
  .btn--big2 i {
    margin-left: 20px;
    padding-left: 15px;
  }

  .f-box .f-dropdown > span {
    padding: 11.5px 17px;
  }
  .f-box .f-dropdown > span .icon {
    margin-right: 15px;
  }
  .f-box .f-dropdown > span img {
    width: 80px;
    margin-right: 15px;
  }
  .f-box .f-dropdown ul li a {
    padding: 8.5px 17px;
  }
  .f-box .f-dropdown ul li a .icon {
    margin-right: 15px;
  }
  .f-box .f-dropdown ul li a img {
    width: 80px;
    margin-right: 15px;
  }
  .f-box .f-dropdown.is-pic > span {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .f-box .f-dropdown.is-pic > span:after {
    z-index: 5;
  }
  .f-box .f-dropdown.is-pic > span:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, white));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 40%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 40%);
    height: 100%;
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .f-box .f-dropdown.is-pic ul {
    overflow: auto;
  }
  .f-box .f-dropdown.is-pic ul li {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 340px;
  }
  .f-box .f-checkboxs,
.f-box .f-radioboxs {
    margin-bottom: -5px;
  }
  .f-box .f-checkbox,
.f-box .f-radiobox {
    margin-bottom: 5px;
  }
  .f-box .f-control--box .f-checkbox,
.f-box .f-control--box .f-radiobox {
    margin-right: 15px;
  }
  .f-box .f-group {
    margin-bottom: 15px;
  }
  .f-box .f-col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .f-box .f-col > p,
.f-box .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  .f-box .f-btn {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .f-box .f-title,
.f-box .f-text {
    margin-bottom: 15px;
  }
  .f-box .f-control--box .f-col {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .f-box .f-control--box .f-col > div {
    margin-right: 15px;
    width: 50%;
  }
  .f-box .f-control--box .f-col > div:last-child {
    margin-right: 0;
  }
  .modal {
    width: 400px;
    padding: 30px;
  }

  .m-form__text {
    margin-bottom: 20px;
  }
  .m-form__bottom {
    margin-top: 30px;
  }
  .fancybox-error {
    padding: 30px;
  }
  section.hero {
    min-height: 450px;
  }
  section .hero__wrap > div {
    padding: 40px 10px;
  }
  section .hero__body {
    margin-bottom: 30px;
  }
  section .hero__title {
    margin-bottom: 20px;
  }
  section .hero__form {
    padding: 30px;
    width: 460px;
  }
  section .hero__form .tabs__nav ul li a {
    padding: 0 7px 8px;
  }
  section .hero__form .f-box {
    min-height: 375px;
  }
  section .hero__form .f-box .f-col {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  section .hero__form .f-box .f-col > p,
section .hero__form .f-box .f-col > div {
    width: 50%;
    margin-right: 20px;
  }
  section .hero__form .f-box .f-col > p:last-child,
section .hero__form .f-box .f-col > div:last-child {
    margin-right: 0;
  }
  section .s-goodhands__title {
    margin-bottom: 15px;
  }
  section .s-goodhands__text {
    margin-bottom: 20px;
  }
  section .s-goodhands__btn {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section .s-goodhands__items {
    margin-top: 30px;
  }
  section .s-goodhands__item {
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  section .s-goodhands__item:nth-child(2n+1) {
    margin-left: 0;
    margin-top: 20px;
  }
  section .s-goodhands__item:first-child {
    margin-top: 0;
  }
  section .s-goodhands__item .item__text{
    font-size: 16px;
  }
  section .s-faq__title {
    margin-bottom: 20px;
  }
  section .s-faq__accordion {
    margin-left: 0px;
  }
  section .s-faq__accordion .accordion__item {
    padding: 30px 25px;
  }
  section .s-faq__accordion .accordion__title{
    font-size: 16px;
  }
  section .s-faq__accordion .accordion__content {
    padding-top: 25px;
  }
  section.s-thatsimple > div:after {
    background-size: 500px;
  }
  section .s-thatsimple__subtitle {
    margin-bottom: 15px;
  }
  section .s-thatsimple__title {
    margin-bottom: 15px;
  }
  section .s-thatsimple__tags span {
    margin-right: 15px;
  }
  section .s-thatsimple__text {
    margin-bottom: 20px;
  }
  section .s-thatsimple__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.s-blog {
    background-position: top right -20vw;
  }
  section .s-blog__title {
    margin-bottom: 30px;
  }
  section .s-blog__box {
    margin: 0;
  }
  section .s-blog__box .s-blog__item {
    width: 100%;
    margin: 0 0 40px;
  }
  section .s-blog__box .s-blog__item .item__thumb img {
    height: 290px;
  }
  section .s-blog__box .s-blog__item:last-child {
    margin-bottom: 0;
  }
  section .s-reviews__title {
    margin-bottom: 20px;
  }
  section.s-header {
    padding-bottom: 50px;
  }
  section .s-header__body {
    min-height: 250px;
    padding: 20px;
  }
  section .s-header__pic img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -50px;
  }
  section.s-blog-menu {
    margin-bottom: 50px;
  }
  section .s-blog-list__items {
    margin: 0;
  }
  section .s-blog-list__item {
    width: 100%;
    margin: 0 0 40px;
  }
  section .s-blog-list__item .item__thumb img {
    height: 290px;
  }
  section .s-blog-list__item:first-child {
    width: 100%;
    margin: 0 0 40px;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    height: 290px;
  }
  section.s-blog-header {
    padding-bottom: 50px;
  }
  section .s-blog-header__body {
    min-height: 350px;
    min-height: 250px;
    padding: 20px;
  }
  section .s-blog-header__pic img {
    -o-object-position: 75% 50%;
       object-position: 75% 50%;
  }
  section .s-blog-header__title {
    font-size: 35px;
  }
  section .s-blog-detail__top {
    margin-bottom: 50px;
  }
  section .s-blog-detail__content > * {
    margin-bottom: 1.5rem;
  }
  section .s-blog-detail__content .wp-block-image figure {
    margin-bottom: 1.5rem;
  }
  section .s-blog-detail__content .wp-block-image figure.alignright, section .s-blog-detail__content .wp-block-image figure.alignleft {
    width: 100%;
  }
  section .s-blog-detail__content .wp-block-image figure.alignright {
    float: none;
    margin-left: 0rem;
  }
  section .s-blog-detail__content .wp-block-image figure.alignleft {
    float: none;
    margin-right: 0rem;
  }
  section .s-blog-detail__content ol li,
section .s-blog-detail__content ul li {
    margin-bottom: 0.5rem;
  }
  section .s-blog-relevant__title {
    margin-bottom: 20px;
  }
  section .s-blog-relevant__items {
    margin: 0;
  }
  section .s-blog-relevant__item {
    width: 100%;
    margin: 0 0 40px;
  }
  section .s-blog-relevant__item:last-child {
    margin-bottom: 0;
  }
  section .s-blog-relevant__item .item__thumb img {
    height: 290px;
  }
  section.s-complimits {
    padding: 50px 40px;
  }
  section .s-complimits__items {
    margin: 0;
  }
  section .s-complimits__item {
    width: 100%;
    margin: 0 0 30px;
  }
  section .s-complimits__item:last-child {
    margin-bottom: 0;
  }
  section .s-content__top {
    margin-bottom: 50px;
  }
  section .s-content__sidebar {
    margin-top: 80px;
  }
  section .s-content__content > * {
    margin-bottom: 1.5rem;
  }
  section .s-content__content .wp-block-image figure {
    margin-bottom: 1.5rem;
  }
  section .s-content__content .wp-block-image figure.alignright, section .s-content__content .wp-block-image figure.alignleft {
    width: 100%;
  }
  section .s-content__content .wp-block-image figure.alignright {
    float: none;
    margin-left: 0rem;
  }
  section .s-content__content .wp-block-image figure.alignleft {
    float: none;
    margin-right: 0rem;
  }
  section .s-content__content ol li,
section .s-content__content ul li {
    margin-bottom: 0.5rem;
  }
  section .s-faq-list__accordion {
    margin-bottom: 30px;
  }
  section .s-faq-list__accordion .accordion__item {
    padding: 30px 25px;
  }
  section .s-faq-list__accordion .accordion__title{
    font-size: 16px;
  }
  section .s-faq-list__accordion .accordion__content {
    padding-top: 25px;
  }
  section .s-contacts__form .f-box .f-col {
    display: block;
  }
  section .s-contacts__form .f-box .f-col > div {
    width: 100%;
    margin-right: 0;
  }
  section .s-contacts__form .f-box .f-btn .btn {
    width: 100%;
  }
  section .s-contacts__form .f-box .f-btn .btn span {
    padding-left: 50px;
  }
  section .s-contacts__text, section .s-contacts__title {
    margin-bottom: 20px;
  }
  section .s-contacts__body {
    padding-top: 50px;
  }
  section .s-contacts__item {
    display: block;
  }
  section .s-contacts__item strong {
    padding: 0;
    display: block;
    width: 100%;
  }
  section .s-map__inner {
    height: 350px;
  }
  section .s-bigtext__title {
    margin-bottom: 20px;
  }
  section .s-team-list__items {
    margin: 0 0 -40px;
  }
  section .s-team-list__item {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
  section .s-team-list__item .item__pic {
    margin-bottom: 30px;
  }
  section .s-team-list__item .item__title {
    margin-bottom: 15px;
  }
  section .s-team-list__item .item__position {
    margin-bottom: 15px;
  }
  section .s-choose__wrap {
    padding: 40px 30px;
  }
  section .s-ensures__inner {
    padding: 40px 30px;
  }
  section .s-ensures__title {
    margin-bottom: 20px;
  }
  section .s-ensures__item {
    margin: 0 0 20px;
  }
  section .s-chenjoy__pic {
    margin-bottom: 30px;
  }
  section .s-chenjoy__title {
    margin-bottom: 20px;
  }
  section .s-calculator__steps {
    margin-bottom: 50px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__inner {
    padding: 20px 20px 30px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__pic {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__price {
    margin-left: auto;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__btn {
    margin-right: auto;
  }
  section .s-calculator__box .f-box .f-radioboxs2 .f-radiobox label .item__text {
    text-align: center;
  }
  section .s-calculator__box .f-box .f-radioboxs3 .f-radiobox {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  section .s-calculator__box.box--1 .box__title {
    font-size: 26px;
  }
  section .s-calculator__box.box--2 .box__wrap {
    padding: 0;
  }
  section .s-calculator__box.box--2 .box__title {
    font-size: 26px;
  }
  section .s-calculator__box.box--3 .box__title {
    font-size: 26px;
  }
  section .s-calculator__box.box--4 .box__title {
    font-size: 26px;
  }
  section.s-thanks {
    padding: 50px 0;
  }
  section .s-thanks__icon {
    font-size: 50px;
    margin-bottom: 30px;
  }
  section .s-thanks__btn, section .s-thanks__text, section .s-thanks__subtitle {
    margin-bottom: 30px;
  }
  section .s-error404__body {
    padding: 40px 30px;
  }
  section .s-error404__title {
    font-size: 35px;
  }
  section .s-login__inner {
    padding-top: 50px;
  }
  section .s-login__content {
    width: 400px;
    padding: 30px;
  }
  section .s-login__text {
    margin-bottom: 20px;
  }
  section .s-login__bottom {
    margin-top: 30px;
  }

  nav.pagination {
    padding-top: 50px;
  }
}
@media (max-width: 479px){
  .title{
    font-size: 35px;
  }

  .subtitle{
    font-size: 30px;
  }

  h1{
    font-size: 35px;
  }

  h2{
    font-size: 35px;
  }

  h3{
    font-size: 30px;
  }

  h4{
    font-size: 22px;
  }

  h5{
    font-size: 18px;
  }

  h6{
    font-size: 18px;
  }

  body{
    font-size: 16px;
  }

  .mb-1 {
    margin-bottom: 60px;
  }

  .pb-1 {
    padding-bottom: 60px;
  }

  .py-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pb-2 {
    padding-bottom: 50px;
  }
  header .header__bottom .header__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .header__social {
    margin-right: 50px;
  }
  header .header__social nav ul li {
    margin-right: 18px;
  }
  header .header__lang {
    margin-right: auto;
  }
  header .header__login {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    text-align: center;
  }
  footer .footer__logo a {
    width: 100px;
  }
  footer .footer__contacts {
    width: 240px;
  }
  footer .footer__copyright br {
    display: none;
  }

  .btn--scrolltop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
  }
  .f-box .f-control--box .f-checkbox,
.f-box .f-control--box .f-radiobox {
    margin-right: 15px;
  }
  .f-box .f-group {
    margin-bottom: 15px;
  }
  .f-box .f-title,
.f-box .f-text {
    margin-bottom: 15px;
  }
  .modal {
    padding: 30px 25px;
  }

  .fancybox-error {
    padding: 30px 25px;
  }
  section.hero {
    min-height: 400px;
    min-height: 935px;
  }
  section .hero__wrap > div {
    padding: 40px 10px;
  }
  section .hero__body {
    margin-bottom: 30px;
  }
  section .hero__title {
    margin-bottom: 20px;
  }
  section .hero__form {
    padding: 30px;
    width: 460px;
  }
  section .hero__form .tabs__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section .hero__form .tabs__nav ul li a {
    padding: 6px;
  }
  section .hero__form .f-box {
    min-height: inherit;
  }
  section .hero__form .f-box .f-col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section .hero__form .f-box .f-col > p,
section .hero__form .f-box .f-col > div {
    width: 100%;
    margin-right: 0px;
  }
  section .s-faq__accordion .accordion__item {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  section .s-faq__accordion .accordion__content {
    padding-top: 15px;
  }
  section .s-blog__box .s-blog__item .item__thumb img {
    min-height: 200px;
    height: 60vw;
  }
  section .s-reviews__item2 .item__pic {
    width: 150px;
    height: 150px;
  }
  section.s-header {
    padding-bottom: 40px;
  }
  section .s-header__body {
    min-height: 200px;
    padding: 15px;
  }
  section.s-header + section.s-blog-menu {
    margin-top: -40px;
  }
  section.s-blog-menu {
    margin-bottom: 40px;
  }
  section.s-blog-menu > div {
    padding: 0;
  }
  section .s-blog-menu__search {
    margin: 0 10px 10px;
  }
  section .s-blog-list__item .item__thumb img {
    min-height: 200px;
    height: 60vw;
  }
  section .s-blog-list__item:first-child .item__thumb img {
    min-height: 200px;
    height: 60vw;
  }
  section.s-blog-header {
    padding-bottom: 40px;
  }
  section .s-blog-header__body {
    min-height: 300px;
    min-height: 200px;
    padding: 15px;
  }
  section .s-blog-header__title {
    font-size: 30px;
  }
  section .s-blog-detail__top {
    margin-bottom: 40px;
  }
  section .s-blog-detail__content blockquote {
    padding: 40px 30px;
  }
  section .s-blog-detail__content blockquote:before {
    left: 30px;
  }
  section .s-blog-detail__content blockquote > * {
    padding-left: 65px;
  }
  section .s-blog-detail__content blockquote p {
    font-size: 20px;
  }
  section .s-blog-relevant__item .item__thumb img {
    min-height: 200px;
    height: 60vw;
  }
  section.s-complimits {
    padding: 40px 30px;
  }
  section .s-complimits__item {
    width: 100%;
    margin: 0 0 30px;
  }
  section .s-complimits__item:last-child {
    margin-bottom: 0;
  }
  section .s-content__top {
    margin-bottom: 40px;
  }
  section .s-content__sidebar {
    margin-top: 60px;
  }
  section .s-faq-list__accordion {
    margin-bottom: 20px;
  }
  section .s-faq-list__accordion .accordion__item {
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  section .s-faq-list__accordion .accordion__content {
    padding-top: 15px;
  }
  section .s-contacts__form {
    padding: 30px;
  }
  section .s-contacts__body {
    padding-top: 40px;
  }
  section .s-map__inner {
    height: 300px;
  }
  section .s-choose__wrap {
    padding: 40px 20px;
  }
  section .s-ensures__inner {
    padding: 40px 15px;
    margin: 0 -10px;
    border-radius: 0;
  }
  section .s-chenjoy__text{
    font-size: 16px;
  }
  section.s-thanks {
    padding: 40px 0;
  }
  section .s-calculator__steps {
    margin-bottom: 40px;
  }
  section .s-calculator__box .f-box .show-payer {
    margin-bottom: 20px;
  }
  section .s-calculator__box.box--1 .box__wrap {
    padding: 30px;
  }
  section .s-calculator__box.box--1 .box__inner {
    margin-bottom: 10px;
  }
  section .s-calculator__box.box--1 .box__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .s-calculator__box.box--2 .box__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .s-calculator__box.box--3 .box__wrap {
    padding: 30px;
  }
  section .s-calculator__box.box--3 .box__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .s-calculator__box.box--4 .box__wrap {
    padding: 30px;
  }
  section .s-calculator__box.box--4 .box__title {
    font-size: 26px;
    margin-bottom: 15px;
  }
  section .s-error404__body {
    padding: 30px 25px;
  }
  section .s-error404__title {
    font-size: 30px;
  }
  section .s-login__content {
    padding: 30px 25px;
  }

  nav.pagination {
    padding-top: 40px;
  }
  nav.pagination .nav-links > span,
nav.pagination .nav-links > a {
    margin: 0 15px;
  }
}
@media (max-width: 349px){
  section .s-blog-detail__content blockquote {
    padding: 40px 25px;
  }
  section .s-blog-detail__content blockquote:before {
    left: 25px;
  }
  section .s-blog-detail__content blockquote > * {
    padding-left: 65px;
  }
  section .s-map__inner {
    height: 250px;
  }
}
@media (min-width: 480px){
  .container{
    max-width: 460px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 620px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 748px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1004px;
  }
}
@media (min-width: 1200px){
  header .header__mobile {
    overflow: initial !important;
    display: none !important;
    height: auto !important;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1260px;
  }
}
@media (min-width: 1390px){
  .container{
    max-width: 1370px;
  }
}















section.b-header + section.b-menu {
  margin-top: -100px;
}

section.b-menu {
  margin-top: -100px;
  margin-bottom: 100px;
}

section.b-menu.no-search .b-menu__search {
  display: none;
}

section.b-menu.no-search .b-menu__inner nav {
  width: 100%;
}

section.b-menu.no-search .b-menu__inner nav ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.b-menu.no-search .b-menu__inner nav ul li {
  margin-right: 100px;
}

section.b-menu.no-search .b-menu__inner nav ul li:last-child {
  margin-right: 0;
}

section .b-menu__inner {
  margin-top: 10px;
  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;
  border-bottom: 1px solid #E9E9E9;
}

section .b-menu__inner nav {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

section .b-menu__inner nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

section .b-menu__inner nav ul li {
  white-space: nowrap;
}

section .b-menu__inner nav ul li a {
  font-weight: 500;
  color: #525358;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  padding: 18px 15px;
  display: block;
}

section .b-menu__inner nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ff654c;
  opacity: 0;
}

section .b-menu__inner nav ul li.active a, section .b-menu__inner nav ul li:hover a {
  color: #ff654c;
}

section .b-menu__inner nav ul li.active a:after, section .b-menu__inner nav ul li:hover a:after {
  opacity: 1;
}

section .b-menu__search {
  margin-left: auto;
}

section .b-menu__search form {
  width: 100%;
  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;
}

section .b-menu__search input {
  font-weight: 500;
  color: #525358;
  font-size: 16px;
  width: 105px;
}

section .b-menu__search input::-webkit-input-placeholder {
  color: #B8BAC2;
}

section .b-menu__search input::-moz-placeholder {
  color: #B8BAC2;
}

section .b-menu__search input:-ms-input-placeholder {
  color: #B8BAC2;
}

section .b-menu__search input::-ms-input-placeholder {
  color: #B8BAC2;
}

section .b-menu__search input::placeholder {
  color: #B8BAC2;
}

section .b-menu__search button {
  color: #525358;
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}





.b-pic {
  margin-bottom: 50px;
}
.b-pic__inner img {
  border-radius: 15px;
}


#divload {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
  display: none;
}

@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}

#spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier;
  animation-iteration-count: infinite;
}



.typeahead,
.tt-query,
.tt-hint {
  width: 396px;

  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #ff654c;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #ff654c;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #ff654c;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
  padding: 5px 10px;
 text-align: center;
}

#multiple-datasets .league-name {
  margin: 0 20px 5px 20px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}

#rtl-support .tt-menu {
  text-align: right;
}




section .b-insurance__inner {
  background-color: #FFF;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.07);
}

section .b-insurance__title {
  font-weight: 600;
  line-height: 1.25;
  font-size: 22px;
  margin-bottom: 20px;
}

section .b-insurance__subtitle {
  line-height: 1.25;
  color: #525358;
  font-size: 16px;
  margin-bottom: 20px;
}

section .b-insurance__form .f-box .f-group {
  margin-bottom: 20px;
}

section .b-insurance__form .f-box .f-btn .btn {
  width: 100%;
}



section.b-online {
  overflow: hidden;
  margin-bottom: 50px;
}

section .b-online__inner {
  background-color: #ff8571;
  color: #FFF;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding: 50px 50px;
}

section .b-online__inner > div {
  position: relative;
  z-index: 5;
}

section .b-online__inner:before {
  content: '';
  background-image: url(../img/bg-block-3-left.png), url(../img/bg-block-3-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 63% 100%, 100% 0;
  background-size: 265px, 220px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section .b-online__body {
  width: 650px;
}

section .b-online__title {
  margin-bottom: 15px;
}

section .b-online__text {
  font-size: 18px;
  margin-bottom: 25px;
}

section .b-online__form {
  width: 620px;
  max-width: 100%;
}

section .b-online__form .f-box .f-group {
  margin-bottom: 0px;
}

section .b-online__form .f-box .f-btn {
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

section .b-online__form .f-box label {
  color: #FFF;
}

section .b-online__pic {
  position: relative;
}

section .b-online__pic img {
  height: 350px;
  position: absolute;
  bottom: -6px;
  right: 100px;
}
