@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@600&display=swap');

.entry_section, .mini_icons, .second-block {
    background-color: #6868AC;
    position: relative;
}
h1.title-yellow{
    font-size: 36px;
    color: #fec90e;
    margin-bottom: 0;
}
.gift__info h1.title-yellow {
    margin-bottom: 40px;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-small p {
    font-size: 16px !important;
}
.text-blocks {
    max-width: 1100px;
    text-align: center;
    margin: auto;
    padding: 0 10px;
    
}
.entry-position {    
    margin: -36px auto 0px;
    padding: 50px 0 100px;
    
}
.corporate-entry {
    text-align: center;
}
.corporate-entry p {
    font-size: 20px;
    padding-bottom: 20px;
}
.corporate-entry .text-small {
    padding-bottom: 20px;
}
p.text-heading {
    font-size: 36px;
    color: #fec90e;
    font-weight: 700;
    font-family: 'CoFo';
}
.corporate-entry p:not(.text-heading){
    color: white;
}
.large-container {
    max-width: 1900px;
}
.small-container {
    max-width: 980px;
    margin: auto;
}
.block-om {
    position: relative;
    left: 25%;
    margin-top: 30px;
}
.cloud-text {
    position: relative;
}
.cloud-text p {
    /*font-family: 'Fira sans';*/
    position: absolute;
    text-align: center;
    left: 50px;
    top: 21px;
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 1.25;
}
.block-om .image-om {
    width: 80px;
    height: 116px;
    position: relative;
    left: 32px;
}
.block-om .image-cloud {
    width: 360px;
}
.entry_images img {
    position: absolute;    
}
.entry_images .image-1 {
    top: 75px;
    left: 3%;
    width: 140px;
}
.entry_images .image-2 {
    top: 450px;
    left: 2%;
    width: 100px;
}
.entry_images .image-4 {
    top: 242px;
    left: 8%;
    width: 200px;
}
.entry_images .image-6 {
    width: 70px;
    top: 280px;
    right: 25%;
}
.entry_images .image-7 {
    top: 450px;
    right: 35%;
    width: 130px;
}
.entry_images .image-8 {
    width: 180px;
    top: 380px;
    right: 10%;
}
.entry_images .image-9 {
    width: 150px;
    top: 80px;
    right: 5%;
}
.second-block-info {
    height: fit-content;
    color: white;
    font-size: 21px;
    position: relative;
    padding: 24px 50px;
    z-index: 0;
    
}
.second-block-info p {
    position: relative;
    z-index: 10;
    padding: 24px 0;
}
.second-block-info p:first-child {
    font-size: 26px;
    color: #fec90e;
    font-weight: 700;
    font-family: 'CoFo';    
}

.second-block-image img{
    width: 370px;
    height: auto;
}
.third-block {
    font-size: 20px;
    color: #6868AC;
    font-weight: 500;
}
.third-block-title {   
    padding: 48px 120px 24px;
    font-weight: 600;
}
.third-block ul {
    padding-bottom: 24px;
}
.third-block li {
    padding: 32px;
}
.third-block li img, 
.fourth-block img,
.fifth-block img {
    max-width: 100%;
    height: auto;
}
.fourth-block-entry {
    background: #6868AC;
    text-align: center;
    padding: 32px 0;
    font-weight: 500;
    color: white;
}
.fourth-block-text {
    font-size: 20px;
}
.fourth-block ul {
    padding: 24px 40px;
}
.fifth-block {
    background: #6868AC;
}
.fifth-block p {
    font-size: 21px;
    padding: 40px 0 20px;
    color: white;
}

.fifth-block ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 40px 20px;
    justify-items: center;
}
.fifth-block li {
    display: flex;
    width: 300px;
    height: 300px;
}
.fifth-block li img {
    object-fit: cover;
    border-radius: 50%;
}

.about_msg p {
    position: absolute;
    color: #fff;
    margin: 32px 150px 50px 60px;
    font-size: 36px;
    width: 330px;
    text-align: center;
    font-family: 'Fira Sans';
}

.first-image {
    width: fit-content;
    margin: auto;
}

