/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}
:root {
  --primary: #FF7B0D;
}  

/*
Main content
*/
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  font-style: normal;
}
.navbar-brand img {
  width: 81px;
  height: auto;
  z-index: 1000;
}
.navbar-brand {
   color: var(--primary);
   font-size: 12px;
   display: flex;
   align-items: center;
}
.navbar-brand:hover {
  color: var(--primary);
}
.navbar-header {
    width: 100%;   
    background: rgb(0, 0, 0, 0.7);
    position: absolute;
    z-index: 10;
}
.navbar-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-header .navbar-nav a {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.navbar-header .navbar-nav a:hover{
  color: var(--primary);
}
.page_banner {
  display: flex;
  align-items: center;
  height: 70vh !important;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 


#banner {
  height: 100vh;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_content {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.banner_title {
  color: var(--primary);
  font-size: 40px;
  font-weight: 600;
  padding: 0 80px;
  line-height: 100%;
}
h2 {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 100%;
}
h3 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
  line-height: 109%;
}
h2 span {
  color: var(--primary);
}
.banner_description {
  color: #fff;
  font-size: 20px;
  line-height: 100%;
}
a.btn {
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  border-radius: 100px;
  font-weight: 500;  
}
.banner_under_button {
  color: #B4B4B4;
  font-size: 12px;
  font-weight: 600;
}
.banner_content .btn {
  text-transform: uppercase;
  padding: 18px 34px;
  font-weight: 600; 
  position: relative;
}
.banner_content .btn:after {
  content: url('../img/banner_arrow.svg');
  position: absolute;
  right: -100px;
  bottom: -25px;
}
.navbar-header.is-sticky{
  position:fixed!important;
  z-index:1000;
  top:0;
  right:0;
  left:0;
  box-shadow:2px 7px 5px rgba(0,0,0,.1)
}
a.btn.phone {
  padding: 4px 29px;
}
.adv {
  border: solid 2px var(--primary);
  border-radius: 10px;
  min-height: 294px;
}
.adv h4 {
  font-size: 25px;
  font-weight: 600; 
  line-height: 100%;
  color: #000; 
}
.adv p {
  font-size: 20px;
  font-weight: 500; 
  line-height: 104%;
  color: #000; 
}
.adv:hover {
  background: #000;
}
.hover_part {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500; 
  line-height: 104%;
}
.adv:hover .visible_part {
  display: none;
}
.adv:hover  .hover_part {
  display: block;
}
#who th {
  font-size: 25px;
  font-weight: 600; 
  line-height: 100%;
  vertical-align: top;
}
#who th span{
  color: var(--primary);
}
#who td.who {
  font-size: 25px;
  font-weight: 600; 
  line-height: 100%;
  vertical-align: bottom;
}
#who td.descript {
  font-size: 20px;
  font-weight: 500; 
  line-height: 104%;
  vertical-align: bottom;
}
#who td {
  height: 100px;
}
#who td.button a{
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 20px;
  font-weight: 600; 
  line-height: 100%;
  width: 100%;
   height: 54px;
   display: flex;
   justify-content: center;
   align-items: center;
}
#who td.button {
   vertical-align: bottom;
}

