#debug {
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding: 6px 8px;
    z-index: 100000;

    background: #cccccc;
    color: #000000;
    font-size: 10px;
}
#debug .res {
    display: none;
}
@media screen and (max-width: 1279px) and (min-width: 981px) {
    #debug .res.normal {
        display: block;
    }
}


html, body {
    min-height: 100%;
}

body {
    position: relative;
    background: #070a00;
    color: #ffffff;
    padding: 0;
    margin: 0;

    font-family: 'OpenSans', sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.grecaptcha-badge {
    z-index: 5000;
}

.clearfix:after {
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
a {
    text-decoration: underline;
    outline: none;
    color: #ffffff;
}
a:hover {
    text-decoration: underline;
}
a.phone-mobile-link {
    text-decoration: none!important;
}
.phone {
    white-space: nowrap!important;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Lexend", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input[type="time"]::-webkit-clear-button,
input[type="time"]::-moz-clear,
input[type="date"]::-webkit-clear-button,
input[type="date"]::-moz-clear {
    display: none;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input::-webkit-clear-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number],
input[type=time],
input[type=date] {
    -moz-appearance: textfield; /* Firefox */
}

body > .block {
    position: relative;
    z-index: 10;
}
body > .block  .wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 20;
}
.block .block-title {
    text-align: center;
    text-transform: uppercase;
}


.block.header-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    
    padding-top: 25px;
    padding-bottom: 15px;
    background-color: rgba(0,0,0, 0.2);
    box-shadow: 0 0 25px 20px rgba(0,0,0, 0.2);
}
.block.header-block .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block.header-block .part-right {
    display: flex;
    align-items: center;
    column-gap: 25px;
    grid-column-gap: 25px;
}
.block.header-block .logo {
    cursor: pointer;
}
.block.header-block .logo img {
    display: block;
    height: 18px;
    user-select: none;
}
.block.header-block .languages {
    position: relative;
    z-index: 10;
}
.block.header-block .languages li {
    display: inline-block;
    margin: 0 6px 0 0;
    vertical-align: middle;
    
    color: #ffffff;
    opacity: 0.6;
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    /*letter-spacing: 0.125em;*/
    text-transform: uppercase;
}
.block.header-block .languages li.current-lang,
.block.header-block .languages li:hover {
    opacity: 1;
}
.block.header-block .languages li a {
    text-decoration: none;
}
.block.header-block .languages li span {
    cursor: default;
}
.block.header-block .languages li img {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
}
.block.header-block .menu {
    position: relative;
}
.block.header-block .menu-icon {
    position: relative;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    outline: none;
}
.block.header-block .menu-icon img {
    display: block;
    
    transition: transform 0.2s ease;
    transform: scale(1);
    user-select: none;
    outline: none;
}
.block.header-block .menu-plate {
    position: absolute;
    right: -20px;
    top: 85%;
    padding: 30px 38px 30px 38px;
    z-index: 1;
    
    background-color: rgba(0,0,0, 0.88);
    border-radius: 45px;
    
    display: none;
}
.block.header-block .menu.opened .menu-icon img,
.block.header-block .menu:hover .menu-icon img {
    transform: scale(1.1);
}
.block.header-block .menu:hover .menu-plate {
    display: block;
}
.is-mobile .block.header-block .menu:hover .menu-plate {
    display: none;
}
.block.header-block .menu.opened .menu-plate {
    display: block !important;
}
.block.header-block .menu-plate .menu-items {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    grid-row-gap: 10px;
    
    text-align: left;
}
.block.header-block .menu-plate .menu-items .menu-item {
    text-transform: uppercase;
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.69em;
    letter-spacing: 0.225em;
    color: #ffffff;
}
.block.header-block .menu-plate .menu-items .menu-item a {
    color: #ffffff;
    text-decoration: none;
}
.block.header-block .menu-plate .menu-items .menu-item:hover,
.block.header-block .menu-plate .menu-items .menu-item.current-item {
    font-weight: 800;
}



.block.top-block {
    background-color: #070A00;
    color: #ffffff;
}
.block.top-block .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.top-block .back img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block.top-block .content {
    padding-top: 80px;
    padding-bottom: 20px;
    text-align: center;
}
.block.top-block .content .logo {
    display: block;
    margin: 0px auto 20px auto;
}
.block.top-block .content .page-title {
    margin: 0 0 0px 0;
    
    font-size: 20px;
    line-height: 1.35em;
    letter-spacing: 0.125em;

    font-family: 'OpenSans', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}
.block.top-block .content .plane {
    display: block;
    max-width: 930px;
    margin: 40px auto 70px auto;
}
.block.top-block .content p {
    margin: 0 auto 20px auto;
    max-width: 930px;
    
    font-size: 20px;
    line-height: 2em;
    text-align: center;
    letter-spacing: 0.125em;
}
.block.top-block .content .i-plane {
    display: block;
    margin: 45px auto 20px auto;
    
    -webkit-animation: a-pulse 2s infinite linear;
    animation: a-pulse 2s infinite linear;
}
.block.top-block .content .i-dot {
    display: block;
    margin: 0 auto 0 auto;
    
    -webkit-animation: a-pulse 2s infinite linear;
    animation: a-pulse 2s infinite linear;
}
.block.top-block .content .i-dot.dot-1 {
    margin-bottom: 10px;
}
.block.top-block .content .i-dot.dot-2 {
    margin-bottom: 6px;
    opacity: 0.34;
}
.block.top-block .content .i-dot.dot-3 {
    opacity: 0.14;
}





.block.about-block {
    background-color: #070A00;
    color: #ffffff;
}
.block.about-block .cols {
    display: flex;
    column-gap: 40px;
    grid-column-gap: 40px;
    align-items: center;
}
.block.about-block .cols.reverse {
    flex-direction: row-reverse;
}
.block.about-block .cols .col-x1-2 {
    flex-basis: 40%; /* +gap -> 1/2 */
    flex-grow: 1;
}
.block.about-block .cols .col-x1-3 {
    flex-basis: 25%; /* +gap -> 1/3 */
    flex-grow: 1;
}
.block.about-block .cols .col-x2-3 {
    flex-basis: 25%; /* +gap -> 1/3 */
    flex-grow: 2;
}
.block.about-block .cols .col.pdr {
    padding-right: 40px;
}
.block.about-block .cols .col.pdl {
    padding-left: 40px;
}
.block.about-block .block-title {
    padding-bottom: 20px;
    font-size: 52px;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 0.39em;
}
.block.about-block p {
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.125em;
}
.block.about-block p:last-child {
    padding-bottom: 0;
}
.block.about-block .col img {
    display: block;
    width: 100%;
}
.block.about-block.p1 {
    padding-top: 70px;
    padding-bottom: 30px;
}
.block.about-block .bt-text {
    position: relative;
    
    color: #747448;
    font-family: 'Lexend', sans-serif;
    text-transform: uppercase;
}
.block.about-block .bt-text p {
    padding-bottom: 10px;
    
    line-height: 1.69em;
    letter-spacing: 0.39em;
}
.block.about-block .bt-text p:last-child {
    padding-bottom: 0;
}
.block.about-block .bt-text p:nth-child(1) {
    margin-right: 70px;
    font-size: 40px;
    text-align: right;
}
.block.about-block .bt-text p:nth-child(2) {
    margin-left: 0px;
    font-size: 32px;
}
.block.about-block .bt-text p:nth-child(3) {
    margin-right: 30px;
    font-size: 28px;
    text-align: right;
}
.block.about-block .bt-text p:nth-child(4) {
    margin-left: 20px;
    font-size: 46px;
}
.block.about-block.p1 .cols {
    padding-top: 30px;
}
.block.about-block.p1 .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    mix-blend-mode: lighten;
}
.block.about-block.p1 .back img {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: -20%;
}
.block.about-block.p2 {
    padding-top: 30px;
    padding-bottom: 0px;
}
.block.about-block.p2 .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    mix-blend-mode: lighten;
}
.block.about-block.p2 .back img {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}
.block.about-block.p3 {
    padding-bottom: 20px;
    
    background-color: #C7BFAA;
    color: #414129;
}
.block.about-block.p3 .back-st {
    position: relative;
    overflow: hidden;
}
.block.about-block.p3 .back-st .triangle {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100vw;
    height: 27vw; /* !!! залежить від пропорцій літачка та ракурсу !!!  */
    z-index: 0;
    transform: translateY(-53%);
}
.block.about-block.p3 .back-st .top-part {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-color: #070A00;
}
.block.about-block.p3 .back-st .bottom-part {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background-color: #C7BFAA;
}
.block.about-block.p3 .back-st .plane {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    z-index: 30;
}
.block.about-block.p3 .wrapper {
    margin-top: -70px;
}
.block.about-block.p3 .cols {
    padding-top: 20px;
}
.block.about-block.p3 .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 20px;
    z-index: 0;
    overflow: hidden;
    mix-blend-mode: darken;
    
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 1.73%, rgba(0, 0, 0, 0) 15.95%);
}
.block.about-block.p3 .back img {
    display: block;
    position: absolute;
    height: 100%;
    right: 0;
    bottom: -21%;
    opacity: 0.15;
}
.block.about-block .fckng-grid img.left-photo { 
    display: none;
}




