
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    box-sizing:border-box;
    vertical-align: middle;
    font-weight: normal;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
:root {
  font-size: 16px;
  line-height: 16px;
}
a{
  text-decoration: none !important;
}

@font-face {
  font-family: 'HEYAHBold';
  src: url("../fonts/heyah_bold.eot");
  src: url("../fonts/heyah_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/heyah_bold.woff") format("woff"), url("../fonts/heyah_bold.ttf") format("truetype"), url("../fonts/heyah_bold.svg#HEYAHBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HEYAHBetaLight';
  src: url("../fonts/heyah_light.eot");
  src: url("../fonts/heyah_light.eot?#iefix") format("embedded-opentype"), url("../fonts/heyah_light.woff") format("woff"), url("../fonts/heyah_light.ttf") format("truetype"), url("../fonts/heyah_light.svg#HEYAHBetaLight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
  background-color: #eee;
  font-family: "HEYAHBetaLight", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}
body > * {
  box-sizing:border-box;
}
.center {
  text-align: center;
}
a, a:hover {
  color:#000;
}
.bold, strong {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif !important;
}
.red {
  color:#E60000;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*h1 span {
  font-family: "HEYAHBetaLight", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  line-height: 1.2em
}*/
/* h1 span storng {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
} */


.lang-switcher {
  position: fixed;
  right: 0;
  top:30%;
  display: inline-block;
  border-radius: 20px 0 0 20px;
  padding: 8px;
  background-color: #e5e5e5;
  z-index: 60;
  border:1px solid #ccc;
  border-right: none;
}
.lang-switcher a{
  display: inline-block;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin:5px 0;
  transform: scale(1);
}
.lang-switcher a:hover{
  transform: scale(.9);
}
.lang-switcher a.ukr{
  background: url(../images/ua-flag@2x.png) no-repeat center;
  background-size: contain;
}
.lang-switcher a.rus{
  background: url(../images/rus-flag@2x.png) no-repeat center;
  background-size: contain;
}
.lang-switcher a.pol{
  background: url(../images/pl-flag@2x.png) no-repeat center;
  background-size: contain;
}

.my-wrapper{
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  background: #FFF;
}
.container-fluid .container {
  padding: 0 5%;
  margin: 0 auto;
  width: 100%;
}
.btnaa {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  color: #FFF;
  text-align: center;
  display: inline-block;
  background: #E60000;
  font-size: 1em;
  line-height: 1em;
  padding: 12px 36px;
  position: relative;
  z-index: 10;
}
.btnaa::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #E60000;
  z-index: -1;
}


.btnaa:hover::after{
   background: #fff;
}
.btnaa::before{
  content: "";
  position: absolute;
  left: 4px;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background: #000;
  z-index: -1;
}
.btnaa:active
 {
  color: #E60000;
  border:1px solid black;
}
.btnaa:focus
 {
  color: #fff;
  border:none;
}
.btnaa:hover
 {
  color: #E60000;
  border:1px solid black;
}

.btnaa--white{
  position:
  absolute;
  background: white;
  color: #000;
  border:1px solid black;
  margin:1em 0;
  bottom:1em;
}

.btnaa--white::after{
  background:white;
}.btnaa--white:focus{
  color:#000;
  border:1px solid black;
}
.btnaa--white:hover{
  color:#fff;
  border:none
}

.btnaa--white:hover::after{
  background:#E60000;
}
.hero .container{
  height: 600px;
  background: transparent url(../images/kv_one_size.png) center 300px no-repeat;
  background-size: 260px;
  padding-bottom: 0;
}
.hero .hero-logo{
  width: 108px;
  margin: 20px 0;
}
.hero .hero-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
}
.hero .sub-title{
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 10px 0 20px 0;
}

.accord-holder.faq  {
    max-width: 800px;
    margin:25px auto;

}
.accord-holder.faq .nag{
    border: 2px solid #000;
    padding: 1em 2.8em 1em 1em;
    position: relative;
    cursor: pointer;
    font-family: "HEYAHBold", Helvetica, Arial;
    background: #FFF;
    margin: 20px 0;
    color: #E60000;
    position: relative;
    line-height: 1.2em;
}
.accord-holder.faq .nag::before{
  content: "";
  position: absolute;
  left: 7px;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: #000;
  z-index: 1;
}

.accord-holder.faq .accord:not(.shown) .nag:hover{
    background: #E8E8E811;
}

