@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #2157a0;
  color: #f5f5f5;
}
*::-moz-selection {
  background: #2157a0;
  color: #f5f5f5;
}
*::-webkit-selection{
  background: #2157a0;
  color: #f5f5f5;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #2157a0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #2157a0;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #2157a0;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #fefefe;
}
::-webkit-scrollbar-track:hover{
  background-color: #fefefe;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #fefefe;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
}
body{
  margin: 0;
  width: 100%;
  background: #f2f2f4;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Roboto", Tahoma, Verdana, Segoe, sans-serif;
}
body.is-show-popup{
  overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  float: left;
  width: 100%;
  position: relative;
  background: #f2f2f4;
  color: #212121;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 45px;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
}
.wrap-grid{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

#proposal{
  background: #fff;
  box-shadow: 0px 0px 5px #777;
  padding: 40px 60px 45px;
}
#proposal .item-bl-list{
  margin: 0 0 25px;
}
#proposal .item-bl-list .label{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
  color: #1b1b1b;
}
#proposal .item-bl-list .list{
  font-size: 12px;
  line-height: 1.4;
}
#proposal .item-bl-list .list .list-li{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#proposal .item-bl-list .list .list-li{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
#proposal .item-bl-list .list .list-li p{
  margin: 0;
  padding: 0;
  width: calc(100% - 90px);
  padding-right: 10px;
}
#proposal .item-bl-list .list .list-li img{
  width: 90px;
  height: auto;
  display: block;
}
#proposal .item-bl-list .list .list-li a{
  width: 90px;
  min-height: 60px;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#proposal .total-price{
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #f2f2f4;
  border: 1px solid #e5e5e7;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
}
#proposal .total-price .label{
  float: left;
}
#proposal .total-price .val{
  float: right;
}
#proposal .bl-head{
  display: inline-block;
  width: 100%;
  margin: 0 0 40px;
}
#proposal .logo{
  margin: 0 0 20px;
  width: 100%;
  float: left;
}
#proposal .logo img{
  display: block;
  width: auto;
  height: 45px;
  margin: 0 auto;
}
#proposal .title{
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
#proposal .work-description{
  font-size: 15px;
  line-height: 1.4;
  margin: 15px 0 25px;
}
#proposal .client-info{
  float: left;
  width: 40%;
  padding-right: 40px;
}
#proposal .contractor-info{
  float: left;
  width: 40%;
  padding-right: 40px;
}
#proposal .proposal-info{
  float: right;
  width: 20%;
}
#proposal .client-info,
#proposal .contractor-info,
#proposal .proposal-info{
  font-size: 14px;
  line-height: 1.2;
}
#proposal .client-info p,
#proposal .contractor-info p,
#proposal .proposal-info p{
  margin: 0 0 5px;
}
#proposal .bl-footer{
  margin-top: 25px;
}
#proposal .bl-footer .form-date_accepted{
  text-align: center;
}
#proposal .bl-footer .form-date_accepted button{
  border: none;
  font-size: 16px;
  padding: 15px 35px;
  min-width: 220px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  text-align: center;
  background: #224770;
  cursor: pointer;
  overflow: hidden;
  text-transform: uppercase;
}
#proposal .bl-footer .form-date_accepted button:hover{
  background: #db6b04;
}
#proposal .bl-date_accepted{
  text-align: center;
  font-size: 15px;
  color: #616161;
}
#proposal .bl-link-terms{
  text-align: center;
  margin: 10px 0 0;
}
#proposal .bl-link-terms a{
  color: #2196f3;
  text-decoration: underline;
}
#proposal .bl-link-terms a:hover{
  text-decoration: none;
}

#proposal .bl-adminbar{
  margin: 20px 0 0;
  text-align: center;
}
#proposal .bl-adminbar .btn-edit{
  background: #F44336;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
#proposal .bl-adminbar .btn-edit-client{
  background: #3d5866;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
#proposal .bl-adminbar .btn-send-mail{
  cursor: pointer;
  background: #0e7ad0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
}
#proposal .bl-adminbar .btn-copy-link{
  cursor: pointer;
  background: #0e7ad0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
#proposal .bl-adminbar .btn-show-send-mail{
  cursor: pointer;
  background: #673AB7;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
