html {
  font-family: sans-serif; 
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%; 
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img { box-sizing: content-box; }

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; 
  font: inherit; 
  margin: 0; 
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; 
  cursor: pointer; 
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; 
 /* -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
  */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; 
  padding: 0; 
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

input:focus,textarea:focus { outline: none; }

/* --- site --- */

/* block 1 - start */

body {
    display: flex;
    justify-content: center; 
    align-items: center; 
    min-height: 100vh; 
    font-family: Geologica;
}

.main {
    max-width: 1900px;
    background-color: #ffffff; 
    padding: 20px; 
    width: 100%;
    margin-top: 80px;
}

.hiddid {
    display: none;
}

.langname {
    display: none;
}

/* block 1 - start */


.block1 {
    display: flex;
    width: 100%;
    padding: 20px 40px; 
}

.block1-left {
    display: flex;
    align-items: center;
}

.block1-right-up > div:nth-child(2) {
    padding-left: 20px;
}

.block1 h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 160px;
    text-align: left;
    color: #101329;
    line-height: 72px;
}

.block1 h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #5daeda;
}

.block1 p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #11132a;
}

.block1 a {
    padding: 16px 24px;
    background: #5daeda;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    margin-top: 35px;
    margin-bottom: 35px;
    display: inline-block;
}


/*
.block1 > div {
    width: 50%;
} */

.block1-left {
   width: calc(100% - 651px);
}

.block1-right {
   width: 651px;
}

.block1-right-up {
    display: flex;
    padding-top: 20px;
}

block1-right-up:nth-child(1) {
    width: 33.3%;
}

block1-right-up:nth-child(2) {
    width: 66.6%;
}

.img4 {
    display: flex;
    flex-wrap: wrap;
}

.img4 > div {
    width: auto;
    margin-left: 21px;
    flex-wrap: wrap;
}

.img4 > div:nth-child(3), .img4 > div:nth-child(4) {
    transform: translateY(9px);
}


.block1-right-down {
    display: flex;
    margin-top: 20px;
}

.block1-right img {
    border-radius: 15px;
}

a.block1-a-hidd {
    display: none;
    margin-top: 20px;
}

.block1-a-vis {
    display: block;
}


@media only screen and (max-width: 1350px) {

    .block1 h1 {
        font-weight: 600;
        font-size: 39px;
        line-height: 45px;
        text-align: left;
        color: #101329;
    }

    .block1 h2 {
        font-size: 24px;
    }

    .block1 p {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 25px;
        text-align: left;
        color: #11132a;
    }

}

@media only screen and (max-width: 1150px) {

    .block1-left {
        width: 50%;
    }

    .block1-right {
        width: 50%;
    }

    .block1-right img {
        border-radius: 12px;
        width: 99%;
    }

    .block1-right-up > div:nth-child(1) {
        width: 30%;
    }

    .block1-right-up > div:nth-child(2) {
        width: 70%;
    }

    .block1-right-down > div:nth-child(1) {
        width: 30%;
    }

    .block1-right-down > div:nth-child(2) {
        width: 70%;
    }

    .img4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3%;
    }

    .img4 > div {
        width: 40%;
    }

}

@media only screen and (max-width: 850px) {

    .block1 {
        padding: 35px 0 25px 0;
        flex-wrap: wrap;
    }

    .block1-left {
        width: 100%;
    }

    .block1-right {
        width: 100%;
    }

    .block1-right-up > div:nth-child(2) {
        padding-left: 3%;
    }

    .img4 {
        justify-content: center;
    }

    .img4 > div {
        margin-left: 0;
        width: 43%;
    }

    .img4 img {
        width: 100%;
    }

    .block1-right-up > div:nth-child(1) {
        width: 31.5%;
    }

    .block1-right-down > div:nth-child(1) {
        width: 31.5%;
    }

    .block1-ul {
        display: flex;
    }

    .block1-ul  > div:nth-child(1) {
        width: 60%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .block1-ul  > div:nth-child(2) {
        width: 40%;
    }

    .block1-ul p br {
        display: none;
    }

    .block1 a {
        padding: 10px 24px;
        font-size: 15px;
    }

}

@media only screen and (max-width: 715px) {

    .block1-ul  > div:nth-child(1) {
        width: 100%;
    }

    .block1-ul  > div:nth-child(2) {
        display: none;
    }

    a.block1-a-hidd {
        display: block !important;
        text-align: center;
    }

    .block1-div-hidd {
        width: 100%;
    }

    .block1 h2 {
        font-size: 22px;
        line-height: 30px;
    }

}




/* block 1 - end */


/* block 2 - start */

.block2 {
    background: #f0f8ff;
    border-radius: 32px;
    min-height: 200px;
    width: 100%;
    padding: 60px 40px;
    margin-top: 20px;
}

.block2-up {
    display: flex;
}

.block2-down {
    display: flex;
    margin-top: 20px;
}

.block2-up-img {
  display: flex;
  justify-content: center; 
  align-items: center;
  /* height: 80%; */
}

.block2-up-img img {
  max-width: 80%;
  height: auto;
  display: block; 
}

.block2-up > div {
  margin-right: 20px;
}

.block2-down > div {
  margin-right: 20px;
}

.block2-sub {
    padding: 24px 24px;
    background: #ffffff;
    border-radius: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block2-sub img {
    width: 60px;
}

.block2-sub h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 28px;
    text-align: left;
    color: #11132a;
    margin: 0;
}

.block2-sub p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #5c5c60;
    flex: 1;
}

.block2-sub a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #5daeda;
    text-decoration: none;
}


.block2-up > div {
    width: 25%;
    min-height: 230px;
}

.block2-down > div:nth-child(1) {
    width: 25%;
    min-height: 230px;
}

.block2-down > div:nth-child(2) {
    width: 50%;
    min-height: 230px;
}

.block2-down > div:nth-child(3) {
    width: 25%;
    min-height: 230px;
}

.block2-p-60 {
    width: 60%;    
    margin-bottom: 70px;
}

.block2-h3-60 {
    width: 70%;   
}

.block2-hidd5 {
    display: none;
}

.block2-down .all-services {
    display: flex;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}

.block2-down .all-services a {
    padding: 8px 24px; 
    background: #5daeda; 
    border-radius: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left; 
    color: #ffffff;
    text-decoration: none;
    width: 80%;
    display: inline-block;
    height: 60px;
    line-height: 45px;
    text-align: center;
}


@media only screen and (max-width: 1250px) {

    .block2 {
        margin-bottom: 30px;
        padding: 30px 20px;
    }

    .block2-up > div {
        width: 47%;
        margin-right: 0;
    }
 
    .block2-up {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: space-between;
        gap: 18px;
    }

    .block2-up-img {
        display: none;
    }

    .block2-hidd5 {
        display: block;  
    }

    .block2-down {
        margin-top: 18px;
        flex-wrap: wrap;
    }

    .block2-hidd5 {
        display: block;  
    }

    .block2-vis6 {
        display: none;
    }

    .block2-down > div:nth-child(2) {
        width: 100%;
        min-height: auto;
    }

    .block2-down > div:nth-child(3) {
        width: 100%;
        min-height: auto;
        margin-top: 30px;
    }

    .block2-down .all-services a {
        width: 100%;
    }

    .block2-sub {
        padding: 16px 16px;
        border-radius: 12px;
        box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
    }

    .block2-sub h3 {
        font-size: 16px;
    }

    .block2-sub p {
        font-size: 14px;
    }

    .block2-sub a {
        font-size: 12px;
    }

    .block2-sub img {
        width: 60px;
    }

    .block2-down > div {
        margin-right: 0;
    }

    .block2-down .all-services a {
        padding: 8px 24px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 24px;
        height: 44px;
        line-height: 29px;
        text-align: center;
    }


}

@media only screen and (max-width: 620px) {

    .block2 {
        margin-left: 3%;
        width: 94%;    
    }

    .block2-sub h3 {
        font-size: 14px;
    }

    .block2-up > div {
        width: 100%;
    }

    .block2-h3-60 {
        width: 100%;       
    }

    .block2-p-60 {
        width: 100%;
    }

    .block2-back-img {
        background-size: 50%;
    }

}



/* block 2 - end */


/* block 3 - start */

.block3 {
    background: #ffffff;
    height: 510px;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block3-1 {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    transform: translateY(42px);
    padding-right: 50px;

}

.block3-2 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.block3 h2 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .block3 {
        padding: 40px 20px;
        height: auto;
    }

    .block3 h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }

    .block3 img {
        width: 55px;
        height: 37px;
    }

}

@media only screen and (max-width: 530px) {

    .block3 h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 32px;
        text-align: center;
    }

    .block3 img {
        width: 40px;
        height: 27px;
    }

    .block3 br {
        display: none;
    }

}

/* block 3 - end */

/* block 4 - start */

.block4 {
    display: flex;
    background: #f0f8ff;
    border-radius: 32px;
    height: 205px;
    width: 100%;
    padding: 20px 20px;
    align-items: center;
    justify-content: space-around;
}

.block4-cont {
    display: flex;
    justify-content: space-around;
    width: 100%;
    align-content: center;
    flex-wrap: wrap;
}

.block4-cont > div {
    width: 25%;
}

.block4-number {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 0;
    text-align: center;
    color: #5daeda;
}

.block4-text {
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5daeda;
}

