/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
/* fonts */

/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

nav,footer,header,aside{display: block; overflow: hidden;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    background: #FFFFFF;
}

label {
    margin-bottom: 0;
}

input,button,textarea{font-family:inherit;}

button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
img{vertical-align: top;}

p{
    margin-bottom: 0;
}
/*--------------------*/

.acf-map {
    height: 500px;
    margin-bottom: 40px;
    border-radius: 30px;
}
h1, h2 {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
}

p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
}

a {
    font-family: 'Nunito';
    font-style: normal;
}

a:hover {
    text-decoration: none;
}

/*Обнуление*/

/* styles */
/* header start */
header {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.header {
    padding-top: 33px;
    background: #05868E;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.header .container {
    background: #05868E;
    z-index: 999;
}

.nav {
    justify-content: space-between;
    align-items: center;
}

.header-number {
    display: flex;
    align-items: center;
}

.header-phone-2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.header-logo {
    display: flex;
    align-items: center;
}

.menu-btn {
    display: none;
}

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
}

.nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    color: #fff;
}

.nav-link:hover {
    color: #EDB38E;
}

.nav-item li {
    position: relative;
}

.nav-item li:hover ::before {
    position: absolute;
    content: '';
    border: 1px solid #EDB38E;
    width: 100%;
    top: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

.language {
    display: flex;
    width: 60px;
    justify-content: space-around;
    position: relative;
}

.language p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    color: #fff;
}

.language::before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    height: 13px;
    background: #fff;
    top: 26%;
    left: 46%;
}

.header-number a {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #EDB38E;
}

.header-form {
    margin-top: 5px;
    display: flex;
    justify-content: end;
}

