/*
Theme name: Arstu Prakse
Theme URL: https://coma.lv/
Author: Coma Web Development
Author URL: https://coma.lv/
Version: 1
*/

:root{
    --inter-font: 'Inter', sans-serif;
    --manrope-font: 'Manrope', sans-serif;
    --primary-color: #88485F;
    --bg-color: #FFEDF0;
}


input {
  border-radius: 0;
}

/*input{
  -webkit-appearance: none;
}
*/ 

a{
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

body{
    padding: 80px 0 0;
    margin: 0;
    font-family: var(--inter-font);
    font-weight: 400;
    background: #fff;
    box-sizing: border-box;
}

.wpforms-field-checkbox a{
    text-decoration: underline !important;
}

.header{
    position: fixed;
    width: 100%;
    height: 76px;
    top: 0;
    left: 0;
    border: 1px solid rgba(136, 72, 95, 0.1);
    background: #fff;
    z-index: 2;
}

.logo{
    width: 45px;
    height: 45px;
    background: url(./icon/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 43px;
    display: block;
    float: left;
    margin: 13px 0 0;
}

.wrapper{
    width: calc(100% - 40px);
    max-width: 1400px;
    margin: 0 auto;
}

.header .wrapper{
    display: table;
}

.header-phone{
    float: right;
    font-weight: 500;
    font-size: 15px;
    color: var(--primary-color);
    font-family: var(--inter-font);
    margin: 28px 25px 0;
}

.header .btn-white{
    float: right;
    margin-top: 12px;
}

.menu-main-menu-container{
    float: right;
    margin-top: 8px;
}

.main-menu .menu-item,
.footer-menu .menu-item{
    display: inline-block;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 15px;
    font-family: var(--inter-font);
    padding: 20px;
    transition: all 0.3s;
}

.main-menu .menu-item:hover a,
.footer-menu .menu-item:hover a{
    text-decoration: underline;
}

.footer-menu .menu-item{
    padding: 0px 0 20px;
    display: block;
}


.lang-box{
    float: right;
    margin: 27px 0 0 30px;
}

.lang-link{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.012em;
    font-family: var(--inter-font);
    color: #A0B3BB;
    padding: 3px;
}

.lang-link.active{
    color: var(--primary-color);
}

section{
    width:100%;
    position: relative;
}

.h1{
    font-weight: 400;
    font-size: 66px;
    font-family: var(--manrope-font);
    letter-spacing: -0.01em;
    color: var(--primary-color);
    margin: 10px 0;
    line-height: 68px;
}

.h2{
    font-weight: 400;
    font-size: 44px;
    font-family: var(--manrope-font);
    letter-spacing: -0.01em;
    color: var(--primary-color);
    margin: 10px 0;
}

.btn,
.wpforms-submit{
    border-radius: 100px !important;
    background: #B24A61 !important;
    font-weight: 700 !important;
    font-family: var(--manrope-font) !important;
    padding: 15px 30px 17px !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 18px !important;
    border: initial !important;
    transition: all 0.3s !important;
    cursor: pointer !important;
}

.btn-white{
    border-radius: 100px;
    background: initial;
    font-weight: 700;
    font-family: var(--manrope-font);
    padding: 13px 20px 15px;
    color: #B24A61;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    transition: all 0.3s;
    border: 2px solid #B24A61;
}

.btn:hover,
.wpforms-submit:hover{
    background: #CE697F !important;
    color: #fff !important;
    cursor: pointer;
}

.btn-white:hover{
    background: #CE697F !important;
    color: #fff !important;
    cursor: pointer;
    border: 2px solid #CE697F !important;
}

.grid-box{
    display: grid;
}

.row-2{
    grid-template-columns: 1fr 1fr;
}

.row-3{
    grid-template-columns: 1fr 1fr 1fr;
}

.row-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.row-5{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.row-6{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.row-1-2{
    grid-template-columns: 1fr 2fr;
}

.row-2-4{
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.row-2-1{
    grid-template-columns: 2fr 1fr;
}

.row-1-3{
    grid-template-columns: 1fr 3fr;
}

.row-3-1{
    grid-template-columns: 3fr 1fr;
}

.row-2-1-1{
    grid-template-columns: 2fr 1fr 1fr;
}

.row-1-4{
    grid-template-columns: 1fr 4fr;
}

.row-1-5{
    grid-template-columns: 1fr 4fr;
}

.row-1-2-4{
    grid-template-columns: 1fr 2fr 4fr;
}

.row-1-4r{
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr;
}

.row-1-2-1-1{
    grid-template-columns: 1fr 2fr 1fr 1fr;
}


.footer{
    background: var(--bg-color);
    padding: 70px 0 40px;
}

.footer .row:nth-child(1){
    display: flex;
    padding-left: 0px;
}

.desr-footer{
    width: calc(100% - 100px);
    color: var(--primary-color);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--inter-font);
    margin: 0 0 0 30px;
    line-height: 22px;
}

.location-footer,
.phone-footer{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--inter-font);
    line-height: 22px;
    position: relative;
    padding-left: 25px;
}

.location-footer{
    margin-bottom: 10px;
}

.location-footer:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./icon/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 0px;
}

.phone-footer:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./icon/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 0px;
}

.footer .logo{
    margin: 0;
}

.soc-links span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-position: center !important;
    margin: 0 0 0 15px;
    float: right;
}

