@import url(reset.css);
@import url(fonts.css);

body {
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  color: #1d1d1d;
  font-size: 16px;
  line-height: 22px
}

h1, h2, h3, h4, h5, h6, strong, b {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900
}

img, svg, embed, object, video {
  max-width: 100%;
  max-height: 100%
}

a {
  -webkit-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out
}

input[type=checkbox]:checked, input[type=checkbox]:not(:checked), input[type=radio]:checked, input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px
}

input[type=checkbox]:checked + label, input[type=checkbox]:not(:checked) + label, input[type=radio]:checked + label, input[type=radio]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  line-height: 30px;
  height: 20px;
  cursor: pointer;
  font-family: 'Gilroy', sans-serif;
  font-size: 25px
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:not(:checked) + label:before, input[type=radio]:checked + label:before, input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  background-color: #222
}

input[type=checkbox]:checked + label:before, input[type=checkbox]:not(:checked) + label:before, input[type=radio]:checked + label:before, input[type=radio]:not(:checked) + label:before {
  border-radius: 0
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:not(:checked) + label:after, input[type=radio]:checked + label:after, input[type=radio]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

input[type=checkbox]:checked + label:after, input[type=checkbox]:not(:checked) + label:after {
  left: 4px;
  top: 9px;
  width: 10px;
  height: 6px;
  border-radius: 1px;
  border-left: 2px solid #b39c72;
  border-bottom: 2px solid #b39c72;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

input[type=radio]:checked + label:after, input[type=radio]:not(:checked) + label:after {
  top: 8px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #b39c72;
  border-radius: 0
}

input[type=checkbox]:not(:checked) + label:after, input[type=radio]:not(:checked) + label:after {
  opacity: 0
}

input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
  opacity: 1
}

.inputWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px
}

.inputWrapper label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-family: 'Gilroy', sans-serif;
  font-size: 21px;
  line-height: 24px
}

.inputWrapper input {
  width: 100%;
  height: 30px;
  line-height: normal;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding-left: 15px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 18px
}

.inputWrapper input:focus {
  border-color: #b39c72
}

.siteWidth {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 10;
  max-width: 980px
}

@media (max-width: 1030px) {
  .siteWidth {
    max-width: 720px
  }
}

@media (max-width: 750px) {
  .siteWidth {
    max-width: 540px
  }
}

@media (max-width: 570px) {
  .siteWidth {
    max-width: 350px
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px
}

.row0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0
}

.col0 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

h2.title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 34px;
  line-height: 34px;
  color: #1d1d1d;
  letter-spacing: -.4px
}

h3.title {
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #1d1d1d
}

.btn {
  display: inline-block;
  cursor: pointer;
  width: 85%;
  border: 3px solid #fff;
  font-family: 'Gilroy', sans-serif;
  font-weight: 900;
  font-size: 22px;
  max-width: 400px;
  text-align: center;
  height: 70px;
  line-height: 64px;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(255, 255, 255, .7), inset 0 0 15px rgba(255, 255, 255, .7);
  box-shadow: 0 0 35px rgba(255, 255, 255, .7), inset 0 0 15px rgba(255, 255, 255, .7);
  z-index: 10
}

.btn:hover {
  border-color: #b39c72;
  background-color: #b39c72;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn:active:before {
  background-color: #999
}

main {
  overflow: hidden;
  background-color: #222
}

section {
  position: relative
}

.hiddenBlock {
  display: none
}

