@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
:root {
    --animate-duration: 1800ms;
    --animate-delay: 1s;
}
.header-top {
    background-color: #000000 !important;
}
.header-top a {
    color: #33a158;
    text-decoration: none;
}

#block1, #block2, #block3, #block4, #block5, #block6, #block7, #block8 { 
    overflow: hidden;
}
.desktop {
    display: inherit;
}
.mobile {
    display: none;
}
.full_width {
      width: 100%;
      max-width: 100%;
}
#block1 {    
    background: #E7D6CC;    
    overflow: hidden;
    position: relative;
}
#block8 {    
    background: #E7D6CC;    
    overflow: hidden;
    position: relative;
    min-height: 700px;
}
#block1 div {    
    z-index: 10;
}
#block8 div {    
    z-index: 10;
}
#block1 h1 {
    font-size: 70px;
    width: 100%;
    margin: auto;
    padding-left: 10%;
    padding-top: 50%;
}
#block2 {
    overflow: hidden;
    background: #DEDEDE; 
    padding: 100px;
}
#block2 .full_width {
    max-width: 150px;
}

#block3 {
    position: relative;
    text-align: center;
    padding-top: 30px;
    background: linear-gradient(45deg, #e1f7fa, #fafac1);
}
#block4 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(95deg, #faf480, #FFFDD7);
}
#block5 { 
    position: relative;
    background: url(/land/image/block5-bg.webp);
    background-size: cover;
}
#block6 { 
    position: relative;
    background: url(/land/image/block6-bg.webp);
    background-size: cover;
}
#block7 { 
    position: relative;
    background: url(/land/image/block7-bg.webp);
    background-size: cover;
    background-position: center;
}
.first,.second,.third {
    width: 80%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
}
#block3 .second {    
    margin-bottom: 0;
}
p.title {
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
}
p.dop {
    font-size: 26px;
    line-height: 36px;
    margin-top: 5px;
}
p.title2 {
    font-weight: 600;
    font-size: 42px;
    color: #047270;
}
p.dop2 {
    font-size: 40px;
    color: #047270;
}
.for_button {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px;
    text-align: center;
    z-index: 1;
}
a.button.landing {    
    padding: 10px 20px;
    margin: auto;
    background: #fc5a28;
    color: white;
    text-decoration: none;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    box-shadow: 0px 0px 20px 5px #fc5a28;
    text-shadow: 2px 2px #932502;
}
a.button.landing:hover {    
    background: #f57148;    
}
img.imgright {
    position: absolute;
    width: 70%;
    bottom: 0;
    right: 0;
    /* z-index: 1000; */
}
img.\37 0percent {
    width: 70%;
}

.ukraine {
    font-size: 70px;
    color: #047270; 
    font-weight: 600;
    line-height: 58px;
    padding-top: 10%;
}

.desc_ukr {
    text-align: right;
    padding-right: 30%;
    margin-top: 60px;
    z-index: 1;
    font-size: 24px;
    color: #047270;
}
.desc_ukr p {
    line-height: 22px;
    margin-bottom: 5px;
}
#block5 .ukraine {
    color: #fc5a28;
    position: absolute;
    left: 10%;
    padding-top: 10%;
}
#block5 .desc_ukr {
    position: absolute;
    left: 10%;
    text-align: left;
    padding-top: 15%;
    font-size: 27px;
}
#block6 .ukraine {
    color: #fc5a28;
    position: absolute;
    right: 10%;
    padding-top: 7%;
}
#block7 .ukraine {
    font-size: 70px;
    color: #fc5a28;
    font-weight: 600;
    line-height: 58px;
    padding-top: 4%;
    left: 10%;
    position: absolute;
}
#block7 .desc_ukr {
    position: absolute;
    left: 10%;
    text-align: left;
    padding-top: 10%;
    font-size: 27px;
}
#block6 .desc_ukr {
    position: absolute;
    right: 10%;
    text-align: right;
    padding-top: 12%;
    font-size: 27px;
    padding-right: 0;
}
#block5 .for_button {
    width: auto;
    left: 10%;
    height: 260px;
}
#block7 .for_button {
    width: auto;
    left: 10%;
    height: 160px;
}
#block6 .for_button {
    width: auto;
    right: 10%;
    height: 180px;
}
.form_div {
    padding: 30px 100px;
}
#block8 input[type="text"] {
    width: 100%;
    /* max-width: 100%; */
    height: 80px;
    margin: 5px auto;
    background: #9fabac78;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    border: none;
}
#block8 textarea {
    width: 100%;
    /* max-width: 100%; */    
    margin: 5px auto;
    background: #9fabac78;
    border-radius: 20px;
    color: white;
    padding: 10px 20px;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    border: none;
}
#block8 a.button.landing {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.address {
    padding-left: 40px;
    margin-top: 30px;
}
.address p {
    color: #047270;
    margin-bottom: -2px;
    font-size: 20px;
}
.city::before {
    content: "";
    background: url(/land/image/city.webp) no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.phone::before {
    content: "";
    background: url(/land/image/phone.webp) no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.prom::before {
    content: "";
    background: url(/land/image/prom.webp) no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.site::before {
    content: "";
    background: url(/land/image/site.webp) no-repeat 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.none::before {
    content: "";
    background: transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
a.contact {
    color: #007373;
    text-decoration: none;
}
.relative {
    position: relative;
}
#block8 .bottom {
    position: absolute;
    bottom: 0;
    width: 75%;
}
#block3 .for_button {
    height: 200px;
}
.tooltip {
    opacity: 1;
}
.row {
    max-width: unset;
    box-sizing: border-box;
}

.button {
    position: relative;
    text-transform: initial;
    cursor: pointer;
    border: 1px solid transparent;
    vertical-align: middle;
    line-height: inherit;
    min-height: unset;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
}
.footer-2 {
    display: none;
}
html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
    overflow: overlay;
}
#pum-1553 {
    opacity: 0 !important;
    display: none !important;    
}
div#text_success {
    font-size: 24px;
    margin: 10px;
    color: green;
}
div#text_error {
    font-size: 18px;
    color: red;
}
@media screen and (max-width:1400px){ 
    #block1 h1 {
        font-size: 50px;
        width: 100%;
        margin: auto;
        padding-left: 10%;
        padding-top: 40%;
    }
    .ukraine {
        font-size: 50px;             
        line-height: 50px;
        padding-top: 6%;
    }
    .desc_ukr {     
        padding-right: 20%;
        margin-top: 60px;        
        font-size: 22px;        
    }
    #block6 .ukraine {        
        padding-top: 5%;
        font-size: 60px;
    }
    #block6 .desc_ukr {        
        padding-top: 7%;
        font-size: 24px;
        
    }
    .form_div {
        padding: 30px 50px;
    }
    #block8 .bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (max-width:1200px){ 
    p.title {
        font-size: 30px;
        font-weight: 500;
        line-height: 34px;
    }
    p.dop {
        font-size: 22px;
        line-height: 24px;
        margin-top: 5px;
    }
    .desc_ukr {     
        margin-top: 20px;        
    }
    #block5 .for_button {    
        left: unset;
        position: absolute;
        width: 100%;
        bottom: 0;
        height: 120px;
        text-align: center;
        z-index: 1;
    }
    #block6 .desc_ukr {
        padding-top: 10%;
        font-size: 20px;     
    }
    #block6 .ukraine {
        font-size: 46px;
    }
    #block6 .for_button {
        height: 110px;
    }
    #block7 .ukraine {
        font-size: 50px;
        line-height: 40px;     
    }
    #block7 .desc_ukr {        
        padding-top: 12%;
        font-size: 22px;
    }
    #block7 .for_button {
        width: 100%;
        left: unset;
        height: 120px;
    }
    #block8 input[type="text"] {        
        height: 60px;        
        font-size: 24px;        
    }
    #block8 textarea {
        font-size: 24px;        
    }
}

