*{
    font-family: 'Tilda Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    color: #171412;
    margin: 0;
    padding: 0;
}

button{
    cursor: pointer;
    font-family: 'Tilda Sans', sans-serif!important
}

a, a:hover{
    cursor: pointer;
    text-decoration: none;
}

.btn-default{
    background: #028DD0;
    box-shadow: 0 0 5px 0 rgb(1 1 1 / 75%);
    height: 40px;
    padding: 0px 20px;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    transition: .2s ease;
}

.btn-default:hover{
    background: #93d629;
    transition: .2s ease;
}

.hidden{
    display: none;
}

.home-title .title{
    padding-bottom: 25px;
    font-size: 40px!important;
    font-weight: 700!important;
}

.home-title .title.white{
    color: #fff
}

.bg{
    background: #028DD0;
    padding: 50px 0px 80px;
}

.home-6{
    background: #028DD0;
    padding: 50px 0px 50px;
}

.margin-top{
    margin-top: 50px;
}

.contacts-section{
    background: #028DD0;
    padding: 50px 0px 50px;
}

/* Header */

.top-header{
    background: #f4f6f8;
    padding: 0px 0px;
}

.container{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 15px;
}

.top-header .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}

.top-header .row .social-phones{
    display: flex;
    gap: 15px;
}

.top-header .row .social-phones li{
    position: relative;
    display: flex;
    gap: 7px;
}

.top-header .row .social-phones li:before{
    content: url('../images/svg/phone-dark.svg');
}

.top-header .row .social-phones li a{
    display: block;
    transition: .2s ease;
}

.top-header .row .social-phones li a:hover{
    color: #028DD0;
    transition: .2s ease;
}

.top-header .row .right{
    display: flex;
    gap: 20px;
    align-items: center;
}

.top-header .row .right .langs-open span.active{
    color: #171412;
    font-weight: 500;
}

