
/*@charset "utf-8";*/

html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
img{
    border:none;
    max-width: 100%;
    height:auto;
}
a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
    font-family: 'Montserrat', sans-serif;
}
b {
    display: inline;
    font-weight: 700;
}
a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    position: relative;
    margin:0;
    padding:0;
    /*word-wrap: break-word;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea{
    display:block;
}
a, span, button, i{
    display: inline-block;
}


/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Montserrat', sans-serif;
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: 'Montserrat', sans-serif;
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

.search-field input::-webkit-input-placeholder {color:#888888;}
.search-field input::-moz-placeholder          {color:#888888;}
.search-field input:-moz-placeholder           {color:#888888;}
.search-field input:-ms-input-placeholder      {color:#888888;}

.field-input.input-error input::-webkit-input-placeholder {color:#f2171e;}
.field-input.input-error input::-moz-placeholder          {color:#f2171e;}
.field-input.input-error input:-moz-placeholder           {color:#f2171e;}
.field-input.input-error input:-ms-input-placeholder      {color:#f2171e;}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

.field-input.input-error textarea::-webkit-input-placeholder {color:#f2171e;}
.field-input.input-error textarea::-moz-placeholder          {color:#f2171e;}
.field-input.input-error textarea:-moz-placeholder           {color:#f2171e;}
.field-input.input-error textarea:-ms-input-placeholder      {color:#f2171e;}

textarea::-webkit-input-placeholder {color:#000;}
textarea::-moz-placeholder          {color:#000;}
textarea :-moz-placeholder           {color:#000;}
textarea:-ms-input-placeholder      {color:#000;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

@font-face{
    src:url(../fonts/Circe-Bold.ttf);
    font-family:'CirceBold';
}

@font-face{
    src:url(../fonts/Circe-Regular.ttf);
    font-family:'CirceRegular';
}


@font-face{
    src:url(../fonts/MuseoSansCyrl300.otf);
    font-family:'MuseoSansCyrl300';
}


@font-face{
    src:url(../fonts/georgiaBold.ttf);
    font-family:'GeorgiaBold';
}


@font-face{
    src:url(../fonts/MontserratRegular.ttf);
    font-family:'MontserratRegular';
}


@font-face{
    src:url(../fonts/Metropolis.ttf);
    font-family:'MetropolisRegular';
}


@font-face{
    src:url(../fonts/roboto-light-webfont.ttf);
    font-family:'RobotoLight';
}


@font-face{
    src:url(../fonts/roboto-regular-webfont.ttf);
    font-family:'RobotoRegular';
}

/*body*/


@font-face {
    font-family: 'RobotoRegular', sans-serif;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #fff;
    font-size: 14px;
    margin: 0;
padding: 0px;
}

a,
button{
    color: #000;
}

a:hover,
button:hover{

}

p, li{
    line-height: 30px;
}

.wrapper{
    width: 100%;
    overflow: hidden;

    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;
    min-height: 100vh;
}

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

.menu {
    background-color:#faf8f4;
}
.menu ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.menu ul li {
     line-height: 16px;
}
.menu ul li a {
    font-weight: 600;
    font-size: 14.67px;
    font-family: 'MontserratRegular';
    padding: 50px 0px;
}
.menu ul li a:hover {
color:#ffe5cd;
transition: 0.5s ease;
}
.menu .logo {
    position: absolute;
    top: 15px;
    left: 46%;
    margin-left: -73px;
}

.menu ul li:nth-child(3) {
    margin-left: 100px;
}
.menu ul li:nth-child(2) {
    margin-right: 132px;
}

.menu ul li:nth-child(1) {
margin-left: 38px;
}

.quote {
    margin-top: 50px;
    z-index: -1;
}


.quote {
    margin-top: 50px;
}

.quote .container {
    padding: 0px 0px;
}
.wrap-quote {
    width: 100%;
    border: 6px solid #ffe5cd;
    padding: 24px 55px 87px 323px;
    text-align: left;
}
h3 {
    font-size: 32px;
    font-family: 'CirceBold' ;
}