@media only screen and (max-width: 1000px) {

    .block4 {
        height: auto;
    }

    .block4-number {
        font-weight: 600;
        font-size: 40px;
        line-height: 0;
        text-align: center;
        color: #5daeda;
    }

    .block4-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #5daeda;
    }


}

@media only screen and (max-width: 900px) {

    .block4 {
        overflow-x: scroll;
    } 

    .block4-cont {
        border-collapse: collapse; 
        min-width: 820px;
    }

}

@media only screen and (max-width: 600px) {

    .block4-number {
        font-weight: 600;
        font-size: 28px;
        line-height: 0;
        text-align: center;
        color: #5daeda;
    }

    .block4-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #5daeda;
    }

}


/* block 4 - end */

/* block 5 - start */


.block5 {
    display: flex;
    background: #ffffff;
    height: 620px;
    width: 100%;
    padding: 20px 40px;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;
}

.block5 > div {
    width: 33.3%;
    margin-right: 20px;
}

.block5 > div:last-child {
    margin-right: 0; 
}

.block5 > div {
    width: 33.3%;
    margin-right: 20px;
    border-radius: 16px;
    height: 100%;
}

.block5 > div:nth-child(1) {
    background: #333b7c;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 16px;
} 

.block5-1 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left; 
    color: #ffffff;
    margin-top: 0;
}

.block5-1 p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: left; 
    color: #d0d3ef;
}

.block5-1 a {
    padding: 8px 24px;
    border: 1px solid #ffffff;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
}

.block5 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
} 

.block5 > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    align-content: space-between;
    align-items: stretch; 
    align-content: stretch;
} 

.block5-3-up {
    display: flex;

    justify-content: space-between;
}

.block5-2 > div {
    height: calc(50% - 10px);
    width: 100%;
}

.block5-3-up > div {
    width: 30%;
}

.block5-3-up {
    height: calc(22% - 10px);
}

.block5-3-down {
    height: calc(78% - 10px);
}

.block5-3-up img {
    width: 100%;
    height: 100%;   
    object-fit: contain;
}

.block5-2 img {
    width: 100%;
    height: 100%;   
}

.block5-3-down img {
    width: 100%;
    height: 100%;   
    object-fit: cover;
    border-radius: 16px;  
}

.block5-img-vis {
    display: inline;
}

.block5-img-hidd {
    display: none;
}

.block5-1-hidd img {
    width: 100%;
    height: 100%;   
    object-fit: cover;
    border-radius: 16px;  

}

.block5-1-hidd {
    display: none;
}

@media only screen and (max-width: 950px) {
    .block5 > div {
        width: 50%;
        margin-right: 20px;
    }

    .block5-sub.block5-2 {
        display: none !important;
    }

    .block5-sub.block5-3 {
        flex-direction: column-reverse !important;
    }

    .block5-img-vis {
        display: none;
    }

    .block5-img-hidd {
        display: inline;
    }

    .block5-1 h3 {
        font-size: 26px;
    }

    .block5-1 p {
        font-size: 14px;
        font-weight: 300;
    }

    .block5-1 a {
        width: 100%;
        margin-top: 20px;
    }

}