.what_exist {
  font-size: 25px;
  font-weight: 500; 
  line-height: 109%;
}
.what_exist.top span{
  position: relative;
}
.what_exist.top span:after{
  position: absolute;
  content: url('../img/line.svg');
  right: -29px;
  bottom: -15px;
}
.what_exist.bottom span {
  color: var(--primary);
}
.what_exist_block {
  position: relative;
  margin-bottom: 75px;
}
.what_exist_title {
  font-size: 25px;
  font-weight: 600; 
  line-height: 100%;
  color: #fff;
  background: var(--primary);
  border-radius: 15px;
  padding: 21px 32px;
  width: 100%;
  position: absolute;
  bottom: -67px;
}
.what_exist_block img {
  width: 100%;
  transition: transform 0.3s ease;
}
.what_exist_block img:hover{
  transform: scale(1.1);
}
.steps_header {
align-items: center;
}
#steps h2.pt-3 {
    padding-right: 50px;
}
.step_button {
    text-align: right;   
    position: relative; 
}
.step_button:before {
  content: url('../img/step_arrow.svg');
  position: absolute;
  left: 68px;
  bottom: -122px;
}
.step_button .btn {
  font-size: 25px;
  font-weight: 600; 
  line-height: 100%;
  width: 73%;
  padding: 13px;
}
.step {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer;
}
.step_name {
    display: flex;
    align-items: center;
    border-radius: 17px;
    border: solid 2px var(--primary);
    padding: 31px 25px;
    width: 88%;
    margin-right: 15px;
}
.step .num {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 50px;
  font-weight: 600; 
  color: var(--primary);
  padding-right: 25px;
}
.step .name {
  font-size: 29px;
  font-weight: 600; 
  line-height: 100%;
  width: 75%;
}
.step_icon {
  background: var(--primary);
  border-radius: 17px;
  width: 124px;
  height: 124px;
  text-align: center;
  padding-top: 20px;
  position: relative;
}
.step.show .hint {
  display: block;
}
.hint {
  display: none;
  position: absolute;
  right: 125px;
  top: -6px;
  background: #AEAEAE;
  color: #fff;
  font-size: 16px;
  line-height: 111%;
  height: 138px;
  width: 350px;
  padding: 27px;
  text-align: left;
  border: solid 2px #fff;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.32);
  border-radius: 9px;
  transition: 1s;
}
.tail {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 20px;
  background: #aaa;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translateY(-50%) rotate(45deg);
  border-top-right-radius: 8px;
}
.video {
   background: var(--primary);
   border-radius: 20px;
   padding: 23px;
}
.button-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-box .btn {
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 80px;
  border-radius: 100px;
}
.calculator-result h3, .calculator-result span {
  font-size: 29px;
  font-weight: 600; 
  line-height: 100%;
}
.calculator-result span {
  color: var(--primary);
}
.kava_header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.kava_header h2 {
  position: relative;
}
.kava_header h2:after {
  position: absolute;
  content: url('../img/kava_arrow.svg');
  right: -250px;
  bottom: 0px;
}
.kava_header .btn {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  padding: 19px 97px;
}
.kava-post {
  border: solid 2px var(--primary);
  border-radius: 15px;
  padding-bottom: 25px;
}
h4.post-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 104%;
  text-align: center;
  padding: 18px 24px;
}
.prices {
    display: flex;
    align-items: center;
    justify-content: center;
}
.old_price {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 28px;
  line-height: 110%;
  font-weight: 600; 
  text-decoration: line-through;
}
.new_price {
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 40px;
  font-weight: 600; 
  color: var(--primary);
  line-height: 100%;
  min-height: 80px;
}
#kava .butons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
 .butons .btn {
    text-transform: lowercase;
    font-size: 15px;
    font-weight: 600;
    width: 170px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
}
h2.why_header, #testimonials h2, #faq h2, #contacts h2 {
  padding-top: 70px;
}
h2.why_header span, #testimonials h2 span{
  position: relative;
}
h2.why_header span:after {
  position: absolute;
  content: url('../img/highlight.svg');
  right: -129px;
  bottom: -45px;
}
#testimonials h2 span:after {
  position: absolute;
  content: url('../img/highlight.svg');
  right: -129px;
  bottom: -19px;
}
#why table {
  margin-top: 70px;
}
#why table td, #why table th {
  height: 100px;
}  
#why table th {
  font-size: 30px;
  font-weight: 700; 
  line-height: 100%;
  text-align: center;
}
#why table th.fast {
  color: var(--primary);
  position: relative;
}
#why table th.fast:before {
  position: absolute;
  content: url('../img/why_arrow.svg');
  left: -270px;
  bottom: 12px;
}
#why table td.why_1 div{
  background: var(--primary);
  border-radius: 10px;
  font-size: 30px;
  font-weight: 600; 
  color: #fff;
  height: 84px;
  line-height: 100%;
  display: flex;
  align-items: center;
  padding: 0 14px;
  margin-right: 15px;
}
#why table td.why_1 div img {
  margin-right: 10px;
}
.yes, .no {
  width: 46px;
  height: 46px;
  text-align: center;
  margin: 0 auto;
}
.yes {
  background: url('../img/yes.png') no-repeat;
}
.no {
  background: url('../img/no.png') no-repeat;
}
#why table td.why_2, #why table td.why_3, #why table td.why_4 {
   font-size: 30px;
  font-weight: 500; 
  line-height: 100%;
   border-color: rgba(128, 128, 128, 1);
}
#why table td.why_2 {
  color: var(--primary);  
}
#why table td.why_2, #why table td.why_3 {
   border-width: 1px 1px 1px 0;
}
#why table td.why_4 { 
  border-width: 1px 0 1px 0;
}  
 #why table tr:last-child td {
    border-bottom: none;
}
#why table th.classic { 
  border-width: 0px 1px 0 1px;
  border-color: rgba(128, 128, 128, 1);
}  
.adv_block {
  align-items: center;
  margin-top: 70px;
}
.icon_block {
    display: flex;
    align-items: flex-end;
    font-size: 40px;
   font-weight: 500; 
   margin-bottom: 10px;
}
.adv_block p {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
}
.owl-nav {
    position: absolute;
    top: -79px;
    right: 0px;
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.owl-prev, .owl-next {
  width: 32px;
  height: 32px;
}
.owl-prev {
  background: url('../img/prev1.png');
}
.owl-next {
  background: url('../img/next1.png');
}
.testimon {
  border: solid 2px var(--primary);
  border-radius: 15px;
 padding: 20px;
 min-height: 358px;
}
.testimon_photo {
  width: 104px;
}
.testimon_top {
  display: flex;
  justify-content: space-between;
}
.testimon_date {
  width: 90px;
   font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
}
.testimon_name {
   font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.testimon_title {
   font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  margin: 10px 0;
}
.testimon_text {
   font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
#faq h2 span{
  position: relative;
}
#faq h2 span:after{
  position: absolute;
  content: url('../img/faq_arrow.svg');
  right: -144px;
  bottom: 0px;
}
.faq_item  {
  border-top: solid 1px var(--primary);
  width: 100%;
  padding: 15px 0;
}
.question button {
    background: none;
    border: none;
    text-align: left;
   font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}
.question button:before{
  position: absolute;
  content: url('../img/polygon.svg');
  left: 0px;
  bottom: 20px;
}
.bottom_banner {
  background: var(--primary);
  width: 100%;
  border-radius: 29px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  color: #fff;
  padding: 50px;
  position: relative;
  margin: 70px 0;
}
.bottom_banner span{
  color: #000;
}
.bottom_banner_button a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
    background: #000;
  border-radius: 100px;
  width: 389px;
  height: 59px;
  text-align: center;
  display: block;
  padding: 8px 60px;
}
.bottom_banner_button {
  position: absolute;
  right: 97px;
  bottom: 49px;
}
#seo h2 {
  margin-bottom: 30px;
}
#seo p {
  font-size: 25px;
  font-weight: 500;
  line-height: 105%;
  margin-bottom: 30px;
}
#seo span {
  color: var(--primary);
}
#contacts .name {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}
#contacts .phone {
  font-size: 30px;
  font-weight: 500;
  line-height: 100%;
  padding: 9px 27px;
}
a.btn.mail {
    width: 43%;
    margin: 0 auto;
    padding: 2px 5px;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 30px;
    font-weight: 500;
}
.special-card {
    position: relative;
}
.single-post-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    border: 1px solid black;
}
.single-post-img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.single-post-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.single-post-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single-post-title {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
}
.single-post-date, .single-post-title {
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 5px 15px;
    border-radius: 20px;
    color: white;
    line-height: normal;
    text-align: center;
}
.logo.footer_logo img {
    width: 150px;
    z-index: 1;
}
.footer_menu a, .footer_menu_2 a {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.footer_menu a:hover, .footer_menu_2 a:hover {
  color: var(--primary);
}
.footer_menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_menu li {
  padding: 0 5px;
}
.footer_menu_2 ul {
    text-align: right;
}
.modal-body {
  margin-top: -32px;
}
.modal-header {
  border-bottom: none;
}
.modal-body label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.modal-body p {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
}
button.btn-close {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 100;
}
.modal-content, .modal-header {
    border-radius: 40px;
    padding: 20px;
}
.modal-content input {
  width: 100%;
  height: 40px;
  border: solid 1px var(--primary);
  border-radius: 1000px;
  margin-top: 5px;
}
.wpcf7-submit {
  background: var(--primary);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.wpcf7-acceptance input {
  width: initial;
  height: initial;
}
span.wpcf7-list-item-label {
   font-size: 10px;
  font-weight: 500;
  line-height: 111%;
}
input[type="checkbox"] {
  position: absolute !important;
  left: -5px;
  top: -26px;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

input[type="checkbox"]:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid #fff; 
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.lang {
    display: flex;
    margin-right: 25px;
}
.lang a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
}
.lang-item-pl img {
    content: url('../img/pl.png');
}
.lang-item-uk img {
    content: url('../img/ua.png');
}
.lang-item-ru img {
    content: url('../img/ru.png');
}
.lang-item-en img {
    content: url('../img/en.png');
}
.footer_content .lang a {
    color: #000;
    font-weight: 600;
   font-size: 15px;
}
.lang li {
  list-style-type: none;
  padding: 0 10px;
}
.mobil_phone, .btn.phone_mobil, .social.mobil, .lang.mobil, .who_mobil, .backToTop {
  display: none;
}
.owl-about_mobil, .owl-what_mobil, .owl-advantages-mobil, .owl-blog-mobil {
    display: none !important;
}
.why_1  label {
  display: none;
} 
#content {
    padding-top: 120px;
}
ul.params {
  padding-left: 0px;
  margin: 30px 0;
}
ul.params li {
   font-weight: 500;
   font-size: 25px;
   list-style-type: none;
   margin-bottom: 10px;
   line-height: 111%;
}
ul.params li span {
  color: var(--primary);
}
.kava_butons {
  display: flex;
}
.kava_butons .btn {
    padding: 10px 20px;
    margin-right: 10px;
}
.kava_content {
  font-size: 25px;
  font-weight: 500;
  line-height: 111%;
}
.kava_content span {
  color: var(--primary);
  font-weight: 600;
}
#kava .hidden, .calk_mobil {
  display: none;
}


