html, body
 {
  position: relative;

  margin: 0px;

  min-width: 320px;
  height: 100%;
  padding: 0px;

  background-color: #ffffff !important;

  font-size: 16px;
  font-family: "Rubik", "Arial", sans-serif;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
 }

.global_wrap
 {
  overflow-x: hidden;
 }

.main
 {
  margin: auto;

  max-width: 1440px;
  width: 100%;

  padding-top: 20px;
 }

.bottom_area
 {
  padding-bottom: 100px;

  background-color: #f3f5f8;
 }

.btn_partners
 {
  display: inline-block;
  vertical-align: middle;

  margin: 3px;

  padding: 10px;
  border-radius: 4px;

  background-color: #0074ff;

  text-align: center;

  cursor: pointer;
 }

.btn_partners:hover
 {
  background-color: #0069e7;
 }

/* Служебный стиль, чтобы не было "выпадания" при использовании float'а
   у блока с картинкой.

   Не трогать и не менять, если не понимаете, что именно делаете.
*/
 .clear
  {
   clear: both;
  }

/* Header.
*/
 .header
  {
   position: relative;

   margin: auto;
   margin-bottom: 20px;

   width: 80%;
  }

 .logo_link
  {
   display: inline-block;

   margin-top: 10px;
   margin-right: 20px;

   user-select: none;

   cursor: pointer;
  }

 .logo_link img
  {
   width: 200px;
  }

 .contact_wrap
  {
   float: right;
  }

 .phone
  {
   text-decoration: none;

   font-weight: 500;
   color: #1b1d1e;
  }

 .whatsapp_partners, .telegram_partners, .max_partners
  {
   width: 54px;
   height: 54px;
   padding: 0px;

   background-repeat: no-repeat;
   background-position: center center;
  }

 .whatsapp_partners
  {
   margin-left: 20px;

   background-image: url("pic/whatsapp.svg");
  }

 .max_partners
  {
   margin-left: 20px;

   background-image: url("/local/templates/rentavik/img/max_messenger_white.png");
   background-size: contain;
  }

 .max_partners:hover
  {
   filter: brightness(1.2);
  }

 .telegram_partners
  {
   background-image: url("pic/telegram.svg");
  }

 .call_partners
  {
   width: 184px;
   height: 54px;

   line-height: 2;

   box-sizing: border-box;

   color: #ffffff;
  }


 /* Burger.
 */
  .burger_checkbox
   {
    display: none;
   }

  .burger
   {
    display: none;

    position: absolute;
    top: 12px;
    right: -38px;

    width: 40px;
    height: 26px;

    user-select: none;
   }

  .burger::before,
  .burger::after
   {
    content: "";

    display: block;

    position: absolute;
    left: 0px;

    width: 100%;
    height: 4px;

    border-radius: 10px;

    background: #000000;
   }

  .burger::before
   {
    top: 0px;
    box-shadow: 0 11px 0 #000;
   }

  .burger::after
   {
    bottom: 0px;
   }

  .burger_checkbox:checked + .burger::before
   {
    top: 11px;

    box-shadow: 0 6px 0 rgba(0,0,0,0);

    transform: rotate(45deg);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
   }

  .burger_checkbox:checked + .burger::after
   {
    bottom: 11px;

    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
   }


 @media screen and (max-width: 1280px)
  {
   .logo_link
    {
     margin-top: 5px;
    }

   .whatsapp, .telegram
    {
     width: 45px;
     height: 45px;
    }

   .call
    {
     height: 45px;

     line-height: 1.6;
    }
  }

 @media screen and (max-width: 870px)
  {
   .header
    {
     width: auto;
     padding-left: 10px;
     padding-right: 10px;
    }
  }

 @media screen and (max-width: 700px)
  {
   .header
    {
     margin-top: 5px;
     margin-right: 45px;
    }

   .burger
    {
     display: inline-block;
    }

   .burger ~ .contact_wrap
    {
     display: none;
    }

   .burger_checkbox:checked + .burger ~ .logo_link
    {
     display: none;
    }

   .burger_checkbox:checked + .burger ~ .contact_wrap
    {
     display: inline-block;

     float: unset;
    }
  }

 @media screen and (max-width: 520px)
  {
   .header
    {
     margin-right: unset;
    }

   .burger
    {
     right: 5px;
    }

   a.phone
    {
     display: block;

     line-height: 46px;
    }

   .whatsapp
    {
     margin-left: unset;
    }
  }