.accord-holder.faq .nag:after{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/strzalka_faq.svg) center no-repeat;
    background-size: 10px auto;
    content:"";
    position: absolute;
    right: 5px;
    top:50%;
    margin-top: -15px;
    -webkit-transform:rotate(90deg);
            transform:rotate(90deg);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}
.accord-holder.faq .accord.shown .nag:after{
    margin-top: -15px;
    -webkit-transform:rotate(-90deg);
            transform:rotate(-90deg);
}

.accord-holder.faq .accord .details{
    font-size: 14px;
    padding-left: .6em;
    padding-bottom: 1.5em;
}
.accord-holder.faq .accord .details p{

    padding-bottom: 1em;
    line-height: 1.3em;
}
.accord-holder.faq .accord .details ol,
.accord-holder.faq .accord .details ul{
    margin-left: 1.5em;
    padding: 0;
    margin-top:0;
}
.accord-holder.faq .accord .details ol > li{
    margin: .75em;
}

.accord-holder.faq .accord .details a{
    color: white;
    text-decoration: underline;
}
.offer .container{
  /* padding: 40px 0 0; */
}
.offer.faq{
  background: #F2F2F2;
}

.offer .sec-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  padding-top: 1em;
}
.offer .sec-title span{
  color: #E60000;
}

.offer.footer .legal{
  font-size: .9em;
  line-height: 1.1em;
  padding: 30px 10px 0 10px;
  text-align: center;
}
.offer.footer .legal a{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  color: #E60000;
}

.offer.footer .foot-title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: center;
}
.offer.footer .foot-title span{
  color: #E60000;
}
.offer.footer hr{
  border: none;
  border-bottom: solid 4px #F2F2F2;
  margin: 30px 0;
}

.offer.footer .btn_box{
  margin-top: 20px;
  text-align: center;
}

.offer.footer .btn_box .img_link{
  margin: 10px 8px;
  display: inline-block;
  position: relative;
  background: #FFF;
  z-index: 10;
}

.offer.footer .btn_box .img_link .logo_app{
  width: 100px;
  border: solid 2px #000;
  padding: 4px;
  position: relative;
  z-index: 10;
}

.offer.footer .btn_box .img_link::before{
  content:"";
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 0;
}
.offer.footer .btn_box .img_link::after{
  content:"";
  position: absolute;
  right: -4px;
  bottom: 0px;
  width: 4px;
  height: 5px;
  background: #000;
  z-index: 0;
}
.bot_footer{

}
.bot_footer .l_side{
  display: flex;
  justify-content: space-between;
    align-items: center;
}

.bot_footer .bot_img_lin{
  height: 30px;
}