.soc-links .facebook{
    background: url(./icon/facebook.svg);
}

.soc-links .instagram{
    background: url(./icon/instagram.svg);
}

.footer .row{
    padding-left: 30px;
}

.cop{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 15px;
    font-family: var(--inter-font);
    line-height: 18px;
    text-align: center;
    padding-top: 40px;
    margin-top: 50px;
    border-top: 1px solid rgba(216, 116, 152, 0.2);
}


.firt-section-home img{
    border-radius: 20px;
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
}

.firt-section-home{
    padding: 40px 0;
}


.firt-section-home .description{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 16px;
    font-family: var(--inter-font);
    width: 80%;
    display: block;
    line-height: 26px;
}

.firt-section-home .headline_2{
    color: var(--primary-color);
    font-weight: 400;
    font-size: 20px;
    font-family: var(--inter-font);
    display: inline-block;
    border-bottom: 1px solid rgb(178 74 97 / 18%);
    padding: 0 0 30px;
    margin-bottom: 10px;
}

.speecialist-image{
    width: 100%;
    height: 350px;
    border-radius: 10px 10px 0px 0px;
    background-size: 80% !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}

.speecialist-info-box{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
}

.speecialist-name{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: var(--inter-font);
}

.positions p{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: var(--inter-font);
    color: var(--primary-color);
}

.speecialist-section .speecialist-row{
    margin: 10px 5px;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: all 0.3s;
    cursor: pointer;
}

.speecialist-section .speecialist-row:hover{
    border: 2px solid #B24A61;
}

.descr-h2{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    font-family: var(--inter-font);
    color: #111111;
    display: block;
    margin: 20px 0 30px;
    width: 40%;
}

.speecialist-section{
    padding: 50px 0;
}

.speecialist-section .positions{
    height: 110px;
    display: block;
}

.h2 + .descr-h2{
    margin-top: 0;
}

.medmasas-wrapper{
    margin-top: 40px;
}

.service-section .row{
    background: var(--bg-color) url(./icon/service-bg.svg);
    border: 1px solid rgba(216, 116, 152, 0.07);
    border-radius: 20px;
    margin: 5px;
    position: relative;
    height: 344px;
    width: calc(100% - 10px);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 80%;
    transition: all 0.3s;
}

.service-section .row:hover{
    background: #FFFDFD url(./icon/service-bg.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 80%;
}

.service-section .service-name{
    font-weight: 500;
    font-size: 18px;
    color: #88485F;
    font-family: var(--manrope-font);
    position: absolute;
    bottom: 70px;
    left: 30px;
    width: 40%;
    display: block;
}

.service-icon{
    height: 60px;
    width: 60px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 90% !important;
    top: 30px;
    left: 30px;
    display: block;
    position: absolute;
}

.service-section{
    padding: 50px 0;
}

.service-section .grid-box,
.speecialist-section .grid-box{
    width: calc(100% + 10px);
    margin-left: -5px;
}