#proposal .bl-adminbar .btn-close-send-mail{
  cursor: pointer;
  background: #c4c5c6;
  color: #272626;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
  margin-left: 5px;
}
#proposal .bl-adminbar .btn-comments{
  background: #d8d8d8;
  color: #6c6767;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}
#proposal .bl-adminbar .form-to-mail{
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
#proposal .bl-adminbar .form-to-mail .form-title{
  font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}
#proposal .bl-adminbar .form-to-mail .form-item{
  margin: 0 0 15px;
}
#proposal .bl-adminbar .form-to-mail .form-item input{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #000;
  outline: none;
}
#proposal .bl-adminbar .b{
  padding: 0 7px;
  margin: 0 0 15px;
}
#proposal .bl-adminbar .wrap-btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}

#proposal .bl-adminbar .form-create-invoice{
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 15px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  display: none;
}
#proposal .bl-adminbar .form-create-invoice .form-title{
  font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 10px;
}
#proposal .bl-adminbar .form-create-invoice .form-item{
  margin: 0 0 15px;
}
#proposal .bl-adminbar .form-create-invoice .form-item input{
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  color: #000;
  outline: none;
}
#proposal .bl-adminbar .btn-create-invoice{
  cursor: pointer;
  background: #0e7ad0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
}
#proposal .bl-adminbar .btn-close-create-invoice {
  cursor: pointer;
  background: #c4c5c6;
  color: #272626;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
  margin-left: 5px;
}

#proposal .btn-invoice,
#proposal .btn-receipt{
  background: #d8d8d8;
  color: #6c6767;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
}

#proposal .btn-add-invoice,
#proposal .btn-add-receipt{
  background: #06940b;
  color: #f5f5f5;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
}

#proposal .proposal-footer{
  margin: 20px 0 0;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 15px;
  color: #505050;
}
#proposal .proposal-header{
  margin: 0 0 20px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 15px;
  color: #505050;
  display: inline-block;
  width: 100%;
}

#proposal-navs{
  margin-top: 30px;
  text-align: center;
}
#proposal-navs .btn{
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 7px 15px;
  background: #db6b04;
  color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 20px;
  text-align: center;
  min-width: 120px;
}
#proposal-navs .btn:hover{
  background: #224770;
}

#proposal-comments{
  background: #fff;
  box-shadow: 0px 0px 5px #777;
  padding: 40px 60px 45px;
  margin-top: 60px;
}
#proposal-comments .bl-title{
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 25px;
}
#proposal-comments .text{
  margin: 0 0 45px;
}
#proposal-comments .bl-adminbar {
  text-align: center;
}
#proposal-comments .bl-adminbar .btn-comments {
  background: #d8d8d8;
  color: #6c6767;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
}

#home-block{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home-block .block{
  width: 100%;
  padding: 45px 30px;
  text-align: center;
}
#home-block .block .logo{
  width: 100%;
  max-width: 265px;
  margin: 0 auto;
}
#home-block .block .logo img{
  width: 100%;
  height: auto;
  display: block;
}
#home-block .block .t1{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
}
#home-block .block .t2{
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
}
#home-block .block .wrap-btns{
  margin-top: 25px;
}
#home-block .block .button{
  display: inline-block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 7px 15px;
  background: #db6b04;
  color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 25px;
  text-align: center;
  min-width: 200px;
  text-transform: uppercase;
}

#block-tems{
  padding: 0 20px 25px;
}
#block-tems .block__title{
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 25px;
  text-align: center;
  color: #db6b04;
  font-weight: 900;
}
#block-tems .block__content{
  background: #fff;
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  padding: 40px 60px 45px;
}