.block.features-block {
    padding-top: 30px;
    padding-bottom: 80px;
    background-color: #C7BFAA;
    color: #414129;
}
.block.features-block .block-title {
    padding-bottom: 30px;
    
    font-size: 34px;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 0.39em;
}
.block.features-block .details {
    position: relative;
    padding-bottom: 40px;
    z-index: 20;
    
    transition: height 0.3s linear;
}
.block.features-block .details .item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    z-index: 15;
    
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s linear,
                opacity 0.25s linear;
}
.block.features-block .details .item:first-child {
    
}
.block.features-block .details .item.new-current {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
    z-index: 20;
}
.block.features-block .details .item.old-current {
    transform: scaleY(0);
    transform-origin: bottom;
    opacity: 0;
    z-index: 19;
}
.block.features-block .details .item.current {
    position: relative;
    opacity: 1;
    z-index: 20;
    transform: scaleY(1);
    
}
.block.features-block .details .icon {
    position: absolute;
    right: 100%;
    top: 50%;
    height: 50%;
    transform: translate(-20px, -50%);
    opacity: 0.2;
    
    display: none;
}
.block.features-block .details .text {
    width: 50%;
    padding-right: 20px;
    
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.125em;
}
.block.features-block .details .text .title {
    padding-bottom: 20px;
    
    font-weight: 800;
    font-size: 16px;
    line-height: 1.69em;
    letter-spacing: 0.225em;
    text-transform: uppercase;
}
.block.features-block .details .photo {
    width: 50%;
    padding-left: 20px;
}
.block.features-block .details .photo img {
    display: block;
    width: 100%;
}