.center-header .row{
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.center-header .row .left .logo img{
    display: block;
    width: 100%;
    max-width: 150px;
}

.center-header .row .right ul.menu{
    display: flex;
    align-items: center;
    gap: 25px;
    list-style-type: none;
}

.center-header .row .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.center-header .row .right ul.menu a{
    display: block;
    font-size: 18px;
}

.center-header .row .right ul.menu li{
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}

header .sub-menu-toggle span{
    display: none!important;
}

header .sub-menu-toggle{
    background: url(../images/svg/arrow.svg);
    width: 7px;
    height: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    transition: .3s ease;
}

header .menu-item-has-children:hover .sub-menu-toggle{
    transform: rotate(180deg);
    transition: .3s ease;
}

header .menu-item-has-children{
    display: flex;
    align-items: center;
    gap: 5px;
}

.center-header .row .right ul.menu .sub-menu{
    position: absolute;
    left: 0px;
    top: 50px;
    background: #fff;
    list-style: none;
    padding: 20px 20px;
    display: flex;
    gap: 0px;
    flex-direction: column;
    width: 240px;
    border-left: 2px solid #028DD0;
}

.hidden-menu{
    display: none!important;
}

/* Footer */

.under-footer .row{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.under-footer .row a{
    font-weight: 500;
}

footer .row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

footer .row .logo img{
    width: 100%;
    display: block;
    max-width: 140px;
}

footer p.footer-title {
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 25px;
}

footer .row .menu ul{
    display: flex;
    list-style: none;
    gap: 6px;
    flex-direction: column;
}

.under-footer{
    border-top: 3px solid #f4f6f8;
    margin-top: 50px;
    padding: 5px 0px;
}

footer .row .social ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

footer .row .social ul img{
    width: 30px;
    display: block;
}

/* Home Page */

.home-1{
    background: url("../images/header-bg.webp");
    background-size: cover;
    min-height: 600px;
    background-position: center center;
}

.home-1 .home-1-row{
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-1 .home-1-row h1.title{
    font-weight: 900;
    font-size: 50px;
    max-width: 650px;
}

.home-1 .home-1-row p.desc{
    font-size: 20px;
    padding: 20px 0px;
}

.home-1 .home-1-row button{
    max-width: 220px;
    height: 50px;
}

.home-2 .row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.home-2 .row .left{
    position: relative;
}

.home-2 .row .left img{
    z-index: 10;
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 10px 15px 25px 0 rgb(255 255 255 / 50%);
}

.home-2 .row .left:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    right: -25px;
    border: 1px solid #fff;
}

.home-2 .right p{
    padding-bottom: 20px;
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.home-2 .right button{
    margin-top: 20px;
}

.home-3{
    background: #f4f6f8;
    padding: 50px 0px;
}

.home-3 .row{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px 20px;
}

.home-3 .row .column img{
    max-width: 60px;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.home-3 .row .column p{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    max-width: 230px;
    margin: 20px auto 0px;
}

.home-4 .row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-bottom: 30px;
}

.home-4 .row .right{
    position: relative;
}

.home-4 .row .right img{
    z-index: 10;
    position: relative;
    width: 100%;
    display: block;
    box-shadow: 10px 15px 25px 0 rgb(0 0 0 / 50%);
}

.home-4 .row .right:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 25px;
    right: -25px;
    border: 1px solid #028DD0;
}

.home-4 .row .left p{
    padding-bottom: 20px;
    display: block;
    color: #171412;
    font-size: 18px;
    line-height: 1.5;
}

.advantages-row .column{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.advantages-row .column img{
    max-width: 70px;
    display: block;
}

.advantages-row .column p{
    margin-bottom: 0px!important;
    padding-bottom: 0px!important;
}

.home-6 .home-6-row{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
}

.home-6 .home-6-row .map {
    position: relative;
}

.home-6 .home-6-row .map iframe{
    display: block;
    width: 100%;
    min-height: 320px;
    max-height: 320px!important;
    position: relative;
}

.home-6 .home-6-row .contacts ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style-type: none;
}

.home-6 .home-6-row .contacts ul li{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.home-6 .home-6-row .contacts ul li a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.home-6 .home-6-row .contacts ul li span{
    color: #fff;
    font-size: 18px;
}

.home-6 .home-6-row .contacts ul li.phone:before{
    content: url("../images/svg/phone-white.svg");
}

.container-contact-form-main .input{
    margin-bottom: 10px;
    position: relative;
}

.container-contact-form-main .input-row input{
    display: block;
    width: 100%;
    height: 55px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    padding-left: 20px;
    color: #fff;
    font-family: 'Tilda Sans', sans-serif;
    font-size: 16px;
}

.container-contact-form-main .input-row input::placeholder{
    color: #fff
}

.container-contact-form-main .textarea-row textarea{
    display: block;
    width: 100%;
    height: 125px;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0px;
    padding-left: 20px;
    color: #fff;
    font-family: 'Tilda Sans', sans-serif;
    font-size: 16px;
    padding-top: 15px;
}

.container-contact-form-main .textarea-row textarea::placeholder{
    color: #fff
}

.container-contact-form-main .submit-row input{
    background: #028DD0;
    box-shadow: 0 0 5px 0 rgb(1 1 1 / 75%);
    height: 55px;
    padding: 0px 20px;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    transition: .2s ease;
    width: 100%;
    font-family: 'Tilda Sans', sans-serif;
}

.container-contact-form-main .input input{
    cursor: pointer;
}

.container-contact-form-main .input input:focus,
.container-contact-form-main .input input:active{
    outline: none;
    border-radius: 0px;
    border: 1px solid #fff;
    box-shadow: none;
}

.container-contact-form-main .submit-row input:hover{
    background: #93d629;
}

.wpcf7-spinner{
    display: none!important;
}

.bread-container{
    background: #f4f6f8;
    padding: 20px 0px;
}

.bread-container .rank-math-breadcrumb{
    display: flex;
    gap: 7px;
}

.translations-1{
    background: url(../images/header-bg.webp);
    min-height: 300px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.translations-1 h1{
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    color: #171412
}

.translations-2{
    padding: 50px 0px;
}

.translations-2 .translations-2-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.translations-2 .translations-2-row .column-news{
    background: #028DD0;
    border-radius: 10px;
    overflow: hidden;
}

.translations-2 .translations-2-row .column-news img{
    width: 100%;
    display: block;
}

.translations-2 .translations-2-row .column-news .content-p{
    padding: 20px 15px;
}

.translations-2 .translations-2-row .column-news .content-p a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
}

.default-content .left{
    max-height: 500px;
}

.default-content .left img{
    display: block;
    width: 100%;
    height: 100%
}

.default-content .content strong,
.default-content .content b{
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.default-content .content ul,
.default-content .content ol{
    padding-left: 25px;
    padding-bottom: 15px;
}

.default-content .content ul li,
.default-content .content ol li{
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
}

.reviews-container{
    padding: 50px 0px;
}

.container-table caption{
    display:  none!important;
}

.tablepress tfoot th, .tablepress thead th {
    color: #fff;
    background-color: #028DD0!important;
    font-weight: 500!important;
    vertical-align: middle;
    font-family: 'Tilda Sans', sans-serif;
    font-size: 16px;
}

.container-table-content h2{
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
}

.container-table-content p{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    line-height: 1.5;
}

.right-mobile{
    display: flex;
    align-items: center;
    gap: 20px;
}

.right-mobile .phone img{
    width: 20px;
    display: block;
}

.right-mobile .menu-open img{
    width: 25px;
    display: block;
}

@media screen and (min-width: 1001px){
    .mobile{
        display: none!important;
    }
}

@media screen and (max-width: 1000px){
    .top-header{
        display: none;
    }
    .desktop{
        display: none!important;
    }
    .home-1 .home-1-row h1.title{
        font-size: 35px;
    }
    .home-2 .row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .home-3 .row {
        grid-template-columns: repeat(2,1fr);
        gap: 30px 15px;
    }
    .home-3 .row .column p {
        font-size: 14px;
    }
    .home-4 .row{
        grid-template-columns: 1fr;
    }
    .home-6 .home-6-row{
        grid-template-columns: 1fr;
    }
    .home-6 .home-6-row .map iframe{
        min-height: 300px;
    }
    footer .row{
        grid-template-columns: 1fr;
        gap: 25px;
    }
    footer .row .social ul{
        justify-content: flex-start;
    }
    .bg{
        padding: 50px 0px 50px;
    }
    .home-2 .row .left:after{
        content: none!important;
    }
    .sub-menu-toggle{
        width: 11px;
        height: 6px;
    }
    .home-4 .row .right:after{
        content: none!important;
    }
    .translations-1 h1{
        font-size: 30px;
    }
    .translations-2 .translations-2-row{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .translations-1{
        min-height: 200px;
    }
    .translations-2 .translations-2-row .column-news{
        border-radius: 5px;
    }
    .translations-2 .translations-2-row .column-news .content-p a{
        font-size: 14px;
    }
    .translations-2 .translations-2-row .column-news .content-p{
        padding: 20px 5px;
    }
    .contact-form-popup .align-center-form{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .home-1 .home-1-row,
    .home-1{
        min-height: 450px;
    }
}

.mobile-menu-container{
    position: fixed;
    top: 0px;
    background: #fff;
    width: 100%;
    height: 100vh;
    z-index: 10;
}

.mobile-menu-container .center .menu{
    margin-top: 30px;
}

.mobile-menu-container .center .menu ul{
    list-style: none;
}

.mobile-menu-container .center .menu ul li{
    position: relative;
}

.mobile-menu-container .center .menu ul a{
    font-weight: 400;
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    display: flex;
    height: 50px;
    align-items: center;
}

.menu-close img{
    width: 25px;
}

.menu-active{
    display: none!important;
}

.contacts-section .contacts-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contacts-section .map {
    position: relative;
    margin-top: 30px;
}

.contacts-section .map iframe{
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 420px!important;
    position: relative;
}

.contacts-section .contacts ul{
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style-type: none;
}

.contacts-section .contacts ul li{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.contacts-section .contacts ul li a{
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
}

.contacts-section .contacts ul li span{
    color: #fff;
    font-size: 18px;
}

.contacts-section .contacts ul li.phone:before{
    content: url("../images/svg/phone-white.svg");
}

.contact-form-popup{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 50;
    height: 100vh;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-popup .align-center-form{
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 10px 15px 25px 0 rgb(255 255 255 / 50%);
    background: rgba(0,0,0,.5);
    padding: 20px;
    border-radius: 5px;
}

.close-popup img{
    width: 25px;
    margin-bottom: 20px;
    display: block;
}

.hidden-popup{
    display: none!important;
}

.close-popup:hover{
    cursor: pointer;
}

.sitemap-container{
    padding: 50px 0px;
}

.sitemap-container .sitemap-row .simple-sitemap-wrap .post-type{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.sitemap-container .sitemap-row .simple-sitemap-wrap ul.simple-sitemap-page {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sitemap-container .sitemap-row .simple-sitemap-wrap ul.simple-sitemap-page a{
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.sitemap-container .sitemap-row .simple-sitemap-container .post-type{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 20px;
}

.sitemap-container .sitemap-row .simple-sitemap-container .term-tag{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.sitemap-container .sitemap-row .simple-sitemap-container ul.simple-sitemap-post {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sitemap-container .sitemap-row .simple-sitemap-container ul.simple-sitemap-post a{
    display: block;
    font-size: 16px;
    line-height: 1.5;
}

.thanks-page a{
    height: 50px;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    position: fixed!important;
    bottom: 20px!important;
    left: 20px!important;
    margin: 0px!important;
    background: #fff!important;
    max-width: 320px!important;
    padding: 20px!important;
    border-radius: 5px!important;
    border: 2px solid #028DD0!important;
}

.wpcf7-not-valid-tip {
    color: #dc3232!important;
    font-size: 12px!important;
    font-weight: 400!important;
    display: block!important;
    position: absolute!important;
    top: 20px!important;
    right: 20px!important;
}

/* NEW */

.home-2 .right h2{
	font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px;
}

.home-2 .right a{
	color: #fff;
	font-weight: 600;
	text-decoration: none
}

.langs-open{
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none
}

.langs-open li{
	list-style: none
}

.langs-open .current-lang a{
	color: #028DD0;
	font-weight: 600
}


.langs-open li a{
	font-size: 14px!important
}