@media only screen and (max-width: 575px) {


    .block5-1 h3 {
        font-size: 20px;
    }


    .block5 > div {
        width: 100%;
        margin-right: 0;
    }

    .block5-img-hidd {
        display: none;
        block5-1-hidd
    }

    .block5-1-hidd {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .block5-1-hidd > div {
        width: calc(50% - 8px);
    }

    .block5-1-hidd-mob {
        display: flex;
        flex-direction: column;
    }

    .block5-1-hidd-mob > div {
        height: calc(50% - 8px);
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .block5 {
        flex-wrap: wrap;
        height: auto;
        padding: 20px 15px;
    }

    .block5 > div:nth-child(3) {
        margin-top: 20px;
    }
}




/* block 5 - end */

/* block 6 - start */



.block6 {
    background: #f0f8ff;
    border-radius: 32px;
    width: 100%;
    padding: 65px 40px 55px 40px;
    align-items: center;
    justify-content: space-around;
}

.block6-up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.block6-up > div:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #333b7c;
}

.block6-up > div:nth-child(2) a {
    height: 60px;
    padding: 8px 24px;
    border: 1px solid #333b7c;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #333b7c;
    display: inline-block;
    text-decoration: none;
    padding-top: 15px;
}

.block6-down {
    display: flex;
}

.block6-down > div {
    width: 25%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block6-down > div:last-child {
    margin-right: 0; 
}

.block6-news {
    box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
}

.block6-news > div:nth-child(2) a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #121212;
    margin-top: 10px;
    text-decoration: none;
}

.block6-news img {
    width: 100%;
}

.block6-more {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.block6-more > span:nth-child(1) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
    border-radius: 20px;
    background: #721c3f;
    padding: 4px 12px;
}

.block6-more > span:nth-child(2) {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #7a7a7f;
    padding-top: 4px;
}

.block6-link {
    margin: 20px 0;
    display: none;
}

.block6-link a {
    margin: 20px 0;
    padding: 8px 24px;
    background: #5daeda;
    border-radius: 40px; 
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left; 
    color: #ffffff;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

@media only screen and (max-width: 1050px) {

    .block6 {
        padding: 45px 20px 25px 20px;
    }

    .block6-down {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .block6-down > div {
        width: 45%;
        margin-right: 0; 
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .block6-link { 
        display: block;
        margin: 20px 0;
        width: 94%;
        margin-left: 3%;
    }

    .block6-up > div:nth-child(2) {
        display: none;
    }

    .block6-up > div:nth-child(1) {
        font-size: 26px;
    }


}

@media only screen and (max-width: 580px) {
    .block6-down > div {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .block6-news > div:nth-child(2) a {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .block6-up {
        margin-bottom: 25px;
    }

    .block6 {
        padding: 25px 20px 1px 20px;
    }

    .block6-up > div:nth-child(1) {
        font-size: 24px;
    }

    .block5-1-hidd-mob > div:nth-child(2) {
        margin-bottom: 0;
    }

    .block6-link a {
        margin-top: 20px;
    }

}




/* block 6 - end */

/* block 7 - start */


.block7 {
    display: flex;
    width: 100%;
    padding: 80px 40px; 
}

.block7-left {
    width: calc(100% - 424px);
    border-radius: 16px;
}

.block7-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.block7-right {
    width: 424px;
    margin-left: 20px;
}

.block7-right-up {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    background: #333b7c;
    color: #d0d3ef;
    height: calc(100% - 145px);
    padding: 40px 25px;
}

.block7-right-up a {
    border: 1px solid #ffffff;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    padding: 16px 24px;
    text-decoration: none;
    margin-top: 60px;
    display: inline-block;
}

.block7-right-up h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #ffffff;
    margin: 0;

}

.block7-right-up p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #d0d3ef;
}


.block7-right-down {
    margin-top: 20px;
    display: flex;
    height: 125px;
}

.block7-right-down > div:nth-child(1), .block7-right-down > div:nth-child(2) {
    margin-right: 20px;
}

@media only screen and (max-width: 1000px) {

    .block7 {
        display: flex;
        width: 100%;
        padding: 40px 25px;
        gap: 18px;
        min-height: 450px;
    }

    .block7-left {
        width: 50%;
        border-radius: 16px;
        margin-right: 0;
        height: 450px;
    }

    .block7-right {
        width: 50%;
        border-radius: 16px;
        margin-left: 0;
    }

    .block7-right-down {
        display: none;
    }

    .block7-right-up {
        border-radius: 16px;
        background: #333b7c;
        color: #d0d3ef;
        height: 100%;
        padding: 40px 25px;
    }

    .block7-right-up h3 {
        font-size: 26px;
        line-height: 33px;
    }

    .block7-right-up p {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
    }


}

@media only screen and (max-width: 520px) {

    .block7 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 25px 15px;
        gap: 18px;
        min-height: auto;
    }

    .block7-left {
        width: 100%;
        border-radius: 16px;
        height: 320px;
    }

    .block7-right {
        width: 100%;
        border-radius: 16px;
        margin-left: 0;
    }

    .block7-right-up {
        height: 330px;
    }

    .block7-right-down {
        margin-top: 20px;
        display: flex;
        height: auto;
        width: 100%;
        gap: 15px;
    }

    .block7-right-down > div {
        width: 33.3%;
        margin-right: 0 !important;
    }  

    .block7-right-down img {
        width: 98%;
        height: auto;
        object-fit: cover;
    }

}


/* block 7 - end */

/* block 8 - start */

.block8 {
    background: #f0f8ff;
    border-radius: 32px;
    min-height: 200px;
    width: 100%;
    padding: 60px 40px;
    margin-top: 20px;
    display: flex;
}

.block8-left {
    width: 290px;
    background: #ffffff;
    height: 150px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    display: flex;
    justify-content: center;
}


.block8-left h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #333b7c;
    margin: 20px 0 0 0;
}

.block8-right {
    display: flex;
    width: calc(100% - 290px);
    background: #ffffff;
    height: 150px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-left: 2px solid #ffe3be;
}

.block8-right > div {
    width: 25%;
    display: flex;
    justify-content: center;
}

.block8-right img {
    height: 100px;
    margin-top: 25px;
}

@media only screen and (max-width: 1000px) {

    .block8 {
        background: #f0f8ff;
        border-radius: 12px;
        min-height: auto;
        padding: 16px 16px;
    }

    .block8-left {
        width: 170px;
        background: #ffffff;
        height: 150px;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .block8-left h4 {
        font-weight: 400;
        font-size: 26px;
        margin: 40px 0 0 0;
    }

    .block8-right img {
        height: 77px;
        margin-top: 35px;
    }

    .block8-right {
        width: calc(100% - 170px);
        height: 150px;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border-left: 2px solid #ffe3be;
    }

}

@media only screen and (max-width: 640px) {

    .block8 {
        flex-direction: column;
    }

    .block8-left {
        width: 100%;
        background: #ffffff;
        height: 68px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .block8-left h4 {
        font-size: 24px;
        margin: 25px 0 0 0;
    }

    .block8-left h4 br {
        display: none;
    }

    .block8-right {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        border-left: none;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        padding-bottom: 20px;
    }

    .block8-right > div {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }

    .block8-right img {
        width: auto;
        height: auto;
    }

}



/* block 8 - end */

/* block 9 - start */



.block9 {
    background: #f0f8ff;
    border-radius: 32px;
    min-height: 200px;
    width: 100%;
    padding: 60px 40px;
    margin-top: 20px;
    display: flex;
}

.block9-left {
    width: 325px;
    margin-right: 20px;   
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 10px 20px 20px;
}

.block9-left h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #333b7c;
    margin: 0;
}

.block9-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #6f7182;
}



.block9-right {
    width: calc(100% - 325px);
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
}

.block9-right p {
    color: #5c5c60;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}

.block9-right div {
    padding: 10px 20%;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #6f7182;
}

.block9-right input {
    width: 100%;
    height: 60px;
}

.b9send {
    margin-top: 30px;
    border-radius: 40px;
    padding: 8px 24px;
    background: #5daeda;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    border: none;
    text-align: center;
}

.b9form {
    text-align: left;
    color: #a8a8ad;
    background: #f6f6f6;
    border: 1px solid #f0f8ff;
    border-radius: 12px;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding-left: 10px;
}

.block9-left br {
    display: none;   
}

@media only screen and (max-width: 1000px) {

    .block9-left h4 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
    }

    .block9-left p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 35px;
    }

    .block9-right p {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .b9form {
        text-align: left;
        color: #a8a8ad;
        background: #f6f6f6;
        border: 1px solid #f0f8ff;
        border-radius: 8px;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        padding-left: 10px;
    }

    .b9send {
        margin-top: 30px;
        border-radius: 40px;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #ffffff;
    }

    .block9-right div {
        padding: 10px 0;
        font-style: normal;
        font-weight: 300;
        font-size: 8px;
        text-align: center;
        color: #6f7182;
    }

    .block9-right input {
        height: 44px;
    }

    .block9 {
        border-radius: 32px;
        padding: 16px 16px;
        box-shadow: 23px 23px 64px rgba(61, 57, 106, 0.06);
     }

    .b9send {
        text-align: center;
    }

    .block9-left {
        width: 35%;
        padding: 30px 10px 20px 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .block9-right {
        width: 65%;
        padding: 25px 10px 10px;
    }

    .block9-left > div:nth-child(3) {
        display: flex;
    }

    .block9-left img {
        width: 100%;
    }


}

@media only screen and (max-width: 600px) {

    .block9-left {
        width: 100%;
    }

    .block9-right {
        width: 100%;
        margin-top: 20px;
    }

    .block9 {
        flex-direction: column;
    }

    .block9-left img {
        width: 64px;
        height: 64px;
    }

    .block9-left br {
        display: inline;   
    }

    .block9-left1 {
        order: 1;
        width: 50%;
    }

    .block9-left2 {
        order: 3;
        width: 100%;
    }

    .block9-left3 {
        order: 2;
        width: 50%;
    }

    .block9-left > div:nth-child(3) {
        width: 50%;
        justify-content: flex-end;
    }

    .block9-left {
        padding: 20px 20px 5px 20px;
    }
}





/* block 9 - end */

/* block 10 - start */

.block10 {
    background: #ffffff;
    height: 510px;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block10 h2 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
}

.block10-2 {
    text-align: center;
}


@media only screen and (max-width: 1000px) {

    .block10 {
        height: 420px;
        padding: 60px 30px;
    }

    .block10 h2 {
        font-weight: 600;
        font-size: 40px;
        line-height: 30px;
    }

    .block10-2 img {
        width: 60px;
    }

}

@media only screen and (max-width: 600px) {


    .block10 {
        height: 420px;
        padding: 40px 5px;
    }

    .block10 h2 {
        font-weight: 600;
        font-size: 28px;
        line-height: 35px;    }

    .block10-2 img {
        width: 60px;
    }


}

/* block 10 - end */

/* footer - start */

footer {
    display: flex;
    background: #f0f8ff;
    border-radius: 32px;
    width: 100%;
    padding: 40px 40px;
    align-items: center;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

footer > div {
    width: 20%;
}

footer > div:nth-child(5) {
    text-align: right;
}

footer > div:nth-child(4) {
    width: 15%;
}

footer > div:nth-child(5) {
    width: 25%;
}

footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #333b7c;
    text-decoration: none;
    display: inline-block;
}

footer p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #868a92;;
    margin-top: 0;
}

.deck-none {
    display: none;
}




.footer-email-desktop, .footer-phone-desktop {
    display: block;
    padding-left: 20px;
}

.footer-social img {
    width: 40px;
    height: auto;
}

.p-one-decktop {
    margin-top: 20px;
}

.footer-email-desktop {
    text-decoration: none;
    background-image: url('/wp-content/themes/twentytwentyone/im7/email.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px; 
    line-height: 30px;
}

.footer-phone-desktop {
    text-decoration: none;
    background-image: url('/wp-content/themes/twentytwentyone/im7/phone.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px 16px;
    padding-left: 25px; 
    line-height: 30px;
}

.mid-icons {
    margin-top: 20px;
}


.l-one-decktop {
    margin-top: 20px;    
}

.l-one-decktop a {
    display: block;
}



@media only screen and (min-width: 1051px) {
    .desk-none {
        display:none;        
    } 
}



@media only screen and (max-width: 1050px) and (min-width: 651px) {
    .mid-none {
        display:none;        
    } 
}

@media only screen and (max-width: 650px) {
    .mob-none {
        display:none;        
    } 
}


@media only screen and (max-width: 1050px) {

    footer > div:nth-child(4), footer > div:nth-child(5) {
        display:none;
    }

    footer > div:nth-child(1) {
        width: 45%;
    }

    footer > div:nth-child(2) {
        width: 25%;
    }

    footer > div:nth-child(3) {
        width: 30%;
    }


}


@media only screen and (max-width: 650px) {
    .mob-none {
        display:none;        
    } 

    footer {
        flex-direction: column;
        padding: 40px 15px;

    }

    footer > div:nth-child(1), footer > div:nth-child(2), footer > div:nth-child(3) {
        width: 100%;
    }

    footer > div:nth-child(2) {
        margin-top: 30px;
    }

    footer > div:nth-child(3) {
        margin-top: 45px;
    }

    footer > div:nth-child(2) p {
        margin-bottom: 5px;
    }

    .l-one-decktop a {
        font-size: 12px;
    }

    .mob-feed {
        margin-bottom: 5px;
    }

}

/* footer - end */

/* services - start */


.services {
    display: flex;
    background: #ffffff;
    width: 100%;
    padding: 0  60px 40px 60px;
    /*    align-items: center;

    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start; */
}


.breadcrumps {
    padding: 20px 60px;
}

.breadcrumps a {
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #7a7a7f;
    margin-right: 15px;
    text-decoration: none;
}

.breadcrumps span {
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left; 
    color: #333b7c;
    margin-left: 15px;
}

.services-h1 h1 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #232959;
    margin: 0 0 30px 0;
}

.news-one-image {
    display: flex;
    justify-content: center;
}

.services-left {
    width: 312px;
    padding: 24px 24px;
    background: #f7fbff;
    border-radius: 20px;
    margin-right: 30px;
}

.services-left a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left; 
    color: #333b7c;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.services-right {
    width: calc(100% - 312px);
}

.services-all {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.service-one {
    width: 31%;
    margin-right: 30px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
    padding: 24px;
    border-radius: 24px;
}

.service-one > div:nth-child(2) {
    flex: 1;
}

.service-one a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.service-one img {
    width: 100%;
}

.service-one h3 {
    margin-bottom: 0;
}

.service-one p {
    margin-top: 5px;
}

.service-one h3 a {
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #11132a;
    text-decoration: none;
}

.service-one p a {
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #5c5c60;
    text-decoration: none;
}


.service-one:nth-of-type(3n) {
   margin-right: 0;
}

.services-one img {
    border-radius: 8px;
}

.services-mobile, .services-menu {
    display: none;
}

.pagination {
    display: flex;
    margin: 0 0 30px 5%;
    justify-content: center;
}

.pagination a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #272627;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 4px 4px;
}

.pagination a.selected {
    width: 40px;
    height: 40px;
    padding: 4px 4px;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
    background: #5daeda;
    display: inline-block;
    text-decoration: none;
}

.pagination a.more {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #272627;
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 40px;
    padding: 4px 4px;
    background-image: url('/wp-content/themes/twentytwentyone/im7/pagination-more.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;

}

@media only screen and (max-width: 1360px) {
    .service-one {
        width: 44%;
    }

    .service-one:nth-of-type(3n) {
        margin-right: 30px;
   }

}

@media only screen and (max-width: 1030px) {

    .pagination {
        margin: 0 0 30px 5%;
        justify-content: flex-start;
    }


    .services-menu {
        width: 280px;
        position: absolute;
        z-index: 10;
        top: 42px;
        left: -250px;
        background: #ffffff;
        border-radius: 8px;
        border: solid 1px #f6f6f6;
        box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
        flex-direction: column;
    }

    .services-menu a { 
        color: #5c5c60;
        padding: 17px;
        width: 100%;
        display: block;
        font-size: 12px;
        text-decoration: none;
    }

    .services-menu a.selected { 
        background: #F0F8FF;
    }

    .services-mobile {
        display: block;
        cursor: pointer;
        width: 24px;
        height: 24px;
    }

    .services-h1 > div:nth-child(2) {
        padding-top: 10px;
        padding-right: 3%;
        position: relative;
    }

    .services-h1 {
        display: flex;
        justify-content: space-between;
    }

    .services-left {
        display: none;
    }

    .services-right {
        width: 100%;
    }

    .service-one {
        width: 30%;
    }

    .service-one h3 a {
        font-size: 16px;
    }

    .service-one p a {
        font-size: 14px;
    }

    .services {
    padding: 0  25px 40px 25px;
    }

    .service-one {
        width: 31%;
        margin-right: 12px;
        display: flex;
        margin-bottom: 12px;
        flex-direction: column;
        justify-content: space-around;
        box-shadow: 2px 2px 28px rgba(61, 61, 67, 0.08);
        padding: 12px;
        border-radius: 12px;
    }

    .services-h1 h1 {
        font-size: 26px;
    }
    .breadcrumps {
        padding: 20px 25px;
    }


}

@media only screen and (max-width: 880px) {
    .service-one {
        width: 45%;
    }

    .service-one:nth-of-type(3n) {
        margin-right: 15px;
   }
}

@media only screen and (max-width: 560px) {
    .services-h1 h1 {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .service-one {
        width: 100%;
        margin: 20px 0 15px 0;
    }

    .services {
        padding: 0 0 40px 0;
    }

    .breadcrumps {
        padding: 20px 20px;
    }
}


/* services - end */


/* header - start */

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 69px;
    padding: 0 60px;
    background: #ffffff;
    border-radius: 0px 0px 12px 12px;
    box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
    /* fix  */
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.subheader {
    width: 100%; 
    display: flex;
}

.subheaderline {
    width: 100%; 
    display: flex;
    height: 5px;
    background-image: linear-gradient(to right, #5daeda 10%, white 10%);
}



.header-add {
    display: none;
}


.header-logo {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.header-mobile img {
    height: 20px;
    margin-right: 10px;
    display: none;
}

.header-nav {
    background-color: #ffffff;
    padding: 0;
    display: flex;
    position: relative;
    flex: 1;
    justify-content: flex-end;
}

.header-search-block {
    position: absolute;
    display: none;
    background: #f6f6f6; 
    border: 1px solid #168ecf;
    border-radius: 8px;
    top: 3px;
    left: 30px;
    height: 44px;
    width: calc(100% - 394px);
    z-index: 5;
    margin-top: 8px;
}

.search-var {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 14px; 
    color: #7a7a7f;
    margin: 3px 2px;
}

.search-var.selected {
    border: 1px solid #5daeda;
    border-radius: 8px;
}

.header-search-block > div:nth-child(1) {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    align-content: center;
    padding-left: 10px;
}

.header-search-block > div:nth-child(1) input {
    width: 100%;
    background: #f6f6f6;
    border: 0;
}

.header-search-block > div:nth-child(6) {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 38px;
    cursor: pointer;
}

.header-nav ul {
    list-style: none; 
    margin: 0;
    padding: 0;
    display: flex; 
  /*  justify-content: center; */
}

.header-nav ul li {
    position: relative; 
}

.header-nav ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    white-space: normal;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    max-width: 330px;
    color: #333b7c;
}

/*
.header-nav ul li a:hover {
    background-color: #555;
}
*/

div.header-nav ul .submenu {
    display: none; 
    position: absolute; 
    top: 100%; 
    left: 0;
    background-color: #ffffff;
    min-width: 200px; 
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    z-index: 1000; 
    flex-direction: column; 
}

.submenu li {
    width: 100%; 
}

.submenu li a {
    padding: 12px 20px;
    color: #fff;
    border-bottom: 1px solid #777; 
}

.submenu li:last-child a {
    border-bottom: none; 
}

.submenu li a:hover {
    background-color: #777;
}

.header-nav ul li:hover > .submenu {
    display: flex; 
}

.submenu .submenu {
    top: 0; 
    left: 100%; 
}

.submenu .submenu li a {
    padding-left: 25px; 
}

.menu-hard {
    background-image: url('/wp-content/themes/twentytwentyone/im7/menu-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px 16px;
    padding-right: 25px; 

}

.header-menu {
    transform: translateY(6px);
}

.header-menu ul li {
    margin-right: 25px;
}

.header-form {
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-top: 8px;
}

.header-form span {
    border: 1px solid #333b7c;
    border-radius: 40px;
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #333b7c;
    display: inline-block;
    cursor: pointer;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    padding: 13px 25px;
}

.header-lang {
    position: relative;
    background-image: url('/wp-content/themes/twentytwentyone/im7/menu-icon.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 17px 16px;
    padding-right: 20px; 
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    cursor: pointer;
    position: relative;
    margin-top: 4px;
}

.header-lang img {
    border: 1px solid #f6f6f6;
    border-radius: 12px;
}

.header-search {
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    cursor: pointer;
    margin-top: 8px;
}

.search-header-button {
    cursor: pointer;
}

.lang-menu {
    position: absolute;
    top: 65px;
    left: 0;
    width: 44px;
    display: none;
    color: #333b7c;
    padding: 0;
    width: 70px;
    width: 84px;
    height: 84px;
    border-radius: 8px;
    border: 1px solid #f6f6f6;
}

.lang-menu a {
    color: #333b7c;
}

.lang-menu > div {
    height: 42px;
    display: flex;
    width: 84px;
    padding: 8px 0 0 12px;
}

.lang-menu > div:nth-child(1) {
    border-top-left-radius: 8px;   
    border-top-right-radius: 8px;   
}

.lang-menu > div:nth-child(2) {
    border-bottom-left-radius: 8px;   
    border-bottom-right-radius: 8px;   
}

.lang-menu img {
    width: 24px;
    height: 24px;
}

.lang-menu-no-link {
    background: #f6f6f6;
}

.lang-menu-yes-link {
    background: #ffffff;
    cursor: normal;
}

.lang-menu a {
    text-decoration: none;
    display: flex;
}


@media only screen and (max-width: 1290px) {
    header {
        padding: 0 25px;

    }



}

@media only screen and (max-width: 1220px) {

    .header-search-block {
        top: 3px;
        left: 30px;
        height: 44px;
        width: calc(100% - 84px);
        z-index: 5;
    }

    .header-form {
        display: none;
    }

    .header-logo img {
        height: 11px;
    }
}

@media only screen and (max-width: 970px) {
    .header-nav ul li a {
        font-size: 12px;
        padding: 15px 16px;
    }

    .header-menu ul li {
        margin-right: 6px;
    }

}

@media only screen and (max-width: 680px) {

    .header-search-block {
        top: 1px;
        left: -101px;
        height: 38px;
        width: calc(100% + 46px);
        z-index: 5;
    }

    .header-search-block > div:nth-child(2) img {
        transform: translateY(-4px);
    }


    .header-menu {
        display: none;
    }

    .lang-menu {
        left: -40px;
    }

    .header-mobile img {
        display: inline-block;
        height: 20px;
    }

    header {
        height: 60px;
        padding: 0 10px;
        border-radius: 0 0 0 0;
        box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    .header-add {
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 5;
        background: #ffffff;
        display: block;
    }

    .main {
        padding: 0;
        margin-top: 60px;
    }

}

@media only screen and (max-width: 540px) {
    .search-var {
        display: none;
    }
}


/* header - end */


/* one service - start */

.service-one-title {
    width: 100%;
}

.service-one-date {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #6f7182;
}

.service-one-h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #232959;
    width: 60%;
}

.service-one-abzatz {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #232959; 
    width: 50%;
}

.service-one-image {
    margin: 30px 0;
}

.service-one-main {
    width: 100%;
    display: flex;
}

.service-one-main img {
    width: 90%;
    max-width: 800px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
}

.service-one-main hr {
    width: 100%;
    max-width: 800px;
    padding-top: 25px;
    padding-bottom: 25px;
}


.service-one-main > div:nth-child(1) {
    width: 62%;
    padding-right: 20px;
}

.service-one-main > div:nth-child(2) {
    width: 38%;
}

.service-one-right-inner {
    padding: 24px 24px; 
    background: #f7fbff; 
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.service-one-right-inner a {
    display: block;
}

.service-one-image img {
    width: 100%;
    height: auto;
}

.right-inner-time {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.right-inner-time > div:nth-child(1) {
    width: 100px;
    background-image: url('/wp-content/themes/twentytwentyone/im7/icon-time.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 30px; 

}

.right-inner-time > div:nth-child(2) {
    border-radius: 20px 0px 0px 20px;
    background-image: linear-gradient(to right, #5daeda 10%, white 10%);
    height: 8px;
    transform: translateY(6px);
}

.right-inner-time > div:nth-child(2) {
    width: calc(100% - 115px);
}


.blue-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #168dce;
}

.gray-link {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #5c5c60;
}

.service-one-right-inner h4 {
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: left;
    color: #232958;
    margin-top: 0;
    margin-bottom: 35px;
}

.blue-link, .gray-link, .doc-link {
    margin-bottom: 20px;
}

.blue-link, .gray-link {
    text-decoration: none;
}

.doc-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    color: #168dce;
    background-image: url('/wp-content/themes/twentytwentyone/im7/icon-doc.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
    padding-left: 30px; 

}

.right-inner-send {
    height: 60px;
    padding: 8px 24px; 
    background: #5daeda; 
    border-radius: 40px;
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    line-height: 44px;
}

.inner-text-content {
    font-weight: 300;
    font-size: 18px;
    text-align: left;
    color: #5c5c60;
}

.inner-text-content b {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #5c5c60;
}

/*
.inner-text-content ol {
  list-style: none; 
  counter-reset: item; 
}

.inner-text-content ol li:before {
  counter-increment: item; 
  content: counters(item, ".") ". "; 
}

.inner-text-content ul {
    list-style: disc; 
}
*/


.inner-text-content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: left;
    color: #232959;
}

.inner-text-content h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: left;
    color: #232958;
}

.inner-text-content li {
    margin-bottom: 15px;
}

.citata {

}


@media only screen and (max-width: 1130px) {
    .service-one-h1 {
        font-size: 34px;
        line-height: 45px;
        width: 100%;
    }

    .service-one-abzatz {
        font-size: 18px;
        width: 100%;
    }

    .inner-text-content {
        font-size: 16px;
    }

    .inner-text-content b {
        font-size: 16px;
    }

    .inner-text-content h2 {
        font-size: 21px;
    }

    .inner-text-content h3 {
        font-size: 21px;
    }

    .service-one-right-inner h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .blue-link {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .gray-link {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .doc-link {
        font-size: 15px;
        line-height: 18px;
        text-decoration-line: underline;
        color: #168dce;
        background-image: url(/wp-content/themes/twentytwentyone/im7/icon-doc.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 16px 16px;
        padding-left: 25px;
    }

    .right-inner-send {
        height: 50px;
        padding: 8px 24px;
        background: #5daeda;
        border-radius: 40px;
        font-size: 16px;
        text-align: center;
        color: #ffffff;
        text-decoration: none;
        line-height: 35px;
    }

}

@media only screen and (max-width: 680px) {
                                       
    .service-one-main {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .service-one-main > div:nth-child(1), .service-one-main > div:nth-child(2) {
        width: 100%;
    }    

    .inner-text-content {
        font-size: 14px;
    }

    .inner-text-content b {
        font-size: 14px;
    }

    .inner-text-content h2 {
        font-size: 18px;
    }

    .inner-text-content h3 {
        font-size: 18px;
    }

    .doc-link {
        font-size: 14px;
    }

    .right-inner-time {
        display: none;
    }

    .service-one-title, footer, .service-one-main {
        padding: 20px;
    }


}

/* one service - end */

/* block 11 - contacts - start */

.block11 {
    background: #f0f8ff;
    border-radius: 32px;
    min-height: 200px;
    width: 100%;
    padding: 60px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.block11-left {
    width: 35%;
    margin-right: 20px;   
    background: #ffffff;
    border-radius: 24px;
    padding: 30px 10px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block11-left h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
    color: #333b7c;
    margin: 0;
}

.block11-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #6f7182;
}

.block11-left span {
    display: inline-block;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: left; 
    color: #7a7a7f;

}

.block11-left a {
    text-decoration: none;
    color: #333b7c;
}

.block11-left img {

}


.block11-right {
    width: 65%;
    background: #ffffff;
    padding: 35px;
    border-radius: 24px;
}

.block11-right p {
    color: #5c5c60;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
}

.block11-right div {
    padding: 10px 20%;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
    color: #6f7182;
}

.block11-right input {
    width: 100%;
    height: 60px;
}

.b11send {
    margin-top: 30px;
    border-radius: 40px;
    padding: 8px 24px;
    background: #e0e2e3;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #7a7a7f;
    border: none;
    text-align: center;
}

@media only screen and (max-width: 1000px) {

    .block11 {
        flex-direction: column;
    }

    .block11-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .block11-left > * {
        display: block;
        margin-bottom: 15px;
    }

    .block11-right {
        width: 100%;
    }

    .contact-fb-desktop img {
        width: 60px;
    }

    .contact-ins-desktop img {
        width: 60px;
    }

    .block11-left h4, .block11-left p, .block11-left span {
        text-align: center;
    }

    .block11-left h4 {
        font-size: 16px;
        line-height: 20px;
        color: #232959;
     }

    .block11-left p {
        font-weight: 300;
        font-size: 14px;
    }

    .block11-left span {

     }

    .block11-right input.b9form {
        font-size: 12px;
        line-height: 15px;
        border: 1px solid #f0f8ff;
        border-radius: 8px;  
    }

    .block11-right input.b11send {
        font-size: 14px;
        line-height: 15px;
    }

    .block11-left .footer-email-desktop {
        margin-left: calc(50% - 95px);
    }

    .block11-left .footer-phone-desktop {
        margin-left: calc(50% - 90px);
    }

    .contact-social {
        margin-left: calc(50% - 76px);
    }

    .block11-right input {
        width: 100%;
        height: 50px;
    }

    .block11 {
        border-radius: 20px;
        min-height: 200px;
        padding: 20px 20px;
        margin-top: 20px;
    }

    .block11-right div {
        padding: 10px 5%;
    }

}

@media only screen and (max-width: 600px) {

    .block11 {
        flex-direction: column;
    }

    .block11-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .block11-left > * {
        display: block;
        margin-bottom: 15px;
    }

    .block11-right {
        width: 100%;
    }

    .contact-fb-desktop img {
        width: 40px;
    }

    .contact-ins-desktop img {
        width: 40px;
    }

    .block11-left h4, .block11-left p, .block11-left span {
        text-align: center;
    }

    .block11-left .footer-email-desktop {
        margin-left: calc(50% - 95px);
    }

    .block11-left .footer-phone-desktop {
        margin-left: calc(50% - 90px);
    }

    .contact-social {
        margin-left: calc(50% - 54px);
    }

    .block11-right input {
        width: 100%;
        height: 40px;
    }

    .block11 {
        border-radius: 15px;
        min-height: 200px;
        padding: 15px 15px;
        margin-top: 20px;
    }

}

/* block 11 - contacts - end */

/* about - start */

/* about 1 - start */

.about-block {
    margin: 20px 0;
    padding: 20px;
}


.about1 {
    padding: 60px 40px; 
    background: #f0f8ff; 
    border-radius: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    text-align: center;
}


.about-br-ladge {
    display: block;
}

.about-br-med {
    display: none;
}

.about-br-small {
    display: none;
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
    .about1 {
        padding: 50px 20px; 
        background: #f0f8ff; 
        border-radius: 16px;
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        text-align: center;
    }

    .about-br-ladge {
        display: none;
    }

    .about-br-med {
        display: block;
    }

    .about-br-small {
        display: none;
    }

}


@media only screen and (max-width: 600px) {
    .about1 {
        padding: 35px 10px; 
        background: #f0f8ff; 
        border-radius: 16px;
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
    }

    .about-br-ladge {
        display: none;
    }

    .about-br-med {
        display: none;
    }

    .about-br-small {
        display: block;
    }

}

/* about 1 - end */

/* about 2 - start */

.about2 {
    padding: 40px 40px; 
    background: #f0f8ff;
    border-radius: 32px;
    margin-top: 30px;
}

.about2-inner-ladge {
    display: flex;
    padding: 24px 24px; 
    background: #ffffff; 
    border-radius: 16px;
}

.about2-inner-med {
    display: flex;
    padding: 24px 24px; 
    background: #ffffff; 
    border-radius: 16px;
}

.about2-inner-small {
    display: flex;
    padding: 24px 24px; 
    background: #ffffff; 
    border-radius: 16px;
}

.about2-inner-ladge > div:nth-child(1) {
    padding: 20px;
}

.about2 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: left; 
    color: #333b7c;
}

.about2 p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #5c5c60;
}

.about2 img {
    border-radius: 12px;
}

.about2-inner-ladge {
    display: flex;
}

.about2-inner-med {
    display: none;
}

.about2-inner-small {
    display: none;
}


@media only screen and (max-width: 1000px) and (min-width: 641px) {

    .about2 {
        padding: 16px 16px; 
        background: #f0f8ff;
        border-radius: 32px;
        margin-top: 30px;
    }

    .about2-inner-med {
        display: flex;
        padding: 16px 16px; 
        background: #ffffff; 
        border-radius: 16px;
    }

    .about2-inner-ladge {
        display: none;
    }

    .about2-inner-med {
        display: block;
    }

    .about2-inner-small {
        display: none;
    }

    .about2-med2 {
        display: flex;
    }

    .about2 h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 25px;
    } 

    .about2 p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }



}

@media only screen and (max-width: 640px) {

    .about2 {
        padding: 16px 16px; 
        background: #f0f8ff;
        border-radius: 32px;
        margin-top: 30px;
    }

    .about2-inner-small {
        display: flex;
        padding: 16px 16px; 
        background: #ffffff; 
        border-radius: 16px;
    }

    .about2-inner-ladge {
        display: none;
    }

    .about2-inner-med {
        display: none;
    }

    .about2-inner-small {
        display: block;
    }

    .about-img-small {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    
    .about2 h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 25px;
    } 

    .about2 p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }



}


/* about 2 - end */

/* about 3 - start */

.about3 {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
}

.about3 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: left; 
    color: #333b7c;
}

.about3 p {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #5c5c60;
}

.about3 li {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    text-decoration-line: none; 
    color: #168dce;
    padding: 10px 0;
}

.about3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about3-im3 {
    display: none;
}

.about3-up, .about3-down {
    display: flex;
    justify-content: space-between;
} 

.about3-up > div:nth-child(1) {
    border: 2px solid #ffe3be;
    border-radius: 16px;
    padding: 40px 40px;
}

.about3-up {
    margin-bottom: 24px;
}

.about3-up > div {
    width: calc(50% - 12px);
}

.about3-up > div:nth-child(2) {
    padding: 40px 40px;
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.about3-down-sp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about3-down-sp > div:nth-child(2) > div {
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.about3-down {
    align-items: stretch;
}

.about3-down-sp > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.about3-down-sp > div:nth-child(2) {
    padding: 40px 40px;
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.about3-down-sp > div:nth-child(1) > div {
    width: calc(50% - 12px);    
    justify-content: space-between;
/*    height: calc(50% - 12px); */
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.about3-down > div {
    width: calc(50% - 12px);
/*    height: calc(50% - 12px); */
}

.about3-down > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    /*
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    align-content: space-between; */
    gap: 24px;
}

.about3-down > div:nth-child(1) > div {
/*    height: calc(50% - 12px); */
}

.about3-down > div:nth-child(2) {
    padding: 40px 40px;
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.about3-down-sp-2 {
    flex: 1;
}

@media only screen and (max-width: 900px) {
    .about3-up {
        margin-bottom: 18px;
    }

    .about3-up > div:nth-child(1) {
        border: 2px solid #ffe3be;
        border-radius: 16px;
        padding: 24px 24px;
    }

    .about3 h3 {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 25px;
    } 

    .about3 p {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
    }

    .about3-up > div:nth-child(2) {
        padding: 24px 24px;
    }

    .about3-down-sp-1 {
        display: none !important; 
    }

    .about3-down > div:nth-child(2) {
        padding: 24px 24px;
    }

    .about3 li {
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        padding: 9px 0;
    }

    .about3-down-sp > div:nth-child(2) {
        padding: 24px 24px;
        width: 100%;
    }

    .about3-down {
        flex-direction: column;
    }

    .about3-down-sp {
        width: 100%;
    }
    .about3-down > div:nth-child(1) {
        width: 100%;
        margin-bottom: 18px;
    }

    .about3-down > div:nth-child(2) {
        width: 100%;
    }

}

@media only screen and (max-width: 580px) {
    .about3-down-sp-1 {
        display: flex !important;
        gap: 12px;
    }

    .about3-im3 {
        display: block;
    }

    .about3-down-sp > div:nth-child(1) > div {
        width: 33.3%;
    }

    .about3-up {
        flex-direction: column;
    }

    .about3-up > div {
        width: 100%;
    }

    .about3-up > div:nth-child(1) {
        margin-bottom: 18px;
    }

    .about3-up > div:nth-child(1) {
        padding: 16px 16px 4px 16px;
    }

    .about3-up > div:nth-child(2) {
        padding: 16px 16px 4px 16px;
    }

    .about3-down > div:nth-child(2) {
        padding: 16px 16px 4px 16px;
    }

    .about3-down-sp > div:nth-child(2) {
        padding: 16px 16px 4px 16px;
    }

    .about3 li {
        padding: 5px 0;
    }
}



/* about 3 - end */



/* about 5 - start */

.about5 {
    background: #ffffff;
    height: 510px;
    width: 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about5-1 {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    transform: translateY(42px);
    padding-right: 0;

}

.about5-2 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.about5 h2 {
    font-family: Geologica;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 56px;
    text-align: center;
}

.about5-3 {
    display: flex;
    justify-content: center;
}

.about5 a {
    padding: 16px 24px;
    background: #5daeda;
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 35px;
    display: inline-block;
}

@media only screen and (max-width: 1000px) {

    .about5 {
        padding: 40px 20px;
        height: 350px;
    }

    .about5 h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .about5-1 {
        height: 35px;
        display: flex;
        justify-content: flex-end;
        transform: translateY(30px);
        padding-right: 0;
    }

    .about5 a {
        padding: 8px 24px;
        background: #5daeda;
        border-radius: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        color: #ffffff;
        text-decoration: none;
        margin-top: 15px;
        margin-bottom: 35px;
        display: inline-block;
    }


}

@media only screen and (max-width: 600px) {

    .about5 {
        padding: 25px 5px;
        height: auto;
    }

    .about5 h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .about5 h2 br {
        display: none; 
    }

    .about5-1 {
        height: 27px;
        transform: translateY(18px);
    }

    .about5 a {
        padding: 8px 24px;
        background: #5daeda;
        border-radius: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
    }
}

@media only screen and (max-width: 600px) {

    .about5 a {
        padding: 8px 16px;
        border-radius: 30px;
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 26px;
        text-align: left;
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
    }
}


/* about 5 - end */



/* about 4 - start */

.about4 {
    padding: 40px 40px; 
    background: #f0f8ff;
    border-radius: 16px; 
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    text-align: left;
    color: #333b7c;
}

@media only screen and (max-width: 1000px) {
    .about4 {
        padding: 24px 24px; 
        background: #f0f8ff;
        border-radius: 16px; 
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 33px;
        text-align: left;
        color: #333b7c;
    }
    .about4 br {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .about4 {
        padding: 16px 16px; 
        background: #f0f8ff;
        border-radius: 16px; 
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        color: #333b7c;
    }
}

/* about 4 - end */

/* about - end */


/* bodyfix - start */

@media only screen and (max-width: 600px) {

    .block1, .block4 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* bodyfix - end */

/* docs - start */

.documents-h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #232959;
}

.docs {
    border-radius: 20px;
    border: solid 2px #E9E9EA;
    width: fit-content;
    font-size: 18px;
    margin-bottom: 50px;
}

.docs-title, .docs-text {
    display: flex;
}

.docs-title {
    background: #F7FBFF;
    border-bottom: solid 2px #E9E9EA;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #333B7C;
}

.docs-title > div, .docs-text > div {
    padding: 12px 5px;
}

.docs-title > div:nth-child(1), .docs-text > div:nth-child(1) {
    width: 55px;
    border-right: solid 2px #E9E9EA;
    text-align: center;
}

.docs-title > div:nth-child(2), .docs-text > div:nth-child(2) {
    min-width: 560px;
}

.docs-title > div:nth-child(3), .docs-text > div:nth-child(3) {
    width: 117px;
    text-align: center;
}

.docs-title > div:nth-child(4), .docs-text > div:nth-child(4) {
    width: 67px;
    text-align: center;
}

.docs-title > div:nth-child(5), .docs-text > div:nth-child(5) {
    width: 119px;
    text-align: center;
}

.docs-text {
    color: #66666B;
}

.docs-text:not(:last-child) {
    border-bottom: 2px solid #E9E9EA; 
} 

.docs-text a {
    text-decoration: underline;
    font-size: 18px;
    color: #168dce;
}

@media only screen and (max-width: 1000px) {

    .docs {
        border-radius: 20px;
        border: solid 2px #E9E9EA;
        width: auto;
        font-size: 14px;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .documents-h1 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 33px;
        text-align: left;
        color: #232959;
    }

    .docs-title > div:nth-child(1), .docs-text > div:nth-child(1) {
        width: 46px;
    }

    .docs-title > div:nth-child(2), .docs-text > div:nth-child(2) {
        width: calc(100% - 304px);
        min-width: auto;
    }

    .docs-title > div:nth-child(3), .docs-text > div:nth-child(3) {
        width: 90px;
    }

    .docs-title > div:nth-child(4), .docs-text > div:nth-child(4) {
        width: 54px;
    }

    .docs-title > div:nth-child(5), .docs-text > div:nth-child(5) {
        width: 114px;
    }

    .docs-text a {
        font-size: 14px;
    }

    .docs-title > div, .docs-text > div {
        padding: 9px 5px;
    }

}

@media only screen and (max-width: 680px) {
    .docs, .documents-h1 {
        margin-left: 20px;
        margin-right: 20px;
    }    
}

@media only screen and (max-width: 570px) {
    .docs-title > div:nth-child(3), .docs-text > div:nth-child(3) {
        display: none;
    }

    .docs-title > div:nth-child(4), .docs-text > div:nth-child(4) {
        display: none;
    }

    .docs-title > div:nth-child(5), .docs-text > div:nth-child(5) {
        display: none;
    }

    .docs-title > div:nth-child(2), .docs-text > div:nth-child(2) {
        width: calc(100% - 46px);
        min-width: auto;
    }

}

/* docs - end */

/* mobilemenu - start */

.mobilemenu {
    position: fixed;
    z-index: 10;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: scroll;
    display: none;
    background: #ffffff;
    padding-top: 25px;
}

.mobilemenu-main {
    display: flex;
}

.mobilemenu-main {
    display: flex;
}

.mobilemenu-main > div:nth-child(2) {
    padding: 4px 15px;
}

.mobilemenu-main a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left; 
    color: #333b7c;
    text-decoration: none;
    margin-left: 16px;
}


.mobilemenu-main-arr-down {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px 16px;    
}

.mobilemenu-main {
    display: flex;
}

.mobile-cons {
    position: fixed;
    display: flex;
    z-index: 11;
    bottom: 10px;
    height: 44px;
    justify-content: center;
    width: 100%;
}

.mobile-cons a {
    border: 1px solid #333b7c;
    border-radius: 40px;    
    color: #333B7C;
    font-size: 15px;
    height: 44px;
    padding: 8px 24px;
    text-decoration: none;
    background: #ffffff;
}

.mobilemenu-sub {
    display: none;
}

.mobilemenu-sub a {
    height: 32px;
    padding:  24px; 
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: left; 
    color: #2a3174;
    display: block;
    text-decoration: none;
    background: #ffffff;
} 

.mobilemenu-block-no {
    height: 30px;
}

.mobile-img-flag {
    cursor: pointer;
}

.mobilemenu-block, .mobilemenu-block-no {
    margin-bottom: 20px;
}

/* mobilemenu - end */


/* 404 - start */

.block-404 {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 80vh;
    min-height: 370px;
}

.block-404-sub {
    display: flex;
    flex-direction: column;
}

.block-404 h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    line-height: 125px;
    color: #5daeda;
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
}

.block-404 h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 33px;
    color: #11132a;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}


.block-404 p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #7a7a7f;
    display: block;
    text-align: center;

}

.block-404 a {
    width: 424px;
    height: 60px;
    padding: 8px 24px; 
    background: #5daeda; 
    border-radius: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    margin-left: calc(50% - 212px);
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
    text-align: center;
}


@media only screen and (max-width: 900px) {

    .block-404 {
        height: 80vh;
        min-height: 350px;
    }

    .block-404 h1 {
        font-weight: 600;
        font-size: 80px;
    }

    .block-404 h3 {
        font-weight: 400;
        font-size: 26px;
    }

    .block-404 p {
        font-weight: 400;
        font-size: 14px;
    }

    .block-404 a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        width: 352px;
        height: 44px;
        margin-left: calc(50% - 176px); 
    }

}

@media only screen and (max-width: 560px) {

    .block-404 h1 {
        font-weight: 600;
        font-size: 64px;
    }

    .block-404 h3 {
        font-weight: 400;
        font-size: 18px;
    }

    .block-404 p {
        font-weight: 300;
        font-size: 14px;
    }

    .block-404 a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        width: 328px;
        height: 44px;
        margin-left: calc(50% - 164px); 
    }

}

/* 404 - end */


/* searchresult - start */

.resultlevel {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #7a7a7f;
    margin: 30px 20px 20px 20px;
}

.searchresult {
    margin-botoom: 40px;
}

.search-main-block {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
}

.search-h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #232959;
    margin-left: 20px;
}

.search-block-inner {
    width: 25%;
    text-decoration: none;
    margin-bottom: 20px;
}

.search-sub {
    margin: 12px;
    padding: 24px;
    border-radius: 24px;
    background-color: #fff;
    box-shadow: 4px 4px 28px rgba(61, 61, 67, 0.08);
    padding: 24px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.search-block-img {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.search-block-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.5;
    object-fit: cover;
    display: block; }

.search-block-services-img {
    width: 100%;
    border-radius: 24px;
}

.search-block-services-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
}


.search-block-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #11132a;
    margin-top: 15px;
    flex: 1;
}

.search-block-text {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #5c5c60;
    text-decoration: none;
    margin-top: 8px;
}


@media only screen and (max-width: 1150px) {
    .search-block-inner {
        width: 33.3%;
    }
}

@media only screen and (max-width: 900px) {
    .search-h2 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 33px;
        text-align: left; 
        color: #232959;
    }

    .search-block-services-img img {
        border-radius: 8px;
    }

    .search-block-img {
        border-radius: 8px;
    }

    .search-block-services-img {
        border-radius: 8px;
    }

    .search-block-title {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        text-align: left; 
        color: #11132a;
    }

    .search-block-text {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        text-align: left; 
        color: #5c5c60;
    }

    .block6-more > span:nth-child(1) {
        padding: 2px 12px; 
        background: #721c3f; 
        border-radius: 20px; 
        font-family: Geologica;
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        text-align: left; 
        color: #ffffff;
    }

    .block6-more > span:nth-child(2) {
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        text-align: left; 
        color: #7a7a7f;
    }

    .search-sub {
        margin: 10px;
        border-radius: 16px;
        padding: 16px;
    }

}

@media only screen and (max-width: 750px) {
    .search-block-inner {
        width: 50%;
    }
}

@media only screen and (max-width: 520px) {
    .search-block-inner {
        width: 100%;
    }
}

/* searchresult - end */

/* popup - start */

.preback {    
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 15000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

.popupcallback {
    display: none;
    display: flex;
    width: 80%;
    max-width: 640px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 24px 28px; 
    background: #ffffff; 
    border-radius: 24px;
    position: relative;
}

.mobiletopmenublock {
    display: none;   
}

.closepopupimg {
    position: absolute;    
    right: 20px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
    z-index: 20000;
}

.popupcallback h3, .popupcallbacknomad h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left; 
    color: #232959;
    margin: 0;
    width: 100%;
}

.popupcallback h6, .popupcallbacknomad h6 {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    text-align: left; 
    color: #7a7a7f;
    margin: 20px 0 0 0;
    width: 100%;
}

.popupcallback p, .popupcallbacknomad p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    text-align: left; 
    color: #5c5c60;
    width: 100%;
}

.popupcallback span, .popupcallbacknomad span {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-align: center; 
    color: #6f7182;
}

.b15form {
    padding: 16px 16px; 
    background: #f6f6f6; 
    border: 1px solid #f0f8ff;
    border-radius: 12px; 
    font-family: Geologica;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    text-align: left; 
    color: #a8a8ad;
    width: 100%;
}

.b15send {
    height: 60px;
    padding: 8px 24px; 
    background: #e0e2e3; 
    border-radius: 40px; 
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center; 
    color: #7a7a7f;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border: 0;
}

@media only screen and (max-width: 1200px) {

    .popupcallback, .popupcallbacknomad {
        display: none;
        display: flex;
        width: 80%;
        max-width: 640px;
        padding: 24px 24px;
        background: #ffffff;
        border-radius: 24px;
    }

    .popupcallback h3, .popupcallbacknomad h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        text-align: left;
        color: #232959;
        margin: 0;
        width: 100%;
    }

    .popupcallback h6, .popupcallbacknomad h6 {
        font-size: 14px;
    }


.popupcallback p, .popupcallbacknomad p {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        color: #5c5c60;
        width: 100%;
    }

    .b15form {
        padding: 16px 8px;
        background: #f6f6f6; 
        border: 1px solid #f0f8ff;
        border-radius: 8px;
        font-weight: 300;
        font-size: 12px;
        line-height: 15px;
        text-align: left;
        color: #a8a8ad;
        width: 100%;
    }

    .b15send {
        height: 44px;
        padding: 8px 24px;
        background: #e0e2e3;
        border-radius: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #7a7a7f;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 800px) {
    .popupcallback, .popupcallbacknomad {
        width: 80%;
        max-width: 500px;
    }
}

@media only screen and (max-width: 560px) {
    .popupcallback, .popupcallbacknomad {
        width: 100%;
        max-width: 500px;
    }
    .mobiletopmenublock {
        display: block;   
        position: relative;
        height: 60px;
 /*       border-bottom: solid 1px #F6F6F5; */
        width: 100%;
        margin-bottom: 20px;
    }
    .mobiletopmenublockline {
        display: block;   
        position: absolute;
        top: 60px;
        height: 1px;
        background: #F6F6F5;
        left: -24px;
        width: calc(100% + 48px);
    }
}

/* popup - end */

/* review - start */

.block-reviews-desktop {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 50px 40px;
}

.block-reviews-desktop h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: left; 
    color: #333b7c;
    margin-top: 0;
    margin-bottom: 0;
}

.block-reviews-desktop h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left; 
    color: #333b7c;
}

.block-reviews-desktop p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #7a7a7f;
}