@media (min-width: 569px) {
    .image-cloud-mobile {
        display: none;
    }
}
@media (min-width: 768px) {

    .second-block-image {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .second-block-info p:first-child {
        padding-right: 240px;
    }
    .second-block-info p:nth-child(2) {
        padding-right: 330px;
    }
    .second-block-info p:nth-child(3) {
        padding-right: 390px;
    }
    .third-block li:last-child {
        margin-top: -240px;
    }
    .third-block li {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end;
        padding: 32px;
        gap: 10px;
    }
    .third-block li:first-child {
        align-items: start;
    }
    .third-block li:last-child p {
        order: 1;
    }
}

@media (min-width: 992px) {
    .second-block-info {
        padding: 24px 32px;
    }
    .second-block-info p:nth-child(3) {
        padding-right: 350px;
    }
    .second-block-info p:nth-child(2) {
        padding-right: 320px;
    }
    .third-block li:last-child {
        margin-top: -300px;
    }
}

@media (max-width: 991px) {
    
    .entry_images .image-1,
    .entry_images .image-2,
    .entry_images .image-7,
    .entry_images .image-9 {
        display: none;
    }
    
    .entry_images .image-4 {
        top: unset;
        left: 5%;
        width: 140px;
        rotate: 70deg;
        bottom: 100px;
    }
    .entry_images .image-6 {
        width: 70px;
        top: unset;
        right: 5%;
        bottom: 150px;
    }
    .entry_images .image-8 {
        width: 150px;
        top: 430px;
        right: 20%;
    }
    
}
@media (max-width: 767px) {
    .third-block-title {
        padding: 24px 32px;
    }
    .third-block li {
        padding: 24px;
    }
    .third-block li:first-child p {
        padding-bottom: 36px;
    }
    .second-block-image img {
        width: fit-content;
    }
    .fifth-block p {
        padding: 40px 24px 20px 24px;
    }
    .fifth-block ul {
        grid-template-columns: 1fr 1fr;
    }
    .about_msg p {
        margin: 28px 0px;
        font-size: 30px;
    }
}

@media (max-width: 568px){
    .entry-position {    
        padding: 50px 0 70px;        
    }
    .image-cloud {
        display: none;
    }
    .corporate-entry {
        padding-inline: 20px;
    }
    .fourth-block-entry {
        padding-inline: 10px;
    }
    .corporate-entry h1, p.text-heading {
        font-size: 26px;
    }
    .corporate-entry h1, .corporate-entry p.text-heading {
        text-align: left;
    }
    .corporate-entry .text-small {
        text-align: left;
        display: flex;
        justify-content: flex-end;
        padding-top: 20px;
    }
    .corporate-entry .text-small p {
        width: 200px;
    }
    .image-cloud-mobile {
        width: 300px;
    }  
    .block-om {
        left: unset;
        width: fit-content;
        margin: auto;
        margin-top: 30px;
    }
    .block-om .image-om {
        left: 120px;
    }  
    .cloud-text p {
        left: 32px;
        top: 22px;
        font-size: 18px;
    }
    .entry_images .image-2,
    .entry_images .image-1,
    .entry_images .image-6,
    .entry_images .image-7,
    .entry_images .image-9 {
        display: none;
    }
    .entry_images .image-4 {
        top: unset;
        left: 1%;
        width: 150px;
        bottom: 60px;
        rotate: 20deg;
    }
    .entry_images .image-8 {
        width: 120px;
        top: auto;
        right: 5%;
        bottom: 80px;
    }
    .icons-container {
        padding: 50px 0 5px;
    }
    .second-block-info {
        padding: 24px 24px 0 24px;
        height: fit-content;
    }
    .second-block-info p {
        padding: 20px 0;
    }
    .second-block-info p:first-child {
        font-size: 24px;
    }
    .fourth-block ul {
        padding: 24px 20px;
    }
    .fifth-block ul {
        grid-template-columns: 1fr;
    }
}

.form-container {
    background-color: #6868AC;
    padding-top: 50px;
}
.form__info h3 {
    color: #fec90e;
    margin-bottom: 20px;
    font-size: 40px;
}

.form__info p, .form__info a {    
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    line-height:1.3;
}
.form__info a {
    color: white;
    border-bottom: 1px solid;
    font-weight: 500;
    margin-bottom: 24px;
}
.form__info .form-entry {
    padding-top: 20px;
    border-top: 2px solid #fec90e;
}
.form__info {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    text-align: center;
    color: white;
    margin-bottom: 30px;
}
.form__info .messangers svg {
    fill: white;
}
.form__info .messangers {
    margin: 12px 0;
}

/*cooperation form*/

.cooperation-form {
    max-width: 790px;
    margin: auto;
}
.cooperation-form .main_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cooperation-form .field {
    display: flex;
    flex-direction: column;
}
.main_row .columns {
    width: 45%;
    padding-top: 10px;
}
.main_row input {
    width: 100%;
}
.cooperation-form label {
    text-align: center;
    color: white;
    font-size: 17px;
    font-weight: 500;
}
.cooperation-form em {
    color: red;
}
.cooperation-form input, .cooperation-form textarea {
    border-radius: 20px;
    border: 1px solid #AEAEAE;
    padding-left: 15px;
    font-size: 16px;
}
.cooperation-form textarea {
    padding: 5px 5px 5px 15px;
}
.cooperation-form input {
    height: 45px;
}
.text_row textarea {
    width: 100%;
}
.text_row  {
    margin-top: 20px;
}
.form-container .submit-row input[type=submit] {
    width: 250px;
    height: 45px;
    border-radius: 30px;
    border: none;
    margin: auto;
    font-family: "Corsa";
    font-weight: bold;
    font-size: 15px;
    background-color: #FEC90E;
}
.form-container .submit-row input[type=submit]:hover {
    color: white;
}
.submit-row {
    display: flex;
    justify-content: center;
    background-color: #6868AC;
    padding: 40px 0;
}


@media (max-width: 991px) {
    .cooperation-form {
        padding: 0 20px;
    }
    .main_row .columns {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .form__info h3 {
        font-size: 30px;
    }
    .main_row .columns {
        width: 100%;
    }
    .form-container {
        padding-top: 20px;
    }
}
.form-container .wpcf7-response-output {
    text-align: center;
    font-size: 17px;
    color: white;
    background-color: #6868ac;
    margin: 0!important;
    border: none!important;
    padding: 0 1em 0.5em!important;
}

/*cooperation page*/
.header-secondary .header {
    border: none;
}
.mini_icons {
    padding: 30px 0;
}
.mini_icons h2 {
    color: white;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    padding: 0px 10px;
    text-transform: none;
}
.mini_icons ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hello_text {
    display: flex;
    flex-wrap: wrap;
    max-width: fit-content;
    margin: auto;
    padding: 5px 0 20px;
    gap: 40px;
}
.entry_section .gift__info p {
    font-family: 'CoFo';
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}
.entry_section ul {
    display: flex;
    justify-content: center;
}
.entry_section li {
    width: calc(100%/5);
}
#entry_section {
    margin-top:-15px;
    padding: 20px 5px 50px 0;
}
#entry_section img, .mini_icons img {
    width: 100%;
}
#entry_section ul li:nth-child(3) img {
    transform: translate(-5px);
}
#entry_section li p {
    margin: 0 9% 20px;
    font-size: 1rem;
    color: #efefef;
    line-height: 1.3;
}
#entry_section ul li:nth-child(3) p {
    margin: 0 7% 30px;
}
#entry_section ul li .gift-arrow {
    position: absolute;
    width: 6%;
    margin-left: -3.2vw;
}
#entry_section ul li:nth-child(6) .gift-arrow {
    display: none;
}
#entry_section ul li:nth-child(1) .gift-arrow {
    transform: rotateX(180deg);
    margin-left: -4vw;
    margin-top: 13vw;
}