/* Photo wrap.
*/
 .photo_wrap
  {
   position: relative;

   margin: auto;
   margin-bottom: -170px;
   top: 20px;

   box-sizing: border-box;

   width: calc(100% - 40px);
   max-width: 1400px;
   padding: 120px;
   padding-top: 40px;
   padding-bottom: 254px;

   border-radius: 20px;

   background-color: #000000;

   color: #ffffff;
  }

 .ph_back
  {
   position: absolute;

   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;

   border-radius: 20px;

   background-repeat: no-repeat;
   background-position: 90% top;
   background-size: cover;
   background-image: url("pic/top_bg.jpg");

   z-index: 2;
  }

 .ph_header
  {
   position: relative;

   margin-bottom: 24px;

   max-width: 720px;

   line-height: 61px;

   font-size: 58px;
   font-weight: 500;

   letter-spacing: -0.04em;

   z-index: 3;
  }

.ph_header h1
 {
  margin: auto;

  font-size: 58px;
  font-weight: 500;
 }

 .ph_under_header
  {
   position: relative;

   margin-bottom: 20px;

   max-width: 580px;

   line-height: 25px;

   font-size: 18px;
   font-weight: 500;

   z-index: 3;
  }

 .ph_button
  {
   display: inline-block;

   position: relative;
   left: -4px;

   margin-bottom: 120px;

   padding: 20px 36px;

   border-radius: 4px;

   background-color: #ffffff;

   line-height: 22px;

   text-align: center;

   font-size: 16px;
   font-weight: 400;
   color: #000000;

   cursor: pointer;

   user-select: none;

   z-index: 3;
  }

 .ph_button:hover
  {
   background-color: #f0f8ff;
  }


 @media screen and (max-width: 1280px)
  {
   .ph_back
    {
     background-position: 70% top;
    }
  }

 @media screen and (max-width: 990px)
  {
   .photo_wrap
    {
     padding: 80px;
    }
  }

 @media screen and (max-width: 900px)
  {
   .photo_wrap
    {
     padding: 60px;
    }
  }

 @media screen and (max-width: 860px)
  {
   .ph_header
    {
     max-width: 660px;

     line-height: 40px;

     font-size: 38px;
    }

   .ph_under_header
    {
     line-height: 20px;

     font-size: 14px;
    }
  }

 @media screen and (max-width: 670px)
  {
   .ph_back
    {
     background-position: 75% top;
    }
  }

 @media screen and (max-width: 620px)
  {
   .photo_wrap
    {
     padding: 20px;
    }

   .ph_header
    {
     margin-top: 40px;
    }
  }

 @media screen and (max-width: 540px)
  {
   .photo_wrap
    {
     width: 100%;
    }
  }

 @media screen and (max-width: 460px)
  {
   .ph_back
    {
     background-position: 80% top;
    }
  }


/* Steps wrap.
*/
 .steps_wrap
  {
   position: relative;

   margin: auto;

   max-width: 1180px;

   font-size: 0px;

   z-index: 3;
  }

 .step
  {
   display: inline-block;

   vertical-align: top;

   box-sizing: border-box;

   margin: 8px;

   width: 376px;
   height: 140px;
   padding: 24px;

   text-align: left;

   border-radius: 8px;

   background-color: #f3f5f8;
  }

 .step_number
  {
   margin-bottom: 16px;

   line-height: 25px;

   font-size: 16px;
   font-weight: 400;
   color: #0074ff;
  }

 .step_text
  {
   line-height: 22px;

   font-size: 18px;
   font-weight: 500;
   color: #1b1d1e;
  }

 @media screen and (max-width: 1200px)
  {
   .steps_wrap
    {
     max-width: 1040px;
    }

   .step
    {
     width: 330px;
    }
  }

 @media screen and (max-width: 1060px)
  {
   .steps_wrap
    {
     max-width: 978px;
    }

   .step
    {
     width: 310px;

     padding: 14px;
    }
  }

 @media screen and (max-width: 1000px)
  {
   .steps_wrap
    {
     max-width: 948px;
    }

   .step
    {
     width: 300px;

     padding: 24px;
    }

   .step_number
    {
     line-height: 20px;

     font-size: 14px;
    }

   .step_text
    {
     line-height: 17px;

     font-size: 14px;
    }
  }

 @media screen and (max-width: 970px)
  {
   .photo_wrap
    {
     margin-bottom: -30px;
    }

   .step
    {
     display: block;

     margin: auto;
     margin-top: 8px;
     margin-bottom: 8px;
    }
  }