/*
Toogle button
*/
@media (max-width: 992px) {
.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}
.step_icon {
    position: absolute;
    height: 103px;
    width: 103px;
    padding-top: 8px;
}
.step .name {
        font-size: 18px;
        padding-right: 30px;
}
.video {
   padding: 12px;
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 29px;
  height: 37px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 29px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after, .custom_nav-container .navbar-toggler[aria-expanded="true"] span{
  color: var(--primary);
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
      }

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
           background-color: var(--primary);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
  background-color: var(--primary);
}
.navbar-header .container-fluid {
justify-content: flex-end;
padding-left: 0px;
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000; 
    z-index: 999;
    padding: 2rem;
    overflow-y: auto;
    transition: all 0.3s ease;
    padding-top: 70px;
  }

  .fullscreen-menu ul {
    flex-direction: column;
    width: 100%;
  }

  .fullscreen-menu.show {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    background: #000;
  }

  .fullscreen-menu .nav-item {
    margin-bottom: 2rem;
  }
.navbar-header  a.btn.phone {
    display: none;
}
.lang {
    display: none;
}
.navbar-header .navbar-nav a {
  font-size: 25px;
  font-weight: 600;
}
.mobil_phone {
  display: block;
}
.btn.phone_mobil {
  display: block;
  width: 100%;
}
.lang.mobil {
  display: flex;
  margin-right: 0px;
  margin-bottom: 30px;
}
.social.mobil {
  display: flex;
}
.fullscreen-menu .social img {
    width: 45px;
}
.owl-about_mobil {
  display: block !important;
  margin-top: 80px;
}
.owl-what_mobil, .owl-advantages-mobil, .owl-blog-mobil {
  display: block !important;
  margin-top: 80px;
}
.owl-about_mobil img {
  width: 89px !important;
}
.owl-about_mobil h4 {
  font-size: 20px !important;
}
.owl-about_mobil p {
  font-size: 15px !important;
}
.about_desktop, #who table, .blog_desktop {
  display: none;
}
.who_mobil {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-content: space-between;
}
.who_mobil_title {
    display: flex;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-top: 30px;    
}
.who_mobil_title .who_title, .who_mobil_block .block_1 {
    width: 30%;
}
.who_mobil_title .who_situation, .who_mobil_block .block_2 {
    width: 70%;
}
.who_mobil_block {
  display: flex;
  margin-top: 8px;
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: solid 1px var(--primary);
}
.who_mobil_block .block_1 {
  color: var(--primary);
  font-weight: 700;
  font-size: 15px;
}  
.who_mobil_block .block_2 {
  color: #000;
  font-weight: 500;
  font-size: 15px;
  line-height: 104%;
} 
.who_mobil_block .block_2 .btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding-top: 10px;
}  
.what_exist {
    font-size: 15px;
    text-align: left !important;
}
.what_exist.top span:after {
  display: none;
}
.what_desktop {
  display: none;
}
.what_exist.bottom {
  font-size: 20px;
  font-weight: 600;
  text-align: center !important;
}
.step_button a {
    width: 100% !important;
    font-size: 18px;
}
.step_name {
  width: 100%;
}
.step {
  flex-direction: column-reverse;
  align-items: flex-end;
}
.step_name {
  margin-right: 0px;
}
.step .name {
    font-size: 20px;
}
.hint {
  height: 240px;
  width: 220px;
  top: -62px;  
}
.step_button:before {
  bottom: -163px;
}
.video.wow.fadeInUp.mt-5 iframe {
    height: 260px;
}
.button-box {
    flex-direction: column;
}
.button-box .btn {
  font-size: 14px;
}
.calculator-result h3, .calculator-result span {
    font-size: 18px;
} 
.kava_header h2:after{
  display: none;
}
.kava_header .btn {
    font-size: 14px;
    width: 223px;
    height: 40px;
    padding: 8px 0px;
}   
.what_exist_title {
    width: 100%;
    bottom: -20px;
}    
#why table th.fast:before {
  display: none;
}
h2.why_header span:after {
    display: none;
}
h2.why_header {
  padding-top: 0px;
}
.why_1  label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding-bottom: 5px;
} 
td.why_1 span {
    display: none;
}
#why table td.why_1 div img {
    margin-right: 0px;
    width: 52px;
}
#why table td.why_1 div {
    height: 70px;
    width: 70px;
}    
#why table th {
    font-size: 14px;
 }
 #why table td.why_2, #why table td.why_3, #why table td.why_4 {
    font-size: 13px;
}    
.advantag {
  display: none;
}
.owl-advantages-mobil .icon_block img {
  width: 121px;
}
.icon_block {
    justify-content: center;
}
.adv_block p {
  font-size: 25px !important;
  text-align: center;
}
#sertificates .owl-nav {
    top: -41px;
}    
#testimonials h2 span:after {
    display: none;
}
.bottom_banner_button {
  position: static;
  margin-top: 15px;
}
.bottom_banner_button a {
  width: 100%;
}
.bottom_banner {
  font-size: 25px;
}
.bottom_banner_button a {
  font-size: 15px;
  padding: 15px 0px;
}
section#blog {
    margin-top: 0px !important;
}
#seo p {
    font-size: 15px;
 } 
 #contacts .phone {
    margin-bottom: 20px;
 }  
 a.btn.mail {
  width: 90%;
  font-size: 20px;
 }   


}