.block-reviews-desk-up, .block-reviews-desk-center1, .block-reviews-desk-center2, .block-reviews-desk-down {
    display: flex;
}

.block-reviews-desk-down {
    justify-content: center
}

.block-reviews-desk-up > div:nth-child(2) img {
    width: 60px;
    height: 60px;
    margin-left: 15px;
}

.block-reviews-desk-center1 > div, .block-reviews-desk-center2 > div {
    padding: 24px 24px;
    border: 2px solid #ffe3be;
    border-radius: 24px;
}

.block-reviews-desk-up, .block-reviews-desk-center1, .block-reviews-desk-center2 {
    justify-content: space-between;
    margin-bottom: 23px;
}

.block-reviews-desk-center1 > div:nth-child(1), .block-reviews-desk-center1 > div:nth-child(2) {
    width: calc(42% - 15px);
}

.block-reviews-desk-center1 > div:nth-child(3) {
    width: calc(16% - 15px);
    display: flex;
}

.block-reviews-desk-center1 > div:nth-child(3) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.block-reviews-desk-center2 > div {
    width: calc(33.33% - 15px);
}

.review-line-desktop {
    width: 24px;
    height: 4px;
    background: #e0e2e3;
    margin-left: 3px;
    margin-right: 3px;
}

.review-line-desktop.active {
    background: #5daeda;
}