.bot_footer .bot_footer_txt{
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

.bot_footer .r_side{
  margin-top: 30px;
}

.offer.modus{
  background: #F2F2F2;
}

.offer.modus .sw_box{
  width: 290px;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.offer.modus .sw_box .btnaa{
  width: 48%;
  padding: 12px 0;
}

.offer.modus .sw_box .btnaa.light{
  background: #FFF;
  color: #000;
  border: solid 2px #000;
}
.offer.modus .sw_box .btnaa.light::after{
  background: #FFF;
}

.offer.modus .opt_box{
  width: 290px;
  margin: 0 auto;
  margin-bottom: 60px;
  border-bottom: solid 4px #000;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.offer.modus .opt_box::after{
  content: "";
  position: absolute;
  width: 5px;
  bottom: 0;
  right: 0px;
  height: 5px;
  background: #000;;
}

.offer.modus .opt_box .opt_img{
  margin-bottom: 25px;
}

.offer.modus .opt_box .opt_title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 15px;
}
.offer.modus .opt_box .opt_title span{
  color: #E60000;
}
.offer.modus .opt_box .opt_desc{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 15px;
}
.offer.modus .opt_box .opt_desc a{
  color: #E60000;
}
.offer.modus .opt_box .opt_desc span{
  color: #E60000;
}
.offer.modus .opt_box .opt_desc span.light_txt{
  color: #000;
  font-family: "HEYAHBetaLight";
}

.offer.modus .opt_box .det_box{
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer.modus .opt_box .det_box .det_img{
  width: 70px;
  margin-right: 20px;
}

.offer.modus .opt_box .det_box .opt_desc{
  display: none;;
}

.offer.modus .opt_box .step_box{
  margin-top: 20px;
}
.offer.modus .opt_box .step_box .step{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
}
.offer.modus .opt_box .step_box .step .step_num{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
  background: #F2F2F2;
  padding: 8px 0 6px 0;
  min-width: 48px;
  display: block;
  margin-right: 15px;
  position: relative;
}
.offer.modus .opt_box .step_box .step .step_num::after{
  content: "";
  position: absolute;
  left: 5px;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background: #000;
  z-index: 0;
}
.offer.modus .opt_box .step_box .step .step_num::before{
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  height: 4px;
  width: 5px;
  background: #000;
  z-index: 0;
}
.offer.modus .opt_box .step_box .step .step_info{

}
.offer.modus .opt_box .step_box .step .step_info .step_title{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1em;
  margin-bottom: 10px;
}
.offer.modus .opt_box .step_box .step .step_info .step_title.min{
  font-size: 1em;
}
.offer.modus .opt_box .step_box .step .step_info .step_title span{
  font-family: "HEYAHBetaLight";
}
.offer.modus .opt_box .step_box .step .step_info ul{
  padding-left: 0;
  margin-left: 20px;
}
.offer.modus .opt_box .step_box .step .step_info ul li{
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.1em;
}
.offer.modus .opt_box .step_box .step .step_info ul li a{
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  color: #E60000;
}
.offer.modus .opt_box .step_box .step .step_info .step_btns .btnaa{
  margin-bottom: 14px;
  padding: 12px 0;
  width: 170px;
}

/* .mini_menu{
  display: none;
} */

i.infotip {
    background: #C1C1C1 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABFCAYAAAA4lKTpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNjZBRDkwMURGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNjZBRDkwMkRGOUIxMUU5QTM1M0NGRUIzQTdDMENCNSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM2NkFEOEZGREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM2NkFEOTAwREY5QjExRTlBMzUzQ0ZFQjNBN0MwQ0I1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+8mHMKwAAAZJJREFUeNrs2r2qwjAUB/ATrZNFF3Hr6tBF6CSKSym4+gi+QsFHcHfuUHB0kE6+gIuPINi9i2DbpSCKesl623sl/dAI/4wth/NLk9DTNMyyLJK5KXmCdF2nXq8nFBNFEe12u+qBk8mE5vP5M0/HDMNgy+VSKKYmmmQ0GuUern6/L9wxYaCiKG+dgzWSvAEIIIAAygYMwzB3ssfjUT1wu91SHMfCie73O202GyYax2Qvt7BIAATw24GZ5XGj0aBut1tqosvlQufzuTiQ4xzHeWqaVvrTWK/XzHXdYkM8HA6pChxv4/G4+EdTs9nEIgEQQAABlBmYJIncwP1+T6fTSd5q5na70Ww2Y39VM7Zt59qILLXc4sggCDIDrtcrFgmAAAIIIIAAAggggAD+W1G3Wi0yTTMzoNPp5E7Gd86m02nmvcPhQL7vp66nfuS0221arVZPVVXf/rQWiwX7fXQlNcSDwYA+geONn8d5OQfr9ToWCYAAAgigzMBPbmDygxcvgfxdeDwe2btx/CSJ53mp6z8CDADOxmcOn9b3IgAAAABJRU5ErkJggg==') center no-repeat;
    background-size: auto;
    background-size: auto auto;
    background-size: auto 10px;
    border-radius: 50%;
    color:    #fff;
    content: "i";
    display: inline-block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    margin-top: -5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px;
}
i.infotip.go-top{
    top: -1.8em;
}
.tipso_style {
    cursor: help;
}
.tip_style{
  font-size: 1em;
  line-height: 1.2em;
  padding: 5px;
}
.tip_style ul{
  margin: 10px 0 7px 0;
  padding-left: 0;
  margin-left: 20px;
}
.tip_style ul li{
  margin: 4px 0;
}

.mini_menu {
  width: 320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 30px;
  align-content: space-around;
  flex-direction: column;
  align-items: center;
}

.mini_menu .mini_menu_item {
  min-height: 199px;
  min-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  border: solid 2px #FFF;
  position: relative;
  margin: 10px;
  flex: 0 0 47%;
  padding: 30px 10px;
}

.mini_menu .mini_menu_item:last-child {
  /* flex-basis: 100%; */
}






.mini_menu .mini_menu_item .menu_item_num {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1em;
  background: #FFF;
  position: relative;
  top: -20px;
  min-width: 30px;
  text-align: center;
  padding: 8px 0 5px 0;
}



.mini_menu .mini_menu_item .menu_item_num::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -4px;
  height: 4px;
  width: 100%;
  background: #000;
  ;
}

.mini_menu .mini_menu_item .menu_item_num::before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 0;
  height: 4px;
  width: 5px;
  background: #000;
  ;
}