@media (max-width: 767px) {
.calk_mobil {
  display: block;
}
.calk_desktop, .step_button:before {
  display: none;
}
.calculator-result {
  width: calc(25% - 10px) !important;
}
a.btn.calk_mobil {
    float: right;
    width: 274px;
}
.calculator-result h3, .calculator-result span {
        font-size: 15px;
 }

}
@media (max-width: 600px) {
      #why table td.why_1 div img {
        margin-left: -5px;
    }
    #why table th {
        padding: 0 5px;
        vertical-align: top;
        height: 50px;
    }
   .step .name {
        font-size: 16px;
        padding-right: 25%;
        min-height: 90px;
    }

    .step_icon {
    height: 120px;
    padding-top: 17px;
    margin-bottom: 15px;
    margin-right: 10px;
}
.hint {
    right: 100px;
 }   
  .why_1 label {
    font-size: 10px;
   }     
  #contacts .social img {
  margin-bottom: 15px;
 }
 .footer_menu {
    display: none;
}
.footer_menu_2 a {
    font-size: 10px;
}
.footer_content {
   flex-wrap: nowrap;
}
.logo.footer_logo img {
    width: 124px;
}

.banner_title {
    font-size: 25px;
    padding: 0px;
}
.banner_description {
  font-size: 15px;
}
.banner_content a.btn {
  font-size: 15px;
  margin-top: 50px !important;
}
.banner_under_button {
  font-size: 9px;
}
.banner_content .btn:after {
    content: url(../img/banner_mobil_arrow.svg);
    position: absolute;
    right: -50px;
    bottom: 12px;
}
h2 {
    font-size: 25px;
} 
#about h3 {
    font-size: 15px;
}  
.video.wow.fadeInUp.mt-5 iframe {
    height: 200px;
}  
.social a {
  margin: 0px !important;
}
.backToTop {
   display: block;
}
.backToTop img{
  width:66px;
  height: 66px;
}
section#contacts {
    margin-bottom: 10px !important;
}
.calculator-big-result span {
    font-size: 18px !important;
}

}  

@media (max-width: 450px) {
.result_block {
    padding: 0 20px !important;
}
.calculator-result h3 {
        font-size: 12px;
    }
 .calculator-big-result span {
    font-size: 16px !important;
}   
a.btn.calk_mobil {
        width: 220px;
        font-size: 16px;
    }
}  
@media (max-width: 390px) {
    .calculator-result h3 {
        font-size: 11px;
    }

}  