@font-face {
    font-family: Futurabookc;
    src: url(../fonts/Futurabookc.otf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Futura-Medium;
    src: url(../fonts/Futura-Medium.otf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: FuturaBT-light;
    src: url(../fonts/FuturaBT-light.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Mindfully-Regular;
    src: url(../fonts/Mindfully-Regular.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Future-Black-Bold;
    src: url(../fonts/Future-Black-Bold.ttf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Muller-ExtraBold;
    src: url(../fonts/Muller-ExtraBold.otf);
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: Master-break;
    src: url(../fonts/Master-break.ttf);
    font-weight: normal;
    font-style: normal; }

html {
    position: relative;
    min-height: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; }

.container-fluid {
    padding-right: 80px;
    padding-left: 80px; }

.container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0; }

.row {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0; }

a {
    text-decoration: none;
    border-color: transparent; }

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0; }

a:active, a:focus {
    outline: none; }

input {
    outline: 0 !important; }

button:active, button:focus {
    outline: none; }

.form-control:focus,
.btn:focus {
    outline: 0;
    box-shadow: none; }

button::-moz-focus-inner {
    border: 0; }

input {
    outline: none; }
.transition {
    transition: 0.7s; }

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff !important;
    -webkit-text-fill-color: #303549 !important;
    color: #303549 !important; }


body {
    font-family: FuturaBT-light, sans-serif;
}

.wrapper {
    position: relative;
    min-width: 320px;
    max-width: 100%;
    min-height: 100%;
    height: 100%; }

/*fixed menu*/
.dropdown {
    height:80px;
    transition: top 1s;
}
.dropdown.fixed {
    width:100%;
    position: fixed;
    bottom: 150px;
}
.dropdown.fixed ~ .wrapper {
    margin-top:20%;
}
/*END fixed menu*/

/*header*/
.contact {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0.5rem 1rem 0;
}
footer p,
.contact p{
    font-family: Futurabookc, sans-serif;
    font-size: 1rem;
    color:#000;
    text-transform: uppercase;
}
footer .contact-block img,
.contact .contact-block img{
    width: 15px;
    height: 15px;
    margin: -0.1rem 0.3rem;
}
footer  .contact-block a,
.contact .contact-block a{
    font-family: Futurabookc, sans-serif;
    font-size: 1rem;
    color:#000;
}
.contact .contact-block a:hover{
    text-decoration: none;
    color:#0f488a;
}
.programs-item a, footer .contact-block .btn,
.contact .contact-block .btn{
    font-family: Futurabookc, sans-serif;
    font-size: 1rem;
    color:#fff;
    background: #0a2e58;
    padding: 0.23rem 1.85rem;
    margin: -0.5rem 0 0 1rem;
    border-radius: 1rem;
}
footer .contact-block .btn:hover,
.legislation a:hover,
.programs-item a:hover,
.contact .contact-block .btn:hover{
    color:#fff;
    background: #0f488a;
}
.nav-site {
    display: flex;
    justify-content: space-between;
    padding: 2.1rem 0.5rem 0 0;
}
/*menu*/
.menu .dropdown img{
    width: 2rem;
    height: 1.6rem;
}
.menu .dropdown-toggle::after {
    display: none;
}
.menu .btn {
    display: inline-block;
    padding: 0;
    background: transparent;}

.dropdown-menu.show {
    display: block;
    border-radius: 0;
    background: rgba(237, 237, 237, .9);
    box-shadow: 0 0 10px rgba(237, 237, 237, 1);
    border: none;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #fff;
}
.dropdown-menu a{
    font-family: Futurabookc, sans-serif;
    text-decoration: none;
    color: #0a2e58;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0.5rem 0;
}
.dropdown-menu a:hover{
    color: #0f488a;
}
/*END menu*/
.logo {
    text-align: center;
    margin: -4.5rem 0 3rem 5rem;
}
.logo img {
    margin-top: -0.7rem;
    margin-left: -2rem;
    text-align: center;
    width: 80px;
    height: auto;
}
.footer-logo h2,
.logo h2 {
    font-family: Muller-ExtraBold, sans-serif;
    font-size: 1.6rem;
    letter-spacing: 4px;
    color: #012551;
    text-transform: uppercase;
    text-align: center;
}
.footer-logo h5,
.logo h5 {
    font-family: Master-break, sans-serif;
    font-size: 0.9rem;
    letter-spacing: 4.5px;
    color: #012551;
    padding: 0.6rem 0 0 0;
    text-align: center;
}
.logo h3{
    font-family: Future-Black-Bold, sans-serif;
    font-size: 1.5rem;
    color:#012551;
    text-transform: uppercase;
}
.logo p{
    font-family: Mindfully-Regular, sans-serif;
    font-size: 1rem;
    color:#012551;
}
.social-icon a svg{
    fill: #aebac8;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 1rem;
}
.social-icon a svg:hover{
    fill: #95a5b7;
}
/*END header*/

/*-----MAIN-----*/

/*-----collage foto-----*/
.collage-foto{
    padding-bottom: 2.375rem;
}
.collage-foto .row{
    padding: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.column {
    flex: 20%;
    padding: 0 4px;
}
.column img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
}
.collage-foto-btn{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.popup-back .btn,
.collage-foto-btn a {
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.1rem;
    width: 14rem;
    height: 2.9rem;
    padding: 0.6rem 1rem 1rem 1rem;
    background: #0a2e58;
    color: #fff;
    border-radius: 2rem;
    margin: 2.5rem 1rem 0;
    transition: all 0.7s;
}
.collage-foto-btn .question {
    background: transparent;
    border: 1px solid #0a2e58;
    color: #0a2e58;
}
.popup-back .btn:hover,
.collage-foto-btn a:hover{
    background: #1254a1;
    color: #fff;
}
/*-----END collage foto-----*/

/*-----about-us-----*/
.about-us{
    display: flex;
    justify-content: space-between;
    background: #fcfcfc;
}
.foto-doctor{
    width: 27%;
    padding: 0;
}
.foto-doctor img{
    width: 100%;
}
.about-us-text {
    width: 70%;
    padding: 1rem 4rem 2rem 0;
}
.about-us-text h1{
    font-family: Mindfully-Regular, sans-serif;
    color: #c7c1bf;
    font-size: 7.5rem;
}
.about-us-text h4{
    font-family: FuturaBT-light, sans-serif;
    color: #000;
    font-size: 1.4rem;
    margin: 1rem 0;
}
.about-us-text h3{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 1.2rem;
    margin: 2rem 0;
    text-transform: uppercase;
}
.about-us-text h3 span{
    font-family: Future-Black-Bold, sans-serif;
}
.about-us-text p{
    font-family: FuturaBT-light, sans-serif;
    color: #000;
    font-size: 1.2rem;
    margin: 1rem 0;
    line-height: 24px;
}
/*-----END about-us-----*/

/*-----Advantages-----*/
.advantages {
    padding: 2.375rem 6.5rem 1rem;
}
.surrogacy-costs h1,
.advantages h1{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 3.1rem;
    text-transform: uppercase;
    text-align: center;
}
.advantages-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 4rem 0 0;
}
.advantages-item{
    text-align: center;
    width: 21%;
    margin-bottom: 4rem;
}
.advantages-item:last-child{
    margin-bottom: 0;
}
.advantages-item img{
    height: 3.75rem ;
}
.advantages-item h5{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.4rem;
    margin: 1rem 0;
}
.advantages-item p{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color:#585858;
}
/*-----END Advantages-----*/

/*-----surrogacy-costs-----*/
.surrogacy-costs {
    background: #fcfcfc;
    padding: 2.375rem 0 8rem;
    text-align: center;
}
.surrogacy-round{
    margin: 10rem 0 0 0;
}
.surrogacy-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.surrogacy-block ul{
   list-style: none;
}
.surrogacy-block ul li .surrogacy-item {
    position: relative;
    width: 250px;
    height: 250px;
    margin: -2rem;
    border-radius: 50%;
    text-align: center;
    padding: 4rem 2rem;
}
.white-circle .surrogacy-item {
    position: relative;
    background: #fff;
    padding: 5rem 1.5rem !important;
    z-index: 9;
}
.white-circle h2 {
    font-family: Futura-Medium, sans-serif !important;
    color: #1a3c63 !important;
}
.white-circle p {
    color: #000 !important;
}
.blue-circle .surrogacy-item{
    position: relative;
    background: #173456;
}
.blue-circle1 div figure {
    position: absolute;
    left: -21%;
    top: 19%;
}
.blue-circle2 div figure {
    position: absolute;
    left: 44%;
    top: 106%;
}
.blue-circle3 div figure {
    position: absolute;
    left: 107%;
    top: 18%;
}
.child-circle .surrogacy-item{
    position: relative;
    background: url("../img/png/round-child.png") no-repeat;
    z-index: 1;
}
.child-circle div figure {
    position: absolute;
    left: 0;
    top: 96%;
}
.embryo-circle .surrogacy-item{
    background: url("../img/png/embryo.png") no-repeat;
}
.embryo-circle figure {
    position: absolute;
    left: 42%;
    top: -23%;
}
.stomach-circle .surrogacy-item{
    position: relative;
    background: url("../img/png/stomach.png") no-repeat;
}
.stomach-circle div figure {
    position: absolute;
    left: 95%;
    top: 88%;
}
div figure  {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #173456;
}
.surrogacy-block ul li h2{
    font-family: FuturaBT-light, sans-serif;
    font-size: 2rem;
    color:#fff;
    margin-bottom: 1rem;
}
.surrogacy-block ul li span{
    font-family: Futura-Medium, sans-serif;
    font-size: 1rem;
    color:#fff;
}
.surrogacy-block ul li p{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1rem;
    color:#fff;
    margin: 0.5rem;
}

.mob-surrogacy-round {
    display: none;
    margin: 4rem 0;

}
.mob-surrogacy-round .surrogacy-block ul li .surrogacy-item {
    margin: 2rem 0;
}
.mob-surrogacy-round .surrogacy-block ul li .surrogacy-item {
    padding: 4rem 3rem;
}

.mob-surrogacy-round .white-circle .surrogacy-item {
    padding: 5rem 1rem !important;
}
.mob-surrogacy-round img{
    width: 100%;
}
/*-----END surrogacy-costs-----*/

/*-----programs-----*/
.programs {
    background: #1a3c63;
    padding: 2.375rem 7rem 2.375rem;
}
.programs h1{
    font-family: FuturaBT-light, sans-serif;
    font-size: 3.1rem;
    color:#fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.programs-block {
    margin: 3rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.programs-item{
    position: relative;
    background: #f4f8fb;
    padding: 2.375rem 4rem 2.375rem;
    width: 48%;
    border-right: 7px solid #102136;
    border-bottom: 7px solid #102136;
}
.programs-item div {
    position: absolute;
    bottom: 0;
    width: 80%;
    padding: 4rem 0 2.375rem 0;
}
.programs-first{
    padding: 2.375rem 4rem 2.375rem;
}
.programs-item h4{
    font-family: FuturaBT-light, sans-serif;
    font-size: 2.2rem;
    color:#000;
    margin-bottom: 2rem;
    text-align: center;
}
.programs-item p{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.5rem;
    color:#1a3c63;
    margin-bottom: 2rem;
    line-height: 24px;
    text-align: center;
}
.programs-item ul {
    margin-left: -1rem;
    margin-bottom: 11rem;
}
.programs-item ul li{
    list-style: none;
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color:#545556;
   padding: 0.5rem 0;
}
.programs-item ul li img{
   margin:  0 1rem;
}
.programs-item hr{
    border-color: #7f93a9;
    /*margin: 4rem 0 2rem;*/
}
.programs-first hr{
    /*margin: 6.4rem 0 2rem;*/
}
.programs-second hr{
   /*margin: 6.4rem 0 2rem;*/
}
.programs-item h6{
    font-family: Futura-Medium, sans-serif;
    font-size: 1.9rem;
    color:#000;
    margin-bottom: 2rem;
}
.programs-item h6 span{
    font-family: FuturaBT-light, sans-serif;
}
.programs a,
.programs-item a{
    padding: 0.6rem 4.1rem;
    margin: 0;
    border-radius: 2rem;
}
.programs h3{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 1rem 0;
}
.programs .programs-contact-btn{
    text-align: center;
}
.programs .programs-contact-btn a{
    background: #fff;
    color: #1a3c63;
    margin-top: 1rem;
}
.programs .programs-contact-btn a:hover{
    color: #fff;
    background: #0f488a;
}

/*-----END programs-----*/

/*-----partner-----*/
.partner{
    background: url("../img/png/bg-partner.png") no-repeat;
    background-size: cover;
    margin: 2.375rem 0 0 0;
    padding: 1.8rem 0 2.375rem;
}
.partner h1{
    font-family: FuturaBT-light, sans-serif;
    font-size: 3.1rem;
    color: #0a2e58;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1rem 0;
}
/*Crousel */
 .owl-nav button svg{
     fill: #5facb1;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: transparent;
}
 .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}
 .owl-nav button svg:hover{
    fill: #afb9c4;
}
.owl-nav .owl-next {
    float: left;
    transform: rotate(90deg);
    margin-left: -1%;
}
 .owl-nav .owl-prev{
    float: right;
    margin-right: -1%;
     transform: rotate(270deg);
}
 .stories-carousel .owl-dots,
.owl-theme .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
}
.stories-carousel .owl-dots span,
.owl-theme .owl-dots span {
    background: none repeat scroll 0 0 #8890a0;
    display: block;
    margin: 5px 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.stories-carousel .owl-dots .active span,
.owl-theme .owl-dots .active span{
    background: #0a2e58;
}
    /*END reviews-carousel*/

/*.owl-carousel .owl-item{*/
    /*width: 450px;*/
    /*margin: 0 auto;*/
/*}*/
.owl-carousel .owl-item h5{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.5rem;
    color:#000;
    line-height: 22px;
    padding-left: 6%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 110px;
    height: 100px;
    margin: 0 1rem 1rem 3rem;
    float: left;
}
.owl-carousel .owl-item p{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color:#555556;
    line-height: 22px;
    margin-top: 1rem;
    padding: 0 6% 0 15%;
    text-align: justify;
}
.owl-carousel .owl-item p span{
    font-family: Futura-Medium, sans-serif;
}
.second-slide{
    padding: 3rem 0;
}
/*-----END partner-----*/

/*-----stories-----*/
.stories{
    padding: 2.375rem 0;
}
.stories .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stories h1{
    font-family: Mindfully-Regular, sans-serif;
    color: #c7c1bf;
    font-size: 120px;
    text-align: center;
}
.stories h4{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0 3.5rem;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.stories h5{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 2rem;
}
.stories h5 span{
    font-family: Futura-Medium, sans-serif;
}
.stories-carousel{
    width: 75%;
}
.stories-carousel .owl-item p{
    padding: 0 6% 0 6%;
}

/*-----END stories-----*/

/*-----legislation-----*/
.legislation {
    padding: 2rem 8rem 2.375rem;
    background: #fcfcfc;
}
.contact-us h1,
.legislation h1{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 50px;
}
.contact-us h6,
.legislation h6{
    font-family: FuturaBT-light, sans-serif;
    color: #000;
    font-size: 25px;
    margin: 1rem 0 3rem;
}
.legislation p{
    font-family: FuturaBT-light, sans-serif;
    color: #000;
    font-size: 1.2rem;
    margin: 1rem 0 ;
    line-height: 24px;
}
.legislation p span{
    font-family: Futura-Medium, sans-serif;
    color: #000;
    font-size: 1.2rem;
    margin: 1rem 0 ;
    line-height: 24px;
}
.legislation h5{
    font-family: FuturaBT-light, sans-serif;
    color: #1a3c63;
    font-size: 1.2rem;
    margin: 2.375rem 0 1rem;
    text-transform: uppercase;
}
.legislation a{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1rem;
    color: #fff;
    background: #0a2e58;
    border-radius: 2rem;
    padding:  0.6rem 2rem;
}
/*-----END legislation-----*/

/*-----start-----*/
.start {
    background: #2b4a6f;
    background-size: cover;
    margin: 2.375rem 0 0 0;
    padding: 1rem 10rem 1rem;
}
.start h1{
    font-family: FuturaBT-light, sans-serif;
    color: #fff;
    font-size: 3.1rem;
    text-transform: uppercase;
    margin: 1rem 0 2rem ;
    text-align: center;
}
.start-block{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.start-item{
    width: 180px;
    text-align: center;
}
.start-item span {
    display: block;
    font-family: FuturaBT-light, sans-serif;
    font-size: 4rem;
    color: #768394;
}
.start-item p{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color:#fff;
    margin: 1rem 0;
}
.start-block img {
    margin: 2rem 0 0 0;
    width: 2rem;
    height: 1.2rem;
}

/*-----END start-----*/

/*-----contact-----*/
.contact-us {
    background: #fcfcfc;
    padding: 2.375rem 7rem;
    margin: 2.375rem 0 0 0;
}
.contact-us ul{
    margin-left: 2rem;
}
.contact-us ul li{
    font-family: FuturaBT-light, sans-serif;
    font-size: 1.2rem;
    color: #000;
    list-style: none;
    padding: 1rem;
    line-height: 24px;
 }
.contact-us ul li span{
    font-family: Futura-Medium, sans-serif;
    color: #0a2e58;
}
.contact-us ul li a{
    text-decoration: none;
    color: #000;
}
.contact-us ul li a p:hover,
.contact-us ul li a:hover{
    text-decoration: none;
    color: #0a2e58;
}
.contact-us ul li img,
.contact-us ul li a img{
   float: left;
    margin: 0 1rem;
    width: 2.2rem;
    height: auto;
}
.contact-us ul li a p {
    font-family: FuturaBT-light, sans-serif;
    margin-top: -1.5rem;
    text-transform: lowercase;
    font-size: 1.2rem;
}
.contact-form{
    background: #fff;
    padding: 3rem 3rem;
    border-right: 7px solid #eae7e7;
    border-bottom: 7px solid #eae7e7;
    text-align: center;
}
.contact-form h5{
    font-family: Futura-Medium, sans-serif;
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 2rem;
    text-align: center;
}
.contact-form textarea,
.contact-form input{
   border: none;
    background: #f3f3f3;
    padding: 1rem;
    height: 4.6rem;
    font-size: 1.1rem;
    color: #000;
    border-radius: 0;
    margin-bottom: 4rem;
    width: 100%;
    resize: none;
}
.contact-form textarea{
    height: 12rem;
    margin-bottom: 2rem;
}
.contact-form form button{
    border-radius: 2rem;
    border: none;
    background: #0a2e58;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    color: #fff;

}
.contact-form form button:hover {
    background: #0f488a;
}
/*-----END contact-----*/

/*for placeholder*/
.question .form-control::-webkit-input-placeholder {color:#bfbfbf;  font-size: 1.1rem; }
.question .form-control::-moz-placeholder          {color:#bfbfbf; font-size: 1.1rem; }/* Firefox 19+ */
.question .form-control:-moz-placeholder           {color:#bfbfbf;  font-size: 1.1rem; }/* Firefox 18- */
.question .form-control:-ms-input-placeholder      {color:#bfbfbf;  font-size: 1.1rem; }
/*-----End MAIN-----*/

/*footer*/
footer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    align-items: center;
    padding: 4.1rem 5rem;
}
footer div{
    text-align: center;
}
footer div img{
    margin-top: -2rem;
    margin-left: -1.7rem;
    text-align: center;
    width: 80px;
    height: auto;
}
 .footer-logo:hover{
   text-decoration: none;
    background: none;
}
.footer-dev a {
    display: block;
    margin: 1.5rem 0 -2rem;
    font-size: 1.2rem !important;
    letter-spacing: 1px;
}
/*END footer*/


/*popup contact*/
#ivm-programs, #surrogat-programs,
#consult{
    max-width: 736px;
    margin: 2rem auto;
    position: relative;
}
 .mfp-close-btn-in .mfp-close {
    color: #b0b5c0 !important;
    margin: 1rem;
}
.mfp-bg {
    background: #4a5674;
    opacity: 0.9;
}
/*END popup contact*/

/*scroll-top*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 200px;
    right: 82px;
    display: none;
    text-indent: -9999px;
    background: url(../img/png/icon_top.png) no-repeat;
    z-index: 1;
}
/*END scroll-top*/

/*popup-back*/
.popup-back{
    text-align: center;
}
.popup-back h1{
    font-family: FuturaBT-light, sans-serif;
    color: #0a2e58;
    font-size: 3.1rem;
    text-transform: uppercase;
    text-align: center;
}
.popup-back .btn{
    font-size: 1.1rem;
    color: #fff;
}
/*END popup-back*/

/*error*/
.response-message {
    text-align: center!important;
    color: red;
    padding: 5px;
    /* display: none; */
}
/*END error*/





/*media*/

@media screen and (max-width: 1700px) {
    .foto-doctor{
        width: 50%;
    }
    .about-us-text {
        width: 50%;
        padding: 1rem 4rem 1rem;
    }
    .start {
        padding: 5rem 0;
    }
    .start-item {
        width: 134px;
    }
}
@media screen and (max-width: 1400px) {
    .foto-doctor img{
        width: 100%;
    }
    .about-us-text {
        width: 50%;
    }
    .programs {
        background: #1a3c63;
        padding: 2.375rem 3rem;
    }
    .contact-us {
        padding: 2.375rem 4rem;
    }
    footer p{
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 1199px) {
    .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
 /*header*/
    header{
        padding: 0 1rem;
    }
    .logo {
        margin: -4rem 0 0;
    }
    .programs {
        padding: 2.375rem 1rem;
    }
    .about-us-text {
        width: 50%;
        padding: 1rem 2rem 1rem;
    }
    .contact-form {
        padding: 2rem 1rem;
    }
    .owl-nav .owl-prev {
        margin-right: 0;
    }
    .stories {
        padding: 2.375rem 1rem;
    }
    .stories-girl img{
        width: 100%;
    }
    footer {
        flex-direction: column;
        padding: 3.1rem 1rem;
    }
    footer p {
        margin: 1rem 0 2rem;
    }

}
@media screen and (max-width: 992px) {
    .contact p {
        display: none;
    }
    .contact {
        justify-content: flex-end;
    }
    .about-us {
        flex-wrap: wrap;
    }
    .foto-doctor{
        width: 100%;
    }
    .about-us-text {
        width: 100%;
    }
    .contact-form {
        margin-top: 2rem;
    }
    .programs-item {
        width: 100%;
        margin-bottom: 2rem;
    }
    .surrogacy-round{
        display: none;
    }
    .mob-surrogacy-round {
        display: block;
    }
    .surrogacy-costs {
        background: #fcfcfc;
        padding: 2.5rem 1rem 0;
        text-align: center;
    }
    .start-item {
        width: 27%;
    }
    .stories-girl img {
        margin-top: -8rem;
    }
}
@media screen and (max-width: 768px) {
    .advantages {
        padding: 2rem;
    }
    .advantages-item {
        width: 42%;
    }
    .advantages-content {
        margin: 4rem 0 0;
    }
    .start, .contact-us,
    .legislation {
        padding: 2rem 1rem;
    }
    .start-block img {
        display: none;
    }
    .stories .container {
        flex-wrap: wrap;
    }
    .stories .container {
        justify-content: center;
    }
    .stories-girl img {
        margin: 0 0 2rem 0;
    }
    .stories-carousel{
        width: 100%;
    }
    .contact-us{
        padding: 2rem 0;
    }
    .contact-us ul {
        margin-left: 0;
    }

}
@media screen and (max-width: 575px) {
    .logo {
        order: -1;
        margin: -3rem 1rem 1rem;
        letter-spacing: 4px;
    }
    .nav-site {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 2.1rem 0 0 0;
    }
    .dropdown.fixed {
       display: none;
    }
    .scrollup {
        right: 10px;
    }
    .collage-foto-btn a {
        margin: 2.5rem 1rem 0;
    }
    .programs-item h4 {
        font-size: 1.6rem;
    }
    .programs-item div {
        padding: 4rem 0 1rem 0;
    }
    .about-us-text h1,
    .stories h1 {
        font-size: 3rem;
    }
    .about-us-text {
        padding: 1rem;
    }
    .start-item {
        width: 100%;
    }
    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        display: none;}
    .owl-carousel .owl-item p {
        padding: 0 2% 0 3%;
    }
    .programs-item {
        padding: 1.5rem;
    }
    .surrogacy-costs h1, .programs h1, .partner h1, .contact-us h1, .legislation h1,
    .advantages h1 {
        font-size: 2.1rem;
    }
    .stories h4 {
        font-size: 1rem;}
    .programs-item h6 {
        font-size: 1.4rem;}

    .owl-carousel .owl-item img {
        float: none;
    }
    .owl-carousel.owl-loaded {
        text-align: -webkit-center;
    }
    .stories-carousel .owl-item p{
        padding: 0 ;
    }
    .partner {
        margin: 0;
    }
    .mfp-close {
        width: 30px;
        height: 30px;
    }
    .partner {
        padding: 2.375rem 0 0;
    }
    .contact-us ul li {
        padding: 1rem 0;
    }
    .contact-us ul li img, .contact-us ul li a img {
        margin: 0 1rem 0 0;
    }
    .contact-us ul li a p,
    .contact-us ul li {
        font-size: 1rem;
    }
}
@media screen and (max-width: 400px) {
    .logo h2 {
        font-size: 1rem;
    }
    .logo h5 {
        font-size: 0.8rem;
        line-height: 22px;
    }
    .logo {
        margin: -2rem 1rem 1rem;
    }
    .logo img {
        margin-left: -1.4rem;
    }
    .logo h5 {
        padding: 0;
    }
    .contact .contact-block .btn {
        margin: -0.5rem 1rem 0 1rem;
    }
    .advantages-item {
        margin-bottom: 2.5rem;
    }
    .advantages-item {
        width: 100%;
    }
    .contact-form form button {
        padding: 1rem 2rem;
    }
    .stories-carousel .item p{
        padding: 0 !important;
    }
    footer .contact-block .btn, .contact .contact-block .btn {
        margin: -0.5rem 0 0 0;
    }
    footer .contact-block a, .contact .contact-block a {
        font-size: 0.9rem;
        margin-right: 2px;
    }
    .footer-logo h2{
        font-size: 1.2rem;
    }


}
@media screen and (max-width: 350px) {
    .mob-surrogacy-round .surrogacy-block ul li .surrogacy-item {
        width: 300px;
        height: 300px;
    }
}