#entry_section ul li:nth-child(2) .gift-arrow {
    margin-top: 2vw;
}
#entry_section ul li:nth-child(3) .gift-arrow {
    width: 8%;
    margin-left: -2vw;
    margin-top: 2vw;
}
#entry_section ul li:nth-child(4) .gift-arrow {
    margin-top: 15vw;
    transform: rotateX(180deg);
}
#entry_section ul li:nth-child(5) .gift-arrow {
    width: 7%;
    margin-left: -4vw;
}

@media (min-width: 768px) {
    #entry_section ul li:nth-child(6) .gift-image {
        transform: translate(-7px);
    }
    #entry_section ul li:nth-child(1) .gift-image {
        transform: translate(8px);
    }
}
.info-gift {
    background-color: #6868ac;
    padding: 5px;
}
.info-gift .container p {
    color: white;
    padding: 10px 30px;
    font-size: 18px;
}
.info-gift .container img {
    padding: 30px;
    width: 685px;
    margin-bottom: 50px;
}
.text-gift {
    margin-bottom: 40px;
}
#slider_blocks {
    margin-bottom: 20px;
}
#slider_blocks h2 {
    color: #6868AC;
    margin: 25px 0 10px;
}
form.wpcf7-form.submitting .submit-row {
    position: relative;
}
form.wpcf7-form.submitting .submit-row input[type="submit"] {
    opacity: 0.2;
}