/* Exp wrap.
*/
 .exp_wrap
  {
   position: relative;

   padding: 140px;
  }

 .ib
  {
   display: inline-block;

   vertical-align: top;
  }

 .exp_text_wrap
  {
   max-width: 700px;
  }

 .exp_header
  {
   line-height: 44px;

   font-size: 36px;
   font-weight: 500;

   color: #1b1d1e;
  }

 .exp_text
  {
   margin-top: 24px;

   max-width: 90%;

   line-height: 24px;

   font-size: 16px;
   font-weight: 400;

   color: #1b1d1e80;
  }

 .exp_img_wrap
  {
   float: right;

   position: relative;

   margin-top: -22px;

   width: 260px;
   height: 240px;

   background-position: center center;
   background-size: contain;
   background-repeat: no-repeat;

   background-image: url("pic/big_logo.png");
  }

 .exp_bg
  {
   position: absolute;
   top: -300px;
   left: 60px;

   width: 460px;
   height: 460px;

   background-repeat: no-repeat;
   background-image: url("pic/circle.png");

   z-index: 1;
  }

 @media screen and (max-width: 1270px)
  {
   .exp_text_wrap
    {
     display: block;

     max-width: unset;
    }

   .exp_text
    {
     max-width: unset;
    }

   .exp_img_wrap
    {
     display: block;
     float: none;

     margin-top: 40px;

    }
  }

 @media screen and (max-width: 970px)
  {
   .exp_wrap
    {
     padding: 140px 100px;
    }
  }

 @media screen and (max-width: 900px)
  {
   .exp_wrap
    {
     padding: 140px 80px;
    }
  }

 @media screen and (max-width: 620px)
  {
   .exp_wrap
    {
     padding: 120px 40px;
    }

   .exp_header
    {
     line-height: 32px;

     font-size: 28px;
    }

   .exp_text
    {
     line-height: 20px;

     font-size: 14px;
    }
  }

 @media screen and (max-width: 540px)
  {
   .exp_wrap
    {
     padding: 65px 20px;
    }
  }

/* Features wrap.
*/
 .features_wrap
  {
   box-sizing: border-box;

   margin: auto;

   max-width: 1440px;

   padding: 100px 124px 100px 140px;
  }

 .features_header
  {
   padding-bottom: 40px;

   font-size: 0px;
  }

 .features_l
  {
   max-width: 450px;

   line-height: 43px;

   font-size: 36px;
   font-weight: 500;
  }

 .features_r
  {
   float: right;

   margin-top: 14px;

   max-width: 575px;

   line-height: 24px;

   font-size: 16px;
   font-weight: 400;

   color: #1b1d1e80;
  }

 .features_area
  {
   position: relative;

   left: -8px;

   font-size: 0px;
  }

 .feat
  {
   display: inline-block;
   box-sizing: border-box;

   margin: 8px;
   vertical-align: top;

   width: 376px;
   height: 360px;
   padding: 40px;

   border-radius: 12px;

   background-color: #ffffff;
  }

 .feat_icon
  {
   box-sizing: border-box;

   margin-bottom: 24px;

   width: 48px;
   height: 48px;
   padding: 8px;

   border-radius: 8px;

   background-color: #0074ff;

   text-align: center;

   font-size: 0px;
  }

 .feat_number
  {
   line-height: 34px;

   font-size: 18px;
   font-weight: bold;
   color: #ffffff;
  }

 .feat_h
  {
   margin-bottom: 24px;

   line-height: 29px;

   font-size: 24px;
   font-weight: 500;
   color: #1b1d1e;
  }

 .feat_text
  {
   line-height: 22px;

   font-size: 16px;
   font-weight: 400;
   color: #1b1d1e80;
  }

 @media screen and (max-width: 1430px)
  {
   .features_area
    {
     text-align: center;
    }

   .feat
    {
     width: 350px;
     height: 276px;
     padding: 24px;

     text-align: left;
    }

   .feat_h
    {
     line-height: 24px;

     font-size: 20px;
    }

   .feat_text
    {
     line-height: 20px;

     font-size: 14px;
    }
  }

 @media screen and (max-width: 1300px)
  {
   .features_l,
   .features_r
    {
     display: block;
     float: none;

     max-width: unset;
    }
  }

 @media screen and (max-width: 970px)
  {
   .features_wrap
    {
     padding: 100px;
    }
  }

 @media screen and (max-width: 900px)
  {
   .features_wrap
    {
     padding: 100px 80px;
    }
  }

 @media screen and (max-width: 860px)
  {
   .features_area
    {
     left: 0px;
    }

   .feat
    {
     height: auto;
    }
  }

 @media screen and (max-width: 620px)
  {
   .features_wrap
    {
     padding: 60px 40px;
    }

   .features_l
    {
     line-height: 32px;

     font-size: 28px;
    }

   .features_r
    {
     line-height: 20px;

     font-size: 14px;
    }
  }

 @media screen and (max-width: 540px)
  {
   .features_wrap
    {
     padding: 60px 20px;
    }
  }

 @media screen and (max-width: 400px)
  {
   .features_header
    {
     padding-bottom: 25px;
    }

   .feat
    {
     margin-right: 0px;
     margin-left: 0px;

     width: auto;
    }
  }