.service-name-single-list{
    font-weight: 500;
    font-size: 16px;
    font-family: var(--manrope-font);
    color: var(--primary-color);
    border: 1px solid #F2EBED;
    border-radius: 5px;
    display: block;
    padding: 32px;
    width: calc(100% - 120px);
    margin-top: -1px;
    position: relative;
}

.service-name-single-list.current-page{
    background: var(--bg-color);
}

.single-service-description{
    font-family: var(--inter-font);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
}

.service-name-single-list:after{
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: url(./icon/arrow-service.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    right: 32px;
    top: calc(50% - 3.5px);
}

.small-specialist-image{
    width: 120px;
    height: 120px;
    background-repeat: no-repeat !important;
    background-position: 50% 100% !important;
    background-size: 100% !important;
    border-radius: 100%;
    margin: 10px auto;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.small-specialist-name{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: var(--inter-font);
    display: block;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.specialists-single-box{
    margin: 50px 0 70px;
}

.single-service-description ul{
    padding: 0 0 0 15px;
}

.discont-box{
    background: var(--bg-color) url(./icon/procent.svg);
    border: 1px solid rgba(216, 116, 152, 0.07);
    padding: 80px;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: 18%;
    background-position: 6% 50%;
}

.discont-box .btn{
    margin-top: 20px;
}

.discont-box img{
    width: 80%;
    display: block;
    height: auto;
}

.price-box .grid-box{
    border-top: 1px dashed rgba(136, 72, 95, 0.5);
    padding: 30px 20px;
}

.price-box .grid-box.on{
    border-top: initial;
    padding: 0px 20px 30px;
}

.price-box .grid-box:nth-last-child(1){
    border-bottom: 1px dashed rgba(136, 72, 95, 0.5);
}

.price-box .grid-box .row:nth-child(2){
    text-align: right;
}

.price-box {
    margin: 30px 0;
}

.price-section .description{
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #111111;
    font-family: var(--manrope-font);
}

.info-box-price .row{
    background: #FFFDED;
    border-radius: 20px;
    padding: 40px 40px 40px 80px;
    margin: 20px 5px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--inter-font);
    color: #454545;
}

.info-box-price .row:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(./icon/info.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
}

.wpforms-label-hide{
    display: none;
}

.home-form-section{
    padding: 80px 0 120px;
}

.home-form-section img{
    display: block;
    border-radius: 20px;
    width: calc(100% - 20px);
    height: auto;
    margin: 20px 0;
}

.home-form-section .row:nth-child(2){
    padding: 0 0 0 30px;
}


.wpforms-field-container input[type="text"],
.wpforms-field-container input[type="email"],
.wpforms-field-container textarea{
    font-weight: 400;
    font-size: 16px !important;
    border-radius: 10px !important;
    color: #88485F !important;
    max-width: initial !important;
    background: var(--bg-color) !important;
    padding: 25px 30px !important;
    width: 100% !important;
    position: relative;
    outline: initial !important;
    margin: 0px 0 !important;
    border: initial !important;
    font-family: var(--inter-font) !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
    clear: both;
}

.wpforms-field-container textarea{
    height: 230px !important;
}

.wpforms-field-label-inline{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary-color);
}

.wpforms-field-checkbox ul{
    padding: 0;
    display: inline-block;
}

.wpforms-field-checkbox li{
    padding: 0;
    display: inline-block;
}

.wpforms-submit{
    padding: 15px 50px 17px;
}


.single-service-section .wpforms-container{
    margin: 20px 0 100px;
    position: relative;
}

.service-single-list{
    position: sticky;
    top: 80px;
    padding: 20px 0 60px;
}

.single-service-section .wpforms-container .wpforms-field,
.form-section .wpforms-container .wpforms-field{
    width: calc(50% - 10px);
}

.single-service-section .wpforms-container .wpforms-field-textarea,
.form-section  .wpforms-container .wpforms-field-textarea {
    position: absolute;
    top: 0;
    right: 0;
}

.form-section .wpforms-field-container{
    position: relative !important;
}

.single-service-section .wpforms-container .wpforms-field-textarea textarea,
.form-section .wpforms-container .wpforms-field-textarea textarea{
    height: 170px !important;
} 

.contact-section{
    padding: 50px 0 100px;
}

.contact-section iframe{
    width: calc(100% - 30px);
    height: 500px;
    margin-left: 30px;
    margin-top: 85px;
}

.contact-section .contact-box{
    margin: 40px 0;
    width: 60%;
    display: flex;
}

.contact-section .contact-box span{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #111111;
    font-family: var(--inter-font);
    padding-left: 25px;
    position: relative;
    display: block;
    width: 100%;
    margin-right: 40px;
}

.contact-section .contact-box span.location:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./icon/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 0px;
}

