/* All Styles */
html, 
body {
    height: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #626262;
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   
}

/* Styles for header */

.header {
    position: fixed;
    top: 0px;
    z-index: 100;
    width: 115px;
    background: #fff;
    top: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    padding: 40px 3px;
}

.logo-mobile {
    display: none;
}

/* Styles for content */

.wrapper-content {
    margin-left: 100px;
}

.banner-img {
    position: relative;    
    min-height: 950px;
}

.image {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position-x: 50%;
    background-color: rgba(255,255,255,0);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center center;
    background-position-x: center;
    background-repeat: no-repeat;
    transition: opacity 1s linear;
    opacity: 0;
}

.image::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.title-text {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 24px;
    font-family: 'Gilroy ExtraBold', sans-serif;
}

.border {
    width: 35%;
    margin: 0px auto;
    border-bottom: 2px solid #adadad;
}

.title-text .title.blue {
    color: #3399ff;
    font-size: 42px;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 7px;
}

.yellow {
    margin-top: 7px;
    color: #ffff00;
    letter-spacing: 0em;
    line-height: 1.2;
    font-size: 64px;
    font-weight: 700;
}

.section-info.text {
    background-color: #bababa;
    padding: 60px 0;
    position: relative;
}

.section-content {
    background-color: #fff;
    max-width: 1436px;
    margin: 0 auto;
}

.text .section-content {
    background-color: #fff;
    max-width: 1436px;
    margin: 0 auto;
    border: 2px solid #000000;
    padding: 40px 0 20px 0;
    height: auto;
    position: relative;
}

.section-content .title {
    line-height: 1.2em;
    font-size: 36px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}

.text .content-text {
    margin: 0 30px 0 30px;
    transition: transform 1s, opacity 1s;
}

.content-text.show {
    transform: translateY(-100px);
    opacity: 1;
}