.block.features-block .items {
    position: relative;
    z-index: 25;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
.block.features-block .items .item {
    width: calc((100% - 60px)/3); /* 1/3 width */
    /*flex-basis: 25%; /* with gap & grow -> 1/3 width */
    /*flex-grow: 1;
    flex-shrink: 1;*/
    
    display: flex;
    align-items: center;
    
    cursor: pointer;
}
.block.features-block .items .item.new-current {
    
}
.block.features-block .items .item.old-current {
    
}
.block.features-block .items .item.current {
    display: none;
}
.block.features-block .items .item .icon {
    width: 60px;
    flex-shrink: 0; 
    flex-grow: 0; 
}
.block.features-block .items .item .icon img {
    display: block;
    width: 100%;
}
.block.features-block .items .item .caption {
    /*width: calc(100% - 60px);*/
    flex-basis: 70%;
    flex-grow: 1;
    padding-left: 20px;
    
    font-size: 20px;
    line-height: 2em;
    letter-spacing: 0.125em;
}
.block.features-block .items .item .text {
    display: none;
}




.block.app-block {
    padding-top: 105px;
    padding-bottom: 110px;
    
    background-color: #070A00;
    color: #ffffff;
}
.block.app-block .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    mix-blend-mode: lighten;
}
.block.app-block .back img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    height: 65%;
}
.block.app-block .block-title {
    font-size: 52px;
    line-height: 1.7em;
    text-align: center;
    letter-spacing: 0.39em;
}
.block.app-block .items {
    padding-top: 70px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 100px 30px;
    align-items: center;
    justify-content: center;
}
.block.app-block .items .item {
    width: calc((100% - 30px)/2); /* 1/2 width */
    
    align-items: center;
    display: flex;
}
.block.app-block .items .item .icon {
    width: 50px;
    flex-shrink: 0;
}
.block.app-block .items .item .icon img {
    display: block;
    width: 100%;
}
.block.app-block .items .item .caption {
    width: calc(100% - 50px);
    max-width: 50%;
    padding-left: 20px;
    
    font-size: 18px;
    line-height: 2em;
    letter-spacing: 0.125em;
}
.block.app-block .items .item:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
}
.block.app-block .items .item:nth-child(2n) .caption {
    padding-right: 20px;
    padding-left: 0;
}
.block.app-block .items.c-odd .item:last-child {
    justify-content: center;
}
.block.app-block .items .item:nth-child(3) .caption,
.block.app-block .items .item:nth-child(4) .caption {
    max-width: 40%;
}
.block.app-block .items .item:nth-child(1),
.block.app-block .items .item:nth-child(5) {
    padding-left: 7%;
}
.block.app-block .items .item:nth-child(2),
.block.app-block .items .item:nth-child(6) {
    padding-right: 7%;
}