.type2 {
    display: none;
}

.type1 {
    display: block;
}

.block-reviews-mid {
    display: none;
}


@media only screen and (max-width: 1200px) {

    .block-reviews-mid {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 50px 40px;  
    }

    .block-reviews-desktop {
        display: none;
    }

    .block-reviews-mid {
        display: block;
    }
}

@media only screen and (max-width: 1000px) {
    .block-reviews-mid {
        padding: 40px 25px;
    }

}


.block-reviews-mid-up, .block-reviews-mid-center1, .block-reviews-mid-center2, .block-reviews-mid-down {
    display: flex;
}

.block-reviews-mid-down {
    justify-content: center
}

.block-reviews-mid-up > div:nth-child(2) img {
    width: 44px;
    height: 44px;
    margin-left: 15px;
}

.block-reviews-mid-center1 > div, .block-reviews-mid-center2 > div {
    padding: 16px 16px; 
    border: 2px solid #ffe3be;
    border-radius: 16px;
}

.block-reviews-mid h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    text-align: left; 
    color: #333b7c;
}

.block-reviews-mid h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: left; 
    color: #333b7c;
}

.block-reviews-mid p {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    text-align: left; 
    color: #7a7a7f;
}

.block-reviews-mid-center1, .block-reviews-mid-center2 {
    justify-content: space-between;
    margin-bottom: 15px;
}