.wrap-quote h3 {
    margin-bottom: 0px;
}
.after-title {
    font-size: 17.33px ;
    font-family: 'CirceRegular';
}
.wrap-quote p {
    font-family: 'RobotoLight';
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
}

.quote-sym {
    position: absolute;
    font-size: 200px;
    font-family: 'GeorgiaBold';
    top: -65px;
    right: 11px;
}
.wrap-quote .women-ph {
    position: absolute;
    left: -23px;
    top: -38px;
    z-index: 999;
}
.qual-exp-wrap{

}

.qual-exp {
    background: #faf8f4;
    margin-top: 20px;
    padding-bottom: 34px;
}

.qual-exp-wrap {
    margin-top: 53px;
    padding: 0px 48px;
}
.open-nav {
    display: none;
}
.close-nav {
    display: none;
}

.qual-exp h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 26px;
}
.qual-exp p {
    text-align: left;
    font-size: 16px;
    font-family: 'RobotoLight';
    margin-bottom: 16px;
    line-height: 20px;
}

h2 {
    text-align: center;
    font-size: 46.67px;
    font-family: 'CirceBold';
}
.services {
    margin-top: 100px;
}

.services h2 {
    margin-bottom: 36px;
}

.item-services {
    display: flex;
    justify-content: space-between;
}
.text-service {
    padding: 0px 20px 0px 30px;
    width: 50%;
}
h4 {
    font-size: 26.67px;
    font-family: 'RobotoRegular';
}

.text-service p {
    font-family: "RobotoLight";
    font-size: 12px;
    text-align: left;
    margin-bottom: 26px;
    line-height: 14px;
}

.text-service a {
    width: 190px;
    height: 33.33px;
    border-radius: 16px;
    background: #ffe5cd;
    text-align: center;
    padding-top: 11px;
    padding-right: 16px;
    margin-bottom: 34px;
    -webkit-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.1);
    font-family: 'MetropolisRegular';
    font-size: 12px;
}

.text-service a:after {
    content: '';
    width: 13px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 9px;
     -webkit-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.2);
}

.text-service a:hover {
    transition: 0.5s ease;
    background: #ffc998;
}

a {
    font-family: 'MetropolisRegular';
    font-size: 12px;

}

.text-service h4 {
    margin-bottom: 16px;
}

.item-services .serv-img {
    margin-top: 4px;
    width: 50%;
}
.services .container {
    padding: 0px 0px;
}




.response--site-menu {
    display: flex;
    justify-content: space-around;
     background: none;
}



.wrap-services .item-services:nth-child(2n){
    flex-direction: row-reverse;
}
.item-services:nth-child(2n) .text-service {
    padding: 0px 45px 0px 1px;
    margin-top: 14px;
}

.item-services:nth-child(2n) .serv-img {
    margin-top: -20px;   
}

.item-services:nth-child(3n) .text-service {
    margin-top: 14px;
}

.wrap-services .item-services:last-child  {
    flex-direction: inherit;
}

.contact {
    background: #faf8f4;
}

.wrap-fees-ins {
    margin-top: 107px;
    padding: 0px 53px;
}
.wrap-fees-ins span {
    text-align: center;
    font-family: 'CirceRegular';
    font-size: 20px;
    display: block;
    line-height: 26px;
    margin-bottom: 45px;
}

.wrap-fees-ins p {
    font-family: 'MontserratRegular';
    font-size: 16px;
}
.wrap-fees-ins h2 {
    margin-bottom: -6px;
}
.wrap-fees-ins ul {
    background: #fff;
    padding: 18px 1px 18px 38px;
    font-family: 'CirceBold';
    font-size: 20px;
    color: #4f4f4f;
    border-radius: 16px;
    margin-top: 20px;
    margin-bottom: 28px;
-webkit-box-shadow: 0px 0px 38px -8px rgba(158,155,150,1);
-moz-box-shadow: 0px 0px 38px -8px rgba(158,155,150,1);
box-shadow: 0px 0px 38px -8px rgba(158,155,150,1);
  }
