@charset "UTF-8";
body {
  font: 100% "Verdana", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #fff;
  color: #2b3b47;
  font-size: 14px;
  line-height: 1.5em;
  background: #fff;
}
a {
  color: #a2d948;
  text-decoration: none;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.desktop_hide {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}
.wr {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.wr .wr {
  padding-left: 0;
  padding-right: 0;
}
hr {
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
  border-top: 1px solid #6973e4;
}
.ajax-loader {
  display: none !important;
}
span.wpcf7-list-item {
  margin: 0;
}
.your-consent {
  color: #999;
}
.your-consent .wpcf7-not-valid {
  color: #f23a30;
}
.justify {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.article {
  color: #748c9f;
}
.article p {
  color: #748c9f;
  padding-bottom: 1.5em;
  line-height: 1.5em;
}
.article img {
  max-width: 100%;
  height: auto;
  display: block;
}
.article img.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.article img.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.article img.aligncenter {
  margin: 0 auto;
}
.article img.mw500 {
  max-width: 500px;
}
.article ul, .article ol {
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 1.5em;
}
.article ul li, .article ol li {
  line-height: 1.5em;
  transform: translateX(1.5em);
}
.article li + li {
  padding-top: 0.5em;
}
.article blockquote {
  border-radius: 0 10px 10px 0;
  margin-bottom: 35px;
  padding: 20px 50px;
  background: #fff;
  border: 1px solid #eef2f4;
  position: relative;
  font-style: italic;
  color: #2b3b47;
  line-height: 1.6em;
}
.article blockquote p {
  color: #2b3b47;
  line-height: 1.6em;
}
.article blockquote h2, .article blockquote h3, .article blockquote h4 {
  font-style: normal;
  color: #6973e4;
}
.article blockquote:before {
  content: "";
  position: absolute;
  display: block;
  width: 21px;
  height: 100%;
  left: 0;
  top: 0;
  background: #6973e4;
  border-radius: 0 5px 5px 0;
}
.article p:last-child {
  padding-bottom: 0;
}
.title_1, .article h1 {
  color: #2b3b47;
  font-family: "ProximaNova", "Verdana", sans-serif;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  line-height: 1.2em;
}
.title_2, .article h2 {
  color: #2b3b47;
  font-weight: bold;
  font-family: "ProximaNova", "Verdana", sans-serif;
  font-size: 38px;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.title_3, .article h3 {
  color: #2b3b47;
  font-weight: bold;
  font-family: "ProximaNova", "Verdana", sans-serif;
  font-size: 32px;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.title_4, .article h2 {
  display: block;
  color: #2b3b47;
  font-weight: bold;
  font-family: "ProximaNova", "Verdana", sans-serif;
  font-size: 28px;
  padding-bottom: 30px;
  line-height: 1.2em;
}
.title_5, .article h4, .article h3 {
  display: block;
  color: #2b3b47;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "ProximaNova", "Verdana", sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 768px) {
  .article img.aligncenter, .article img.alignright, .article img.alignleft {
    float: none !important;
    margin: 0 auto 20px !important;
  }
}
.img_wr img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#status .close, .fancybox-close {
  right: 18px;
  top: 18px;
  width: 15px;
  height: 15px;
  background: url(../i/close.svg) no-repeat center center !important;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
#status .close:hover, .fancybox-close:hover {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup {
  background: #fff;
  width: 400px;
  padding: 30px;
}
.wpcf7-form-control-wrap {
  margin-bottom: 0px;
  display: block;
}
textarea, input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"] {
  height: 50px;
  line-height: 50px;
  background: none;
  border: 1px solid #748c9f;
  color: #2b3b47;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
  color: #748c9f;
}
textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
  color: #748c9f;
}
textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
  color: #748c9f;
}
textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
  color: #748c9f;
}
select {
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border: 1px solid #748c9f;
  color: #2b3b47;
  text-indent: 17px;
  font-size: 16px;
  font-family: "Verdana", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  background: #fff url(../i/carret.svg) no-repeat calc(100% - 17px) center;
  color: #2b3b47;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea {
  resize: none;
  height: 150px;
  line-height: 1em;
  padding-top: 10px;
  text-indent: 0;
  padding-left: 17px;
  line-height: 1.2em;
}
button[type="submit"], input[type="submit"], .wpcf7-submit {
  font-family: "Verdana", sans-serif;
  line-height: 62px;
  height: 64px;
  background: #6973e4;
  color: #fff;
  padding: 0 30px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
}
button[type="submit"]:hover, input[type="submit"]:hover, .wpcf7-submit:hover {
  background: transparent;
  color: #2b3b47;
  border-color: #a2d948;
}
.your-consent {
  color: #516677;
}
.your-consent label {
  cursor: pointer;
}
.your-consent label input {
  display: none;
}
.your-consent label input + span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.6em;
  position: relative;
  padding-left: 34px;
}
.your-consent label input + span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  border: 1px solid #748c9f;
  line-height: 19px;
  text-align: center;
}
.your-consent label input + span:before:hover {
  opacity: 0.7;
}
.your-consent label input:checked + span:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  left: 7px;
  top: 3px;
  border-right: 2px solid #748c9f;
  border-bottom: 2px solid #748c9f;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.your-consent .wpcf7-not-valid {
  color: #f23a30;
}
.your-consent .wpcf7-not-valid input + span:before {
  border-color: #f23a30 !important;
}
.pager {
  padding-top: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.pager .current, .pager a {
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  text-align: center;
  color: #2b3b47;
  text-decoration: none;
  font-weight: bold;
}
.pager .current {
  color: #6973e4 !important;
}
.pager .prev, .pager .next {
  display: inline-block;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #2b3b47;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
}
.crumbs {
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 44px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.crumbs a {
  text-decoration: none;
}
.crumbs i, .crumbs .arrow {
  padding: 0 10px;
}
.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.btn_wr {
  position: relative;
  display: inline-block;
}
.btn_wr button, .btn_wr a.btn {
  width: 100%;
  font-family: "Verdana", sans-serif;
  line-height: 62px;
  height: 64px;
  background: #6973e4;
  color: #fff;
  padding: 0 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  cursor: pointer;
}
.btn_wr button:hover, .btn_wr a.btn:hover {
  background: transparent;
  color: #2b3b47;
  border-color: #a2d948;
}
.btn_wr button.btn_icn, .btn_wr a.btn.btn_icn {
  padding-right: 90px;
}
.btn_wr button.btn_icn i, .btn_wr a.btn.btn_icn i {
  border-radius: 0 10px 10px 0;
  position: absolute;
  right: -1px;
  top: 0;
  width: 64px;
  height: 64px;
  background: #a2d948 url(../i/i_hand.svg) no-repeat center 17px;
  display: block;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.btn_wr button.btn_icn i.i_next, .btn_wr a.btn.btn_icn i.i_next {
  background: #a2d948 url(../i/i_next.svg) no-repeat center 17px;
}
.btn_wr button.btn_icn:hover, .btn_wr a.btn.btn_icn:hover {
  border-color: #a2d948;
  background: #fff;
  color: #2b3b47;
}
.btn_wr button.btn_icn:hover i, .btn_wr a.btn.btn_icn:hover i {
  background-color: #6973e4;
}
.btn_wr a.btn_sm {
  line-height: 45px;
  height: 47px;
  background: #a2d948;
  color: #fff;
  border: 1px solid #76af17;
  padding: 0 25px;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
}
.btn_wr a.btn_sm:hover {
  color: #76af17;
  background: #fff;
}
.btn_wr_center {
  display: block;
  width: 100%;
  text-align: center;
}
.page_wr {
  padding-bottom: 30px;
  min-height: calc(100vh - 359px);
}
#mmenu {
  cursor: pointer;
  padding: 10px;
}
#mmenu span {
  display: block;
  background: #000;
  margin-top: 5px;
  height: 2px;
  width: 20px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
#mmenu span:nth-child(1) {
  margin-top: 0;
}
#mmenu.open span:last-child {
  opacity: 0;
}
#mmenu.open span {
  background: #fec530;
}
#mmenu.open span:nth-child(1) {
  margin-top: 0;
  margin-top: 7px;
  position: relative;
  top: 2px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mmenu.open span:nth-child(2) {
  margin-top: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header {
  padding-top: 30px;
  padding-bottom: 50px;
}
.header_box {
  border-radius: 10px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border: solid 1px #eef2f4;
  width: 100%;
  height: 76px;
  padding: 0 15px;
  justify-content: space-between;
  align-items: center;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.header_box.open {
  background: #6973e4;
  border-color: #6973e4;
}
.header_box.open .logo, .header_box.open .btn_wr, .header_box.open > a, .header_box.open .df_links {
  display: none;
}
.header_box.open .white_logo {
  display: block !important;
}
.header_box.open .menu_hided {
  display: block !important;
}
.header_box.open .menu_hided .menu {
  padding-right: 100px;
  align-items: center;
}
.header_box.open .menu_hided .menu li {
  display: block;
  padding-left: 30px;
}
.header_box.open .menu_hided .menu li a {
  font-size: 16px;
  color: #fff;
}
.header_box.open .menu_hided .menu li a:hover {
  color: #fec530;
}
.header_box .left {
  align-items: center;
}
.header_box .left #mmenu {
  margin-right: 15px;
}
.header_box .left .logo_wr:hover {
  opacity: 0.7;
}
.header_box > a {
  color: #2b3b47;
  align-items: center;
}
.header_box > a:hover {
  color: #748c9f;
}
.header_box > a i {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.header_box > a .i_calc {
  background: url(../i/h_i_calculator.svg) 50% 50% no-repeat;
}
.header_box > a .i_rating {
  background: url(../i/h_i_goal.svg) 50% 50% no-repeat;
}
.header_box > a .i_login {
  background: url(../i/h_i_account.svg) 50% 50% no-repeat;
}
.df_links a {
  align-items: center;
  color: #6973e4;
}
.df_links a:hover {
  color: #748c9f;
}
.df_links a + a {
  margin-left: 32px;
}
.df_links a i {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.df_links a i.i_globe {
  background: url(../i/h_i_globe.svg) 50% 50% no-repeat;
}
.df_links a i.i_pin {
  background: url(../i/h_i_map-pin.svg) 50% 50% no-repeat;
}
.author_box {
  align-items: center;
}
.author_box .img_wr {
  padding-right: 12px;
}
.author_box .img_wr img {
  width: 30px;
  border-radius: 100%;
}
.author_box .title {
  color: #6973e4;
}
.author_box .date {
  padding-left: 20px;
  color: #516677;
}
.author_box_v2 {
  float: right;
  width: 270px;
  padding: 0 8px 0 0;
  border-radius: 10px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border: solid 1px #eef2f4;
  overflow: hidden;
}
.author_box_v2 .img_wr {
  background: #6973e4;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
}
.author_box_v2 .img_wr img {
  border: 1px solid #a2d948;
  width: 30px;
  border-radius: 100%;
}
.author_box_v2 .right {
  padding: 12px;
}
.author_box_v2 .right .title {
  color: #6973e4;
}
.author_box_v2 .right .date {
  padding-top: 7px;
  color: #516677;
}
.main_block {
  min-height: 488px;
  padding-top: 50px;
  position: relative;
}
.main_block .box_left {
  position: relative;
  z-index: 10;
  width: 55%;
}
.main_block .box_left h1 {
  padding-bottom: 0;
}
.main_block .box_left .author_box {
  padding-top: 30px;
  padding-bottom: 20px;
}
.main_block .box_left .btn_wr {
  margin-top: 30px;
}
.main_block .img_bg {
  width: 55%;
  position: absolute;
  height: 438px;
  right: 0;
  top: 0;
}
.main_block .img_bg video {
  width: 100%;
  height: auto;
}
.box_bg {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border: solid 1px #eef2f4;
  padding: 25px;
}
.main_form {
  padding: 50px;
}
.main_form p {
  font-size: 16px;
}
.main_form .article + form .form_df {
  padding-top: 30px;
}
.main_form .form_df {
  justify-content: space-between;
}
.main_form .form_df .form_item {
  padding-right: 60px;
  width: calc(100% - 270px);
}
.main_form .form_df .btn_wr {
  width: 270px;
}
.form_item_slider .df {
  align-items: center;
  justify-content: space-between;
}
.form_item_slider .df .title {
  line-height: 1.5em;
  font-size: 16px;
}
.form_item_slider .df input {
  position: relative;
  z-index: 10;
  width: 150px;
}
.top_offers_wr {
  padding-top: 100px;
}
.top_offers_wr .top_offers {
  flex-wrap: wrap;
}
.top_offers_wr .top_offers .item {
  padding: 25px 30px;
  border-width: 2px;
  margin-bottom: 20px;
  margin-right: 30px;
  width: calc(25% - 23px);
}
.top_offers_wr .top_offers .item:nth-child(4n) {
  margin-right: 0;
}
.top_offers_wr .top_offers .item .img_wr {
  height: 105px;
  width: 100%;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.top_offers_wr .top_offers .item .title {
  display: block;
  padding-bottom: 20px;
}
.top_offers_wr .top_offers .item .title a {
  text-decoration: underline;
  color: #516677;
  font-weight: bold;
  line-height: 1.5em;
}
.top_offers_wr .top_offers .item .title a:hover {
  color: #a2d948;
  text-decoration: none;
}
.top_offers_wr .top_offers .item .article {
  padding-bottom: 10px;
}
.top_offers_wr .top_offers .item ul {
  padding-bottom: 10px;
}
.top_offers_wr .top_offers .item ul li {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #eef2f4;
  font-size: 16px;
}
.top_offers_wr .top_offers .item ul li span {
  color: #6973e4;
}
.top_offers_wr .top_offers .item .btn_wr {
  width: 100%;
}
.top_offers_wr .top_offers .item .btn_wr a {
  width: 100%;
  text-align: center;
  padding: 0;
}
.category_filter_wr {
  padding-top: 80px;
}
.category_filter_wr select {
  line-height: 62px;
  height: 64px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
}
.offers_listing_wr {
  padding-top: 50px;
}
.offers_listing_wr .offers_listing .offer {
  padding: 50px;
}
.offers_listing_wr .offers_listing .offer.vip_offer {
  position: relative;
  border-color: #f23a30;
  border-width: 3px;
}
.offers_listing_wr .offers_listing .offer.vip_offer:before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: 15px;
  width: 100px;
  height: 48px;
  background: url(../i/badge_vip.svg) 0 0 no-repeat;
}
.offers_listing_wr .offers_listing .offer.vip_offer .title_4 {
  padding-top: 25px;
  padding-bottom: 0;
}
.offers_listing_wr .offers_listing .offer .offer_top_df {
  align-items: center;
  border-top: 1px solid #6973e4;
  flex-wrap: wrap;
  padding-top: 20px;
}
.offers_listing_wr .offers_listing .offer .offer_top_df .img_wr {
  height: 40px;
  max-width: 100px;
  align-items: center;
  justify-content: center;
}
.offers_listing_wr .offers_listing .offer .offer_top_df .img_wr img {
  margin: 0 auto;
}
.offers_listing_wr .offers_listing .offer .offer_top_df .title_5 {
  padding-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
}
.offers_listing_wr .offers_listing .offer .offer_top_df .article {
  padding-left: 20px;
}
.offers_listing_wr .offers_listing .offer .offer_top_df .right {
  padding-left: 0;
}
.offers_listing_wr .offers_listing .offer .title_4 a {
  color: #2b3b47;
}
.offers_listing_wr .offers_listing .offer .title_4 a:hover {
  color: #a2d948;
}
.offers_listing_wr .offers_listing .offer > .article {
  padding: 30px 0;
}
.offers_listing_wr .offers_listing .offer .df_chars {
  padding-bottom: 10px;
  flex-wrap: wrap;
}
.offers_listing_wr .offers_listing .offer .df_chars .item {
  align-items: center;
  padding-right: 60px;
}
.offers_listing_wr .offers_listing .offer .df_chars .item i {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 2px solid #fec530;
  position: relative;
}
.offers_listing_wr .offers_listing .offer .df_chars .item i:before {
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  left: 7px;
  top: 3px;
  border-right: 2px solid #fec530;
  border-bottom: 2px solid #fec530;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.offers_listing_wr .offers_listing .offer .df_chars .item span {
  padding-left: 12px;
}
.offers_listing_wr .offers_listing .offer + .offer {
  margin-top: 50px;
}
.table_wr {
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 50px;
}
table:not(.table_light) thead tr th {
  line-height: 1.3em;
  background: #6973e4;
  color: #fff;
  padding: 30px 15px;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
table:not(.table_light) tbody tr:first-child td {
  background: #6973e4;
  color: #fff;
  padding: 30px 15px;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
table:not(.table_light) tbody tr:nth-child(even) td {
  background: #f7f9fb;
}
table:not(.table_light) tbody tr td {
  line-height: 1.3em;
  color: #2b3b47;
  padding: 30px 15px;
}
table:not(.table_light) thead + tbody tr:first-child td {
  background: transparent;
  color: #2b3b47;
  text-transform: none;
  font-weight: normal;
}
table:not(.table_light).table_v2 thead tr th {
  line-height: 1.3em;
  padding: 20px 15px;
  background: #a2d948;
  text-transform: none;
  font-size: 16px;
}
table:not(.table_light).table_v2 tbody td {
  line-height: 1.3em;
  font-size: 14px !important;
  padding: 15px;
}
.table_light_wr {
  border: 1px solid #eef2f4;
  border-radius: 10px;
  overflow: hidden;
}
.table_light_wr .table_light tr td {
  color: #2b3b47;
  border-bottom: 1px solid #eef2f4;
  padding: 20px 15px;
}
.table_light_wr .table_light tr:last-child td {
  border-bottom: none;
}
.rating_table_wr {
  padding-top: 50px;
}
.rating_table_wr .rating_table {
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.rating_table_wr .rating_table thead tr th:first-child {
  padding-left: 50px;
  border-radius: 10px 0 0 0;
}
.rating_table_wr .rating_table thead tr th:last-child {
  padding-right: 50px;
  border-radius: 0 10px 0 0;
}
.rating_table_wr .rating_table tbody tr td {
  vertical-align: top;
  font-size: 18px;
}
.rating_table_wr .rating_table tbody tr td:first-child {
  padding-left: 50px;
  width: 250px;
  padding-right: 50px;
}
.rating_table_wr .rating_table tbody tr td:last-child:not(:nth-child(2)) {
  padding-right: 50px;
  width: 270px;
}
.rating_table_wr .rating_table tbody tr td .img_wr {
  margin: 0 auto;
  width: 150px;
  height: 50px;
  align-items: center;
  justify-content: center;
}
.rating_table_wr .rating_table tbody tr td .title {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.3em;
}
.rating_table_wr .rating_table tbody tr td.rating {
  color: #6973e4;
}
.rating_table_wr .rating_table tbody tr td.rating span {
  padding-left: 0.5em;
  font-size: 14px;
  color: #2b3b47;
}
.article_wr {
  padding-top: 50px;
}
.faq_wr {
  padding-top: 100px;
}
.faq_wr .faq .item {
  border: 1px solid #eef2f4;
  border-radius: 10px;
  overflow: hidden;
}
.faq_wr .faq .item .q {
  cursor: pointer;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.faq_wr .faq .item .q:hover .title_5 {
  color: #6973e4;
}
.faq_wr .faq .item .q .title_5 {
  color: #748c9f;
  width: calc(100% - 10px);
  padding-bottom: 0;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.faq_wr .faq .item .q i {
  position: relative;
  top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #748c9f;
  border-bottom: 6px solid transparent;
  height: 0;
  width: 0;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.faq_wr .faq .item .q.open {
  background: #6973e4;
}
.faq_wr .faq .item .q.open .title_5 {
  color: #fff;
}
.faq_wr .faq .item .q.open i {
  top: -3px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  border-top-color: #fff;
}
.faq_wr .faq .item .a {
  padding: 20px;
}
.faq_wr .faq .item + .item {
  margin-top: 10px;
}
.tags_wr {
  padding-top: 50px;
}
.tags_wr .tags {
  flex-wrap: wrap;
}
.tags_wr .tags .tag {
  display: inline-block;
  line-height: 53px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid #6973e4;
  padding: 0 30px;
  color: #6973e4;
  text-decoration: none;
  margin-right: 30px;
  margin-bottom: 20px;
}
.tags_wr .tags .tag.show {
  display: inline-block !important;
}
.tags_wr .tags .tag:hover {
  background: #6973e4;
  color: #fff;
}
.footer {
  background: #2b3b47;
}
.footer .footer_top {
  padding: 20px 0;
  background: #6973e4;
}
.footer .footer_top .wr .df {
  justify-content: space-around;
}
.footer .footer_top .wr .df li {
  display: block;
}
.footer .footer_top .wr .df li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
}
.footer .footer_top .wr .df li a:hover {
  color: #fec530;
}
.footer .footer_bottom {
  padding: 40px 0;
}
.footer .footer_bottom .wr > .df {
  align-items: center;
  justify-content: space-between;
}
.footer .footer_bottom .wr > .df .df_links a {
  color: #fec530;
}
.footer .footer_bottom .wr > .df .df_links a:hover {
  color: #fff;
}
.footer .footer_bottom .wr > .df .df_links a i.i_globe {
  background: url(../i/h_i_globe_.svg) 50% 50% no-repeat;
}
.footer .footer_bottom .wr > .df .df_links a i.i_pin {
  background: url(../i/h_i_map-pin_.svg) 50% 50% no-repeat;
}
.footer .footer_description {
  padding-bottom: 40px;
}
.footer .footer_description * {
  font-size: 12px;
  color: #fff;
}
.add_offer_box {
  max-width: 970px;
  margin: 0 auto;
  padding: 60px 100px 80px;
}
.page-template-page-order .add_offer_box .your-consent {
  text-align: center;
}
.article form .item input {
  width: 100%;
}
.article form .line {
  margin-bottom: 20px;
}
.article form .label {
  color: #516677;
  line-height: 1.3em;
  padding-bottom: 5px;
}
.article form .df {
  justify-content: space-between;
}
.article form .df .item {
  width: calc(50% - 15px);
}
.article form .df.df_3 .item {
  width: calc(33.333% - 20px);
}
#status {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  text-align: center;
  background: #fec530;
}
#status.error {
  background: #f23a30;
  color: #fff;
}
#status.success {
  background: #76af17;
  color: #fff;
}
#status.show {
  display: block !important;
  opacity: 1;
}
#status .df {
  align-items: center;
  justify-content: space-between;
}
#status .df .text {
  padding: 20px;
  width: calc(100% - 18px);
  text-align: left;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
}
#get_lang .article .title_5 a, #get_city .article .title_5 a {
  font-weight: bold;
  color: #6973e4;
}
#get_lang .article .title_5 a:hover, #get_city .article .title_5 a:hover {
  color: #a2d948;
}
.cursor_progress {
  cursor: progress !important;
}
.quiz_steps .title_2 {
  text-align: center;
}
.quiz_steps .step .title_4 {
  text-align: center;
}
.quiz_steps .step .subtitle {
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
.quiz_steps .step .progress_bar {
  margin: 30px auto;
  max-width: 550px;
  border-radius: 20px;
  min-height: 40px;
  position: relative;
  background: #f7f9fb;
  overflow: hidden;
}
.quiz_steps .step .progress_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #a2d948;
}
.quiz_steps .step .progress_bar span {
  line-height: 1.2em;
  padding: 10px;
  position: relative;
  text-align: center;
  display: block;
}
.quiz_steps .step .form_item_slider {
  max-width: 550px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.quiz_steps .step .form_item_slider .label_form {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
.quiz_steps .step .form_item_slider .quiz_term, .quiz_steps .step .form_item_slider .quiz_sum {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 24px;
}
.quiz_steps .step .form_item_slider .quiz_term span, .quiz_steps .step .form_item_slider .quiz_sum span {
  font-weight: bold;
}
.quiz_steps .step .form_item_slider .range_wr {
  margin-top: -10px;
}
.quiz_steps .step .form_item_checkbox_grid {
  flex-wrap: wrap;
  justify-content: center;
}
.quiz_steps .step .form_item_checkbox_grid .checkbox_item {
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  font-weight: bold;
}
.quiz_steps .step .form_item_checkbox_grid .checkbox_item input {
  display: none;
}
.quiz_steps .step .form_item_checkbox_grid .checkbox_item .df_label {
  border: 1px solid #eef2f4;
  border-radius: 10px;
  text-align: center;
  line-height: 1.5em;
  cursor: pointer;
  background: #f7f9fb;
  width: 100%;
  height: 100px;
  align-items: center;
  justify-content: center;
}
.quiz_steps .step .form_item_checkbox_grid .checkbox_item .df_label:hover {
  border-color: #76af17;
}
.quiz_steps .step .form_item_checkbox_grid .checkbox_item input:checked + span {
  border-color: #a2d948 !important;
  background: #a2d948 !important;
  color: #fff !important;
}
.quiz_steps .step input[type="submit"] {
  margin: 0 auto;
  display: block;
}
.quiz_steps .step .word_count {
  text-align: center;
  display: block;
  font-size: 12px;
  color: #c00;
  margin-bottom: 15px;
}
.quiz_steps_v2 {
  padding: 60px 50px 80px;
}
.quiz_steps_v2 .quiz_title_df {
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  align-items: center;
}
.quiz_steps_v2 .quiz_title_df .left {
  width: calc(100% - 210px);
  padding-right: 20px;
}
.quiz_steps_v2 .quiz_title_df .left .title_3 {
  padding-bottom: 20px;
}
.quiz_steps_v2 .quiz_title_df .left .sub_title {
  font-size: 20px;
  line-height: 1.4em;
  color: #536d82;
  padding-bottom: 35px;
}
.quiz_steps_v2 .quiz_title_df .left .desc {
  color: #6973e4;
  font-style: italic;
}
.quiz_steps_v2 .quiz_title_df .img_wr {
  width: 210px;
}
.quiz_steps_v2 .steps_indicator {
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 30px;
  overflow: hidden;
  justify-content: space-between;
}
.quiz_steps_v2 .steps_indicator li {
  line-height: 50px;
  height: 50px;
  background: rgba(184, 203, 218, 0.2);
  display: block;
  width: 20%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  color: #b8cbda;
  border: 1px solid rgba(184, 203, 218, 0.5);
}
.quiz_steps_v2 .steps_indicator li:first-child {
  border-radius: 10px 0 0 10px;
}
.quiz_steps_v2 .steps_indicator li:last-child {
  border-radius: 0 10px 10px 0;
}
.quiz_steps_v2 .steps_indicator li.current {
  background: #b3e75e;
  border-color: solid 1px rgba(118, 175, 23, 0.2);
  color: #fff;
}
.quiz_steps_v2 .steps_indicator li.done {
  border: solid 1px rgba(118, 175, 23, 0.2);
  color: #fff;
  background: #a2d948 url(../i/fo_check.svg) 16px 12px no-repeat;
}
.quiz_steps_v2 .article {
  padding-left: 50px;
  padding-right: 50px;
}
.quiz_steps_v2 .form_item_slider {
  padding: 30px;
  border-radius: 10px;
  border: 1px dashed #a2d948;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
}
.quiz_steps_v2 .form_item_slider .label_form {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.quiz_steps_v2 .form_item_slider .label_form i {
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.quiz_steps_v2 .form_item_slider .label_form i.i_sum {
  background: url(../i/fo_sum.svg) center center no-repeat;
}
.quiz_steps_v2 .form_item_slider .label_form i.i_term {
  background: url(../i/fo_term.svg) center center no-repeat;
}
.quiz_steps_v2 .form_item_checkbox_grid {
  flex-wrap: wrap;
  justify-content: center;
}
.quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_4 {
  padding-left: 35px;
  padding-right: 35px;
}
.quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_4 .checkbox_item {
  width: calc(25% - 30px);
}
.quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_3 .checkbox_item {
  width: calc(33.33% - 30px);
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item {
  width: calc(25% - 23px);
  margin: 0 15px 30px;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input {
  display: none;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 1px dashed #a2d948;
  padding: 30px 10px 90px;
  text-align: center;
  display: block;
  position: relative;
  cursor: pointer;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span span.df {
  align-items: center;
  justify-content: center;
  height: 50px;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span span.title {
  padding-top: 30px;
  display: block;
  line-height: 1.57em;
  font-size: 18px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 10px solid #fff;
  background-color: #a2d948;
  border-radius: 24px;
  box-shadow: 0 0 0 1px #a2d948;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 30px;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span svg {
  color: #EEF2F4;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input:checked + span {
  border: 1px solid #a2d948;
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input:checked + span:after {
  border: 10px solid #a2d948;
  background-color: white;
  box-shadow: 0 0 0 1px #a2d948, 0 2.8px 2.2px 0 rgba(0, 0, 0, 0.02), 0 6.7px 5.3px 0 rgba(0, 0, 0, 0.03), 0 12.5px 10px 0 rgba(0, 0, 0, 0.04), 0 22.3px 17.9px 0 rgba(0, 0, 0, 0.04), 0 41.8px 33.4px 0 rgba(0, 0, 0, 0.05), 0 100px 80px 0 rgba(0, 0, 0, 0.07);
}
.quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input:checked + span svg {
  color: #a2d948;
}
/*
.select2-container {
    width: 100% !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    padding-left: 17px !important;
    line-height: 50px !important;
}

.select2-container--default .select2-selection--single {
    line-height: 40px !important;
    height: 50px !important;
    border-color: $g1 !important;
}

.select2-dropdown {
    border-color: $g1 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 40px !important;
    height: 50px !important;
}
*/
.box_bg_bottom_article {
  padding: 90px 70px;
  margin-top: 100px;
}
.tabs_df {
  padding-top: 100px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tabs_df .tabs_nav {
  position: relative;
  width: 270px;
}
.tabs_df .tabs_nav ul {
  width: 100%;
  border: 1px solid #eef2f4;
  border-radius: 10px;
}
.tabs_df .tabs_nav ul.tabs-menu {
  position: sticky;
  top: 10px;
}
.tabs_df .tabs_nav ul li {
  display: block;
  border-bottom: 1px solid #eef2f4;
}
.tabs_df .tabs_nav ul li:last-child {
  border-bottom: none;
}
.tabs_df .tabs_nav ul li a {
  display: block;
  line-height: 1.2em;
  padding: 15px 25px 15px 40px;
  font-size: 16px;
  color: #516677;
  position: relative;
}
.tabs_df .tabs_nav ul li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6973e4;
  border-bottom: 2px solid #6973e4;
  background: transparent;
  position: absolute;
  left: 15px;
  top: 20px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tabs_df .tabs_nav ul li a:hover {
  color: #6973e4;
}
.tabs_df .tabs_nav ul li.current a {
  color: #2b3b47;
}
.tabs_df .tabs_nav ul li.current a:before {
  border-color: #a2d948;
}
.tabs_df .tab {
  width: calc(100% - 270px);
  padding-left: 30px;
}
.tabs_df .tab .box_bg {
  padding: 50px 60px;
}
.tabs_df .tab .tab-content + .tab-content {
  margin-top: 30px;
}
.tabs_df .rating_tab_top_df {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.tabs_df .rating_tab_top_df .img_wr {
  height: 80px;
  width: 220px;
  align-items: center;
  justify-content: center;
}
.tabs_df .rating_tab_top_df .img_wr img {
  margin: 0 auto;
}
.tabs_df blockquote {
  margin-top: 30px;
  margin-left: -60px;
}
.tabs_df .cols_df {
  justify-content: space-between;
}
.tabs_df .cols_df .col {
  width: calc(50% - 15px);
  border: 1px solid #eef2f4;
  padding: 20px;
  border-radius: 10px;
}
.tabs_df .cols_df .col.col_plus .title_5 {
  color: #a2d948;
}
.tabs_df .cols_df .col.col_minus .title_5 {
  color: #f23a30;
}
.single-offer .add_offer_box {
  margin-top: 50px;
}
.header_top_menu {
  padding-bottom: 20px;
}
.header_top_menu > ul {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.header_top_menu > ul > li {
  position: relative;
  display: block;
}
.header_top_menu > ul > li:last-child > a {
  padding-right: 0;
}
.header_top_menu > ul > li:last-child .sub-menu {
  min-width: auto;
  width: 100%;
  right: -10px;
  left: auto;
  text-align: right;
  min-width: 170px;
}
.header_top_menu > ul > li a {
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  align-items: center;
  position: relative;
  padding-right: 10px;
}
.header_top_menu > ul > li a span.icn {
  width: 20px;
  height: 20px;
}
.header_top_menu > ul > li a span.icn[data-icn="Брокеры"] {
  background: url(../i/ii_broker.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Онлайн займы"] {
  background: url(../i/ii_wallet.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Потребительские кредиты"] {
  background: url(../i/ii_money.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Ипотека"] {
  background: url(../i/ii_mortgage.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Кредитные карты"] {
  background: url(../i/ii_profits.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Вклады"] {
  background: url(../i/ii_money_1.svg) center center no-repeat;
}
.header_top_menu > ul > li a span.icn[data-icn="Страхование"] {
  background: url(../i/ii_warranty.svg) center center no-repeat;
}
.header_top_menu > ul > li a .title {
  padding-left: 10px;
  color: #748c9f;
}
.header_top_menu > ul > li a:hover .title {
  color: #6973e4;
}
.header_top_menu > ul > li .sub-menu {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 20px 30px 0 rgba(117, 139, 175, 0.15);
  border-top: 3px solid #a2d948;
  padding: 65px 15px 0 30px;
  position: absolute;
  z-index: 11;
  left: -20px;
  top: -30px;
  min-width: 220px;
  background: #fff;
}
.header_top_menu > ul > li .sub-menu li {
  padding-bottom: 20px;
  display: block;
}
.header_top_menu > ul > li .sub-menu li a {
  color: #748c9f;
  font-size: 12px;
  line-height: 1.2em;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.header_top_menu > ul > li .sub-menu li a:hover {
  color: #6973e4;
}
.header_top_menu > ul > li .sub-menu li a:before {
  content: "• ";
}
.header_top_menu > ul > li:hover > a {
  z-index: 12;
}
.header_top_menu > ul > li:hover .sub-menu {
  display: block !important;
}
body.rtl {
  direction: rtl;
}
body.rtl .header_box > a i {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .df_links a i {
  margin-right: 0;
  margin-left: 7px;
}
body.rtl .main_form .form_df .form_item {
  padding-right: 0;
  padding-left: 60px;
}
body.rtl select {
  background: #fff url(../i/carret.svg) no-repeat 17px center;
}
body.rtl .offers_listing_wr .offers_listing .offer .df_chars .item span {
  padding-right: 12px;
  padding-left: 0;
}
body.rtl .offers_listing_wr .offers_listing .offer .df_chars .item {
  padding-right: 0;
  padding-left: 60px;
}
body.rtl .rating_table_wr .rating_table thead tr th:first-child {
  border-radius: 0 10px 0 0;
}
body.rtl .rating_table_wr .rating_table thead tr th:last-child {
  border-radius: 10px 0 0 0;
}
body.rtl .rating_table_wr .rating_table tbody tr td:last-child:not(:nth-child(2)) {
  text-align: left;
}
body.rtl .quiz_steps_v2 .steps_indicator li:last-child {
  border-radius: 10px 0 0 10px;
}
body.rtl .quiz_steps_v2 .steps_indicator li:first-child {
  border-radius: 0 10px 10px 0;
}
body.rtl .quiz_steps_v2 .form_item_slider .label_form i.i_sum {
  margin-left: 10px;
  margin-right: 10px;
}
body.rtl .top_offers_wr .top_offers .item {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .top_offers_wr .top_offers .item:nth-child(4n) {
  margin-left: 0;
}
body.rtl .rating_table_wr .rating_table tbody tr td {
  text-align: center;
}
body.rtl .header_top_menu > ul > li a {
  padding-right: 0;
  padding-left: 10px;
}
body.rtl .header_top_menu > ul > li a .title {
  padding-right: 10px;
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  body.rtl .top_offers_wr .top_offers .item {
    margin-left: 0;
  }
  body.rtl .top_offers_wr .top_offers .item:nth-child(2n) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  body.rtl .top_offers_wr .top_offers .item:nth-child(2n) {
    margin-right: 0;
  }
}
#comments {
  margin-top: 50px;
}
#comments .comment-list {
  padding-bottom: 50px;
}
#comments .comment-list .comment + .comment {
  margin-top: 30px;
}
#comments textarea {
  display: block;
  margin-bottom: 20px;
}
#comments textarea + .df {
  margin-bottom: 20px;
  justify-content: space-between;
}
#comments textarea + .df .col {
  width: calc(33.33% - 13px);
}
#comments textarea + .df .col > label {
  display: block;
  padding-bottom: 10px;
}
#comments textarea + .df .col .stars label {
  display: block;
  cursor: pointer;
}
#comments textarea + .df .col .stars label + label {
  margin-left: 4px;
}
#comments textarea + .df .col .stars label input {
  display: none;
}
#comments textarea + .df .col .stars label i {
  font-size: 18px;
  color: orange;
}
#comments textarea + .df .col .stars label i.fa-star-o {
  color: grey;
}
.about_company > .df {
  align-items: center;
}
.about_company > .df .img_wr {
  width: 120px;
}
.about_company > .df .title_2 {
  width: calc(100% - 120px);
  padding-left: 30px;
  padding-bottom: 0;
}
.about_company .article {
  padding-top: 30px;
}
#wait_approval {
  margin: 20px 0;
  color: #a2d948;
  font-weight: bold;
}
.company_feedbacks {
  padding-bottom: 30px;
}
.company_feedbacks .box_bg {
  margin-top: 30px;
}
.company_feedbacks .box_bg .feedback {
  align-items: flex-start;
  justify-content: space-between;
}
.company_feedbacks .box_bg .feedback .img_wr {
  width: 120px;
  height: 120px;
  border: 2px solid #ccc;
  line-height: 120px;
  justify-content: center;
  align-items: center;
}
.company_feedbacks .box_bg .feedback .img_wr i {
  font-size: 60px;
}
.company_feedbacks .box_bg .feedback .img_wr.up {
  border-color: #a2d948;
}
.company_feedbacks .box_bg .feedback .img_wr.up i {
  color: #a2d948;
}
.company_feedbacks .box_bg .feedback .img_wr.down {
  border-color: #f23a30;
}
.company_feedbacks .box_bg .feedback .img_wr.down i {
  color: #f23a30;
}
.company_feedbacks .box_bg .feedback > .right {
  width: calc(100% - 120px);
  padding-left: 30px;
}
.company_feedbacks .box_bg .feedback > .right .title {
  justify-content: space-between;
  width: 100%;
}
.company_feedbacks .box_bg .feedback > .right .title .title_5 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.company_feedbacks .box_bg .feedback > .right .article {
  padding-top: 20px;
}
.company_feedbacks .box_bg .feedback > .right .rating i {
  font-size: 18px;
  color: orange;
}
.company_feedbacks .box_bg .feedback > .right .rating i.fa-star-o {
  color: grey;
}
.company_feedbacks .box_bg .feedback > .right .rating i + i {
  margin-left: 4px;
}
@media screen and (max-width: 1200px) {
  .header_top_menu a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .tablet_hide {
    display: none;
  }
  .wr {
    max-width: 768px;
  }
  .title_1, .article h1 {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .title_2, .article h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .title_3, .article h3 {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .title_4, .article h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .title_5, .article h4, .article h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .main_form p {
    font-size: 14px;
  }
  .box_bg {
    padding: 25px !important;
  }
  .main_block {
    min-height: 400px;
  }
  .main_block .img_bg {
    height: 400px;
  }
  .main_block .box_left .btn_wr {
    margin-top: 10px;
  }
  form button[type="submit"], form input[type="submit"], form .wpcf7-submit, .btn_wr button, .btn_wr a.btn, .btn_wr button.btn_icn, .btn_wr a.btn.btn_icn {
    line-height: 1.2em;
    padding: 15px 20px !important;
    height: auto;
    font-size: 14px;
  }
  .btn_wr button.btn_icn i, .btn_wr a.btn.btn_icn i {
    display: none;
  }
  .tags_wr .tags .tag {
    padding: 15px;
    line-height: 1.2em;
    height: auto;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .main_form .form_df .form_item {
    width: calc(100% - 180px);
  }
  .main_form .form_df .btn_wr {
    width: 180px;
  }
  .top_offers_wr .top_offers .item {
    width: calc(50% - 15px);
    margin-right: 0;
  }
  .top_offers_wr .top_offers .item:nth-child(2n) {
    margin-left: 30px;
  }
  .box_bg_bottom_article {
    margin-top: 60px;
  }
  .tabs_df, .faq_wr, .rating_table_wr, .home .top_offers_wr {
    padding-top: 60px;
  }
  .top_offers_wr + .category_filter_wr {
    padding-top: 40px;
  }
  .offers_listing_wr {
    padding-top: 30px;
  }
  .header_box.open .logo_wr {
    display: none !important;
  }
  .header_box.open .menu_hided .menu li {
    padding-left: 20px;
  }
  .header_box.open .menu_hided .menu {
    padding-right: 60px;
  }
  .header_box .df_links, .header_box > a i {
    display: none;
  }
  .logo_wr {
    width: 120px;
  }
  .quiz_steps .step .form_item_slider {
    padding-bottom: 30px;
  }
  .footer .footer_bottom {
    padding: 20px 0;
  }
  .offers_listing_wr .offers_listing .offer .df_chars .item {
    padding-right: 30px;
  }
  .rating_table_wr .rating_table thead tr th:last-child, .rating_table_wr .rating_table thead tr th:first-child, .rating_table_wr .rating_table tbody tr td:last-child, .rating_table_wr .rating_table tbody tr td:first-child {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
  .rating_table_wr .rating_table tbody tr td, table:not(.table_light) tbody tr:first-child td {
    font-size: 14px;
  }
  table:not(.table_light) tbody tr:first-child td, table:not(.table_light) tbody tr td {
    padding: 15px;
  }
  .author_box_v2 {
    float: none;
    margin-bottom: 30px;
  }
  .tabs_df blockquote {
    margin-left: 0;
  }
  .tabs_df {
    display: block;
  }
  .tabs_df .tab {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .tabs_df .tabs_nav {
    width: 100%;
  }
  .rating_table_wr .rating_table tbody tr td .img_wr {
    width: 100px;
  }
  table:not(.table_light) thead tr th {
    padding: 15px;
    text-align: left !important;
    font-size: 14px;
  }
  .rating_table_wr .rating_table tbody tr td .img_wr {
    margin: 0;
  }
  .rating_table_wr .rating_table tbody tr td .title {
    text-align: left;
  }
  #mobile_menu {
    position: absolute;
    width: 100%;
    top: 100px;
    z-index: 10;
  }
  #mobile_menu.open {
    display: block !important;
  }
  #mobile_menu .wr .mobile_menu_wr {
    border-radius: 10px;
    padding: 30px;
    background: #6973e4;
  }
  #mobile_menu .wr .mobile_menu_wr ul + ul {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 10px;
  }
  #mobile_menu .wr .mobile_menu_wr ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }
  #mobile_menu .wr .mobile_menu_wr ul li a {
    color: #fff;
    font-weight: bold;
  }
  #mobile_menu .wr .mobile_menu_wr ul li a:hover {
    opacity: 0.7;
  }
  #mobile_menu .wr .mobile_menu_wr ul ul {
    padding-top: 10px;
    padding-left: 20px;
  }
  #mobile_menu .wr .mobile_menu_wr ul ul li a {
    font-size: 12px;
  }
  .header {
    padding: 15px 0 30px;
  }
  .header_box.open .menu_hided {
    display: none !important;
  }
  .header_box.open .btn_wr, .header_box.open .logo_wr {
    display: inline-block !important;
  }
  .quiz_steps_v2 .steps_indicator li.done {
    background-image: none !important;
  }
  .quiz_steps_v2 .form_item_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .quiz_steps_v2 .article, .quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_4, .quiz_steps_v2 .steps_indicator, .quiz_steps_v2 .quiz_title_df {
    padding-left: 0;
    padding-right: 0;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span span.title {
    font-size: 14px;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item {
    margin: 0 10px 20px;
  }
  .quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_4 .checkbox_item {
    width: calc(25% - 20px);
  }
  .quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_3 .checkbox_item {
    width: calc(33.33% - 20px);
  }
  .quiz_steps_v2 .form_item_slider {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mobile_hide {
    display: none;
  }
  .mobile_show {
    display: block;
  }
  .wr {
    max-width: 440px;
  }
  .main_block {
    padding-top: 0;
    min-height: 0;
    padding-bottom: 30px;
  }
  .main_block .box_left {
    width: 100%;
  }
  .main_block .img_bg {
    display: none;
  }
  .title_1, .article h1 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .title_1 br, .article h1 br {
    display: none;
  }
  .title_2, .article h2 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .title_3, .article h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .title_4, .article h2 {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .title_5, .article h4, .article h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .main_form .form_df {
    display: block;
  }
  .main_form .form_df .form_item {
    padding-right: 0;
    width: 100%;
  }
  .main_form .form_df .btn_wr {
    padding-top: 30px;
  }
  .top_offers_wr .top_offers .item {
    width: 100%;
    margin-bottom: 0;
  }
  .top_offers_wr .top_offers .item:nth-child(2n) {
    margin-left: 0;
  }
  .top_offers_wr .top_offers .item {
    box-shadow: none !important;
  }
  .slick-dots {
    padding-top: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slick-dots li {
    margin: 0 5px;
    display: block;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #eef2f4;
    text-indent: -9999px;
    border: none;
    appearance: none;
  }
  .slick-dots li.slick-active button {
    background: #6973e4;
  }
  .category_filter_wr select {
    line-height: 48px;
    height: 50px;
  }
  .offers_listing_wr .offers_listing .offer .offer_top_df .img_wr + .right {
    width: calc(100% - 50px);
    display: block;
  }
  .offers_listing_wr .offers_listing .offer .offer_top_df .img_wr {
    width: 50px;
  }
  .offers_listing_wr .offers_listing .offer > .article {
    padding: 20px 0;
  }
  .offers_listing_wr .offers_listing .offer .df_chars .item {
    padding-right: 20px;
    padding-bottom: 10px;
  }
  .table_wr, .rating_table {
    overflow-x: scroll !important;
  }
  .table_wr table, .rating_table table {
    width: 750px !important;
  }
  .tabs_df, .faq_wr, .rating_table_wr, .home .top_offers_wr {
    padding-top: 40px;
  }
  .tags_wr .tags .tag {
    font-size: 12px;
    padding: 10px;
  }
  .df_links {
    display: none;
  }
  .popup {
    padding: 25px;
    width: 280px;
  }
  .article form .df {
    display: block;
  }
  .article form .df .links {
    padding-top: 20px;
  }
  .article form .df.df_3 .item, .article form .df .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .quiz_steps .step .form_item_checkbox_grid {
    display: block;
  }
  .quiz_steps .step .form_item_checkbox_grid .checkbox_item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .quiz_steps .step .form_item_checkbox_grid .checkbox_item .df_label {
    min-height: 50px;
    height: auto;
  }
  .quiz_steps .step .form_item_checkbox_grid .checkbox_item .df_label br {
    display: none;
  }
  .page-template-page-order .add_offer_box .your-consent {
    text-align: left;
  }
  .article form .df.df_3 .item, .article form .df .item {
    margin-bottom: 10px;
  }
  .main_block .box_left .author_box {
    padding: 20px 0 10px;
  }
  .tabs_df .rating_tab_top_df {
    display: block;
  }
  .tabs_df .cols_df {
    display: block;
  }
  .tabs_df .cols_df .col {
    width: 100%;
  }
  .tabs_df .cols_df .col + .col {
    margin-top: 20px;
  }
  .article blockquote {
    padding: 20px;
    border-left-color: #6973e4;
  }
  .article blockquote:before {
    display: none;
  }
  table:not(.table_light).table_v2 thead tr th {
    text-align: left !important;
    padding: 15px;
    font-size: 14px;
  }
  .btn_wr a.btn_sm {
    padding: 0 15px;
  }
  .quiz_steps_v2 .quiz_title_df .left {
    width: 100%;
    padding-right: 0;
  }
  .quiz_steps_v2 .quiz_title_df .left .sub_title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .quiz_steps_v2 .quiz_title_df .img_wr {
    display: none;
  }
  .quiz_steps_v2 .quiz_title_df .left .desc {
    padding-bottom: 20px;
    font-size: 11px;
  }
  .quiz_steps_v2 .steps_indicator li {
    font-size: 12px;
  }
  .quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_3 .checkbox_item, .quiz_steps_v2 .form_item_checkbox_grid.form_item_checkbox_grid_4 .checkbox_item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span span.df {
    display: none;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span {
    padding: 20px;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span span.title {
    padding-top: 0;
    font-weight: bold;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input:checked + span .title {
    color: #a2d948;
  }
  .quiz_steps_v2 .form_item_checkbox_grid .checkbox_item input + span:after {
    display: none;
  }
  .quiz_steps_v2 .form_item_slider .label_form i {
    display: none;
  }
  .quiz_steps_v2 .form_item_slider .label_form {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  #comments {
    margin-top: 30px;
  }
  #comments .comment-list {
    padding-bottom: 30px;
  }
  #comments .comment-list .comment + .comment {
    margin-top: 20px;
  }
  #comments textarea {
    display: block;
    margin-bottom: 20px;
  }
  #comments textarea + .df {
    margin-bottom: 0;
    display: block;
  }
  #comments textarea + .df .col {
    margin-bottom: 20px;
    width: 100%;
  }
  .company_feedbacks .box_bg .feedback .img_wr {
    display: none;
  }
  .company_feedbacks .box_bg .feedback > .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 350px) {
  .header_box .left #mmenu {
    margin-right: 10px;
  }
  .logo_wr {
    width: 110px;
  }
  .header .btn_wr a.btn_sm {
    font-size: 10px;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    border: none;
  }
  .quiz_steps_v2 .steps_indicator li {
    font-size: 10px;
  }
  .quiz_steps_v2 .steps_indicator li {
    line-height: 30px;
    height: 30px;
    border: none !important;
  }
}