.block-reviews-mid-up {
    margin-bottom: 0;
    justify-content: space-between;
}

.block-reviews-mid-up > div:nth-child(2) {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.block-reviews-mid-center1 > div:nth-child(1), .block-reviews-mid-center2 > div:nth-child(2) {
    width: calc(100% - 120px);
}

.block-reviews-mid-center2 > div:nth-child(1), .block-reviews-mid-center1 > div:nth-child(2) {
    width: 105px;
    display: flex;
}

.block-reviews-mid-center2 > div:nth-child(1) img, .block-reviews-mid-center1 > div:nth-child(2) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 520px) {

    .block-reviews-mid {
        padding: 25px 15px;
    }

    .block-reviews-mid-up > div:nth-child(2) {
        display: none;
    }

    .block-reviews-mid h2 {
        font-size: 24px;
    }

    .block-reviews-mid h4 {
        font-size: 16px;
    }

    .block-reviews-mid p {
        font-size: 12px;
    }

    .block-reviews-mid-center1 > div:nth-child(1), .block-reviews-mid-center2 > div:nth-child(2) {
        width: 100%;
    }

    .block-reviews-mid-center2 > div:nth-child(1), .block-reviews-mid-center1 > div:nth-child(2) {
        display: none;
    }



}


.review-arrow-desktop {
    cursor: pointer;
}