.wrap-fees-ins li:nth-child(2n) {

    color:#8c8c8c;
}

.wrap-fees-ins li:before {
    content: '';
    position: absolute;
    width: 9px;
    height: 2px;
    background: #6b6b6b;
    left: -18px;
    top: 13px;
}
.wrap-contacts h2 {
    margin-top: 50px;
    margin-bottom: 20px;
}
.footer-cont{
    display: flex;

}

.phone {
        margin-left: 29px;
}
.adress span {
    font-family: 'CirceBold';
    font-size: 20px;
}

.adress p {
    font-family: 'CirceLight';
    font-size: 16.47px;
    line-height: 22px;
}


.phone span {
    font-family: 'CirceBold';
    font-size: 20px;
}
.phone p {
    font-family: 'CirceLight';
    font-size: 16.47px;
    line-height: 22px;
}
.map-wrap{
    margin-left: 14px;
    height: 228px;
}
.map-wrap iframe {
    width: 100%;
    height: 100%;

}
.footer-cont {
    margin-top: 25px;

}
.wrap-contacts {
    padding-bottom: 50px;
}


.name {
    font-family: 'CirceBold';
    font-size: 16px;
}

.field-text input {
    border: 1px solid #ffe5cd;
    border-radius: 6px;
    padding: 5px 15px;
    margin-bottom: 15px;
    font-family: 'CirceRegular';
    font-size: 14px;
}

.field-text input:hover {
background: #faf8f4;
transition: 0.5 ease;
}


.inp-subm input {
    border-radius: 16px;
    background: #ffe5cd;
    text-align: center;
    -webkit-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 16px 29px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 29px 0px rgba(0,0,0,0.1);
    padding: 15px 35px;
    font-family: 'MetropolisRegular';
    font-size: 14px;
    margin: 0px 0px -30px 43px;
}

.inp-subm input:hover {
    transition: 0.5s ease;
    background: #ffc998;
}

#hidden-content p {
    font-family: 'CirceLight';

}

@media screen and (max-width: 759px) {
.quote {
    z-index: 0;
}


    .qual-exp {

    margin-top: auto;

}

.qual-exp-wrap {
    margin-top: 25px;
    }

    .services {
    margin-top: auto;
}

.services h2 {
    margin-bottom: auto;
}




.item-services .serv-img {
    margin-top: 4px;
    width: 100%;
    text-align: center;
    max-height: 300px;
}

.item-services .serv-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.text-service {
    padding: 10px 66px;
    width: 100%;
    text-align: center;
}


.item-services:nth-child(2n) .text-service {
    padding: 10px 66px;
    width: 100%;
    text-align: center;
    margin: 0px 0px;
}



.footer-cont {
    margin-top: 25px;
    justify-content: center;
}

.text-service p {
    font-family: "RobotoLight";
    font-size: 14px;
    text-align: left;
    margin-bottom: 26px;
    line-height: 16px;
}


.wrap-quote {
    width: 100%;
    border: 6px solid #ffe5cd;
    padding: 0px 40px;
    text-align: justify;
}

.wrap-quote .women-ph {
    position: static;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    margin: 20px 0px;
    width: 100%;
    z-index: 0;
}



.wrap-quote .women-ph img {
    border: none;
    max-width: 100%;
    object-fit: cover;
    height: auto;
    width: 100%;

}

.wrap-fees-ins {
    margin-top: 10px;
}

.wrap-contacts h2 {
    margin-top: 30px;

    }
    .wrap-contacts {
    padding-bottom: 30px;
}
.map-wrap {
    margin: 0px 14px;
    overflow: hidden;
}

.quote {
    margin-top: 0px;
}

}