.contact-section .contact-box span.phone:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./icon/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 0px;
}

.contact-section .contact-box span.fax:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./icon/fax.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    position: absolute;
    left: 0px;
}

.form-section{
    padding-bottom: 100px;
}

.popup-speecialist{
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
    border-radius: 10px;
    width: 1000px;
    top: calc(50% - 220px);
    left: calc(50% - 520px);
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10;
}

.popup-speecialist.active{
    visibility: visible;
    opacity: 1;
}

.close-popup{
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(./icon/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: 40px;
    right: 30px;
    cursor: pointer;
}

.popup-name{
    font-family: var(--inter-font);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.popup-speecialist .row:nth-child(2){
    padding-left: 30px;
}

.descr-popup{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #111111;
    font-family: var(--inter-font);
}

.opacity-bg{
    background: #2F2F2F;
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.opacity-bg.active{
    visibility: visible;
    opacity: 0.9;
}

.specialists-single-box .row{
    cursor: pointer;
}

.specialists-single-box .row:hover .small-specialist-image{
    border: 2px solid var(--primary-color);
}

.specialists-single-box .row:hover .small-specialist-name{
    color: var(--primary-color);
}

.mob-service-list{
    display: none;
}

.speecialist-section .service-name-single-list{
    display: none;
}

.mob-speecialist-home-section{
    display: none;
}

.burger-btn{
    display: none;
}

.pc-speecialist-home-section{
    display: block;
}

.single-service-description blockquote{
    background: #EEFFF7;
    border-radius: 20px;
    padding: 30px 20% 30px 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3EAF7A;
    margin: 40px 0;
    width: 40%;
    display: block;
    position: relative;
}

.single-service-description blockquote:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(./icon/blockquote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: calc(50% - 20px);
    left: 30px;
}

.breadcrumbs,
.breadcrumbs span{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #B8B8B8;
}

.breadcrumbs{
    margin-top: 40px;
}

.breadcrumbs span{
    color: #88485F;
    margin: 0 0 0 5px;
}

.breadcrumbs a{
    margin: 0 5px 0 0;
}

.breadcrumbs a:hover{
    color: #88485F;
    text-decoration: underline;
}

.price-section{
    padding: 50px 0;
}

.single-service-section{
    padding: 30px 0 0;
}

.mob-specialist-description{
    display: none;
}

.blog-section{
    padding: 50px 0;
}

.blog-section .h2{
    margin-bottom: 30px;
}

.blog-section .grid-box {
    width: calc(100% + 10px);
    margin-left: -5px;
}

.blog-section a{
    display: block;
    height: 100%;
}

.blog-section .blog-container{
    margin: 10px 5px;
    border-radius: 10px;
    border: 2px solid #fff;
    transition: all 0.3s;
    cursor: pointer;
    height: calc(100% - 20px);
}

.blog-section .blog-container:hover {
    border: 2px solid #B24A61;
}

.blog-section .blog-post-image{
    background: var(--bg-color);
    border-radius: 10px 10px 0px 0px;
    display: flex;
    justify-content: center;
    height: 200px;
}

.blog-section .blog-post-image img{
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
}

.blog-section .blog-post-info{
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
    border-radius: 0px 0px 10px 10px;
    padding: 30px;
    height: calc(100% - 260px);
}

.blog-post-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    font-family: var(--inter-font);
}

.blog-post-excerpt{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: var(--inter-font);
    color: var(--primary-color);
}

.single-blog-section{
    padding: 50px 0;
}

.single-blog-section .wrapper .row{
    max-width: 800px;
}

.single-blog-section p{
    font-size: 16px;
    line-height: 1.5;
}

@media(max-width: 800px){

    .mob-specialist-description{
        display: block;
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #111111;
        margin-top: -20px;
    }

    .price-section + .home-form-section{
        padding: 0px 0 60px;
    }

    .breadcrumbs{
        margin-top: 40px;
    }

    .single-service-section {
        padding: 10px 0 0;
    }

    .row-2 {
        grid-template-columns: 1fr;
    }

    .row-4 {
        grid-template-columns: 1fr;
    }

    .row-2-4 {
        grid-template-columns: 1fr;
    }

    .menu-main-menu-container{
        position: fixed;
        width: 100%;
        height: calc(100vh - 80px);
        top: 78px;
        left: 0;
        background: #fff;
        margin: 0;
        float: initial;
        transform: translateX(100%);
        transition: all 0.3s;
    }

    .active-menu .menu-main-menu-container{
        transform: translateX(0%);
    }

    .main-menu .menu-item{
        width: 100%;
        font-size: 18px;
    }

    .header-phone{
        display: none;
    }

    .header .btn-white{
        display: none;
    }

    .h1{
        font-size: 38px;
        line-height: 42px;
    }

    .firt-section-home .row:nth-child(1){
        order: 2;
    }
    .firt-section-home .row:nth-child(2){
        order: 1;
    }

    .firt-section-home img {
        width: 100%;
        margin-bottom: 20px;
    }

    .firt-section-home .headline_2{
        font-size: 16px;
        padding: 0 0 30px;
        margin-bottom: 0px;
    }

    .firt-section-home .description {
        font-weight: 400;
        font-size: 14px;
        width: 100%;
        display: block;
        line-height: 22px;
    }

    .firt-section-home .btn{
        width: 100%;
    }

    .service-section .row {
        background: var(--bg-color) url(./icon/service-bg.svg);
        border: 1px solid rgba(216, 116, 152, 0.07);
        border-radius: 20px;
        margin: 5px 0;
        position: relative;
        height: 110px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 80% 60%;
        background-size: 40%;
        transition: all 0.3s;
    }

    .service-section .row:hover {
        background: #FFFDFD url(./icon/service-bg.svg);
        border: 1px solid rgba(216, 116, 152, 0.07);
        border-radius: 20px;
        margin: 5px 0;
        position: relative;
        height: 110px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 80% 60%;
        background-size: 40%;
        transition: all 0.3s;
    }

    .service-section .service-name {
        font-weight: 500;
        font-size: 18px;
        color: #88485F;
        font-family: var(--manrope-font);
        position: absolute;
        bottom: initial;
        left: 120px;
        width: 60%;
        height: 110px;
        display: block;
        top: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h2 {
        font-size: 28px;
    }

    .h2 + .descr-h2 {
        margin-top: 0;
        width: 100%;
    }

    .descr-h2 {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
    }

    .home-form-section img {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }

    .home-form-section .row:nth-child(2) {
        padding: 0 0 0 0px;
    }

    .wpforms-submit {
        padding: 15px 50px 17px;
        width: 100%;
    }


    .footer .row:nth-child(1) {
        display: block;
        padding-left: 0px;
    }

    .footer .logo {
        margin: 0;
        float: initial;
        height: 65px;
        width: 65px;
        background-size: 100%;
    }

    .desr-footer {
        width: 100%;
        color: var(--primary-color);
        font-weight: 400;
        font-size: 14px;
        font-family: var(--inter-font);
        margin: 10px 0 10px 0px;
        line-height: 22px;
        display: block;
    }

    .footer .row {
        padding-left: 0px;
    }

    .soc-links span {
        margin: 20px 15px 0 0px;
        float: left;
    }

    .cop{
        font-size: 13px;
    }

    .discont-box{
        background: var(--bg-color) ;
        border: 1px solid rgba(216, 116, 152, 0.07);
        padding: 40px;
        margin: 20px 0;
        background-repeat: no-repeat;
        background-size: 18%;
        background-position: 6% 50%;
    }

    .row-2-1 {
        grid-template-columns:1fr;
    }

    .discont-box .row:nth-child(1){
        order: 2;
    }

    .discont-box .row:nth-child(2){
        order: 1;
    }

    .discont-section .h2{
        font-size: 20px;
    }

    .discont-box img {
        width: 60%;
        display: block;
        height: auto;
        margin: 0 0 20px;
    }

    .burger-btn{
        font-weight: 600;
        font-size: 10px;
        font-family: var(--inter-font);
        color: var(--primary-color);
        border-radius: 20px;
        background: var(--bg-color);
        float: right;
        padding: 10px 15px;
        margin: 20px 0 0 30px;
        display: inline-block;
    }

    .single-service-section .wpforms-container .wpforms-field, .form-section .wpforms-container .wpforms-field {
        width: 100%;
    }

    .single-service-section .wpforms-container .wpforms-field-textarea, .form-section .wpforms-container .wpforms-field-textarea {
        position: relative;
        top: initial;
        right: initial;
    }

    .price-box .row-2-1 {
        grid-template-columns: 2fr 1fr;
    }

    .info-box-price .row {
        background: #FFFDED;
        border-radius: 20px;
        padding: 70px 30px 30px;
        margin: 10px 0px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        font-family: var(--inter-font);
        color: #454545;
    }

    .info-box-price .row:before{
        top: 20px;
    }

    .contact-section .contact-box {
        margin: 20px 0;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .contact-section .contact-box span{
        margin-top: 20px;
        font-size: 14px;
    }

    .contact-section iframe {
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: 40px;
    }

    .row-1-2 {
        grid-template-columns: 1fr;
    }

    .service-single-list {
        position: relative;
        top: initial;
    }

    .row-5 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .small-specialist-image {
        width: 80px;
        height: 80px;
    }

    .small-specialist-name {
        font-size: 14px;
        line-height: 16px;
    }

    .specialists-single-box {
        margin: 20px 0 30px;
    }

    .popup-speecialist {
        position: fixed;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 7%);
        border-radius: 10px;
        width: calc(100% - 80px);
        top: 20px;
        left: 20px;
        height: calc(100vh - 80px);
        padding: 20px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        overflow-y: auto;
    }

    .popup-speecialist .speecialist-image {
        width: 150px;
        height: 150px;
    }

    .popup-speecialist .row:nth-child(2) {
        padding-left: 0px;
        margin-top: 20px;
    }

    .popup-name {
        font-family: var(--inter-font);
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
    }

    .descr-popup {
        font-size: 14px;
        line-height: 22px;
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(./icon/close.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 80%;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .service-name-single-list {
        font-weight: 500;
        font-size: 16px;
        font-family: var(--manrope-font);
        color: var(--primary-color);
        border: 1px solid #F2EBED;
        border-radius: 5px;
        display: block;
        padding: 32px;
        width: calc(100% - 64px);
        margin-top: -1px;
        position: relative;
    }

    .mob-service-list{
        display: block;
    }

    .speecialist-section .speecialist-row {
        margin: 10px 0px;
    }

    .hidden-mob{
        display: none;
    }

    .service-single-list.active-list .hidden-mob{
        display: block;
    }

    .speecialist-section .service-name-single-list{
        display: block;
    }

    .speecialist-section .service-name-single-list + .speecialist-row{
        display: none;
    }

    .active-specialist{
        display: block !important;
    }

    .mob-speecialist-home-section{
        display: block;
    }

    .swiper-ginekologi-dzemdibu-specialisti,
    .swiper-medmasas{
        overflow: hidden;
    }

    .pc-speecialist-home-section{
        display: none;
    }

    .mob-speecialist-home-section .btn-white{
        width: 100%;
        margin-top: 20px;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }

    .swiper-pagination-bullet{
        border: 2px solid #F5DADE;
        width: 5px !important;
        height: 5px !important;
        opacity: 1 !important;
        background: initial !important;
        margin: 0 8px !important;
    }

    .swiper-pagination-bullet-active{
        background: #F5DADE !important;
    }

    .single-service-description blockquote {
        padding: 70px 30px 30px 30px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #3EAF7A;
        margin: 20px 0;
        display: block;
        position: relative;
        width: calc(100% - 60px);
    }

    .single-service-description blockquote:before{
        top: 30px;
    }

}


















