* {
    padding: 0;
    margin: 0;
    box-sizing: border-box; }

html {
    font-size: 62.5%; }

body {
    font-family: 'Dosis', sans-serif;
    font-size: 1.4rem; 
    color: #000;
}
img {
  max-width: 100%; 
}

h2{
    font-size: 24px;
    font-weight: 600;
}
h3{
    font-size: 1.8rem;
    font-weight: 600;
    padding-bottom: .8rem;
    padding-top: 2rem;
}
.title{
    padding-top: 0;
}
ul{
    padding-left: 4rem;
}
.nav{
    padding: 2.6rem 1.5rem;
}
.header{
    background-color: #3451b9;
    padding: 3rem 0 1.8rem;
    color: #fff;
    border-bottom: solid 7px #253f9a;
}
.main{
    padding: 2.5rem 0;
    padding-bottom: 0;
}
.link-form-shake{
    display: none;
}
.form{
    padding: 2rem;
    border: 1px dashed #6b6b6b;
}
.form-label {
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 1.6rem;
}
.form-label::after {
    content: '*';
    color: #ff0b0b; 
}
.form-input{
    border: 1px solid #030403;
    padding: 0 5px;
    width: 100%;
}
.form .warunki {
    padding: 0.7rem 0;
    padding-top: 0.5rem; 
}
.form .warunki .info {
    font-size: 0.9rem;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    color: #000; 
}
.form .warunki .ramka_zulta {
	background-color: #fdfcca;
    padding: 6px;
	margin: 0;
}
.form .warunki label {
    padding: 0;
	margin: 0;
    font-size: 1.1rem;
    display: inherit;
    font-weight: 300;
    cursor: pointer; 
}
.form .warunki span {
    width: calc(100% - 45px);
    display: -webkit-inline-box;
    font-size: 0.9rem;
    color: #000;
    text-align: justify;
    font-weight: 300; 
}
.form .checkbox_ramka {
    padding: 4px 4px;
    margin: 4px 8px 1px 10px;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 0px;
    float: left; 
}
.form .checkbox_ramka_all {
    margin: 4px 8px 1px 0px; 
}
.form .first span {
    font-weight: bold; 
}
.form .checkbox_input {
    display: none; 
}
.form .checkbox_input:checked ~ .checkbox_ramka {
    background-color: #3451b9; 
}
.form-btn{
    width: 100%;
    max-width: 192px;
    height: 35px;
    background-color: #3451b9;
    margin: auto;
    margin-top: 1rem;
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
}
.warunki-img {
    height: 8.3px;
    padding-right: 0.5px;
}
.page-footer a{
    color: #000;
}
.page-footer a.other-documents:hover{
    text-decoration: underline;
    cursor: pointer;
}
@media (min-width: 768px) {
    h1{
        font-size: 3.6rem;
    }
    .link-form{
        display: none;
    }
    .link-form-shake{
        display: inline-block;
        color: #007bff;
        cursor: pointer;
    }
}
.contact-thanks{
    text-align: center;
    font-size: 2rem;
    color: green;
}