.header-form a {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
/* header finish */
/* hero start */
.hero {
    background: #05868E;
    padding-top: 70px;
    padding-bottom: 50px;
}

.hero-content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.hero-content::after {
    content: '';
    position: absolute;
    background: url('../avprofi/assets/img/svg/arrow.svg');
    height: 55px;
    width: 12px;
    bottom: -80px;
    left: 50%;
}

.hero-left {
    position: relative;
    top: 20px;
}

.hero-title {
    width: 420px;
}

.hero-title h1 {
    color: #FFFFFF;
    font-size: 43px;
    line-height: 51px;
}

.hero-text {
    width: 430px;
    margin-top: 20px;
}

.hero-text {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 26px;
}

.hero-btn {
    width: 130px;
    height: 55px;
    background: #EDB38E;
    border-radius: 8px;
    padding-top: 13px;
    margin-top: 44px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}

.hero-right {
    width: 635px;
    height: 484px;
    display: flex;
    justify-content: right;
    position: relative;
}

.hero-right::before {
    position: absolute;
    background-color: #05868e;
    background-color: #05868e;
    background-image: url("https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png");
    content: '';
}

.hero-border {
    width: 449px;
    height: 454px;
    border: 13px solid #EDB38E;
}

.hero-img {
    width: 508px;
    height: 337px;
    position: relative;
    left: -132px;
    top: 43px;
    z-index: 4;
}

.hero-img img {
    width: 100%;
    height: 100%;
}

.hero-img::before {
    content: '';
    background: url('../avprofi/assets/img/svg/hero.svg');
    width: 109px;
    height: 109px;
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -30px;
}

.hero-img::after {
    content: '';
    background: url('../avprofi/assets/img/svg/hero.svg');
    width: 109px;
    height: 109px;
    position: absolute;
    z-index: -1;
    bottom: -95px;
    right: -90px;
}
/* hero finish */
/* portfolio start */
.portfolio {
    margin-top: 50px;
}

.portfolio-title h2 {
    color: #05868E;
    text-align: center;
}

.portfolio-content {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio-card {
    margin-top: 30px;
    width: 255px; 
    height: 312px;
}

.card-portfolio {
    width: 255px;
    height: 312px;
    border: 1px solid #CDE7E8;
    border-radius: 7px;
    margin: auto;
    display: flex;
    cursor: pointer;
    transition: 0.5s;
}

.card-portfolio img {
    margin: auto;
    transition: 0.5s;
}

.portfolio-card-pdf {
    display: none;
    margin: auto;
}

.card-portfolio:hover .portfolio-card-img {
    display: none;
}

.card-portfolio:hover {
    filter: drop-shadow(0px 0px 20px rgba(3, 67, 71, 0.2));
    border: 1px solid #2FA5AF;
    border-radius: 7px;
    transition: 0.5s;
}

.card-portfolio:hover .portfolio-card-pdf {
    display: block;
}

.portfolio-card a {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.portfolio-card-pdf p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #2FA5AF;
    width: 59px;
    margin-top: 10px;
}

.portfolio-btn-a {
    margin: auto;
}

.portfolio-btn {
    width: 226px;
    height: 54px;
    background: #059AA4;
    border-radius: 8px;
    margin-top: 78px;
    margin: 78px auto 102px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding-top: 14px;
}

.swiper-container {
    overflow: hidden;
}

.swiper-button-lock {
    display: block;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.reviews-arrow-prev {
    background-image: url('../avprofi/assets/img/svg/arrow-prev.svg');
    width: 23px;
    height: 24px;
    margin-left: 0;
    left: -1117px;
}

.reviews-arrow-next {
    background-image: url('../avprofi/assets/img/svg/arrow-next.svg');
    width: 23px;
    height: 24px;
    margin-left: 0;
    left: -18px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.reviews-arrow {
    position: relative;
}

.reviews-arrow-prev, 
.reviews-arrow-next {
    top: -120px;
}
/* portfolio finish */
/* about start */
.about-container {
    display: flex;
    justify-content: space-between;
}

.about-left {
    width: 510px;
    height: 405px;
}

.about-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-right {
    width: 538px;
}

.about-border {
    width: 445px;
    height: 405px;
    border: 13px solid #EDB38E;
}

.about-img {
    width: 477px;
    height: 326px;
    position: relative;
    left: 33px;
    top: 26px;
}

.about-title h2 {
    font-size: 36px;
    line-height: 56px;
    color: #05868E;
}

.about-txt-2 p {
    margin-top: 20px;
}

.about-txt p,
.about-txt-2 p {
    font-size: 14px;
    line-height: 22px;
    color: #2FA5AF;
}
/* about finish */
/* faq start */
.faq {
    margin-top: 91px;
}

.faq .container {
    max-width: 790px;
}

.faq-title h2 {
    font-size: 36px;
    line-height: 56px;
    color: #05868E;
    text-align: center;
} 

.accordion {
    margin-top: 35px;
}

.accordion-item {
    border: 1px solid #05868E;
    border-radius: 7px;
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

/* .accordion-item:hover,
.accordion-item:focus {
    background-color: #05868E;
} */

.accordion button {
    position: relative;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #05868E;
    display: block;
    text-align: left;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion button:hover,
.accordion button:focus span{
    cursor: pointer;
    color: #000; 
}

.accordion button:hover .icon, 
.accordion button:focus .icon {
    transform: translateX(5px);
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 24px;
    line-height: 32px;
}

.accordion button .icon {
    display: inline-block;
    transition: 1s; 
}

.accordion button .icon::before {
    display: block;
    content: '';
    background: url('../avprofi/assets/img/svg/faq-closed.svg');
    width: 17px;
    height: 16px; 
}
  
.accordion button[aria-expanded='true'] .icon::before {
    width: 17px;
    height: 16px;
    content: '';
    background: url('../avprofi/assets/img/svg/faq-open.svg'); 
}

.accordion-item[aria-expanded="true"] {
    background: #05868E;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 12em;
    font-size: 1.125rem;
    font-weight: 400;
    transition: all 200ms linear;
    will-change: opacity, max-height; 
}
  
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height; 
}

.accordion .accordion-content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin:0 0 1em; 
    color: #05868E;
}

.faq-subtitle h2 {
    font-size: 36px;
    line-height: 56px;
    color: #05868E;
    text-align: center;
    margin-top: 79px;
}


.faq-btn {
    background: #EDB38E;
    border-radius: 8px;
    width: 147px;
    height: 54px;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin: 20px auto 32px;
    text-align: center;
    padding-top: 15px;
}
/* company start */
.company-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    color: #05868E;
}

.company-map {
    height: 500px;
}

.company-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
}
/* footer start */
.footer {
    background: #04656B;
    height: 456px;
    padding-top: 55px;
}

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

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-time {
    font-size: 12px;
    line-height: 22px;
    color: #EDB38E;
    margin-top: 33px;
}

.footer-phone {
    display: flex;
    margin-top: 5px;
}

.footer-phone-a {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.footer-phone-a a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.footer-mail {
    margin-top: 20px;
    display: flex;
}

.mail-content {
    display: flex;
    flex-direction: column;
}

.footer-mail a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-left: 10px;
}

.footer-adress {
    display: flex;
    margin-top: 20px;
}

.footer-adress a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-left: 10px;
    width: 155px;
}

.footer-title p {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #EDB38E;
}

.footer-map {
    width: 571px;
    height: 288px;
    margin-top: 18px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.footer-social {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    width: 110px;
}

.footer-social svg {
    stroke: #EDB38E;
}

.footer-social  svg:hover {
    stroke: #fff;
}

.footer-copyright {
    margin-top: 10px;
    margin-bottom: 16px;
    text-align: center;
}

.footer-copyright a {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #2FA5AF;
}

.modal-title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 56px;
    color: #05868E;
    margin-top: 50px;
    margin-left: 40px;
}

.modal-content-p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #9BCFD2;
    margin-left: 57px;
}