@media screen and (max-width:992px){ 
    #block1 h1 {
        font-size: 40px;
        width: 100%;
        margin: auto;
        padding-left: 10%;
        padding-top: 40%;
    }
    .first,.second,.third {
        width: 100%;        
    }
    p.title {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
    }
    p.dop {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
    }
    .desc_ukr {     
        padding-right: 10%;        
        font-size: 22px;        
    }
    #block6 .desc_ukr {
        right: 5%;    
    }
    #block6 .ukraine {
        right: 5%;
    }
    #block6 .for_button {
        right: 5%;
    }
    #block6 .full_width {
        max-width: unset;
        width: 120%;
    }
    #block8 .bottom {
        position: unset;        
        width: 100%;
    }
  
}
@media screen and (max-width:850px){ 
    li.html.custom.html_nav_position_text_top {
        display: none;
    }
}

@media screen and (max-width:768px){ 
    #block1 h1 {
        text-align: center;
        font-size: 40px;
        padding: 0;
        padding-top: 10%;
    }
    #block2 {
        text-align: center;
        padding: 20px;
    }
    #block2 .full_width {
        width: 120px;
    }
    p.title2, p.dop2 {        
        font-size: 28px;  
        letter-spacing: 0px;      
    }
    .ukraine {     
        text-align: center;
    }
    .desc_ukr {          
        margin-top: 60px;             
    }
    #block5 .desc_ukr,#block7 .desc_ukr {
        position: unset;
        text-align: center;
        padding: 0;
    }
    #block5 .ukraine,#block7 .ukraine {
        position: unset;
        padding-top: 30px;        
    }
    #block5 .for_button {
        /* left: unset; */
        position: unset;
        /* width: 100%; */
        /* bottom: 0; */
        height: auto;
        /* text-align: center; */
        /* z-index: 1; */
        margin-top: 35px;
    }
    #block6 {         
        background: url(/land/image/block6-bg2.webp);        
    }
    #block6 .ukraine {
        position: unset;  
    }
    #block6 .desc_ukr {
        padding: 0;
        margin: 0;
        text-align: center;
        position: unset;     
    }
    #block7 .desc_ukr {
        margin-top: 38px;
        text-shadow: 1px 1px #000000;
        font-weight: 600;
        color: white;
    }
    #block6 .full_width {
        max-width: unset;
        width: 100%;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: inherit;
    }
    .form_div {
        padding: 30px 30px;
    }
    
}

@media screen and (max-width:576px){ 
    #block1 h1 {        
        font-size: 38px;        
    }
    .for_button {
        height: 84px;     
    }
    #block3 .for_button {
        height: 84px;
    }
    a.button.landing {    
        font-size: 26px;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .form_div {
        padding: 30px 15px;
    }
}





figure {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    position: absolute;
    top: 0;
  }
  figure tag {
    width: 10rem;
    height: 10rem;
    background: #f3f3f8;
    border-radius: 50%;
    display: inline-block;
    opacity: 0;
  }
  figure:nth-of-type(5n + 1) tag {
    background-color: transparent;
    border: 5px solid #ff4b47;
  }
  figure:nth-of-type(5n + 2) tag {
    background-color: transparent;
    border: 5px solid #f58f39;
  }
  figure:nth-of-type(5n + 3) tag {
    background-color: transparent;
    border: 5px solid #40e64f;
  }
  figure:nth-of-type(5n + 4) tag {
    background-color: transparent;
    border: 5px solid #39bac5;
  }
  figure:nth-of-type(5n) tag {
    background-color: transparent;
    border: 5px solid #e0c93b;
  } 