@font-face {
    font-family: roboto;
    src: url(../font/Roboto.ttf);
}
@font-face {
    font-family: roboto-light;
    src: url(../font/Roboto-Light.ttf);
}
html body {
	font-family: roboto; 	
}
button , .btn {
    border-color: #FFC562 !important;
    cursor: pointer;
}
body {     
    background: url('../img/body-pattern.svg');
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -99;
}
html body h2 {
    font-size: 30px !important;
    line-height: 41px !important;
}
/********************************
*                           
*       HEADER:       
*                            
********************************/
.header-green {    
    position: relative;    
    background-color: #6ba02e;
}
.header-green:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: -6px;
    left: 0;
    background-image: url('../img/header.png');
    background-repeat: repeat;
}
.header-green__wrapper {
    height: 100px;    
}
.table-row {
    height: 100%;
    display: flex;   
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.header-green__logo {
    height: 40px;
}
.header-green__logo figure {
    background-image: url('../img/logo/logo-head-big.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 40px;
    width: 100%;
}
.header-green__contacts {
    color:white;
    height: 70px;
}
.header-green__contacts > div {     
    display: flex;       
    flex-direction: row;
    align-items: baseline;
    height: 20px;
    margin-bottom: 2px;
    margin-top: 2px;
}
.header-green__contacts > div:first-child {
    margin-top: -4px;
}
.header-green__contacts--h {
    margin-left: 5px;
    font-size: 18px;
    line-height: 20px;
}
/********************************
*                           
*       HGROUP:       
*                            
********************************/
.headings {
    margin-top:60px;
    margin-bottom: 20px;
}
.heading__main {   
    font-weight: 400;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 41px;
}
.heading__main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -25px;
    left:calc(50% - 112px);
    margin: auto;
    width: 224px;
    height: 3px;
    background: #6a9e2b;
}
.heading__sub {
    font-family:  roboto-light;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-top: 41px;
}
.headings--main-only {
    margin-bottom: 50px;
}
/********************************
*                           
*       BODY:       
*                            
********************************/
section.body {
    height: calc(100% - 210px);
}
  .h--374 {
      height:374px;
      overflow: hidden;
  }
.video-wrapper {    
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: inherit;
    border-radius: 8px;
}
.video-wrapper-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;      
}
/* right form */
.panel {
    height: inherit;
    background:rgba(107, 160, 46,.5);
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .3);   
}
.panel-body {    
    padding: 15px;    
    border-radius: 8px;
}
form.superform > div {
    margin-top:15px;
}
input.form-control {
    line-height: 50px;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
}
input.form-control:focus{

}
.panel .panel-body form button {
    width: 100%;
    height: 58px;
    border-radius: 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}
.btn.btn-info {
    background-image: -webkit-linear-gradient(top, #FFC562,  #ffba3a);
    transition: all .33s;    
}
.btn.btn-info:hover {
    box-shadow: 0 10px 25px 0 #FFC562;
    transition: all .33s;   
}
.panel .panel-body form .security {    
    display: flex;   
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    opacity: .6;
    font-size: 12px;
    margin:0px;
    color:white;
    text-align: center;    
}
.panel .panel-body form .security input {
    position: relative !important;
}
.panel .panel-body form .security label {
    max-width: 80%;
    color: #333;
}
.bookmarks {
    margin-top:50px;
}
.bookmarks h5 {
    line-height: 25px;    
}
/********************************
*                           
*       FOOTER:       
*                            
********************************/
footer {
    margin-top:120px;
}
.footer {
    position: relative;        
    background-color: #272727;
    color:#a9a9a9;
}
.footer .table-row {
    height: 110px;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: space-between;
}
.footer__logo-wrapper {
    display: flex;   
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-start;
}
.footer__title {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
}
.footer__logo {
    background-image: url('../img/logo/logo_foot.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    height: 45px;
    width: 180px;
}
.footer__list, .footer__contacts {
    margin:0;
    line-height: 1.7;
}
/********************************
*                           
*       ADAPTIVE:       
*                            
********************************/
@media screen and (min-width: 769px) {
    .tarification-card--margined {
        margin: -60px -130px 0px -130px;    
        background: white;
        z-index: 99;
        box-shadow: 0 4px 7px rgba(0,0,0,0.16), 0 4px 7px rgba(0,0,0,0.23);
    }    
}
@media screen and (min-width: 769px) and (max-width: 990px) {
    .panel .panel-body form .security label {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 1199px) {
    .header-green__contacts h6 {
        font-size: 13px;
    }
    .ul-topics-pregnant > div * {
        font-size: 17px;
    }
    .anchorman-card__rightside--p {
        font-size: 13px !important;       
    }
    .tarification-cards {        
        width: auto !important;
    }
}

@media screen and (max-width: 768px) {
    section.body > .col-sm-4 {
        margin-top: 30px;
    }
    .ul-imagination-pregnant {
        height: auto !important;
        flex-direction: column !important;
    }
    .li-imagination-pregnant__text {
        font-size: 12px !important;
    }
    .anchorman-card {
        height: auto !important;
        flex-direction: column !important;
    }        
    .special-offer-card__countdown--title, 
    .special-offer-card__countdown--countdown__square,
    .special-offer-card__countdown button  {
        font-size: 12px !important;
    }
    .special-offer-card__countdown button {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .tarification-cards {
         flex-direction: column !important;
    }
    .tarification-card {       
        margin-bottom: 50px;         
    }
    .footer .table-row {        
        justify-content: space-around !important;
    }
}

@media screen and (max-width: 571px) {
    .anchorman-card__rightside {
        height: auto !important;
    }
    .header-green__contacts h6 {
        font-size: 10px;
    }
    .ul-topics-pregnant > div * {
        font-size: 12px;
    }
    .special-offer-card {
        height: auto !important;        
    }
    .special-offer-card__price-difference > span {
        font-size: 20px;
    }
    .anchorman-card__rightside--p {
        font-size: 11px !important;
    }
    .heading__main {
        font-size: 25px !important;
    }
    .footer .table-row {        
        height: auto !important;        
        flex-direction: column !important;
        justify-content: space-around !important;
    }
    .footer__list,
    .footer__contacts {
        display: flex;
        width: 100%;
        height: 70px;        
        flex-wrap: wrap;
        justify-content: space-around;   
        align-items: center;
    }
    .footer__list {
        flex-direction: column !important;
    }
    .footer__contacts {
        flex-direction: row !important;
    }
    .footer__item {
        width: 100%;
        text-align: center;
    }
    .footer__logo-wrapper {
        margin-bottom: 10px;
         align-items: center;
    }
}