.modal-dialog {
    max-width: 742px;
    height: 477px;
    margin: auto;
}

.modal-header {
    border-bottom: 1px solid #fff;
}

.modal-footer {
    border-top: 1px solid #fff;
}

.form-btn {
    margin-top: 20px;
}

.form-btn .form-btn-contact {
    border: 1px solid #9BCFD2;
    border-radius: 8px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    width: 117px;
    height: 54px;
    filter: drop-shadow(0px 8px 12px rgba(3, 67, 71, 0.15));
    background: #059AA4;
    cursor: pointer;
    margin-left: 37px;
    margin-bottom: 35px;
}

.close {
    opacity: 1;
}

.form-line {
    display: flex;
    margin-left: 37px;
}

.form-txt-1 {
    margin-right: 14px;
}

.form-txt-1 input,
.form-txt-2 input {
    width: 311.09px;
    height: 54px;
    border: 1px solid #9BCFD2;
    border-radius: 8px;
    padding-left: 18px;
    outline: none;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9BCFD2;
}

.form-line-2 {
    display: flex;
    justify-content: center;
}

.form-line-2 textarea{
    margin-top: 12px;
    width: 635px;
    height: 154px;
    border: 1px solid #9BCFD2;
    border-radius: 8px;
    outline: none;
    padding-top: 20px;
    padding-left: 15px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #9BCFD2;
}


@media screen and (max-width: 1210px) {   
.hero-right {
    width: 420px;
}

.hero-border {
    width: 380px;
    height: 430px;
}

.hero-img {
    width: 420px;
    height: 292px;
    left: -97px;
    top: 60px;
}

.about-img {
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
}
}
        
@media screen and (max-width: 991px) {
.hero-content {
    flex-direction: column;
}

.hero-title {
    margin: auto;
    text-align: center;
}

.hero-text {
    margin: 20px auto 0;
    text-align: center;
}

.hero-btn {
    margin: 44px auto;
}

.hero-right {
    width: auto;
    margin: auto;
}

.hero-border {
    width: auto;
    height: 430px;
}

.hero-img {
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
}

.hero-img::after,
.hero-img::before {
    display: none;
}

.about-container {
    flex-direction: column-reverse;
}

.about-right {
    width: auto;
}

.about-title {
    text-align: center;
}

.about-txt,
.about-txt-2 {
    text-align: center;
}

.about-left {
    margin: 20px auto;
}

.about-border {
    width: auto;
}
}
        