/* review - end */


/* animation start */

.b11send:focus, .b9send:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
}

@keyframes waveAnimation {
    0% {
        background-position: -100% 0;
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
    100% {
        background-position: 200% 0;
        opacity: 0.7;
    }
}

.wave-effect {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(76, 175, 80, 0.3),
        rgba(76, 175, 80, 0.6),
        rgba(76, 175, 80, 0.3),
        transparent
    ) !important;
    background-size: 200% 100% !important;
    animation: waveAnimation 1.5s ease-in-out;
}

.final-green-bg {
    background: #4CAF50 !important;
    color: white;
    border-color: #45a049;
}



/* animation end */


form.popform {
    display: flex;
    width: 100%;
    justify-content: center;
}

/* nomad start */

.c-nomad {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.header-left {
    display: flex;
    flex-direction: column;
}

.header-left > div:nth-child(1) {
    margin-top: 7px;
}

.header-left h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    color: #333b7c;
    margin: 0;
} 

.header-left p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7a7a7f;
    margin: 0;
}

.header-left img {
    height: 11px;
    width: auto;
    margin-top: 3px;
    margin-left: 10px;
}

.h-left-down {
    display: flex;
    margin-top: 5px;
}

.header-right {
    display: flex;
}

.header-right .header-nomad a {
    text-decoration:none;
}