/****************** MAIN NEW *******************/
.wrapper-main{
    font-size: 1.6rem;
    font-family: 'Source Sans Pro', sans-serif;
}
.wrapper-main h1{
    font-size: 4.3rem;
    font-weight: bold;
    line-height: .8;
}
.wrapper-main h1 small{
    font-size: 2.2rem;
    font-weight: bold;
}
.wrapper-main h2{
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    position: relative;
}
.wrapper-main .line-left::after{
    content: '';
    width: 35px;
    height: 2px;
    background-color: #2c6fad;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrapper-main .line-center::after{
    content: '';
    width: 35px;
    height: 2px;
    background-color: #2c6fad;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper-main h3{
    font-size: 2.9rem;
}
.wrapper-main h4{
    font-size: 1.4rem;
    color: #2c6fad;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1.5rem;
}
.wrapper-main .main{
    padding: 0;
}
.wrapper-main .container{
    max-width: 1050px;
}
.wrapper-main section{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.wrapper-main .section-form{
    background: url(../img/section-form-bg.jpg);
    background-size: cover;
}
.wrapper-main .section-form h2{
    padding-bottom: 0;
    margin-bottom: 0;
}
.wrapper-main .form__header{
    text-align: center;
    background-color: #ffd800;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 1rem;
    margin: auto;
    margin-top: 2rem;
    max-width: 500px;
}
.wrapper-main .form{
    background: url(../img/section-form-bg-box.png) bottom no-repeat;
    background-color: #fff;
    border: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    max-width: 500px;
    margin: auto;
    margin-bottom: 2rem;
}
.wrapper-main .section-form-who{
    padding: 1rem 2.5rem;
    margin: auto;
    margin-bottom: 1.5rem;
    border: solid 2px #fff;
    border-radius: 25px;
    font-size: 2.1rem;
    line-height: 1.1;
    position: relative;
    margin-top: 3rem;
    max-width: 460px;
}
.wrapper-main .section-form-who::after{
    content: '!';
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #ffd800;
    color: #000;
    font-weight: bold;
    border: solid 2px #fff;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    right: -17px;
}
.wrapper-main .box-language{
    background-color: #fff;
    color: #000;
    padding: 2rem;
    padding-top: 6rem;
    margin: auto;
    max-width: 460px;
    border-radius: 25px;
    position: relative;
}
.wrapper-main .section-form-data{
    background-color: #ffd800;
    border-radius: 25px;
    padding: 1rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -12px;
    width: calc(100% + 24px);
}
.wrapper-main .how-to-use .box{
    max-width: 270px;
    margin: 2rem auto;
    text-align: center;
}
.wrapper-main .how-to-use .item{
    margin: 1rem auto;
    font-size: 3.6rem;
    border: solid 3px #3451b9;
    color: #3451b9;
    font-weight: bold;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
}
.wrapper-main .how-to-use .item::before{
    content: url(../img/check-form-icon.png);
    position: absolute;
    bottom: -20px;
    right: -2px;
}
.wrapper-main .how-to-use .item-2::before{
    content: url(../img/calendar-icon.png);
}
.wrapper-main .how-to-use .item-3::before{
    content: url(../img/phone-icon.png);
}
.wrapper-main .how-to-use .item-4::before{
    content: url(../img/checked-icon.png);
}
.wrapper-main .list-check{
    list-style: url(../img/li-tick.png);
}
.wrapper-main .list-check .list-check__item{
    padding-bottom: 2rem;
}
.wrapper-main .section-line{
    background-color: #3451b9;
}
.wrapper-main .section-line h3{
    padding: 0;
}
.wrapper-main .section-line .btn{
    font-size: 1.4rem;
    padding: 1rem;
    text-transform: uppercase;
}
.wrapper-main .section-why{
    font-size: 1.6rem;
    text-align: justify;
}
.wrapper-main .graph-box{
    background-color: #fff;
    padding: 6rem 2rem;
}
@media (min-width: 576px) {
    .wrapper-main{
        font-size: 1.8rem;
    }
    .wrapper-main h1{
        font-size: 6.3rem;
    }
    .wrapper-main h1 small{
        font-size: 4.2rem;
    }
    .wrapper-main h2{
        font-size: 3.6rem;
    }
    .wrapper-main .section-form-who{
        font-size: 2.8rem;
    }
}
.wrapper-news .btn{
    border-radius: 0;
    background-color: #29c6da;
    color: #fff;
    font-size: 12px;
    min-width: 140px;
    font-weight: bold;
}
.wrapper-news .btn-lg{
    font-size: 14px;
    min-width: 200px;
}
.wrapper-news .btn-small{
    font-size: 10px;
}
.news-header{
    background-color: #3451b9;
    color: #fff;
}
.news-header .col-info{
    padding: 3rem;
    padding-right: 7rem;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
}
.news-header .col-img{
    background: url(../img/header-bg.png) no-repeat center left;
    min-height: 300px;
}
.aside-news{
    max-width: 340px;
    margin: 0 auto;
}
.aside-news h2{
    font-size: 1.6rem;
}
.aside-news .box__header{
    background-color: #3451b9;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 2rem 3rem;
    margin-top: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.aside-news .box__header p{
    margin-bottom: 0;
    padding-left: 2rem;
    text-align: center;
}
.aside-news .box__body{
    padding: 2rem 3rem;
    background-color: #f8f8f8;
}
.aside-news .box__body h3{
    font-size: 1.6rem;
}
.aside-news .box__body .btn{
    background-color: #3451b9;
    font-size: 1.4rem;
    padding: .8rem 1rem;
    color: #fff;
}

/****************** COMMENT *******************/
.comment-section {
  padding-bottom: 2rem; }
  .comment-section .title {
    color: #191919;
    font-weight: 700;
    font-size: 2.4rem;
    margin: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative; }
    .comment-section .title::after {
      content: '';
      height: 2px;
      width: 165px;
      background-color: #231f20;
      position: absolute;
      bottom: 0;
      left: 0; }

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 1rem 0.5rem;
  border-bottom: solid 1px #e5e5e5; }
  .comment p {
    padding-bottom: 0;
    margin: 0; }
  .comment .person-icon {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
       -moz-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    max-width: 70px;
    padding-right: 1rem; }
    .comment .person-icon p {
      text-align: center; }
  .comment .info {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
       -moz-box-flex: 10;
        -ms-flex: 10;
            flex: 10;
    position: relative;
    font-size: 14px; }
  .comment .name {
    font-weight: 700;
    color: #191919; }
  .comment .date {
    position: absolute;
    right: 0;
    top: 0;
    font-style: italic;
    font-size: 12px; }

.comment.comment-odp {
  padding-left: 4rem; }

/****************** ADD COMMENT *******************/
.add-comment .title {
  font-size: 2.8rem; }
.add-comment .input-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem; }
.add-comment input, .add-comment textarea {
  width: 48%;
  border: solid 1px #1c4ca0;
  padding: 0.5rem 1rem; }
.add-comment textarea {
  width: 100%; }
.add-comment .info {
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 0; }
.add-comment .btn {
  background-color: #1c4ca0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem; }