@media(max-width: 767px){
/* header */
.header-nav-collapse {
    display: none;
}

.language {
    display: none;
}

.header-info {
    display: none;
}

.navbar-collapse.active {
    position: fixed;
    top: 155px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 00px 0 0 0;
    display: block;
    background: #05868E;
    backdrop-filter: blur(6px);
    z-index: 999;
}

.navbar-collapse.active .header-nav-collapse {
    display: block;
    position: relative;
    top: 70px;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
}

.menu-btn {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
}

.menu-btn::before, 
.menu-btn::after {
    content: '';
    background: #D8D8D8;
    border-radius: 1px;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
}

.menu-btn span {
    position: absolute;
    background-color: #D8D8D8;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
}

.nav-link {
    width: 120px;
    margin: auto;
}

.header-logo {
    position: relative;
    margin: inherit;
}

.header .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
/* hero */
.hero-title {
    width: auto;
}

.hero-right {
    height: 400px;
}

.hero-border {
    height: auto;
}

.portfolio-card {
    margin: 30px auto 0;
}

.about-left {
    width: 390px;
    height: 338px;
}

.about-border {
    height: 338px;
}

.portfolio-card {
    width: 185px;
    height: 210px;
}

.card-portfolio {
    width: 185px;
    height: 210px;
}

.card-portfolio img {
    width: 100%;
}

.form-line {
    flex-direction: column;
}

.form-txt-1 {
    justify-content: center;
    display: flex;
    margin-right: 0;
}

.form-txt-2 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.modal .fade .show {
    padding-right: 0;
}

.form-line {
    margin-left: 0;
}

.form-line-2 textarea {
    width: 467px;
}

.form-btn {
    display: flex;
    justify-content: center;
}

.form-btn .form-btn-contact {
    margin-left: 0;
}
}
        
@media screen and (max-width: 480px) {
header {
    top: 0;
}

.hero-title h1 {
    font-weight: 600px;
    font-size: 38px;
    line-height: 46px;
}

.hero-text {
    font-size: 16px;
    line-height: 24px;
    width: auto;
}

.hero-btn {
    margin: 15px auto 30px;
}

.hero-right {
    height: 300px;
}

.portfolio-title {
    width: 200px;
    margin: auto;
}

.portfolio-title h2 {
    font-size: 38px;
    line-height: 46px;
}

.portfolio-card {
    width: 156px;
    height: 185px;
}

.card-portfolio {
    width: 155px;
    height: 185px;
}

.portfolio-btn {
    width: 216px;
    height: 52px;
    margin: 49px auto 85px;
}

.about-left {
    width: auto;
}

.reviews-arrow-prev, .reviews-arrow-next {
    top: -85px;
}

.reviews-arrow-next {
    left: -42px;
}

.reviews-arrow-prev {
    left: -315px;
}

.company-title p {
    line-height: 32px;
    text-align: center;
}

.company .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.acf-map {
    border-radius: 0;
    margin-bottom: 0;
}

.footer {
    padding-top: 40px;
    padding-bottom: 25px;
    height: auto;
}

.footer-content {
    flex-direction: column;
}

.footer-logo {
    justify-content: center;
}

.footer-time {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.footer-phone {
    margin-top: 0;
    justify-content: center;
}

.footer-mail {
    display: flex;
    justify-content: center;
}

.footer-adress {
    display: none;
}

.footer-right {
    margin-top: 30px;
}

.footer-map {
    width: auto;
}

.footer-social {
    margin: 25px auto 0px;
}

.form-line-2 textarea {
    width: 311.09px;
}

.modal {
    padding-right: 0;
}

.modal-title {
    font-size: 25px;
    line-height: 31px;
}
}




.otgs-development-site-front-end {
    display: none;
}


.wpml-ls-legacy-list-horizontal > ul {
    display: flex;
    width: 60px;
    justify-content: space-around;
    position: relative;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.wpml-ls-link span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #FFFFFF;
}

.wpml-ls-current-language span {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #EDB38E;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 50px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    top: 30px;
}

.wpml-ls-legacy-list-horizontal > ul::before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    height: 13px;
    background: #fff;
    top: 19%;
    left: 48%;
}