/* Price wrap.
*/
 .price_wrap
  {
   box-sizing: border-box;

   margin: auto;

   width: calc(100% - 280px);
   max-width: 1160px;

   border-radius: 12px;

   background-color: #ffffff;

   background-repeat: no-repeat;
   background-position: calc(100% + 185px) -230px;
   background-image: url("pic/circle_400.png");
  }

 .price_img
  {
   float: left;

   margin-left: 56px;
   margin-right: 109px;

   width: 230px;
   height: 220px;

   background-repeat: no-repeat;
   background-position-y: -10px;
   background-image: url("pic/group.svg");
  }

 .price_text_wrap
  {
   margin-top: 40px;

   max-width: 575px;
  }

 .price_h
  {
   margin-bottom: 24px;

   line-height: 43px;

   font-size: 36px;
   font-weight: 500;
   color: #1b1d1e;
  }

 .price_text
  {
   line-height: 22px;

   font-size: 16px;
   font-weight: 500;
   color: #1b1d1e80;
  }

 @media screen and (max-width: 1250px)
  {
   .price_img
    {
     margin-right: 10px;
    }
  }

 @media screen and (max-width: 1150px)
  {
   .price_img
    {
     margin-left: 24px;
    }

   .price_text_wrap
    {
     margin-top: 0px;

     max-width: 500px;
     padding-top: 24px;
    }
  }

 @media screen and (max-width: 1040px)
  {
   .clear
    {
     display: none;
    }

   .price_wrap
    {
     background-position: 100px calc(100% + 125px);
    }

   .price_img
    {
     display: block;
     float: none;

     padding-bottom: 24px;

     height: 240px;

     background-position-y: unset;
    }

   .price_text_wrap
    {
     display: block;

     margin-left: 24px;
     margin-bottom: 40px;

     max-width: unset;
    }
  }

 @media screen and (max-width: 970px)
  {
   .price_wrap
    {
     width: calc(100% - 200px);
    }
  }

 @media screen and (max-width: 900px)
  {
   .price_wrap
    {
     width: calc(100% - 160px);
    }
  }

 @media screen and (max-width: 620px)
  {
   .bottom_area
    {
     padding-bottom: 60px;
    }

   .price_wrap
    {
     width: calc(100% - 80px);
    }
  }

 @media screen and (max-width: 540px)
  {
   .price_wrap
    {
     width: calc(100% - 40px);
    }
  }


.contact_form button,
.contact_form input
 {
  border: none;

  font-family: "Rubik";
 }

.contact_form button
 {
  min-height: 40px;
 }

.contact_form input
 {
  outline: none;

  font-weight: 400;
 }

.contact_form .header__btn
 {
  box-sizing: border-box;
 }

.contact_form button[type="submit"]
 {
  position: relative !important;

  left: 15px;
 }

/* h1
*/
 .h1_styled
  {
   margin-left: 134px;
   margin-top: 66px;
   margin-bottom: 20px;

   max-width: 980px;

   line-height: 120%;

   font-size: 36px;
   font-weight: 500;
   font-family: "Rubik";
  }

 @media screen and (max-width: 990px)
  {
   .h1_styled
    {
     margin-left: 94px;
    }
  }

 @media screen and (max-width: 900px)
  {
   .h1_styled
    {
     margin-left: 74px;
    }
  }

 @media screen and (max-width: 620px)
  {
   .h1_styled
    {
     margin-left: 34px;
    }
  }

 @media screen and (max-width: 540px)
  {
   .h1_styled
    {
     margin-left: 20px;
    }
  }