.block.contacts-block {
    padding-top: 70px;
    padding-bottom: 40px;
    
    background-color: #070A00;
    color: #ffffff;
}
.block.contacts-block .back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    
    background-position: center center;
    background-size: cover;
}
.block.contacts-block .back img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.block.contacts-block .block-title {
    padding-bottom: 50px;
    
    font-size: 34px;
    line-height: 1.69em;
    text-align: center;
    letter-spacing: 0.39em;
}
.block.contacts-block .cols {
    display: flex;
    column-gap: 100px;
    grid-column-gap: 100px;
}
.block.contacts-block .cols .col-x1-2 {
    flex-basis: 50%;
    flex-shrink: 1;
    flex-grow: 1;
    
    display: flex;
    row-gap: 20px;
    grid-row-gap: 20px;
    
    flex-direction: column;
    justify-content: space-between;
}
.block.contacts-block .contact-row {
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 20px;*/
    
    font-size: 20px;
    line-height: 1.35em;
    letter-spacing: 0.125em;
}
.block.contacts-block .contact-row.i-company {
    text-transform: uppercase;
}
.block.contacts-block .contact-row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 27px;
    
    background-position: left center;
    background-repeat: no-repeat;
}
.block.contacts-block .contact-row.i-company:before {
    background-image: url(../images/icon-contacts-company.svg);
    background-position: left top;
}
.block.contacts-block .contact-row.i-address:before {
    background-image: url(../images/icon-contacts-address.svg);
}
.block.contacts-block .contact-row.i-phone:before {
    background-image: url(../images/icon-contacts-phone.svg);
}
.block.contacts-block .contact-row.i-email:before {
    background-image: url(../images/icon-contacts-email.svg);
}
.block.contacts-block .logo {
    padding-top: 15px;
}
.block.contacts-block .logo img {
    display: block;
    max-width: 100%;
}
.block.contacts-block .copy {
    margin-top: 65px;
    text-align: center;
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.125em;
    text-transform: uppercase;  
    color: #747448;
}