form .inputWrapper {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

form .inputWrapper .text {
  margin-right: 18px;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: .1em
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #fff;
  text-align: left;
  outline: 0;
  background-color: transparent;
  line-height: normal;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-left: 10px
}
form input:disabled{
  background-color: transparent;
  color:#ffffff;
  border: none;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
}
form .inputWrapper input:focus {
  border-color: #b39c72
}

form .inputWrapper input:focus::-webkit-input-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus::-moz-placeholder {
  opacity: 0
}

form .inputWrapper input:focus:-ms-input-placeholder {
  opacity: 0
}

form .inputWrapper input::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-moz-placeholder {
  color: gray;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input::-moz-placeholder {
  color: gray;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper input:-ms-input-placeholder {
  color: gray;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
  color: #ff0404;
  text-decoration: none;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 18px;
  height: 18px
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 2px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  min-width: 200px
}

form .inputWrapper .allert:hover {
  text-align: center
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -2px;
  opacity: 1
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px
}

form .inputWrapper.error input {
  border-color: red
}

.docs {
  padding-top: 50px;
  padding-bottom: 100px;
  color: #fff
}

.docs h2.title {
  color: #fff
}

.docs .topLogo {
  fill: #fff;
  width: 65px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 80px
}

.docs .FOPChoice {
  margin-bottom: 75px
}

.docs .FOPChoice h2.title {
  margin-bottom: 40px
}

.docs .FOPChoice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.docs .FOPChoice ul .FOPItem .symbol {
  font-family: 'Helvetica', sans-serif;
  font-size: 45px;
  text-align: center;
  line-height: 98px;
  color: #fff;
  width: 80px;
  height: 102px;
  border: 2px solid #fff;
  margin: 0 auto 22px
}

.docs .FOPChoice ul .FOPItem .name {
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #fff
}

.docs .FOPChoice ul .FOPItem:hover .symbol {
  color: #b39c72;
  border-color: #b39c72
}

.docs .FOPChoice ul label {
  padding-left: 0
}

.docs .FOPChoice ul label:before {
  display: none
}

.docs .FOPChoice ul label:after {
  display: none
}

.docs .FOPChoice ul input:checked + label .FOPItem .symbol {
  color: #b39c72;
  border-color: #b39c72
}

.docs .FOPChoice ul input:checked + label .FOPItem .name {
  color: #b39c72
}

.docs .productsChoice {
  margin-bottom: 60px
}

.docs .productsChoice .productList {
  margin-bottom: 30px;
  max-width: 460px;

}

.docs .productsChoice .productList h2.title {
  margin-bottom: 20px
}

.docs .productsChoice .productList ul li {
  line-height: 26px;
  position:relative;
}



.docs .productsChoice .productList ul li span{
  font-size: 25px;
  padding-left: 45px;
  cursor: pointer;
  position:relative;
}
.docs .productsChoice .productList ul li span.run{
  color: #b39c72;
}


.docs .productsChoice .productList ul li span:before{
  content:'';
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background-color:#222222;
}

.docs .productsChoice .productList ul li span:after{
  content: "";
  position: absolute;
  transition: all .2s ease;
  left: 4px;
  top: 9px;
  width: 10px;
  height: 6px;
  border-radius: 1px;
  border-left: 2px solid #b39c72;
  border-bottom: 2px solid #b39c72;
  transform: rotate(-45deg);
  opacity: 0;
}
.docs .productsChoice .productList ul li.active span:after {
  opacity: 1;
}

.docs .productsChoice .productList ul li .hiddenSpace{
  display: flex;
  flex-wrap:wrap;
  padding: 10px;
  border:2px solid #ffffff;
  background-color:#222222;
  width: 450px;
  position: absolute;
  z-index: 10;
  right: -500px;
  top: 0;
}

.docs .productsChoice .productList ul li .hiddenSpace{
  display: none;
}


.docs .productsChoice .productList ul li .hiddenSpace .hiddenWrap{
  margin-bottom: 20px;
}
.docs .productsChoice .productList ul li .hiddenSpace .hiddenWrap label{
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.docs .subTotal{
  margin-bottom: 40px;
}
.docs .subTotal h2.title{
  margin-bottom: 30px;
}
.docs .subTotal .subtotalOptions{
  display: flex;
  justify-content: space-between;
  max-width: 660px;
}
.docs .subTotal .subtotalOptions .subtotalBlock{
  flex: 0 0 auto;
}
.docs .subTotal .subtotalOptions .subtotalBlock span:after{
  content: ' грн';
}
.docs .subTotal .subtotalOptions .subtotalBlock span.usd:after{
  content: ' $'
}
.docs .subTotal .subtotalOptions .subtotalBlock span.eur:after{
  content: ' €'
}
.docs .subTotal .subtotalOptions .inputWrapper{
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  margin-bottom: 0;
  flex: 0 0 215px;
}
.docs .subTotal .subtotalOptions .inputWrapper .text{
  margin-right: 15px;
  flex: 0 0 135px;
}
.docs .subTotal .subtotalOptions .inputWrapper input::-webkit-outer-spin-button,
.docs .subTotal .subtotalOptions .inputWrapper input::-webkit-inner-spin-button{
  -webkit-appearance: none;

}
.docs .subTotal .subtotalOptions .inputWrapper input{
  -moz-appearance: textfield;
  text-align: center;
  padding-left: 0;
}



.docs .splitPayChoice {
  margin-bottom: 80px
}

.docs .splitPayChoice h2.title {
  margin-bottom: 30px
}

.docs .splitPayChoice .splitOptions {
  max-width: 770px
}

.docs .clientName {
  margin-bottom: 45px
}

.docs .clientName h2.title {
  margin-bottom: 40px
}

.docs .clientEmail {
  margin-bottom: 40px
}

.docs .clientEmail h2.title {
  margin-bottom: 40px
}

.docs .requisites {
  margin-bottom: 60px
}
.docs .requisites .inputWrapper.hide{
  display: none;
}
.docs .requisites .inputWrapper.show{
  display: flex;
}
.docs .requisites h2.title {
  margin-bottom: 40px
}

.docs .btnWrap {
  text-align: right
}

.formatedDoc {
  background-color: #e7e6e6;
  padding-top: 70px;
  padding-bottom: 70px
}

.formatedDoc .topLogo {
  fill: #1e1e1e;
  width: 65px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 100px
}

@media (max-width: 750px) {
  .formatedDoc .topLogo {
    width: 45px;
    height: 27px;
    margin-bottom: 30px
  }
}

.formatedDoc .page {
  padding: 70px 90px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 3px rgba(0, 0, 0, .5);
  box-shadow: 0 0 35px 3px rgba(0, 0, 0, .5);
  margin-bottom: 50px;
  min-height: 1200px;
}
.formatedDoc .page.separate{
  display: flex;
  padding: 70px 30px;
  margin-left: -10px;
  margin-right: -10px;
}
.formatedDoc .page.separate .requisiteBlock{
  flex-wrap:wrap;
}
.formatedDoc .page.separate .requisiteBlock .leftSide{
  flex: 0 0 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
.formatedDoc .page.separate .requisiteBlock .rightSide{
  flex: 0 0 100%;
  padding-left: 0;
}
.formatedDoc .page .leftSidePage{
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.formatedDoc .page .rightSidePage{
  flex: 0 0 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.formatedDoc .page .header {
  margin-bottom: 40px
}

.formatedDoc .page .header .mainTitle {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 24px
}

.formatedDoc .page .header .cityAndDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.formatedDoc .page .header .cityAndDate .dateBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.formatedDoc .page .header .cityAndDate .dateBlock .mounth {
  margin: 0 7px
}

.formatedDoc .page .content {
  margin-bottom: 70px
}
.formatedDoc .page .content i{
  font-style: italic;
}
.formatedDoc .page .content .topDelimeter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.formatedDoc .page .content .topDelimeter .rightIcon{
  flex: 0 0 78px;
  height: 46px;


}
.formatedDoc .page .content .owner {
  color: #000;
  font-weight: 700
}

.formatedDoc .page .content small {
  font-size: 12px
}

.formatedDoc .page .content .title {
  text-align: center;
  margin: 30px 0;
  font-weight: 700
}

.formatedDoc .page .content .tableBlock{}
.formatedDoc .page .content .tableBlock .tRow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formatedDoc .page .content .tableBlock .tRow .tCell{
  flex-grow: 1;
}
.formatedDoc .page .content .tableBlock .tRow .tCell:nth-child(1){
  flex: 0 0 40px;
}
.formatedDoc .page .content .tableBlock .tRow .tCell:nth-child(2){}
.formatedDoc .page .content .tableBlock .tRow .tCell:nth-child(3){
  flex: 0 0 100px;
}
.formatedDoc .page .content .tableBlock .tRow .tCell:nth-child(4){
  flex: 0 0 140px;
  margin-left: 20px;
}
.formatedDoc .page .content .tableBlock .tRow .tCell:nth-child(5){
  flex: 0 0 140px;
  margin-left: 20px;
}


.formatedDoc .page .content .tableBlock .tableHead{
  background-color:#222222;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  color:#ffffff;
}
.formatedDoc .page .content .tableBlock .tableHead .tRow{
}
.formatedDoc .page .content .tableBlock .tableHead .tRow .tCell{
}
.formatedDoc .page .content .tableBlock .tableBody{}
.formatedDoc .page .content .tableBlock .tableBody .tRow{
  padding-top: 20px;
  padding-bottom: 20px;
}
.formatedDoc .page .content .tableBlock .tableBody .tRow .tCell{}

.formatedDoc .page .content .descriptionPart{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  font-family: 'Gilroy', sans-serif;
  font-weight: 700;
  color:#000000;
  font-size: 16px;
  margin-bottom: 30px;
}
.formatedDoc .page .content .descriptionPart .leftText{
}
.formatedDoc .page .content .descriptionPart .subTotal{
}
.formatedDoc .page .content .descriptionPart .subTotalText{
  font-weight: 400;
  flex: 0 0 100%;
  margin-top: 20px;
}

.formatedDoc .page .requisiteBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.formatedDoc .page .requisiteBlock .title {
  font-weight: 700;
  margin-bottom: 20px
}

.formatedDoc .page .requisiteBlock .leftSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 15px
}

@media (max-width: 750px) {
  .formatedDoc .page .requisiteBlock .leftSide {
    padding-right: 0;
    margin-bottom: 40px
  }
}

.formatedDoc .page .requisiteBlock .rightSide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 15px
}

.formatedDoc .page .requisiteBlock .rightSide .signatureBlock .checkboxExplain {
  margin-top: 40px
}

.formatedDoc .page .requisiteBlock .rightSide .signatureBlock .checkboxExplain label {
  font-size: 16px;
  line-height: 22px;
  padding-left: 25px
}

@media (max-width: 750px) {
  .formatedDoc .page .requisiteBlock .rightSide {
    padding-left: 0
  }
}

@media (max-width: 750px) {
  .formatedDoc .page .requisiteBlock {
    display: block
  }
}

@media (max-width: 750px) {
  .formatedDoc .page {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: auto;
  }
}

@media (max-width: 750px) {
  .formatedDoc {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.allFiles{
  padding-top: 50px;
  padding-bottom: 50px;
}
.allFiles .innerWrapper{
  height: 100vh;
  min-height: calc(300px - 100px);
}
.allFiles .innerWrapper .topLogo {
  fill: #fff;
  width: 65px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 80px
}
.allFiles .innerWrapper .topLogo a{
  fill: #fff;
}
.allFiles .innerWrapper .filesList{}
.allFiles .innerWrapper .filesList li{
  line-height: 40px;
}
.allFiles .innerWrapper .filesList li a{
  font-size: 25px;
  color:#ffffff;
}
.allFiles .innerWrapper .filesList li a:hover{
  color:#b39c72;
}