@font-face {
    font-family: Montserratarm-ExtraBold;
    src: url('../fonts/Montserratarm-ExtraBold.woff2');
}
@font-face {
    font-family: Montserratarm-Bold;
    src: url('../fonts/Montserratarm-Bold.woff2');
}
@font-face {
    font-family: Montserratarm-SemiBold;
    src: url('../fonts/Montserratarm-SemiBold.woff2');
}
@font-face {
    font-family: Montserratarm-medium;
    src: url('../fonts/Montserratarm-Medium.woff2');
}
@font-face {
    font-family: Montserratarm-Regular;
    src: url('../fonts/Montserratarm-Regular.woff2');
}
.otgs-development-site-front-end {
    display: none;
}
body {
    font-family: Montserratarm-Regular;
    word-break: break-word;
}
h1 {
    font-family: Montserratarm-medium;
    font-size: 34px;
    line-height: 42px;
    color: #24282B;
    font-weight: 500;
    margin: 0 0 34px 0;
}
h2 {
    font-family: Montserratarm-medium;
    font-size: 30px;
    line-height: 38px;
    color: #24282B;
    font-weight: 500;
    margin: 0;
}
h3 {
    font-family: Montserratarm-medium;
    font-size: 26px;
    line-height: 34px;
    color: #24282B;
    font-weight: 500;
    margin: 0;
}
h4 {
    font-family: Montserratarm-medium;
    font-size: 24px;
    line-height: 32px;
    color: #24282B;
    font-weight: 500;
    margin: 0;
}
p {
    font-family: Montserratarm-Regular;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}
body.overflow-hidden {
    overflow: hidden;
}

/*header*/
.overlay {
    /*display: none;*/
}
.mobile-navbar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 88%;
    background: white;
    border-radius: 0 25px 25px 0;
    height: 100vh;
    transition: .5s linear;
    z-index: 999;
}
.mobile-navbar ul.sub-menu {
    display: none;
}
.mobile-navbar.show {
    left: 0;
    transition: .5s linear;
}
.mobile-navbar .menu-header-container {
    margin-top: 77px;
}
.mobile-navbar .menu-header-en-container {
    margin-top: 77px;
}
.mobile-navbar .menu-header-ru-container {
    margin-top: 77px;
}
.mobile-navbar .menu-header-container ul {
    gap: 15px !important;
    align-items: flex-start !important;
}
.mobile-navbar ul {
    flex-direction: column;
}
.mobile-navbar ul li {
    border-bottom: 1px solid #9b9b9b33;
    width: 90%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}