.header-nomad {
    align-content: center;
    flex-wrap: wrap;
    display: flex;
}

.header-nomad span {
    border: 1px solid #333b7c;
    border-radius: 40px;
    font-family: Geologica;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #333b7c;
    display: inline-block;
    cursor: pointer;
    align-content: center;
    flex-wrap: wrap;
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    padding: 13px 25px;
}

.button-nomad {
    background: #F9F000;
    border-radius: 12px;
    display: inline-block;
}

.button-nomad a {
    flex-direction: column;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding: 16px;
}

.button-nomad a h2 {
    text-align: center;
    margin: 0;
}

.button-nomad a p {
    margin: 0;
}

@media only screen and (max-width: 590px) {
    .header-left h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
    } 

    .header-nomad span {
        padding: 13px;
    }


.nom1 {
    border-radius: 16px;
}

.nom1 a {
    padding: 16px;
}


}

.nom1 {
    background: #5daeda;
    border-radius: 24px;
}

.nom1 a h2 {
    color: #ffffff;
}

.nom1 a {
    padding: 24px;
}

@media only screen and (max-width: 500px) {
    .c-nomad {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .header-left {
        display: flex;
        flex-direction: column;
    }

    .header-left h1 {
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        line-height: 19px;
        text-align: center;
    }

    .h-left-down {
        display: flex;
        margin-top: 5px;
        justify-content: center;
    }

    .header-right {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .header-nomad span {
        padding: 13px 25px;
    }

}

.nomad-block-left, .nomad-block-right {
    display: flex;
    margin-bottom: 25px;
}

.nomad-block-left > div:nth-child(1) {
    width: calc(100% - 300px);
    padding-right: 20px;
    display: flex;
    flex-direction: column;
}

.nomad-block-left > div:nth-child(2) {
    width: 300px;
    display: flex;
}

.nomad-block-right > div:nth-child(2) {
    width: calc(100% - 300px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

.nomad-block-right > div:nth-child(1) {
    width: 300px;
    display: flex;
}

.nomad-block-left img, .nomad-block-right img {
    width: 100%;
    max-width: 360px;
}

.button-nomad-outer {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 850px) {

    .nomad-block-left, .nomad-block-right {
        display: flex;
        margin-bottom: 25px;
        flex-direction: column;
    }

    .nomad-block-left > div:nth-child(1), .nomad-block-left > div:nth-child(2), .nomad-block-right > div:nth-child(1), .nomad-block-right > div:nth-child(2) {
        width: 100%;
    }

    .nomad-block-right {
        flex-direction: column-reverse;
    }

    .nomad-block-right > div:nth-child(2) {
        padding-left: 0;
    }

    .nomad-block-right > div:nth-child(1) {
        justify-content: center;
    }

    .nomad-block-left > div:nth-child(2) {
        justify-content: center;
    }

    .nomad-block-left > div:nth-child(1) {
        padding-right: 0;
    }

}

.prebacknomad {    
    position: fixed;
    display: none;
    align-items: flex-start;
    justify-content: center;
    z-index: 15000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.popupcallbacknomad {
    display: none;
    display: flex;
    width: 80%;
    max-width: 640px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 24px 28px; 
    background: #ffffff; 
    border-radius: 24px;
    position: relative;
/*    max-height: 90vh; */
}

.popupcallbacknomad fieldset.fs100 {
    margin-top: 25px;
    width: 100%;
}

.popupcallbacknomad label.fl200 {
    display: block;
    margin-top: 10px;
    color: #113355;
}




.body-pop {
    overflow: hidden;    
}

.body-default {
    overflow: auto;    
}


@media only screen and (max-width: 1200px) {
    .popupcallbacknomad fieldset.fs100 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 530px) {
    .popupcallbacknomad {
        width: 94%;
    }
}

/* nomad end */

.cursorpointer {
    cursor: pointer;
}


/* nomad form new start */

.popupcallbacknomad .wpcf7-form-control-wrap {
    width: 100%;
}

.fl200 {
    text-align: left;
    font-size: 16px;
}

.wpcf7-list-item {
    display: block;
    text-align: left !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.wpcf7-list-item-label {
    margin-left: 5px;
    font-size: 16px !important;
}

/* b15send 

wpcf7-form-control wpcf7-submit has-spinner

*/

.popupcallbacknomad .wpcf7-submit {
    height: 60px;
    padding: 8px 24px; 
    background: #e0e2e3; 
    border-radius: 40px; 
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center; 
    color: #7a7a7f;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    border: 0;
}


@media only screen and (max-width: 1200px) {

    .wpcf7-list-item-label {
        margin-left: 5px;
        font-size: 12px !important;
    }

    .popupcallbacknomad input[type="radio"] {
        transform: translateY(2px);
    }

    .popupcallbacknomad .wpcf7-submit {
        height: 44px;
        padding: 8px 24px;
        background: #e0e2e3;
        border-radius: 40px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #7a7a7f;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* nomad form new end */