.custom-slider {
    transition: transform 1s, opacity 1s;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.custom-slider.show {
    margin-top: -390px;
}

.content-text p span {
    font-family: 'Lato Regular', sans-serif;
    letter-spacing: 0em;
    font-size: 14px;
    word-wrap: break-word;
}

.list .item {
    font-family: 'Lato Regular', sans-serif;
    letter-spacing: 0em;
    font-size: 14px;
}

.slider-list img {
    width: 357px;
}

.slick-prev.slick-arrow {
    left: 75px;
    z-index: 999;
}

.slick-next.slick-arrow {
    right: 75px;
}

.photo-grid {
    margin-top: 62px;
}

.photo-grid .section-content {
    min-height: 250px;
}

.photo-grid .title,
.more-info .title {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.photo-grid .title::before,
.photo-grid .title::after,
.more-info .title::after,
.more-info .title::before {
    content: '';
    display: block;
    border-bottom: 1px dashed #000000;
    width: 38%;
}

.photo-grid p {
    text-align: center;
}

.method .section-content {
    height: auto;
    padding: 60px 0 110px 0;
}

 /* Styles for grid images */

.grid-img-border {
    margin-bottom: 50px;
}

.grid-img-scroll {
    max-width: 731px;
    min-width: 200px;
    margin: 0  auto;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 1500px;
    padding-bottom: 20px;
    position: relative;
}

.container {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 30px 10px;
}

.container-bottom {
    position: relative;
    display: flex;
    gap: 10px;
    padding: 30px 10px;
}
.column {
    flex:1;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.post {
    position: relative;
    overflow: hidden;
    width:100%;
}

.container img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.container-bottom img {
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.top-grid {
    position: fixed;
    top: 0;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 30px;
    background: #fff;
    max-width: 731px;
    min-width: 200px;
    margin: 0 auto;
    border-top: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.bottom-grid {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 30px;
    background: #fff;
    max-width: 731px;
    min-width: 200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

/* End styles for grid images */

.method .section-content .method {
    top: 160px;
    bottom: unset;
}

.label-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 45px;
}

.label {
    width: 20%;
    text-align: center;
}

.label-content span {
    font-size: 12px;
    letter-spacing: 0.2em;
}

.metod-content,
.grid-images {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
}

.metod-content .img {
    max-width: 251px;
    max-height: 287px;
}

.metod-content .img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: .45s cubic-bezier(.25,.1,.25,1);
    cursor: pointer;
}

.metod-content .item-method,
.question .item-method {
    display: flex;
    justify-content: center;
    width: 21%;
    flex-direction: column;
}

.item-method .label {
    display: none;
}

.metod-content .img img:hover {
    transform: scale(1.05);
    transition: .7s cubic-bezier(.3,.1,.3,1);
}

.description {
    margin-top: 15px;
    text-align: center;
}

.sub-title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Gilroy ExtraBold', sans-serif;    
}

.description .info {
    margin-top: 20px;
}

.description .info span {
    font-size: 12px;
}

.border-vertical {
    width: 1px;
    height: 265px;
    background: #000000;
}

/* Styles for table */
.section-info.table {
    margin-top: 70px;
}

table, th, td {
    border: 1px solid grey;
}

table {
    margin-bottom: 50px;
}

table tr th {
    font-size: 13px;
}

table tr td {
    text-align: right;
    font-size: 13px;
}

table tr td.name {
    text-align: left;
}

.row {
    background: url(data:image/svg+xml;base64,CjxzdmcgaGVpZ2h0PSI5IiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgZD0iTTAsMEwwLDkiIHN0cm9rZS13aWR0aD0iMXB4Ij4iPjwvcGF0aD48L3N2Zz4K) center center repeat-x;
    height: 9px;
    margin-bottom: 50px;
}

.result-online {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 110px;
}

.result-online .text {
    text-align: center;
}

.link-result {
    width: 628px;
    height: 107px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.link-result h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.more-info .section-content {
    padding: 40px 20px 120px 20px; 
    height: auto;
}

.more-info .content-text {
    margin: 0;
}

.more-info .title::after,
.more-info .title::before {
    width: 33%;
}

.columns {
    display: flex;
    justify-content: space-between;
}

.first-column,
.second-column {
    width: 49.2%;
}

.first-column h3 {
    text-align: right;
}

.text h3 strong {
    font-size: 20px;
}

.columns p {
    text-align: justify;
}

.columns p span {
    letter-spacing: 0em;
    line-height: 1.8;
    font-family: 'Lato Regular';
    font-size: 13px;
}

.images-block {
    display: flex;
    justify-content: space-between;
}

.list-img {
    width: 49%;
}

.list-img img {
    width: 100%;
    height: auto;
}

.images-block.second .list-img.one {
    width: 56%;
}

.list-img.one img,
.list-img.two img {
    font-size: 13px;
    margin-bottom: 10px;
}

.list-img.one span,
.list-img.two span {
    font-size: 13px;
}

.images-block.second .list-img.two {
    width: 42%;
}

.images-block.second {
    margin-bottom: 50px;
}

.second-column {
    padding-top: 25px;
}

.second-column  .list-img {
    width: 100%;
    text-align: right;
}

.second-column  .list-img  span {
    font-size: 13px;
}

.second-column  .list-img.right {
    text-align: left;
}

.technology .section-content {
    padding-top: 0;
    border: unset;
    background: #bababa;
    height: auto;
    padding-bottom: 60px;
}

.technology .section-content .content-text {
    margin: 0;
    text-align: center;
}

.technology .section-content .title {
    margin-bottom: 20px;
}

.technology .section-content img {
    width: 100%;
}

.technology .border {
    display: inline-block;
    width: 12%;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
}

.tehnology-info {
    margin-top: 20px;
    border: 10px solid #403f3f;
    background: #fff;
    padding: 20px;
}

.tehnology-info p {
    margin-top: 0;
    text-align: justify;
    line-height: 1.8;
}

.tehnology-info p span {
    font-size: 15px;
    letter-spacing: 0em;
}

.photo-grid.second .title::before,
.photo-grid .second .title::after {
    width: 41%;
}

.photo-grid.second  p span {
    line-height: 1.8;
}

iframe {
    width: 100%;
    height: 800px;
}

.video-block {
    margin-top: 20px;
}

.video-block p {
    margin-top: 5px;
    text-align: right;
}

.video-block p span {
    font-size: 14px;
}

.recomendation .content-text {
    margin: 0 20px;
}

.recomendation .section-content {
    padding-bottom: 80px;
}

.recomendation p {
    text-align: center;
    line-height: 1.8;
}

.recomendation .images-block {
    margin-top: 30px;
}

.recomendation .list-img {
    width: 49.5%;
}

.recomendation .list-img img {
    margin-bottom: 15px;
}

.recomendation .list-img span {
    font-size: 12px;
}

.question .section-content {
    padding-top: 60px;
}

.question .content-text {
    padding-bottom: 20px;
}

.question .title { 
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question .title::before,
.question .title::after {
    content: '';
    display: block;
    border-bottom: 1px dashed #000000;
    width: 40%;
}

.question .item-method {
    align-items: center;
    width: 27%;
}

.question .grid-images {
    justify-content: space-around;
}

.question .img {
    width: 100px;
    height: 100px;
}

.question img {
    width: 100%;
    height: 100%;
}

.question .sub-title {
    font-weight: 500;
}

.question .info {
    text-align: left;
    line-height: 1.8;
}

.google-maps iframe {
    height: 450px;
}

.content-text.scroll {
    /* CSS стилі для анімації */
    transition: opacity 0.5s, transform 1s;
    opacity: 0;
    transform: translateY(100px);
}

.animate-on-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* End Styles for wrapper content */


/* Styles for footer */

footer {
    background-color: #616161;
    display: flex;
}

.footer-wrapper {
    max-width: 1436px;
  margin: 0 auto;
}

.content-block.footer {
    width: 1436px;
    margin-left: 55px;
    display: flex;
    justify-content: space-between;
    padding: 65px 0 80px 0;
}

.content-block.footer span {
    font-family: 'Gilroy Light', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.content-block.footer .info-block {
    width: 30%;
}

.content-block span {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.content-block.footer ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    width: 93%;
}

.content-block.footer ul span{
    font-size: 14px;
}

.info-block.social-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo {
    width: 290px;
}

.footer-logo img {
    width: 100%;
}

.footer-logo img:hover {
    transform: scale(1.05);
    transition: .7s cubic-bezier(.3,.1,.3,1);
}

.social-link {
    display: flex;
    justify-content: space-around;
    width: 17%;
    margin-top: 15px;
}

.social-link .link svg {
   color: #fff;
}

.social-link .link svg:hover {
    color: #d6d6d6;
}

.social-link-icons {
    width: 70px;
}
.info-block.last-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.info-block p {
    margin: 0;
}

.scroll_top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.scroll_top.show {
    display: block;
}

.scroll_top.show:hover .md-btn-go-up-svg-color {    
    fill: #8d8d8d;    
}

.scroll_top svg {       
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 9px;
    height: 13pxs;
    color: #626262;
}

.md-btn-go-up-svg-color {
    fill: #000000;
}
/* End Styles for footer */



/* Mobile screen */

@media only screen and (max-width: 768px) {
    .header.mobile {
        position: unset;
        width: 100%;
        padding: 0;
        height: 50px;
    }

    .logo-image {
        display: flex;
        justify-content: center;
    }

    .logo-mobile {
        display: block;
    }

    .logo-desktop {
        display: none;
    }

    .wrapper-content {
        margin-left: 0;
    }

    .banner-img {
        min-height: 437px;
    }

    .title-text {
        top: 25%;
        width: 330px;
    }

    .title-text .title {
        font-size: 30px;
    }

    .title-text .blue {
        font-size: 30px;
    }

    .section-content .title {
        font-size: 24px;
    }

    .section-info.text {
        padding: 20px;
    }

    .text .section-content {
        height: auto;
        padding-bottom: 20px;
    }

    .section-info .custom-slider .content-text {
        margin: 0;
    }

    .custom-slider.show {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        margin-top: -220px;
    }

    .slider-list img {
        width: 100%;
        height: 200px;
    }

    .slider-list .item {
        padding: 0 3px;
    }

    .slick-prev.slick-arrow {
        left: 25px;
    }

    .slick-next.slick-arrow {
        right: 25px;
    }

    .section-info.photo-grid {
        margin-top: 40px;
    }   
    
    .section-info.photo-grid .section-content {
        width: 100%;
        padding: 0 20px;
    }   

    .photo-grid .title::before,
    .photo-grid .title::after {
        width: 20%;
    }

    .photo-grid .grid-img-border {
        width: 100%;
        margin: 30px 0 40px 0;
    }

    .photo-grid .grid-img-scroll {
        max-width: 100%;
    }

    .photo-grid .top-grid, 
    .photo-grid .bottom-grid {
        max-width: 99%;
        border-right: unset;
        border-left: unset;
    }

    .text.method .section-content {
        height: 100%;
        padding-bottom: 90px;
    }

    .metod-content {
        flex-direction: column;
        margin-top: 45px;
    }

    .metod-content .item-method {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 45px;
    }

    .metod-content .img {
        max-width: 100%;
        margin-top: 50px;
    }

    .border-vertical {
        display: none;
    }

    .label-content {
        display: none;
    }

    .item-method .label {
        display: block;
        width: 100%;
        font-size: 12px;
        letter-spacing: 0.2em;
    }

    .description .sub-title {
        font-size: 15px;
        font-weight: 700;
    }

    .section-info.table {
        padding: 0 20px;
    }

    .link-result {
        width: 100%;
    }

    .more-info .section-content {
        height: auto;
        padding-bottom: 80px;
    }

    /* .more-info */

    .more-info .columns,
    .more-info .images-block,
    .recomendation .images-block {
        flex-wrap: wrap;
    }

    .more-info .first-column,
    .more-info .second-column {
        width: 100%;
    }

    .more-info .list-img {
        width: 100%;
    }

    .images-block.second .list-img.one,
    .images-block.second .list-img.two {
        width: 100%;
    }

    .list-img.one {
        margin-bottom: 25px;
    }

    .section-info.text.technology {
        padding-top: 50px;
    }

    .photo-grid.second .title::before, 
    .photo-grid .second .title::after {
        width: 26%;
    }

    .photo-grid.second {
        margin: 40px 0;
    }

    .photo-grid.second p {
        max-width: 100%;
        padding: 0 30px;
    }    

    .video-block {
        margin: 0;
    }

    .video-block iframe {
        height: auto;
    }

    .photo-grid.second .video-block p {
        padding: 0;
    }

    .recomendation .images-block .list-img {
        width: 100%;
        margin-bottom: 20px;
    }

    .section-info.text.question {
        margin-bottom: 80px;
    }

    .question .section-content {
        padding-bottom: 30px;
    }

    .grid-images.content-text {
        margin: 0;
    }

    .question .title::before, 
    .question .title::after {
        width: 20%;
    }

    .question .grid-images {
        flex-direction: column;
        align-items: center;
    }

    .question .item-method {
        width: 100%;
        margin-bottom: 50px;
    }

    .item-method.last {
        margin-bottom: 0;
    }

    .section-content .content-text.scroll {
        /* CSS стилі для анімації */
        transition: opacity 0.5s, transform 1s;
        opacity: 0;
        transform: translateY(50px);
    }
    
    .section-content .animate-on-visible {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }

    .content-block.footer {
        width: 100%;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 45px 20px 80px 20px;
    }

    .content-block.footer .info-block {
        width: 100%;
    }

    .footer-wrapper {
        position: relative;
    }

    .footer .text {
        text-align: center;
    }

    .info-block.social-links {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .info-block.social-links .footer-menu {
        flex-direction: column;
    }

    .info-block.social-links .footer-menu li {
        text-align: center;
        margin-bottom: 10px;
    }

    .info-block.last-block {
        align-items: center;
    }

    footer .scroll_top {
        right: 0;
        padding-right: 7px;
    }    
} 