@-webkit-keyframes pingFade { 0% { opacity: 0; } 50% { opacity: 1; } 100% { opacity: 0; } }
@keyframes pingFade { 0% { opacity: 0;  } 50% { opacity: 1; } 100% { opacity: 0; } }
form.wpcf7-form.submitting .submit-row::after {
    position: absolute;
    top: 10px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-color: white;
    content: " ";
    -webkit-animation-fill-mode: both; animation-fill-mode: both;
    -webkit-animation: pingFade 1s infinite; animation: pingFade 1s infinite;
    -webkit-border-radius: 50%; border-radius: 50%;
}

@media (max-width: 991px) {
    .hello_text {
        padding: 20px;
        gap: 4px;
    }
    .hello_text img {
        margin: auto;
    }
    .hello_text .cooperate {
        width: 100%;
    } 
    .entry_section ul {
        flex-wrap: wrap;
    }
    .entry_section li {
        width: calc(100%/3);
    }
    #entry_section ul li .gift-arrow {
        width: 12%;
        margin-left: -5.5vw;
    }
    #entry_section ul li:nth-child(3) .gift-arrow {
        display: none;
    }
    #entry_section ul li:nth-child(1) .gift-arrow {
        transform: rotateX(180deg);
        margin-left: -8.5vw;
        margin-top: 23.8vw;
    }
    #entry_section ul li:nth-child(2) .gift-arrow {
        margin-top: 5vw;
    }
    #entry_section ul li:nth-child(4) .gift-arrow {
        margin-top: 15vw;
        transform: rotateX(180deg);
    }
    #entry_section ul li:nth-child(5) .gift-arrow {
        width: 14%;
        margin-left: -8vw;
        margin-top: 10vw;
    }
    #entry_section ul li:nth-child(n + 4)  {
        padding-top: 20px;
    }
    .info-gift .container img {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .entry_section li {
        width: calc(100%/2);
    }
    .entry_section .gift__info h1{
        font-size: 26px;
    }
    .entry_section .gift__info p{
        font-size: 16px;
    }
    .entry_section .gift__info h1.sell_title {
        font-size:24px;
    }
    #entry_section ul li:nth-child(2) .gift-arrow,
    #entry_section ul li:nth-child(4) .gift-arrow {
        display: none;
    }
    #entry_section ul li:nth-child(1) .gift-arrow {
        width: 19%;
        margin-left: -14vw;
        margin-top: 36vw;
    }
    #entry_section ul li:nth-child(3) .gift-arrow {
        display: unset;
        margin-top: 15vw;
        width: 18%;
        margin-left: -6vw;
    }
    #entry_section ul li:nth-child(5) .gift-arrow {
        width: 20%;
        margin-left: -12vw;
        margin-top: 15vw;
    }
    #entry_section ul li:nth-child(n + 3)  {
        padding-top: 20px;
    }
    .mini_icons h2 {
        padding: 0;
        font-size: 20px;
    }
    .info-gift {
        padding: 30px 0;
    }
    .info-gift .container p {
        padding: 5px 15px;
        font-size: 16px;
    }
    .info-gift .container img {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    #slider_blocks h2 {
        font-size: 24px;
    }
}
@media (max-width: 568px){
    .entry_section li {
        width: calc(90%);
    }
    #entry_section {
        padding: 0;
    }
    #entry_section ul li .gift-arrow {
        rotate: 90deg;
    }
    #entry_section ul li:nth-child(1) .gift-arrow {
        width: 32%;
        transform: rotateX(360deg);
        margin-left: -40vw;
        margin-top: 93vw;
    }
    #entry_section ul li:nth-child(2) .gift-arrow {
        transform: rotateX(180deg);
        width: 37%;
        display: unset;
        margin-top: 87vw;
        margin-left: -95vw;
    }
    #entry_section ul li:nth-child(3) .gift-arrow {
        width: 33%;
        margin-top: 102vw;
        margin-left: -25vw;
    }
    #entry_section ul li:nth-child(4) .gift-arrow {
        width: 35%;
        display: unset;
        margin-top: 92vw;
        margin-left: -28vw;
        transform: rotateX(360deg);
    }
    #entry_section ul li:nth-child(5) .gift-arrow {
        transform: rotateX(180deg);
        width: 30%;
        margin-left: -90vw;
        margin-top: 95vw;
    }
    #entry_section ul li:nth-child(n + 4)  {
        padding-top: 20px;
    }
    .info-gift .container {
        padding: 5px 0;
    }
}