.form {
    
}
.form-row {
    position: relative;
    display: flex;
    column-gap: 20px;
    grid-column-gap: 20px;
    /*padding-bottom: 40px;*/
}
.form-row:last-child {
    padding-bottom: 0 !important;
}
.form-row .form-field {
    flex-grow: 1;
}
.form-row .form-field.field-code {
    flex-grow: 0;
    width: 140px;
}
.form-row .form-error {
    display: none;
    position: absolute;
    left: 35px;
    top: 100%;
    padding-top: 3px;
    
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.125em;
    color: #BB6161;
}
.form-row .form-complete {
    display: none;
    position: absolute;
    left: 35px;
    right: 35px;
    top: 100%;
    padding-top: 3px;
    
    font-family: 'OpenSans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.125em;
    color: #009900;
    text-align: center;
}
.form-row .field {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 35px;
    margin: 0;
    
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSans', sans-serif;
    line-height: 2em;
    color: #ffffff;
    border: none;
    box-shadow: none;
    
    background-color: rgba(65, 65, 41, 0.5); /* #414129 / 50% */
    border-radius: 30px;
}
.form-row .field.has-error {
    color: #BB6161;
}
.form-row .field.i-phone-number {
    padding: 11px 35px 9px 35px;
}
.form-row .form-field .select2-container--default .select2-selection--single {
    height: 60px;
    padding: 10px 35px;
    
    color: #ffffff;
    border: none;
    box-shadow: none;
    
    background-color: rgba(65, 65, 41, 0.5); /* #414129 / 50% */
    border-radius: 30px;
    
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSans', sans-serif;
    line-height: 2em;
}
.form-row .form-field .select2-container--default.select2-container--open .select2-selection--single {
    background-color: #242416;
}
.form-row .form-field .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0 0 30px 30px;
}
.form-row .form-field .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 30px 30px 0 0;
}
.form-row .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    color: #ffffff;
    line-height: 2em;
}
.form-row .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 35px;
}
.form-row .form-field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    margin-left: -6px;
    margin-top: -3px;
}
.form-row .form-field .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0px 6px 7px 6px;
}
.select2-container--default .select2-dropdown {
    padding: 0px 0/*35px*/;
    overflow: hidden;
    
    color: #ffffff;
    border: none;
    box-shadow: none;
    
    background-color: #242416; /* #414129 / 50% */
    border-radius: 30px;
    
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSans', sans-serif;
    line-height: 2em;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
    border-radius: 30px 30px 0 0;
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
    border-radius: 0 0 30px 30px;
}
.select2-container--default .select2-results__option {
    padding: 10px 35px;
}
.select2-container--default .select2-results__option--selected {
    background-color: #747448;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgb(116, 116, 72, 0.6);
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: calc(3 * 60px);
    scrollbar-width: thin;
    scrollbar-color: #747448 rgba(65, 65, 41, 0.0);
}
.select2-container--default .select2-search--dropdown {
    padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 35px;
    
    color: #ffffff;
    border: none;
    box-shadow: none;
    
    background-color: rgba(65, 65, 41, 0.5); /* #414129 / 50% */
    border-radius: 30px 30px 0 0;
    
    font-size: 20px;
    font-weight: normal;
    font-family: 'OpenSans', sans-serif;
    line-height: 2em;
}
.form-row .btn {
    position: relative;
    flex-grow: 1;
    display: block;
    height: 80px;
    padding: 17px 35px 15px 35px;
    margin: 0;
    
    font-size: 24px;
    font-weight: 800;
    font-family: 'OpenSans', sans-serif;
    line-height: 2em;
    letter-spacing: 0.315em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    box-shadow: none;
    cursor: pointer;
    
    background: #747448;
    border-radius: 40px;
}
.form.processing .form-row .btn:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 40px;
    right: 10px;
    top: 0px;
    
    background-image: url(../images/form-processing.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    
    -webkit-animation: a-spin 1.3s infinite linear;
    animation: a-spin 1.3s infinite linear;
}



@media screen and (max-width: 1100px) {
    
    
    
    .block.features-block .items {
        justify-content: flex-start;
        gap: 30px 50px; /* row col */
    }
    .block.features-block .items .item {
        width: calc((100% - 50px)/2);
        /*flex-basis: 40%; /* with gap & grow -> 1/2 width */
    }
    
    
    
    .block.app-block .items.c-odd .item:last-child .caption {
        max-width: none;
    }
    
    
    .block.contacts-block .cols {
        column-gap: 60px;
        grid-column-gap: 60px;
    }
}


/*  >> animations */ 
@keyframes a-pulse {
	0% { transform: scale(1.0); }
	50% { transform: scale(1.15); }		
	100% { transform: scale(1.0); }		
}
@-webkit-keyframes a-pulse {
	0% { -webkit-transform: scale(1.0); }
	50% { -webkit-transform: scale(1.15); }		
	100% { -webkit-transform: scale(1.0); }		
}
@-webkit-keyframes a-spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); }
}
@keyframes a-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}