
/* COMMON */
html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #005377;
    background-color: #fff;
}
.no-gutters {
    padding-right: 0;
    padding-left: 0;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Capitalist', sans-serif;
    color: #36AA0B;
}

a {
    color:#7CD709;
}

a:hover {
    color:#27B1E6;
}

/* HEADER */
header {
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #000;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
header .wrapper {
    background: rgb(0,64,14);
    background: -moz-linear-gradient(90deg, rgba(0,64,14,1) 0%, rgba(9,12,9,1) 50%, rgba(52,70,51,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,64,14,1) 0%, rgba(9,12,9,1) 50%, rgba(52,70,51,0) 100%);
    background: linear-gradient(90deg, rgba(0,64,14,1) 0%, rgba(9,12,9,1) 50%, rgba(52,70,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00400e",endColorstr="#344633",GradientType=1);
}

header h1 {
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    margin-top: 30px;
}
header h1 span {
    color: #36AA0B;
    font-style: italic;
}
header span.description {
    font-size: 20px;
    color: #fff;
}
header span.description img {
    vertical-align: baseline;
}
header h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

/* CONTENT */
section.content {
    padding-top: 60px;
    padding-bottom: 60px;
}
section.content h2 {
    color: #36AA0B;
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}
section.content .block {
    padding: 30px;
    border-radius: 15px;
    background-color: #F1F4F2;
}

section.content .block .input-wrapper:first-child {
    margin-bottom: 30px;
}
section.content .block .input-wrapper span {
    display: inline-block;
    width: 180px;
    color: #005377;
    font-size: 20px;
    font-weight: bold;
}
section.content .block .input-wrapper.uploaded span {
    color: #36AA0B;
}
section.content .block .input-wrapper input {
    display: inline-block;
    font-size: 20px;
}

section.content .files button.input-file {
    content: 'Выберите файл';
    display: inline-block;
    background-color: #36AA0B;
    border-bottom: 3px solid #056019;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 8px;
    padding: 14px 8px 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 42px;
    margin-right: -150px;
}

section.content .files button.input-file:hover {
    background-color: #27B1E6;
    border-bottom: 3px solid #1C90BC;
}

section.content .files .uploaded button.input-file {
    display: inline-block;
    background-color: #8ABCD1;
    border-bottom: 3px solid #598699;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 8px;
    padding: 14px 8px 10px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 42px;

}

section.content .files .uploaded button.input-file:hover {
    background-color: #27B1E6;
    border-bottom: 3px solid #1C90BC;
}

section.content .files .uploaded.syntax-error button.input-file {
    border-bottom-color: #d08088;
    background-color: #f8d7da;
    color: #842029;
}

section.content .files .uploaded.syntax-error button.input-file:hover {
    border-bottom-color: #c25d67;
    background-color: #ffb3ba;
/*    color: #d34451;*/
}

section.content .files .info {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: -17px;
}
section.content .files .info p {
    color: #005377;
}
section.content .files .info p strong {
    color: #005377;
}
section.content .files .info p span {
    color: #36aa0b;
}

/* PAYMENT BLOCK */
section.content .payment .block  {
    background-color: #059224;
}
section.content .payment .calculator  {
   
}
section.content .payment .calculator .col.number {
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: top;
}
section.content .payment .calculator .col.number .num {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
section.content .payment .calculator .col.number .txt {
    color: #7CD709;
    font-size: 16px;
    text-align: center;
    display: block
}
section.content .payment .calculator .col.multiply {
    display: inline-block;
    width: 5%;
    text-align: center;
}
section.content .payment .calculator .col.multiply img {
   
}
section.content .payment .calculator .col.equal {
    display: inline-block;
    width: 6%;
    text-align: center;
}
section.content .payment .calculator .col.equal img {
   
}
section.content .payment .result  {
   
}
section.content .payment .result .col {
   display: inline-block;
   width: calc(50% - 2px);
    padding-top: 30px;
}
section.content .payment .result .col:first-child {
    padding-top: 45px;
}
section.content .payment .result .txt {
    display: inline-block;
    color: #7CD709;
    font-size: 16px;
    margin-right: 15px;
}
section.content .payment .result  .price {
   display: inline-block;
    color: #fff;
    font-size: 35px;
    font-weight: 100;
}
section.content .payment .result button.pay {
    display: inline-block;
    background-color: #66DB0B;
    border-bottom: 3px solid #36AA0B;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 10px;
    padding: 18px 33px 16px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
section.content .payment .result button.pay:not(.disabled):hover {
    background-color: #27B1E6;
    border-bottom: 3px solid #1C90BC;
}

section.content .payment .result button.pay.disabled {
    color: #757a80;
    background-color: #e2e6ea;
    border-bottom-color: #7a838a;
}

section.content .payment .result button.pay.disabled:hover {
    cursor: default;
}

section.content .payment img.payment-systems {
    margin-top: 10px;
    max-width: 100%;
}

/* LANGUAGES  */
section.content .languages {
    font-size: 16px;
}
section.content .languages .form-check .form-check-input {
    margin-top: 3px;
    font-size: 18px;
    cursor: pointer;
}
section.content .languages .form-check.radio {
    font-size: 20px;
}
section.content .languages .form-check.radio .form-check-input {
    margin-top: 3px;
    font-size: 20px;
}

section.content .languages .form-check .form-check-input:checked {
    background-color: #36AA0B;
    border-color: #36AA0B;
}
section.content .languages .form-check  .form-check-input:focus {
    border-color: #36AA0B;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(4 199 0 / 25%);
}
section.content .languages .select {
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}
section.content .languages label {
    line-height: 25px;
}

section.content .languages .form-check label:hover {
    cursor: pointer;
}


/* MODAL */
.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
.modal-body {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
    padding-bottom: 45px;
}


/* WORK IN PROGRESS */
section.content .work-in-progress {

}
section.content .work-in-progress p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
section.content .work-in-progress p span {
    color: #36aa0b;
}
section.content .work-in-progress img {
    max-width: 150px;
}
section.content .work-in-progress strong {
    font-size: 25px;
}
section.content .work-in-progress span.time {
    font-size: 25px;
}
section.content .work-in-progress span#min,
section.content .work-in-progress span#sec {

}

/* DOWNLOAD */
section.content .download p {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
section.content .download input {
    font-size: 20px;

    display: inline-block;

    width: 400px;
    padding: 10px;

    color: #36aa0b;
    border: none;
    background-color: #d7d7d7;
}
section.content .download button {
    font-size: 16px;
    font-weight: 600;

    display: inline-block;

    padding: 15px 17px 13px;

    vertical-align: top;

    color: #706e6e;
    border: none;
    background-color: #fff;
}
section.content .download button:hover {
    color: #fff;
    background-color: #36aa0b;
}
section.content .download input:focus-visible {
    outline: none;
}
section.content .download p.warning {
    color: #f96464;
}
section.content .download a.download-button {
    font-size: 18px;
    font-weight: bold;

    display: inline-block;

    margin-top: 18px;
    margin-bottom: 30px;
    padding: 18px 33px 16px;

    cursor: pointer;
    -webkit-user-select: none;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;

    color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #056019;
    border-left: none;
    border-radius: 10px;
    outline: none;
    background-color: #36aa0b;
}
section.content .download a.download-button:hover {
    border-bottom: 3px solid #1c90bc;
    background-color: #27b1e6;
}

/* HOW IT WORKS */
section.howitworks {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #F1F4F2;
}
section.howitworks .headline h2 {
    font-size: 25px;
    text-align: center;
    color: #36AA0B;
    margin-bottom: 30px;
    font-weight: bold;
}
section.howitworks .item {
    
}
section.howitworks .item .icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    text-align: center;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding-top: 16px;
}
section.howitworks .item .icon img {
    margin: 0 auto;s
}
section.howitworks .item span {
    color: #005377;
    text-align: center;
    display: block;
}



/* FOOTER */
footer {
    background-color: #013A0D;
    padding-top: 35px;
    padding-bottom: 35px;
    color: #fff;
}



footer a {
    color:#7CD709;
}

footer a:hover {
    color:#27B1E6;
}

footer span {
    display: inline-flex;
}

footer button {
    color:#7CD709 !important;
    padding: 0 !important;
    background: none !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

footer button :hover {
    color:#27B1E6;
}



/*===================================*/
/*=========  MEDIA QUERIES  =========*/
/*===================================*/


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1279px) {

}

/* So-so large devices, for example laptops with 1366x768 */
@media (min-width: 1279px) and (max-width: 1600px) {

}

/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1601px) {

}

.wpcf7-form-control-wrap p,
.wpcf7-form-control-wrap span {
    display: inline-block;
}

.wpcf7-form-control-wrap.recaptcha {
    display: inline-block;
    margin-bottom: 20px;
}

.wpcf7-form-control {
    border: 1px solid transparent !important;
}

.wpcf7-not-valid {
    border: 1px solid #dc3545 !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-form-control-wrap.recaptcha .wpcf7-not-valid-tip {
    display: block;
}