.text-format p {
  margin: 0.65em 0;
}
.text-format ol{
  margin: 0.65em 0;
}
.text-format ul{
  display: block;
  width: 100%;
  padding: 0;
  margin: 0.65em 0;
  list-style: none;
}
.text-format ol li{
  margin: 0.5em 0;
}
.text-format ul li{
  display: block;
  width: 100%;
  padding: 0 0 0 35px;
  margin: 1em 0;
  list-style: none;
  position: relative;
}
.text-format ul li:before{
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  display: block;
  background: #db6b04;
  transform: rotate(45deg);
}
.text-format table ul li:before{
  background: #db6b04;
}
.text-format b,
.text-format strong{
  font-weight: 700;
}
.text-format p{
  margin: 1em 0;
}
.text-format ul li:nth-child(1),
.text-format ol li:nth-child(1),
.text-format ul:nth-child(1),
.text-format ol:nth-child(1),
.text-format p:nth-child(1){
  margin-top: 0;
}
.text-format ul li:last-child,
.text-format ol li:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format p:last-child{
  margin-bottom: 0;
}
.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6{
  font-weight: 700;
  margin: 1em 0 0.4em;
  line-height: 1.2;
}
.text-format h1{
  font-size: 1.6em;
}
.text-format h2{
  font-size: 1.4em;
}
.text-format h3{
  font-size: 1.2em;
}
.text-format h4{
  font-size: 1.1em;
}
.text-format h5{
  font-size: 1em;
}
.text-format h6{
  font-size: 0.9em;
}
.text-format p a{
  text-decoration: underline;
  color: #db6b04;
}
.text-format p a:hover{
  text-decoration: none;
}
.text-format *:first-child{
  margin-top: 0;
}
.text-format img.aligncenter{
  display: block;
  margin: 0 auto;
}
.text-format img.alignleft{
  float: left;
  max-width: 50%;
  margin: 0 20px 15px 0;
}
.text-format img.alignright{
  float: right;
  max-width: 50%;
  margin: 0 0 15px 20px;
}
.text-format a{
  color: #db6b04;
  text-decoration: underline;
  outline: none;
}
.text-format a:hover{
  text-decoration: none;
  color: #db6b04;
}

@media (max-width: 980px){
  #page{
    padding: 0;
  }
  .wrap-grid{
    padding: 0;
  }
  #proposal{
    box-shadow: none;
    padding: 40px 40px 45px;
  }
  #proposal-comments{
    box-shadow: none;
    padding: 40px 40px 45px;
  }
}
@media (max-width: 768px){
  #proposal .client-info{
    width: 50%;
    padding: 0;
  }
  #proposal .contractor-info{
    width: 50%;
  }
  #proposal .proposal-info{
    width: 100%;
    padding: 0;
    display: flex;
    margin: 0 0 30px;
  }
  #proposal .proposal-info p{
    padding-right: 30px;
  }
}
@media (max-width: 640px){
  #proposal .logo img{
    height: 30px;
    margin: 0;
  }
  #proposal{
    padding: 40px 30px 45px;
  }
  #proposal-comments{
    box-shadow: none;
    padding: 40px 30px 45px;
  }
  #proposal .contractor-info{
    padding-right: 30px;
  }
  #proposal .item-bl-list .list .list-li{
    display: block;
  }
  #proposal .item-bl-list .list .list-li p{
    width: 100%;
  }
  #proposal .item-bl-list .list .list-li a{
    display: block;
    width: 160px;
    margin: 15px auto;
  }
  #proposal .item-bl-list .list .list-li img{
    width: 100%;
  }
  #proposal .item-bl-list .list{
    font-size: 14px;
  }
  #proposal .bl-adminbar .btn-send-mail,
  #proposal .bl-adminbar .btn-close-send-mail{
    min-width: 115px;
  }
  #proposal .bl-adminbar .btn-create-invoice,
  #proposal .bl-adminbar .btn-close-create-invoice{
    min-width: 115px;
  }
  #block-tems .block__content{
    padding: 30px 20px 45px;
  }
  #block-tems .block__title{
    font-size: 28px;
  }
}
@media (max-width: 480px){
  #proposal .contractor-info{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #proposal .client-info{
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #proposal .proposal-info{
    margin: 0;
  }
  #proposal .proposal-info p {
    padding-right: 20px;
  }
  #block-tems .block__title{
    font-size: 25px;
  }
}
@media (max-width: 400px){
  #proposal {
    padding: 40px 20px 45px;
  }
  #proposal .proposal-info p{
    padding: 0;
    margin: 0 0 10px;
  }
  #proposal .proposal-info p br{
    display: none;
  }
  #proposal .proposal-info{
    display: block;
  }
  #proposal .total-price{
    font-size: 14px;
  }
}


@media print {
  #page{
    background: #fff;
  }
  body{
    background: #fff;
  }
  #proposal{
    box-shadow: none;
  }
  .hide-to-print{
    display: none;
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
#preloader .wrap {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 91;
}
#preloader .wrap span {
  display: block;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  z-index: 9;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
}
.lds-default {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}