.mini_menu .mini_menu_item .menu_item_img {
  height: 30px;
}
.menu_item_txt-box{
  height: 3em;
  display:
  flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
}
.mini_menu .mini_menu_item .menu_item_txt {
  font-family: "HEYAHBold", Helvetica, Arial, sans-serif;
  /* font-size: .84em; */
  line-height: 1.2em;
  margin-bottom: 0px;
  text-align: center;
}
.mini_menu .mini_menu_item .menu_item_txt span{
  font-family:"HEYAHBetaLight"
}
.offer.gb_mod .img_title{
  display: block;
  width: 130px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.offer.gb_mod .btn_box {
  width: 330px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.offer.gb_mod .btn_box .sep-bott{
  margin-right: -10px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: inline-block;
}
.offer.gb_mod .btn_box .img_link {
  margin: 10px 0px;
  display: flex;
  position: relative;
  background: #FFF;
  z-index: 10;
  width: 100%;
  border: solid #000 2px;
  font-family: "HEYAHBold", Helvetica, Arial;
  font-size: 1em;
  line-height: 1em;
  padding: 10px 40px 10px 10px;
  text-align: left;
  align-items: center;
}.offer.gb_mod .btn_box .img_link:focus {
  color:#000;

}
.offer.gb_mod .btn_box .img_link:hover {
  color:#E60000
}

.cennik-arrow{
  position:
  absolute;
  right:0;
  /* top: 0; */
  transform: rotate(90deg);
}
.offer.gb_mod .btn_box .img_link span{
  display: block;
  color: #E60000;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 10px;
}
.offer.gb_mod .btn_box .img_link strong {
  color: #E60000;
}

.offer.gb_mod .btn_box .img_link::before {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 0;
}

.offer.gb_mod .btn_box .img_link::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: 0px;
  width: 4px;
  height: 5px;
  background: #000;
  z-index: 0;
}

.offer.gb_mod .btn_box .sep-bott-big {
  display: none;
}

.offer.gb_mod .btn_box .sep-mid-arr {
  display: none;
}

.sec-cnk_box{
  margin: 0 auto;
  margin-top: 30px;
  width: 320px;
}
.sec-cnk_box .link_box_anim{
  width: 100%;
  display: inline-block;
  border-bottom: solid 4px #FFF;
  padding: 30px 0;
  display: flex;
  align-items: center;
    justify-content: space-between;
}
.sec-cnk_box .link_box_anim span{
  font-family: "HEYAHBold", Helvetica, Arial;
  font-size: .9em;
  line-height: 1em;
  -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sec-cnk_box .link_box_anim img {
  width: 22px;
  margin-right: 10px;
  -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sec-cnk_box .link_box_anim:hover span {
  margin-left: 5px;
}
.sec-cnk_box .link_box_anim:hover img {
  margin-right: 0;
}

@media (min-width: 600px) {
  .my-wrapper{
  max-width: 768px;
}
.container-fluid .container {
  padding: 0 10px;
  width: 600px;
}

.btnaa {
  font-size: 1em;
  line-height: 1em;
  padding: 12px 36px;
}

.hero .container{
  height: auto;
  background: transparent url(../images/kv_one_size.png) top 33px right no-repeat;
  background-size: 370px;
  padding-bottom: 0px;
  height: 396px;
  text-align: left;
}
.hero .hero-logo{
  width: 108px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 2.2em;
  line-height: 1em;
  margin-top: 40px;
  text-align: left;
}
.hero .sub-title{
  font-size: 1.1em;
  line-height: 1.1em;
  margin: 15px 0 30px 0;
  width: 270px;
  text-align: left;
}

  .accord-holder.faq  {
        max-width: 800px;
        margin:45px auto;

    }
    .accord-holder.faq .nag{
        padding: 1em 2.8em 1em .4em;
        font-size:24px;
    }

    .accord-holder.faq .nag:after{
        width: 30px;
        height: 30px;
        background-size: 10px auto;
        right: 5px;
        top:50%;
    }

    .accord-holder.faq .accord .details{
        font-size: 18px;
        padding-left: .6em;
        padding-bottom: 1.5em;
    }


    .offer .container{
  /* padding: 50px 0; */
}
.offer .sec-title{
  font-size: 2em;
}


.offer.footer .legal{
  font-size: .9em;
  line-height: 1.3em;
  padding: 30px 10px 0 10px;
  text-align: left;
}

.offer.footer .fit_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offer.footer .foot-title{
  font-size: 1.1em;
  line-height: 1.2em;
  text-align: left;
  width: 230px;
}
.offer.footer hr{
  margin: 30px 0;
}

.offer.footer .btn_box{
  margin-top: 0px;
  text-align: center;
}

.offer.footer .btn_box .img_link{
  margin: 0;
  margin-left: 15px;
}

.offer.footer .btn_box .img_link .logo_app{
  width: auto;
  height: 33px;
  border: solid 2px #000;
  padding: 4px;
  position: relative;
  z-index: 10;
}

.offer.footer .btn_box .img_link::before{
  content:"";
  position: absolute;
  left: 4px;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #000;
  z-index: 0;
}
.offer.footer .btn_box .img_link::after{
  content:"";
  position: absolute;
  right: -4px;
  bottom: 0px;
  width: 4px;
  height: 5px;
  background: #000;
  z-index: 0;
}
.bot_footer{
  display: flex;
}
.bot_footer .l_side{
  display: flex;
  justify-content: space-between;
    align-items: center;
    width: 50%;
}

.bot_footer .bot_img_lin{
  height: 30px;
}

.bot_footer .bot_footer_txt{
  font-size: .9em;
  line-height: 1em;
  text-align: center;
}

.bot_footer .r_side{
  margin-top: 10px;
  width: 50%;
}
.bot_footer .r_side .bot_footer_txt{
  text-align: right;
}




.offer.modus .sw_box{
  width: 290px;
  margin: 30px auto;
  margin-bottom: 70px;
}
.offer.modus .sw_box .btnaa{
  width: 48%;
  padding: 12px 0;
}

.offer.modus .opt_box{
  width: 368px;
  margin-bottom: 60px;
  border-bottom: solid 4px #000;
  padding-bottom: 30px;
}
.offer.modus .opt_box::after{
  content: "";
  position: absolute;
  width: 5px;
  bottom: 0;
  right: 0px;
  height: 5px;
  background: #000;;
}

.offer.modus .opt_box .opt_img{
  margin-bottom: 25px;
}

.offer.modus .opt_box .opt_title{
  font-size: 1.8em;
  margin-bottom: 15px;
}

.offer.modus .opt_box .opt_desc{
  font-size: 1em;
  margin-bottom: 15px;
}

.offer.modus .opt_box .det_box{
  display: flex;
  align-items: center;
    justify-content: center;
}
.offer.modus .opt_box .det_box .det_img{
  width: 90px;
  margin-right: 70px;
}

.offer.modus .opt_box .step_box{
  margin-top: 20px;
}
.offer.modus .opt_box .step_box .step{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
}
.offer.modus .opt_box .step_box .step .step_num{
  font-size: 2em;
  padding: 8px 0 6px 0;
  min-width: 48px;
  margin-right: 15px;
}
.offer.modus .opt_box .step_box .step .step_info{

}
.offer.modus .opt_box .step_box .step .step_info .step_title{
  font-size: 1.1em;
  margin-bottom: 10px;
}
.offer.modus .opt_box .step_box .step .step_info .step_title.min{
  font-size: 1em;
}
.offer.modus .opt_box .step_box .step .step_info ul{
  margin-left: 20px;
}
.offer.modus .opt_box .step_box .step .step_info ul li{
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.1em;
}
.offer.modus .opt_box .step_box .step .step_info .step_btns{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 110%;
}
.offer.modus .opt_box .step_box .step .step_info .step_btns .btnaa{
  margin-bottom: 14px;
  padding: 12px 0;
  width: 150px;
}


.mini_menu {
  width: 590px;
  margin-bottom: 0px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.mini_menu .mini_menu_item {
  min-width: 170px;
  justify-content: flex-start;
  flex: 0 0 29%;
  padding: 20px 10px 0 10px;
}

.mini_menu .mini_menu_item:last-child {
  /* flex-basis: 31%; */
}

.mini_menu .mini_menu_item .menu_item_img {
  height: 36px;
  margin-bottom: 20px;
}

.mini_menu .mini_menu_item .menu_item_txt {
  font-size: .7em;
  line-height: 1.2em;
}



.offer.gb_mod .img_title {
  width: 130px;
  margin-bottom: 30px;
}

.offer.gb_mod .btn_box {
  width: 590px;
  margin-top: 40px;
  text-align: center;
  /* display: flex; */
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* align-items: flex-start; */
}

.offer.gb_mod .btn_box .sep-bott {
  display: none;
}
.offer.gb_mod .btn_box .sep-bott-big {
  display: inline-block;
  width: 40px;
}
.offer.gb_mod .btn_box .sep-mid-arr {
  display: inline-block;
  width: 480px;
  margin: 20px auto;
}

.offer.gb_mod .btn_box .img_link {
  /* margin: 0px; */
  /* width: auto; */
  /* border: none; */
  /* font-size: 1em; */
  /* line-height: 1em; */
  /* padding: 0; */
  /* width: 28%; */
}

.offer.gb_mod .btn_box .img_link span {
  font-size: 1.2em;
  margin-bottom: 10px;
}


.sec-cnk_box {
  margin-top: 20px;
  width: 590px;
}

.sec-cnk_box .link_box_anim {
  width: 100%;
  display: inline-block;
  border-bottom: solid 4px #FFF;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec-cnk_box .link_box_anim span {
  font-size: 1em;
}

.sec-cnk_box .link_box_anim img {
  width: 34px;
  margin-right: 10px;
}

.sec-cnk_box .link_box_anim:hover span {
  margin-left: 5px;
}

.sec-cnk_box .link_box_anim:hover img {
  margin-right: 0;
}


}


@media (min-width: 960px) {

    .my-wrapper{
  max-width: 100%;

}
.container-fluid .container {
  padding: 0;
  width: 960px;
}

.btnaa {
  font-size: 1.3em;
  line-height: 1em;
  padding: 12px 50px;
}

.hero .container{
  height: 580px;
  background: transparent url(../images/kv_one_size.png) right center no-repeat;
  background-size: 424px;
  padding-bottom: 0px;
  text-align: left;
}
.hero .hero-logo{
  width: 160px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 3.5em;
  line-height: 1.1em;
  margin-top: 30px;
}
.hero .sub-title{
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 15px 0 30px 0;
  width: 440px;
}

  .accord-holder.faq  {
        max-width: 800px;
        margin:45px auto;

    }
    .accord-holder.faq .nag{
        padding: 1em 2.8em 1em .4em;
        font-size:24px;
    }

    .accord-holder.faq .nag:after{
        width: 30px;
        height: 30px;
        background-size: 10px auto;
        right: 5px;
        top:50%;
    }

    .accord-holder.faq .accord .details{
        font-size: 18px;
        padding-left: .6em;
        padding-bottom: 1.5em;
    }

        .offer .container{
  /* padding: 50px 0; */
}
.offer .sec-title{
  font-size: 3.3em;
}

.offer.footer .legal{
  font-size: 1em;
  line-height: 1.3em;
  padding: 40px 0 0 0;
  text-align: left;
}

.offer.footer .foot-title{
  font-size: 1.2em;
  line-height: 1em;
  text-align: left;
  width: 400px;
}
.offer.footer hr{
  margin: 40px 0;
}

.offer.footer .btn_box{
  margin-top: 0px;
  text-align: center;
}

.offer.footer .btn_box .img_link{
  margin: 0;
  margin-left: 20px;
}

.offer.footer .btn_box .img_link .logo_app{
  height: 38px;
  padding: 6px;
}
.bot_footer .l_side{
    width: 40%;
}

.bot_footer .bot_img_lin{
  height: 43px;
}

.bot_footer .bot_footer_txt{
  font-size: 1em;
}

.bot_footer .r_side{
  margin-top: 15px;
  width: 60%;
}




.offer.modus .sw_box{
  width: 500px;
  margin: 50px auto;
  margin-bottom: 70px;
}
.offer.modus .sw_box .btnaa{
  width: 48%;
  padding: 12px 0;
}

.offer.modus .opt_box{
  width: 940px;
  margin-bottom: 60px;
  border-bottom: solid 4px #000;
  padding-bottom: 30px;
  display: none;
}
.modus .opt_box.dif{
  text-align: left;
  background: #FFF url(../images/bg_win.png) bottom right no-repeat;
  background-size: contain;
  height: 300px;
}
.offer.modus .opt_box.dif .opt_title{
  text-align: left;
}
.offer.modus .opt_box.dif .opt_desc{
  text-align: left;
}
.offer.modus .opt_box::after{
  content: "";
  position: absolute;
  width: 5px;
  bottom: 0;
  right: 0px;
  height: 5px;
  background: #000;;
}

.offer.modus .opt_box .opt_img{
  margin-bottom: 25px;
  display: none;
}

.offer.modus .opt_box .opt_title{
  font-size: 3em;
  margin-bottom: 35px;
}

.offer.modus .opt_box .opt_desc{
  font-size: 1.5em;
  margin-bottom: 25px;
}
.offer.modus .opt_box .opt_desc.xs-only{
  display: none;
}

.offer.modus .opt_box .det_box{
  display: flex;
  align-items: flex-start;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
}
.offer.modus .opt_box .det_box .fix-pos{
  text-align: left;
}
.offer.modus .opt_box .det_box .opt_desc{
  display: inline-block;
  text-align: left;
  font-size: 1.2em;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.offer.modus .opt_box .det_box .opt_desc strong{
  font-size: 1.7em;
  margin-bottom: 5px;
  display: inline-block;
}
.offer.modus .opt_box .det_box .det_img{
  width: 90px;
  margin-right: 40px;
}

.offer.modus .opt_box .step_box{
  margin-top: 20px;
}
.offer.modus .opt_box .step_box .step{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 20px;
  width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.offer.modus .opt_box .step_box .step .step_num{
  font-size: 2em;
  padding: 8px 0 6px 0;
  min-width: 48px;
  margin-right: 15px;
}
.offer.modus .opt_box .step_box .step .step_info{

}
.offer.modus .opt_box .step_box .step .step_info .step_title{
  font-size: 1.5em;
  margin-bottom: 10px;
}
.offer.modus .opt_box .step_box .step .step_info .step_title.min{
  font-size: 1.3em;
}
.offer.modus .opt_box .step_box .step .step_info ul{
  margin-left: 20px;
}
.offer.modus .opt_box .step_box .step .step_info ul li{
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.1em;
}
.offer.modus .opt_box .step_box .step .step_info .step_btns{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 460px;
}
.offer.modus .opt_box .step_box .step .step_info .step_btns .btnaa{
  margin-bottom: 14px;
  padding: 12px 0;
  width: 220px;
}


.mini_menu {
  width: 950px;
  margin-bottom: 0px;
  margin-top: 30px;
  margin-bottom: 4em;
}

.mini_menu .mini_menu_item {
  height: 230px;
  min-width: 291px;
  justify-content: flex-start;
  /* margin: 0; */
  flex: 0 0 30%;
  padding: 44px 20px 0 20px;
}

.mini_menu .mini_menu_item:last-child {
  /* flex-basis: 32%; */
}

.mini_menu .mini_menu_item .menu_item_img {
  height: 56px;
  margin-bottom: 30px;
}

.mini_menu .mini_menu_item .menu_item_txt {
  font-size: 1em;
  line-height: 1.2em;
}


.offer.gb_mod .img_title {
  width: 190px;
  margin-bottom: 30px;
}

.offer.gb_mod .btn_box {
  width: 940px;
  margin-top: 60px;
}


.offer.gb_mod .btn_box .sep-bott-big {
  width: 60px;
}

.offer.gb_mod .btn_box .sep-mid-arr {
  width: 700px;
  margin: 20px auto;
}

.offer.gb_mod .btn_box .img_link {
  /* margin: 0px; */
  /* width: auto; */
  /* border: none; */
  font-size: 1.2em;
  /* line-height: 1em; */
  padding: 15px;
  /* width: 28%; */
}

.offer.gb_mod .btn_box .img_link span {
  font-size: 1.4em;
  margin-bottom: 20px;
}


.sec-cnk_box {
  margin-top: 30px;
  width: 960px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-cnk_box .link_box_anim {
  width: 45%;
  display: inline-block;
  border-bottom: solid 4px #FFF;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.sec-cnk_box .link_box_anim span {
  font-size: 1em;
}

.sec-cnk_box .link_box_anim img {
  width: 34px;
  margin-right: 10px;
}

.sec-cnk_box .link_box_anim:hover span {
  margin-left: 5px;
}

.sec-cnk_box .link_box_anim:hover img {
  margin-right: 0;
}



}


@media (min-width: 1200px) {

    .my-wrapper{
  max-width: 100%;
  background: #FFF;
}
.container-fluid .container {
  padding: 0;
  width: 1200px;
}

.btnaa {
  font-size: 1.3em;
  line-height: 1em;
  padding: 12px 50px;
}

.hero .container{
  height: 600px;
  background: transparent url(../images/kv_one_size.png) right center no-repeat;
  background-size: 595px;
  padding-bottom: 0px;
}
.hero .hero-logo{
  width: 154px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 3.5em;
  line-height: 1.1em;
  margin-top: 50px;
}
.hero .sub-title{
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 15px 0 30px 0;
  width: 600px;
}

        .offer .container{
  padding: 50px 0;
}
.offer .sec-title{
  font-size: 3.4em;
}

.offer.footer .legal{
  font-size: 1.2em;
  line-height: 1.3em;
  padding: 40px 0 0 0;
  text-align: left;
}

.offer.footer .foot-title{
  font-size: 1.6em;
  width: 500px;
}
.offer.footer hr{
  margin: 40px 0;
}

.offer.footer .btn_box{
  margin-top: 0px;
  text-align: center;
}

.offer.footer .btn_box .img_link{
  margin: 0;
  margin-left: 26px;
}

.offer.footer .btn_box .img_link .logo_app{
  height: 46px;
  padding: 8px;
}
.bot_footer .l_side{
    width: 33%;
}

.bot_footer .bot_img_lin{
  height: 45px;
}

.bot_footer .bot_footer_txt{
  font-size: 1em;
}

.bot_footer .r_side{
  margin-top: 15px;
  width: 67%;
}

.mini_menu {
  width: 1080px;
  margin-bottom: 20px;
  margin-top: 60px;
}

.mini_menu .mini_menu_item {
  height: 230px;
  min-width: 336px;
  justify-content: flex-start;
  /* margin: 0; */
  /* flex: 0 0 28%; */
  padding: 1.5em 1em;
}

.mini_menu .mini_menu_item:last-child {
  /* flex-basis: 32%; */
}

.mini_menu .mini_menu_item .menu_item_img {
  height: auto;
  margin-bottom: 30px;
}

.mini_menu .mini_menu_item .menu_item_txt {
  font-size: 1.1em;
  line-height: 1.2em;
  padding-top: 2em;
  max-width: 285px;
}


.offer.gb_mod .img_title {
  width: auto;
  margin-bottom: 30px;
}

.offer.gb_mod .btn_box {
  width: 1100px;
  margin-top: 60px;
}


.offer.gb_mod .btn_box .sep-bott-big {
  width: auto;
  margin-top: 5px;
}

.offer.gb_mod .btn_box .sep-mid-arr {
  width: 810px;
  margin: 20px auto;
}

.offer.gb_mod .btn_box .img_link {
  /* margin: 0px; */
  /* width: auto; */
  /* border: none; */
  /* font-size: 1.2em; */
  /* line-height: 1.4em; */
  /* padding: 0; */
  /* width: 28%; */
}

.offer.gb_mod .btn_box .img_link span {
  font-size: 1.5em;
  margin-bottom: 20px;
}


.sec-cnk_box {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 1190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec-cnk_box .link_box_anim {
  width: 45%;
  display: inline-block;
  border-bottom: solid 4px #FFF;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.sec-cnk_box .link_box_anim span {
  font-size: 1.2em;
}

.sec-cnk_box .link_box_anim img {
  width: auto;
  margin-right: 10px;
}

.sec-cnk_box .link_box_anim:hover span {
  margin-left: 5px;
}

.sec-cnk_box .link_box_anim:hover img {
  margin-right: 0;
}


}


@media (min-width: 1560px) {

    .my-wrapper{
  max-width: 1920px;
  background: #FFF;
}
.container-fluid .container {
  padding: 0;
  width: 1200px;
}

.btnaa {
  font-size: 1.3em;
  line-height: 1em;
  padding: 12px 50px;
}

.hero .container{
  height: 770px;
  background: transparent url(../images/kv_one_size.png) right center no-repeat;
  background-size: auto;
  padding-bottom: 0px;
}
.hero .hero-logo{
  width: 154px;
  margin: 20px 0;
}
.hero .hero-title{
  font-size: 4.2em;
  line-height: 1.1em;
  margin-top: 50px;
}
.hero .sub-title{
  font-size: 2.2em;
  line-height: 1.2em;
  margin: 30px 0 50px 0;
  width: 700px;
}

        .offer .container{
  padding: 60px 0;
}
.offer .sec-title{
  font-size: 3.5em;
}


}