@media screen and (max-width: 651px) {

.close-nav{
        display: block;
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 15px;
        background: url(../img/icons/close.png) no-repeat center center;
        width: 32px;
        height: 32px;
        -moz-background-size: 18px;
        -o-background-size: 18px;
        background-size: 18px;
    }

    .menu-nav{
        display: block;
        position: fixed;
        width: 360px;
        max-width: 85%;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 9999;
        overflow: auto;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        margin: 0;
        -webkit-overflow-scrolling: touch;
        background: #001D2F;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .menu-nav.open{
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.75);
    }

    nav ul{
        display: block;
    }
    nav a {
        font-size: 16px;
        font-weight: 300;
    }

    .open-nav{
        display: block;
        position: absolute;
        z-index: 1;
        top: 15px;
        right: 15px;
        background: url(../img/icons/open.png) no-repeat center center;
        width: 32px;
        height: 32px;
        background-size: 18px;
    }
    



    .wrap-fees-ins p {
    font-family: 'MontserratRegular';
    font-size: 16px;
    text-align: left;
}
.menu .logo {
    position: static;
    top: 0px;
    left: 0;
    margin-left: 0px;
    text-align: left;
    display: block;
    padding: 9px 0px;
}
.quote-sym {
    position: absolute;
    font-size: 150px;
    font-family: 'GeorgiaBold';
    top: -56px;
    right: 11px;
}

.show-nav, .hide-nav {
    margin: 10px;
    display: block;
    /* text-align: right; */
    align-items: right;
    position: absolute;
    /* margin: 0px 551px; */
    right: 0;
    top: 29px;
}

.wrap-fees-ins span {
    text-align: center;
    font-family: 'CirceRegular';
    font-size: 20px;
    display: block;
    line-height: 26px;
    margin-bottom: 45px;
}
.wrap-fees-ins h2 {
    margin-bottom: 26px;
    line-height: 41px;
}

.response--site-menu {
    background: #faf8f4;
    z-index: 2;
}






.response--main-navigation.mobile-nav.expanded .response--site-menu {
    right: 0;
    transform: translateX(0);
    width: 60%;
}

.hide-nav {
    margin: 10px;
    display: block;
    /* text-align: right; */
    align-items: right;
    position: absolute;
    /* margin: 0px 551px; */
    right: 0;
    top: 7px;
    background: url(../img/icon-close.png);
    width: 50px;
    height: 50px;
}



.show-nav {
    height: 39px;
    width: 36px;
}

.show-nav:before {
    content: "";
    background: url(../img/menu.svg);
    /* background-size: 40px; */
    position: absolute;
    width: 100%;
    height: 100%;
    right: -3px;
    bottom: 0px;
    z-index: 5;
}

.menu-nav.open {
    background: #faf8f4;
}

.open-nav {
    display: block;
    position: absolute;
    z-index: 1;
    top: 29px;
    right: 15px;
    background: url(../img/menu.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    background-size: 32px;
}

.close-nav {
    display: block;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    background: url(../img/close.svg) no-repeat center center;
    width: 32px;
    height: 32px;
    -moz-background-size: 18px;
    -o-background-size: 18px;
    background-size: 20px;
}

.menu ul li:nth-child(1) {
    margin-left: 0px;
}
.menu ul li:nth-child(2) {
    margin-right: 0px;
}
.menu ul li:nth-child(3) {
    margin-left: 0px;
}

.menu ul {
    display: block;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 35px;
}

}

@media screen and (max-width: 560px) {
.wrap-quote {
    width: 100%;
    border: 6px solid #ffe5cd;
    padding: 0px 40px;
    text-align: left;
    z-index: -1;
}







}


@media screen and (max-width: 480px) {
.wrap-fees-ins ul {
    padding: 18px 23px 18px 38px;
}



}



@media screen and (max-width: 383px) {

.wrap-fees-ins ul {
    font-size: 18px;

}
}