.mobile-navbar ul li a {
    color: #101010;
    font-size: 16px;
    line-height: 19px;
    font-family: Montserratarm-Regular;
    font-weight: 500 !important;
    padding: 0 16px;
}
.close-menu {
    position: absolute;
    top: 16px;
    left: 16px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children a {
    display: inline-block;
    width: 100%;
}
.menu-item-has-children.rotate::after {
    transform: translateY(-50%) rotate(180deg);
}
.mobile-navbar .menu-item-has-children li {
    border-bottom: none;
    padding-bottom: 0;
}
.menu-item-has-children::after {
    content: url("../images/menu-arrow.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
}
body.home .site-header {
    width: 100%;
    position: absolute;
    z-index: 1;
    padding: 6px 0;
}

body:not(.home) .site-header {
    width: 100%;
    background: linear-gradient(90deg, #1181C3 0%, #1EB180 100%);
    backdrop-filter: blur(14.5px);
    padding: 6px 0;
    margin-bottom: 14px;
    position: fixed;
    top:0;
    z-index: 10;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header ul:not(.sub-menu) {
    display: flex;
    align-items: center;
    gap: 73px;
}
.site-header ul li {
    position: relative;
}
.site-header ul.sub-menu {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(2px);
    padding: 17px 20px 18px;
    width: 228px;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    z-index: 1111111111;
}
.site-header ul.sub-menu li {
    padding-bottom: 10px;
    border-bottom: 1px solid #C8C8C8;
    margin-bottom: 10px;
}
ul.sub-menu.active  {
    display: block;
}
.menu-item-has-children.rotate.change-rotate::after {
    transform: translateY(-50%) rotate(0deg);
}
/* ::after {
    transform: rotate(-90deg);
} */
.site-header ul.sub-menu li:last-child:not(:first-child) {
    border: none;
    padding-bottom: 0;
}
.site-header ul.sub-menu a {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.site-header ul a {
    line-height: 19px;
    font-size: 16px;
    color: white;
    background-color: transparent;
    text-decoration: none;
    font-family: Montserratarm-medium;
    font-weight: 500;
}
.site-header ul a:hover {
    font-weight: 700;
}
.current-menu-item a {
    font-weight: 700 !important;
}
.wpml-ls-current-language a span {
    color: white !important;
    opacity: 1 !important;
    font-weight: 800 !important;
    font-family: Montserratarm-ExtraBold !important;
}
.site-header .langs {
    display: flex;
    align-items: center;
    gap: 10px;
}
.site-header .langs span {
    font-size: 14px;
    color: rgba(255,255,255,.7);
    font-family: Montserratarm-Regular;
    font-weight: 400;
    line-height: 24px;
}
.site-header .langs span.active {
    font-family: Montserratarm-ExtraBold;
    font-weight: 800;
    color: white;
}
.langs {
    gap: 10px;
    display: flex;
    align-items: center;
}
.langs ul {
    gap: 11px !important;
}
.langs li {
    list-style: none;
    padding: 0;
}
.langs li a {
    font-size: 14px;
    color:#ffffffb3;
    line-height: 24px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.langs li.current-lang a{
    font-weight: 800;
    font-family: Montserratarm-ExtraBold;
    color: white;
}
.dropdown-langs ul {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

.dropdown-langs {
    display: none;
    position: absolute;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
    right: 4px;
    top: 40px;
}
.dropdown-langs.show {
    display: block;
}
.dropdown-langs li a span{
    color: #999999;
    line-height: 24px;
    font-size: 13px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.dropdown-langs .wpml-ls-current-language a span {
    color: #101010 !important;
    font-size: 13px !important;
}
#mobile-lang {
    font-size: 12px;
    line-height: 12px;
    color: white;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
}
#mobile-lang a {
    color: inherit;
    padding: 10px 0;
    font-family: inherit;
}
.langs-mob {
    display: none;
}
.langs-mob .wpml-ls {
    padding: 0;
}

/*Home Banner*/

.banner {
    width: 100%;
    /* min-height: 100vh; */
    background:  linear-gradient(90deg, #1181C3 0%, #1EB180 100%);
    position: relative;
    height: 500px;
    overflow: hidden;
}
.banner .banner-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.banner-content  {
    position: absolute;
    /* bottom: 68px; */
    bottom: 35px;
}
.banner-content a {
    color: white;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
    margin-top: 20px;
}
.banner-content button:hover {
    background: white;
}
.banner-content button:hover a {
    color:  #1EB180;
}
.banner-content button {
    margin-top: 42px;
}
.banner-image {
    font-size: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 40%;
    min-width: 700px;
}
.banner-image img {
    width: 100%;
}
.banner .descriptions h1 {
    color: white;
    font-family: Montserratarm-Bold;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
}
.banner .descriptions {
    max-width: 577px;
    width: 100%;
}
.banner .descriptions__text {
    font-size: 18px;
    line-height: 26px;
    color: white;
}
.banner .descriptions__text p {
    font-size: inherit;
    line-height: inherit;
}

/*Contact*/
.contact {
    /*position: relative;*/
    background-image: url("../images/contact-bg.png");
    background-repeat: no-repeat;
    background-size: 550px;
    background-position: right;
}
.contact-informations {
    padding: 8px 0;
    background-color: #1EB180;
    border-radius: 35px;
    display: flex;
    justify-content: space-around;
    margin-top: 34px;
}
.info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.info-item span {
    color: white;
    line-height: 19px;
    font-size: 16px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.info-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    line-height: 19px;
    font-size: 16px;
}
form {
    border: 1px solid #9B9B9B;
    border-radius: 35px;
    padding: 30px;
    margin-top: 30px;
}
form h2 {
    margin-bottom: 20px;
    font-weight: 500;
    font-family: Montserratarm-medium;
}
.form-row {
    display: flex;
    margin-bottom: 20px;
}
.form-row label {
    display: block;
    margin-bottom: 6px;
    padding-left: 15px;
    line-height: 19px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.form-row input {
    width: 100%;
    height: 44px;
    border: 1px solid #9B9B9B;
    border-radius: 35px;
    padding-left: 18px;
    outline: none;
    color: black;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}
.form-row input::placeholder {
    color: rgba(0,0,0,40%);
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.form-row .fields {
    display: flex;
    width: 100%;
    gap: 20px;
}
.form-row .fields .field-item  {
    width: 100%;
}
.form-row .fields textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #9B9B9B;
    border-radius: 21px;
    padding-left: 18px;
    padding-top: 15px;
}
.form-row .fields textarea::placeholder {
    color: rgba(0,0,0,40%);
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
form input.submit {
    background-color: #1EB180;
    color: white;
    line-height: 19px;
    padding: 11px 32px;
    border-radius: 20px;
    border: none;
    margin-left: auto;
    display: block;
    outline: none;
    cursor: pointer;
}
.wpcf7-spinner {
    display: none;
}
form br {
    display: none;
}
#map {
    height: 300px;
    width: 100%;
    border-radius: 35px;
    margin-top: 30px;
}
.gmap_canvas {
    width: 100%;
    border-radius: 30px;
}
.map {
    margin-top: 30px;
}










/*Members*/
.company-head {
    gap: 0 30px;
    display: grid;
    grid-template-columns: auto 350px;
    grid-template-rows: minmax(auto,auto) 1fr;
    position: relative;
}
.company-head:nth-child(odd) {
    grid-template-columns: 350px auto;
}
.company-info-shadow {
    position: absolute;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 3px 10.1px 1px rgba(0, 0, 0, 0.25);
    z-index: -1;
}
.company-head:nth-child(odd) .company-info-shadow {
    grid-column: 2/3;
    grid-row: 1/3;
}
.company-head.wo-img {
    grid-template-columns: 100%;
}
.company-head.wo-img .company-info-shadow {
    grid-column: 1/2;
    grid-row: 1/3;
}
.company-head:nth-child(odd) .company-head-img {
    grid-column: 1/2;
}
.company-head:not(:last-of-type) {
    margin-bottom: 50px;
}
.company-head-info {
    /* max-width: 786px; */
    width: 100%;
    padding: 0 20px 30px;
}
.company-head-info.wo-title {
    padding-top: 30px;
}
.company-head-info h2,
.company-head-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 30px;
    color: #101010;
    font-family: Montserratarm-medium;
    font-weight: 500;
    padding: 30px 20px 0;
}
.company-head-img {
    width: 100%;
    max-width: 349px;
    height: 349px;
    padding: 5px;
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    overflow-y: hidden;
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
}
.company-head-img img {
    border-radius: 100%;
    /* width: 317px;
    height: 317px;
    object-fit: contain; */
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.members-heading {
    margin-top: 50px;
    margin-bottom: 24px;
}
.members-heading h2 {
    margin-bottom: 26px;
    color: #101010;
}
.members-heading p {
    line-height: 24px;
}
.member-wrapper .member-item img {
    width: 100%;
    height: 170px;
    border-radius: 200px 200px 0 0;
    object-fit: cover;
}
.member-wrapper .member-item {
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    width: 352px;
}
.member-item-image {
    font-size: 0;
}
.member-wrapper .slick-list{
    padding:0 5% 0 0 !important;
}
.member-wrapper .member-item .member-item-desc {
    min-height: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: white;
    border-radius: 0 0 200px 200px;
    object-fit: cover;
    text-align: center;
}
.member-wrapper .member-item:nth-child(3n+1) .member-item-desc {
    background: #1EB180;
}
.member-wrapper .member-item:nth-child(3n+2) .member-item-desc {
    background: #1692AB;
}
.member-wrapper .member-item:nth-child(3n+3) .member-item-desc {
    background: #1181C3;
}
.member-wrapper .member-item:nth-child(even) {
    margin-top: 40px;
}
.slick-slide {
    margin: 0 12px;
}
.slick-track {
    margin-left: 0 !important;
}
.slick-list {
    margin: 0 -10px !important;
}
.member-item-desc .name {
    word-break: break-word;
    color: white;
    font-size: 18px;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
}
.member-item-desc .position {
    word-break: break-word;
    color: white;
    font-size: 16px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    line-height: 24px;
}
.member-item-desc .info {
    display: none;
}
.members-slider {
    max-width: 100%;
    width: 100%;
}
.members {
    margin-bottom: 50px;
}
.ad-banner {
    margin-top: 100px;
}
.ad-banner img {
    width: 100%;
    height: 349px;
    object-fit: cover;
}










/*404*/
.not-fount .content {
    max-width: 450px;
    width: 100%;
    margin: 100px auto 0;
    text-align: center;
}
.not-fount .content h1 {
    background: linear-gradient(65deg, #1181C3 -12.93%, #1EB180 110.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.not-fount .content img {
    width: 100%;
    margin: 12px 0 50px;
}
.not-fount .content a {
    padding: 11px 32px;
    background-color: #1181C3;
    border-radius: 20px;
    color: white;
    line-height: 19px;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
}










/*About us*/
.page-template-about-us .about-info {
    gap: 32px;
}
.about-info {
    display: flex;
    gap: 12px;
    max-width: 1267px;
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
}
.about-info.reverse {
    flex-direction: row-reverse;
}
.about-info-item {
    width: 100%;
}
.about-info-item.desc h2 {
    font-size: 30px;
    line-height: 42px;
    color: #101010;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: Montserratarm-medium;
}
.about-info-item.img {
    max-width: 349px;
    width: 100%;
    height: 349px;
    padding: 5px;
    position: relative;
    background-image: url("../images/border.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    overflow: hidden;
}
.about-info-item.img img {
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border-radius: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.about-info-item.desc {
    max-width: 100%;
    width: 100%;
}
.about-info:not(.padd) .about-info-item.desc,
.service-info:first-of-type .service-info-desc,
.with-shadow.wp-block-media-text .wp-block-media-text__content {
    padding: 30px 20px;
    border-radius: 15px;
    background: white;
    box-shadow: 0px 3px 10.1px 1px rgba(0, 0, 0, 0.25);
}
.page-title {
    margin-bottom: 34px;
    max-width: 800px;
    width: 100%;
}
.our-advantages {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 133px;
}
.our-advantages-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    overflow: hidden;
}
.our-advantages-heading {
    max-width: 343px;
    width: 100%;
}
.our-advantages-heading h2 {
    line-height: 42px;
    color: #101010;
    margin-bottom: 30px;
}
.adv-list {
    max-width: calc(100% - 379px);
    width: 100%;
}
.adv-list .swiper-slide {
    max-width: 356px;
    width: 100%;
    margin-right: 20px;
}
.adv-list .swiper-slide:last-child {
    margin-right: 0;
}
.adv-list .adv-item {
    width: 100%;
    /* min-height: 356px; */
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.adv-list .swiper-slide:nth-child(3n+1) .adv-item {
    background: #1EB180;
}
.adv-list .swiper-slide:nth-child(3n+2) .adv-item {
    background: #1692AB;
}
.adv-list .swiper-slide:nth-child(3n+3) .adv-item {
    background: #1181C3;
}
.adv-item-inner {
    padding: 40px;
    width: 100%;
    margin: auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.adv-list .adv-item h4 {
    color: white;
    line-height: 28px;
    margin-bottom: 28px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.adv-list .adv-item p {
    color: white;
    display: -webkit-box;
    overflow: hidden;
    max-height: 130px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.achievements.img {
    position: relative;
    max-width: 449px;
    width: 100%;
}
.achievements.img  .bg-img {
    object-fit: contain;
}
.achievements.img img:not(.bg-img) {
    width: 369px;
    height: 369px;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}
.bg-img {
    width: 100%;
}
.home-about-us {
    position: relative;
    margin-top: 100px;
    background: url("../images/about-bg.png") no-repeat right;
    overflow-x: hidden;
}
.big-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.big-block .desc {
    border-radius:  0 0 400px 400px;
    background-color: #1EB180;
    min-height: 410px;
    max-width: 73%;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-block .desc .desc-inner {
    max-width: 80%;
    width: 100%;
    margin: auto;
    text-align: center ;
}
.big-block .desc h3 {
    font-size: 38px;
    line-height: 76px;
    font-family: Montserratarm-Bold;
    font-weight: 700;
    color: white;
}
.big-block .desc p {
    font-size: 24px;
    line-height: 32px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    color: white;
    margin-top: 16px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 63px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    margin-bottom: 0;
}
.big-block .desc a {
    color: white;
    font-size: 15px;
    line-height: 18px;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
    padding: 11px 53px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    margin-top: 50px;
    display: inline-block;
}
.big-block .desc a:hover {
    background: white;
    color: #1EB180;
}
.big-block .img {
    max-width: 761px;
    width: 100%;
    font-size: 0;
}
.big-block .img img{
    width: 100%;
    border-radius: 400px 400px 0 0 ;
    height: 380px;
    object-fit: cover;
}





/*Blog*/
body.single-post .post-thumbnail img {
    height: 350px;
}
body.single-post article p a {
    color: #1181C3;
}
body.single-post article p a:hover {
    color: #1EB180;
}
.current-cat a{
    color: #1182C2 !important;
}
.blog-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.blog-wrapper .article-wrapper article:hover {
    box-shadow: 3px 8px 10px 0px rgba(15, 22, 30, 0.11);
}
.article-wrapper {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 24px;
    width: 100%;
    height: max-content;
}

.article-wrapper article {
    width: 100%;
    border: 1px solid #E7E8E9;
    padding: 16px;
    border-radius: 10px;
    height: max-content;
    min-height: -webkit-fill-available;
}
article h3 {
    margin-bottom: 8px;
    line-height: 32px;
    margin-top: 1px;
}
.post-title{
    font-size: 20px;
    color: #0f161fe6 !important;
    line-height: 32px;
    font-family: Montserratarm-medium;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    max-height: 30px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
article .entry-content p {
    font-size: 14px;
    line-height: 20px;
    color: #0f161fb3;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.entry-content ul {
    list-style: disc;
    padding-left: 20px;
}

.entry-content ol {
    list-style: decimal;
    padding-left: 20px;
}
.article-wrapper article p {
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    letter-spacing: 1px;
}
article .post-thumbnail img {
    height: 256px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
aside {
    max-width: 364px;
    width: 100%;
}
.blog-sidebar ․widget_categories{
    padding: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
}
.search-form {
    border: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}
.search-form .search-field {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    height: 52px;
    padding-left: 20px;
    width: 100%;
    outline: none;
}
.search-form .search-field::placeholder {
    color: black;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}
.search-form .custom-form {
    position: relative;
}
.search-form .custom-form svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.cat-item {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.cat-item:last-child {
    border: none;
    padding-bottom: 0;
}
.cat-item:last-child {
    margin-bottom: 0;
}
.cat-item a {
    font-size: 15px;
    font-family: Montserratarm-medium;
    font-weight: 500;
    color: #101010;
    line-height: 18px;
}
.widget_categories {
    margin-top: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    padding: 20px;
}
.widget_categories .has-children {
    position: relative;
}
.widget_categories .has-children svg {
    position: absolute;
    top:4px;
    right:0;
    cursor:pointer
}
.widget_categories .has-children .children {
    display: none;
    margin-top: 12.5px;
    padding-left: 20px;
}
svg.cat-icon-svg.rotate {
    transform: rotate(180deg);
}




.single-post article  {
    width: 100%
}
.blog-sidebar h2 {
    font-size: 26px;
    font-family: Montserratarm-medium;
    font-weight: 500;
    text-transform:lowercase;
    color: #1181C3;
}
.blog-sidebar h2:first-letter {
    text-transform: uppercase;
}
.single-post .entry-content {
    margin:30px 0
}
.entry-content li {
    font-size: 16px;
    color: black;
    font-family: Montserratarm-Regular !important;
    font-weight: 400 !important;
    line-height: 24px;
}
.page-template-default .entry-content h2 {
    margin: 26px 0 30px ;
}
.page-template-default .entry-content p {
    font-size: 16px !important;
    color: black;
    font-family: Montserratarm-Regular !important;
    font-weight: 400 !important;
    line-height: 24px;
}
.single-post .entry-content p {
    color: black;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.post-single-category {
    padding: 10px 30px;
    border: 1px solid black;
    border-radius: 56px;
    color: #101010;
    font-size: 15px;
    line-height: 18px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    margin-bottom: 16px;
    display: inline-block;
}
.popular-posts {
    margin-top: 100px;
}
.popular-posts a img {
    border-radius: 10px;
    margin: 0;
    margin-right: 24px !important;
}
.popular-posts .wpp-post-title {
    font-size: 20px;
    line-height: 24px;
    color: #10131D;
    font-family: Montserratarm-medium;
    font-weight: 500;
    display: -webkit-box;
    overflow: hidden;
    max-height: 70px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.popular-posts .wpp-list li {
    margin: 0;
    margin-bottom: 24px;
}
.popular-posts h2 {
    line-height: 32px;
    color: #1181C3;
    margin-bottom: 20px;
}
.wp-pagenavi {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wp-pagenavi .current {
    border: 1px solid #1181C3;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: Montserratarm-Bold;
    font-weight: 700;
    color: #1181C3;
}
.wp-pagenavi a {
    border: 1px solid #E7E8E9;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    font-family: Montserratarm-Bold;
    font-weight: 700;
    color: #7B7B7B;
}
.nextpostslink {
    font-size: 0 !important;
    background-image: url("../images/pagination-arrow-right.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
.previouspostslink {
    font-size: 0 !important;
    background-image: url("../images/pagination-arrow-left.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
.post-tags {
    border: 1px solid black;
    padding: 6px 30px;
    max-width: max-content;
    border-radius: 56px;
    gap: 20px;
    display: flex;
    align-items: center;
}
.post-tags .tag {
    line-height: 18px;
    font-size: 15px;
    color: #101010;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.post-tags .tag:hover {
    color: #1181C3;
}
.blog-pagination {
    margin-top: 24px;
}







/*services*/
.swiper-wrapper {
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    .service-slider a {
        transition: .5s;
        min-width: 274px;
        flex-shrink: 1;
    }
    /* .service-slider .swiper-wrapper {
        max-height: 376px;
    } */
    .service-slider a:hover {
        width: 70%!important;
        /* transition: .5s;  */
    }
}
.service-slider a {
    margin-right: 20px;
}
.service-slider a:nth-child(3n+1) .service-slider-item {
    background-color:#1EB180;
}
.service-slider a:nth-child(3n+2) .service-slider-item {
    background-color: #1692AB;
}
.service-slider a:nth-child(3n+3) .service-slider-item {
    background-color:#1181C3;
}
.services-blockes {
    /* margin-top: 100px; */
    margin-top: 60px;
    overflow: hidden;
}
.services-blockes .section-title {
    margin-bottom: 35px;
}
.service-slider a:hover:nth-child(3n+1) .service-slider-item .box-item-color{
    background-color:#1181C3;
}
.service-slider a:hover:nth-child(3n+2) .service-slider-item .box-item-color{
    background-color:#1EB180;
}
.service-slider a:hover:nth-child(3n+3) .service-slider-item .box-item-color{
    background-color:#1692AB;
}

.service-info {
    max-width: 1277px;
    width: 100%;
    margin: auto;
    display: flex;
    gap: 22px;
    margin-top: 50px;
}
.service-info-desc h2 {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    font-family: Montserratarm-medium;
    font-weight: 500;
    margin-bottom: 28px;
}
.service-info-img  {
    max-width: 450px;
    width: 100%;
    position: relative;
}
.service-info-img img:not(.bg-img) {
    border-radius: 100%;
    width: 374px;
    height: 374px;
    object-fit: cover;
    margin-left: 41px;
    position: absolute;
    left: 6px;
    top: 0;
}
.service-info-desc {
    max-width: 786px;
    width: 100%;
}
.default-content {
    margin-top: 30px;
}
.default-content h2 {
    margin-bottom: 30px;
}
.default-content  >p {
    margin-bottom: 24px;
}
.default-content img {
    width: 100%;
    height: 282px;
    -o-object-fit: contain;
    object-fit: contain;
}
.default-content .wp-block-columns {
    gap: 18px;
    margin-bottom: 24px !important;
}
.default-content .wp-block-image {
    height: max-content;
    margin: 0;
}
.service-slider-item {
    min-height: 376px;
    border-radius: 35px;
    padding: 25px 25px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.service-slider-item svg {
    position: absolute;
    right: 25px;
    top: 25px;
}
.service-slider-item img {
    height: 63.5px;
    width: 127px;
    border-radius: 100px 100px 0 0;
    object-fit: cover;
}
.box-item-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.box-item-color {
    width: 127px;
    height: 63.5px;
    border-radius: 0 0 100px 100px;
}

.section-title {

    margin-bottom: 50px;
}
.box-item-desc h3 {
    font-size: 18px;
    line-height: 26px;
    font-family: Montserratarm-SemiBold;
    font-weight: 600;
    color: white;
}
.box-item-desc p {
   color: white;
    display: -webkit-box;
    overflow: hidden;
    max-height: 44px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}


/*home news*/
.home-news {
    margin-top: 100px;
}
.home-news .article-wrapper {
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.home-news .article-wrapper article:hover {
    box-shadow: 3px 8px 10px 0px rgba(15, 22, 30, 0.11);
}
.home-news .article-wrapper article h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #0f161fe6;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    max-height: 65px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home-news .article-wrapper article p {
    font-size: 14px;
    line-height: 20px;
    color: #0f161eb3;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.news-posts-date {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: left;
    color: rgba(15, 22, 30, 0.5);
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}
.post-date-top {
    text-align: left;
    margin: 0 0 10px 0;
}
.see-all-btn {
    display: flex;
    justify-content: flex-end;
    margin-top: 22px;
}
.see-all-btn a {
    text-decoration: underline;
    color: #1181C3;
    font-size: 15px;
    line-height: 18px;
    font-family: Montserratarm-medium;
    font-weight: 500;
}
.see-all-btn a:hover {
    color: #1EB180;
}
.news-posts-item img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}









/*Footer*/
footer {
    margin-top: 100px;
    padding-top: 40px;
    padding-bottom: 30px;
    background: url("../images/footer-bg.png") center no-repeat;
    background-size: cover;
}
.footer-content-wrapper {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 70px;
}
.footer-title {
    font-size: 20px;
    line-height: 30px;
    color: white;
    font-family: Montserratarm-medium;
    font-weight: 500;
    margin-bottom: 9px;
}
footer .info-company {
    color: white;
    font-size: 16px;
    line-height: 38px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
    margin-top: 9px;
}
.footer-logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.content-wrapper-item ul li a {
    color: #F2F2F2;
    font-size: 16px;
    line-height: 38px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
.content-wrapper-item ul li a:hover {
    font-weight: 700;
}
.content-wrapper-item:not(:first-child) {
    margin-top: 33px;
}
.content-wrapper-item span {
    color: #F2F2F2;
    font-size: 16px;
    line-height: 38px;
    font-family: Montserratarm-Regular;
    font-weight: 400;
}
footer .socials {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    gap: 12px 32px;
}
footer .socials a svg:hover path {
    fill: #1181C3;
}
.copyright {
    margin-top: 82px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright p, .poweredby {
    font-size: 14px;
    line-height: 21px;
    font-family: Montserratarm-medium;
    font-weight: 500;
    color: white;
    margin-bottom: 0;
}
.poweredby {
    white-space: nowrap;
    margin-left: 15px;
}
.poweredby img {
    width: 17px;
    vertical-align: middle;
    margin-left: 5px;
}

.wp-block-gallery {
    margin: 24px 0;
}

/* 07.11.2024 */
.wpcf7-not-valid-tip {
    color: #F80101;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-left: 20px;
}

/* 12.11.2024 */
/* popup */
.popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 200;
    padding: 40px 16px;
    overflow: hidden auto;
    background: rgba(16, 16, 16, 0.6);
    -webkit-backdrop-filter: blur(29px);
    backdrop-filter: blur(29px);
    display: none;
}
.popup.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.popup-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
}

.popup-body {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 1);
    max-width: 800px;
    width: 100%;
    padding: 50px 25px;
    position: relative;
    margin: auto;
    border-radius: 10px;
}
.popup-body * {
    color: #000000 !important;
}
.popup-body .name,
.popup-body .position {
    text-align: center;
}
.popup-body .info {
    display: block !important;
}
.popup-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.popup-close svg {
    height: 24px;
    width: 24px;
}
[data-open-popup] {
    cursor: pointer;
}
/* new banner / 18.03.2025 */
.banner-img-cover {
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
    -o-object-fit: cover;
}
/* media */
@media(min-width: 992px) {
    .mobile-menu {
        display: none;

    }
    .mobile-ad-banner {
        display: none;
    }
}
@media(max-width: 1440px)  {
    .banner .descriptions h1 {
        font-size: 45px;
        line-height: 76px;
        margin-bottom: 0;
    }
    .banner .descriptions__text {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-content button {
        margin-top: 20px;
    }
}

@media(max-width: 1199px)  {
    
    .adv-item-inner {
        padding: 25px;
    }
    .banner-image {
        width: 50%;
        max-width: 700px;
        min-width: 600px;
    }

}

@media(max-width: 991px) {
    .langs-mob {
        display: block;
    }
    .mobile-navbar .current-menu-item a,
    .mobile-navbar .current-menu-parent > a,
    .mobile-navbar .rotate > a {
        color: #1181C3 !important;
    }
    #mobile-lang {
        text-transform: uppercase;
    }
    /* .services-blockes .slick-list.draggable {
        max-height: 279px;
    } */
    .breadcrumb-wrapper {
        margin-bottom: 15px;
        margin-top: 65px;
    }
    h1 {
        font-size: 28px;
        line-height: 36px;
        font-weight: 500;
    }
    h2, .service-info-desc h2 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 20px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    .company-head,
    .company-head:nth-child(odd) {
        margin-top: 20px;
        gap: 15px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        gap: 0;

    }
    .company-head-info {
        max-width: 100%;
    }
    .company-info-shadow, .company-head:nth-child(odd) .company-info-shadow {
        grid-column: 1/2;
        grid-row: 1/4;
    }
    .company-head-info h2,
    .company-head-title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 42px;
        word-wrap: break-word;
    }
    .company-head-img,
    .company-head:nth-child(odd) .company-head-img {
        display: flex;
        grid-row: 2/3;
        grid-column: auto;
        margin: 0 auto 20px;
    }
    .member-wrapper .member-item:nth-child(n+2):nth-child(even) {
        margin-top: 0;
    }
    .ad-banner {
        margin-top: 60px;
        font-size: 0;
    }
    .ad-banner img{
        height: 188px;
    }
    .member-item-desc .name {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .slick-list {
        margin: 0 -8px !important;
    }
    .slick-slide {
        margin: 0 8px;
    }
    .article-wrapper {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .banner .descriptions__text {
        font-size: 18px;
        line-height: 26px;
    }
    .banner-content {
        top: 80px;
        bottom: unset;
    }
    .adv-list {
        display: flex;
        overflow-x: auto;
        gap: 15px;
    }
    .our-advantages-wrapper {
        gap: 0;
    }
    .adv-list::-webkit-scrollbar {
        display: none;
    }
    .page-template-about-us .about-info {
        flex-direction: column;
        align-items: center;
    }
    .page-template-about-us .about-info.reverse {
        flex-direction: column-reverse;
    }
    .adv-list::-webkit-scrollbar {
        display: none;
    }
    .adv-list .adv-item h4 {
        margin-bottom: 5px;
    }
    .adv-item-inner {
        padding: 20px;
    }
    .web-ad-banner {
        display: none;
    }
    .main-container {
        padding: 0 16px;
    }
    header {
        display: none;
    }
    .home  .mobile-menu {
        background: none;
        backdrop-filter: unset;
        position: absolute;
        z-index: 111;
        width: 100%;
    }
    .mobile-header-logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        line-height: 0;
        font-size: 0;
    }
    .mobile-header-logo img {
        height: 38px;
        width: 38px;
    }
    .mobile-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 16px;
        background: linear-gradient(90deg, #1181C3 0%, #1EB180 100%);
        backdrop-filter: blur(14.5px);
        margin-bottom: 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
        height: 54px;
    }
    .menu-item-has-children::after {
        content: url("../images/menu-black-arrow.png");
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-top: -4px;
    }
    .menu-item-has-children.rotate::after {
        transform: translateY(0%) rotate(90deg);
        top: 5px;
        right: 5px;
    }
    .mobile-navbar .menu > li > a {
        font-family: Montserratarm-medium;
    }
    .mobile-navbar ul li.rotate {
        padding-bottom: 5px;
    }
    .mobile-navbar ul.sub-menu {
        display: none;
    }
    .mobile-navbar .rotate ul.sub-menu {
        display: block;
    }
    .big-block {
        gap: 15px;
        max-width: 805px;
        margin: auto;
    }
    .big-block .img {
        max-width: 100%;
    }
    .big-block .img img {
        height: 402px;
    }
    .big-block .desc {
        max-width: 100%;
    }
    .home-news .article-wrapper {
        gap: 12px;
    }
    .home-about-us {
        margin-top:0;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-ad-banner {
        margin-top: 0;

    }
    .home-news {
        margin-top: 40px;
    }
    .see-all-btn {
        margin-top: 16px;
    }
    .see-all-btn a {
        font-size: 12px;
        line-height: 20px;
    }
    .services-blockes {
        margin-top: 40px;
    }
    .service-slider-item {
        min-height: 279px;
    }
    .footer-content-wrapper {
        gap: 35px;
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .sub-menu.active li:first-child {
        margin-top: 10px;
    }
    .mobile-navbar ul li a.active-link {
        color: #1181C3;
    }
    .mobile-navbar ul li a {
        width: 100%;
        display: inline-block;
    }
    .mobile-navbar .sub-menu li a {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        text-align: left;
    }
    .mobile-navbar .menu-item-has-children li {
        margin: 4px 0;
    }
    .not-fount .content {
        margin-top: 60px;
    }
}

@media(max-width: 870px) {
    
    .adv-list {
        max-width: initial;
    }
    .service-info {
        flex-direction: column;
        margin-top: 0;
    }
    .service-info-img img:not(.bg-img) {
        height: 269px;
        width: 269px;
        left: 0;
    }
    .banner .banner-bg {
        width: 100%;
    }
    .banner-image  {
        /* max-width: 360px; */
        max-width: 64%;
        width: auto;
        min-width: unset;
    }
    .banner-image img {
        width: 100%;
        /* height: 238px;
        object-fit: cover; */
    }
}
@media(max-width: 767px) {
    .banner .descriptions h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }
    .home-about-us {
        background: url(../images/about-bg-mob.png) center bottom/cover no-repeat;
    }
    .home-news .article-wrapper article h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3;
    }
    .member-wrapper .member-item {
        width: 275px;
    }
    .member-wrapper .member-item img {
        height: 138px; /* see member desc height */
        /* object-position: top; */

    }
    .member-wrapper .member-item .member-item-desc {
        min-height: 138px; /* see member img height */

    }
    .service-slider .swiper-wrapper a {
        width: 300px !important;
    }
    .service-slider {
        margin-right: -16px;
    }
    .form-row .fields {
        flex-direction: column;
    }
    form {
        padding: 20px 10px;
    }
    .contact-informations {
        margin-top: 20px;
        flex-direction: column;
        gap: 14px;
        padding: 16px;
    }
    form input.submit {
        margin: auto;
    }
    .about-info {
        flex-direction: column-reverse;
        gap: 15px;
    }
    .our-advantages-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    .achievements.img {
        max-width: 100%;
    }
    .achievements.img  .bg-img {
        width: 100%;
    }
    .achievements.img img:not(.bg-img) {
        width: 270px;
        height: 270px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .about-info-item.desc h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .about-info-item.img {
        /* max-width: 328px; */
        /* min-height: 328px; */
        /* height: 100%; */
        margin: auto;
        width: 100%;
        display: flex;
        align-items: flex-end;
    }
    .about-info-item.img img {
        /* position: relative; */
        /* position: static;
        width: 100%;
        height: 298px; */
    }
    .about-info:not(.padd) .about-info-item.desc,
    .service-info:first-of-type .service-info-desc,
    .with-shadow.wp-block-media-text .wp-block-media-text__content  {
        padding: 15px 12px;
    }
    .our-advantages {
        margin:60px 0
    }
    .page-title, h1 {
        margin-bottom: 20px;
    }
    .blog-wrapper {
        flex-direction: column;
    }
    aside {
        max-width: 100%;
    }
    .page-title span {
        line-height: 42px;
    }
    .post-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px;
        margin-top: 7px;
    }
    .article-wrapper article p {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 1;
        max-height: 30px;
    }
    .single-post article .post-thumbnail img {
        height: 150px;
    }
    .popular-posts {
        margin-top: 60px;
    }
    .default-content .wp-block-columns {
        gap: 15px;
    }
    .default-content img {
        height: 161px;
        object-fit: cover;
    }
    .big-block {
        gap: 9px;
        max-width: 328px;
    }
    .big-block .img img {
        height: 164px;
    }
    .big-block .desc {
        max-width: 100%;
        min-height: 164px;
        padding: 15px 0 28px;
    }
    .big-block .desc .desc-inner {
        max-width: 84%;
    }
    .big-block .desc h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .big-block .desc p {
        font-size: 15px;
        line-height: 20px;
        margin-top: 0;
    }
    .big-block .desc a {
        font-size: 14px;
        padding: 5px 18px;
        margin-top: 20px;
    }
    .home-news .article-wrapper {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .section-title, 
    .services-blockes .section-title  {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 25px;
    }
    .footer-content-wrapper {
        gap: 30px;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    footer .info-company {
        max-width: 328px;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }
    .footer-title {
        font-size: 18px;
        line-height: 27px;
    }
    .content-wrapper-item ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .content-wrapper-item span {
        font-size: 14px;
        line-height: 22px;
    }
    footer .socials {
        margin-top: 10px;
        gap: 0;
        /* justify-content: space-between; */
    }
    footer .socials a + a {
        margin-left: 25px;
    }
    .content-wrapper-item:not(:first-child) {
        margin-top: 0;
    }
    .banner-image {
        max-width: 100%;
        width: 83%;
        /* left: 50%;
        transform: translateX(-50%); */
    }
    .copyright {
        margin-top: 56px;
    }
    .copyright p, .poweredby {
        font-size: 10px;
        line-height: 15px;
    }
    .poweredby img {
        width: 14px;
        margin-left: 3px;
    }
    .post-tags {
        border-radius: 18px;
        flex-wrap: wrap;
        row-gap: 11px;
    }
    .popup-body {
        padding: 46px 16px 16px;
    }
    .company-head-info h2, .company-head-title {
        padding: 15px 12px 0;
    }
    .company-head-title h2 {
        margin-bottom: 0;
    }
    .company-head-info {
        padding: 0 12px 15px;
    }
    .company-info-shadow {
        left: -5px;
        top: 0;
        width: calc(100% + 10px);
    }
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        gap: 20px;
    }
}

@media screen and (max-width: 481px) {
    .adv-list .adv-item {
        min-width: auto;
    }
    .banner {
        height: 400px;
    }
}

@media screen and (max-width: 425px) {
    .company-head-img, .about-info-item.img {
        height: 0;
        width: 100%;
        padding-bottom: 100%;
    }
    .company-head-img img, .about-info-item.img img {
        max-height: 314px;
    }
}
.services-blockes > .main-container > .swiper.service-slider .swiper-slide .box-item-desc{
	display: -webkit-box;
    overflow: hidden;
    max-height: 105px;
    text-overflow: ellipsis;
    transition: all 0.2s;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
/* .banner{
	background: initial;
}
.banner .banner-bg {
	width: 100%;
} */
@media (max-width: 870px) {
    .banner .banner-bg {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
	.page-template-about-us .main-container .about-info.padd.reverse > .achievements.img {
		min-height: 40vw;
	}
}
@media screen and (max-width: 500px) {
	.page-template-about-us .main-container .about-info.padd.reverse > .achievements.img {
		min-height: 70vw;
	}
}