/*   
Theme Name: Diamonds
Theme URI:
Description: Diamonds theme
Author:
Author URI:
Template: 
Version: 2.0
.

.
*/ 

*{
    outline: none;
}

body{
    background: #f2f2f2;
}

html, body, p, h1, h2, h3, h4{
    margin: 0;
    padding: 0;
}

p, li, button, a, input, label{
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
    font-size: 16px;
}

label{
    color: #fff;
}

h1, h2, h3{
    font-family: 'Yeseva One', cursive;
    color: #4d4d4d;
    font-weight: normal;
}

h1{
    font-size: 50px;
}

h2{
    font-size: 44px;
}

h3{
    font-size: 26px;
}

span.gold{
    color: #ed4789;
}

span.gold-light{
    color: #ed4789;
}

span.strong{
    font-weight: bold;
}

.wrap{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */

.header{
    background: #fff;
    position: fixed; 
    width: 100%;
    z-index: 60000;
}

.header-fixed{
    position: fixed;
    width: 100%;    
}

.header-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.header-cont-logo{
  margin-right: 15px;
}

.header-cont-logo img,
.footer-cont-logo img{
    width: 180px;
}

/* Nav */

.menu {
    text-align: center;
}

.menu-icon {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #000;
    border-radius: 0;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu-icon-bg span {
    background: #fff;
}

.menu-icon span:nth-child(1) {
    top: 0px;
}

.menu-icon span:nth-child(2), 
.menu-icon span:nth-child(3) {
    top: 13px;
}

.menu-icon span:nth-child(4) {
    top: 26px;
}

.nav {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.nav2 {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #4d4d4d;
    word-wrap: none;
}

.nav2 a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #4d4d4d;
    word-wrap: none;
}

.nav a:hover {
    color: #000;
     border-bottom: 2px solid #000;
}

.nav2 a:hover {
    color: #000;
     border-bottom: 2px solid #000;
}

.nav li{
    margin-right: 25px;
}

.nav2 li{
    margin-right: 25px;
}

.nav li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.nav2 li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.menu.menu-state-open .menu-icon span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu-state-open .menu-icon span:nth-child(2) {
    transform: rotate(45deg);
}

.menu.menu-state-open .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu.menu-state-open .menu-icon span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu.menu-state-open .nav {
    display: block;  
}

.menu.menu-state-open2 .nav2 {
    display: block;  
}

li.current_page_item a {
    color: #000;
}

li.current_page_item a:hover {
    border: 0;
}

/* Header Button */

 a.header-cont-button{
    font-size: 14px;
    font-weight: bold;
    color: #ed4789;
    text-decoration: none;
    padding: 12px; 
    box-shadow: 0px 0px 13px 0px rgba(237,71,137,1);
    border: 2px transparent solid;
    border-radius: 20px;
    transition-duration: .3s;
}

 a.header-cont-button:hover{
    border: 2px #ed4789 solid;
    box-shadow: none;
}

.header-cont-contacts{
    display: flex;
}

.header-cont-contacts a{
    margin-left: 15px;
}

.header-cont-contacts a:first-child{
  
}

.header-cont-contacts span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    box-shadow: 0px 0px 13px 0px rgba(237,71,137,1);
    border: 2px transparent solid;
    border-radius: 50%;
    transition-duration: .3s;
}

.header-cont-contacts span:hover{
    border: 2px #ed4789 solid;
    box-shadow: none;    
}

/* Baner */

.baner{
    height: auto; 
    background: url(img/baner-top.jpg) center center no-repeat;
}

.baner-bg{
    padding-top: 101px;
    overflow: hidden;
}

.baner-cont{
    width: 50%;
    float: right;
    text-align: center;
    margin: 80px 0;
}

.baner-cont-title h1{
    color: #fff;
    line-height: 1em;
  /*  letter-spacing: 2px; */
}

.baner-cont-btn a{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 16px 20px; 
    border: 2px #fff solid;
    border-radius: 10px;
    transition-duration: .3s;
    margin: 40px 0;
}

.baner-cont-btn{
    background: url(img/arrow.png) bottom center no-repeat;
    padding-bottom: 7px;
}

.baner-cont-btn a:hover{
    box-shadow: 0px 0px 13px 0px rgba(255,255,255,1);
}

.baner-cont-subtitle p{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 10px;
    line-height: 1.5em;
}

/* About Section */

.about{
    height: auto;
}

.about-cont{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 80px;
}

.about-cont-col-1{
    padding-bottom: 80px;
}

.about-cont-col-2{
    height: 452px;
}

.about-cont-col-2 img{
    padding: 0;
    margin: 0;
}

.about-cont-title{
    margin-bottom: 40px;
}

.about-cont-text{
    margin-right: 25px;
}

.about-cont-text p{
    font-size: 16px;
    line-height: 1.6em;
}

.about-cont-btn{
    margin: 40px 0 0 0;
}

.about-cont-btn a,
.slider-item-btn a{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background: transparent;
    color: #ed4789;
    text-decoration: none;
    border: 2px #ed4789 solid;
    padding: 16px 20px; 
    border-radius: 10px;
    transition-duration: .3s;
}

.about-cont-btn a:hover,
.slider-item-btn a:hover
{
    background: #fff;
    color: #f36ba1;
    border: 2px #f36ba1 solid;
}

/* Conditions Section */

.condition{
    padding: 80px 0;
    text-align: center;
    background-image: url("img/bg-condition.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
 }

.condition-title{
    margin-bottom: 60px;
}

.condition-title h2,
.faq-cont-title h2{
    color: #fff;
}

.condition-cont{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.condition-cont-item {
    width: 33%;
    text-align: center;
}

.condition-cont-item-icon{
    width: 182px;
    height: 182px;
    background: linear-gradient(rgba(254,178,208,1) 0%, rgba(237,71,137,1) 100%);
    box-shadow: 0px 0px 13px 0px rgba(237,71,137,1);
    border-radius: 50%;
    border: 2px #fff solid;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
}

.condition-cont-item-icon:hover{
    background: #ed4789;
    box-shadow: none;
    border: 2px #feb2d0 solid;
}

.condition-cont-item-text{
    margin-top: 30px;
}

.condition-cont-item-text p{
    font-size: 18px;
    color: #fff;
}

/* Advantages */

.advantages{
    padding: 80px 0;
}

/* Advantages Slider */

a.prev img, a.next img{
  width: 33px;
      cursor: pointer;
}

.advantages-slider{
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

.advantages-slider-item-title{
  text-align: center;
}

.advantages-slider-item-inner{
  display: flex;
  align-items: center;
  font-size: 18px;
  text-align: center;
  padding-top: 30px;
}

.slide-img img{
    border-radius: 10px;
    border: 3px #d7d7d7 solid;
    height: auto;
    margin-right: 30px;
    margin-left: 60px;
}

.text_and_btn p{
    line-height: 1.5em;
    text-align: left;
    margin-right: 60px;
    padding-bottom: 15px;
}

.text_and_btn ul li{
    text-align: left;
    line-height: 1.6em;
    margin-right: 60px;
}

.text_and_btn ol li{
    text-align: left;
    line-height: 1.6em;
}

/* Slider Buttons */

.arrows{
    margin-bottom: 35px;
    display: none;
}

.arrows .prev, .arrows .next{
    position: absolute;
    top: auto;
    width: auto;
}

.arrows2 .prev, .arrows2 .next{
    position: absolute;
    top: 55%;
    width: auto;
}

a.prev {
    padding: 3px;
    margin-right: 15px;
    left:0;
}

a.next {
    padding: 3px;
    padding-left: 15px;
    right:0;
}

.prev img, .next img{
  padding: 5px;
}

/* Slider Bullets */

.icons{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}

.icon__item-inner{
    width: 160px;
    height: 160px;
    background: #c28f17;
    background: linear-gradient(to bottom, rgba(254,178,208,1) 0%, rgba(237,71,137,1) 100%);
    box-shadow: 0px 0px 13px 0px rgba(237,71,137,1);
    border-radius: 10px;
    border: 2px #fff solid;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.icon__item{
    width: 164px;
    text-align: center;
}

.active, 
.icon__item-inner:hover{
    background: #ed4789;
    box-shadow: none;
    border: 2px #feb2d0 solid;
}

.icon__item-inner img{
    border: none;
    border-radius: 0;
    margin: 0 auto;
}
.icon__item-inner p{
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.advantages-slider .advantages-slider-item {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* FAQ Section */

.faq{
    background-image: url(img/bg-faq.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.faq-cont-title{
    text-align: center;
    margin-bottom: 60px;
}

.faq-cont-item{
    padding: 0 130px;
}

.faq-cont-item-question{
    margin-bottom: 20px;
}

.faq-cont-item-question p{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition-duration: .3s; 
}

.faq-cont-item-question p:hover{
    color: #ed4789;
    cursor: pointer;
}

.faq-cont-item-question p:hover::before{
    content: url(img/faq-bullet-active.png);
    display: inline-block;
    margin-right: 7px;
    vertical-align: -20%;
}

.faq-cont-item-question p::before{
    content: url(img/faq-bullet.png);
    display: inline-block;
    margin-right: 7px;
    vertical-align: -20%;
}

.faq-active p{
    color: #ed4789;
}

.faq-active p::before{
    content: url(img/faq-bullet-active.png);
    display: inline-block;
    margin-right: 7px;
    vertical-align: -20%;
}

.faq-cont-item-answer {
    margin-bottom: 25px;
    display: none;
}

.faq-cont-item-answer p{
    font-size: 16px;
    color: #fff;
    font-style: italic;
    line-height: 1.6em;
}

/* Articles Section */

.articles{
    padding: 80px 0;
}

/* Articles Slider */

.articles-slider, .articles-slider-single{
    max-width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 15px;
}

.articles-cont-title{
    text-align: center;
    margin-bottom: 40px;
}

.articles-slider-item, .articles-slider-item-single, .articles-slider-item-title{
  text-align: center;
}

.articles-slider-item-title{
    margin: 30px 0;

}

.articles .slide-img img{
    border-radius: 10px;
    border: 3px #d7d7d7 solid;
    height: auto;
    margin: 0 auto;
}

.articles-slider-item-title h3 a,
.single h3{
    font-size: 22px;
    font-weight: 600;
    color: #ed4789;
    transition-duration: .3s;
}

.single h3{
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
}

.inner-container{
    padding-top: 70px;
}

.articles-slider-item-title h3 a:hover{
    text-decoration: none;
    color: #ed4789;
}

.articles-slider-item-text, .articles-slider-item-text-single{
    margin-top: 30px;
    text-align: left;
}

.articles-slider-item-text p, .articles-slider-item-text-single p{
    font-size: 16px;
    line-height: 1.6em;
    text-decoration: none;
    padding-bottom: 15px;
}

.articles-slider-item-text ul li, ol li{
    line-height: 1.6em;
}

.articles-slider-item-text-single p{
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.articles .arrows2 .prev, .articles .arrows2 .next{
    top: 26%;
}

.articles-cont-more{
    margin-top: 30px;
    text-align: center;
}

.articles-cont-more a{
    font-size: 18px;
    font-weight: bold;
    transition-duration: .3s;
}

.articles-cont-more a:hover{
    color: #ed4789;
    text-decoration: none;
}

/* Bottom Form */

.bottom-form{
    height: auto;
    background: url(img/bg-waves.png) center center no-repeat #ed4789;
    position: relative;
}

.bottom-form-cont-logo {
    position: absolute;
    top: -75px;
    right: 90px;
}

.bottom-form-cont{
    padding: 80px 0 50px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bottom-form-cont-left{
/*    margin-right: 250px; */
}

.bottom-form-cont-left-pre,
.bottom-form-cont-left-after{
    margin-bottom: 30px;
    text-align: center;
}

.bottom-form-cont-left-pre p,
.bottom-form-cont-left-after p{
    color: #fff;
    font-size: 30px;
    line-height: 1em;
    font-weight: 700;
}

.bottom-form-cont-left-title{
    margin-bottom: 10px;
    text-align: center;
}

.bottom-form-cont-left-title h2{
    color: #fff;
}

.bottom-form-cont-left-after{
    margin-bottom: 50px;
}

.bottom-form-cont-left-after p{
    font-size: 22px;
}

/* Bottom Form */

.bottom-form-cont-left-fields{
    text-align: center;
    color: #fff;
}

input[type="text"].bottom-form-cont-left-fields,
input[type="tel"].bottom-form-cont-left-fields {
    width: 250px;
    height: 50px;
    border-radius: 10px;
    padding-left: 0;
    margin-right: 15px;
    color: #000;
    border: 1px #d7d7d7 solid;
}

input[type="tel"].bottom-form-cont-left-fields {
    margin-right: 0;
}

input[type="file"].file-upload{
    display: none;
}

input[type="checkbox"].bottom-form-cont-left-fields {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    vertical-align: -35%;
    margin-right: 2px;
    border: 2px #fff solid;
    display: inline-block;
}

.custom-file-upload{
    margin-left: 6px;
    background: transparent;
    border: 2px #fff solid;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    transition-duration: .3s;
}

.custom-file-upload:hover{
    cursor: pointer;
    border-color: #ed4789;
    color: #ed4789;
    background: #fff;
}

.bottom-form-cont-left-fields p{
    margin: 30px 0;
    font-size: 14px;
    color: #fff;
}

input[type="submit"].bottom-submit {
    margin-top: 25px;
}

label{
    font-size: 14px;
}

.bottom-form-cont-left-fields .wpcf7-response-output{
    color: #fff; 
}

/* Footer */

.footer{
    background: #dbdbdb;
}

.footer-cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.footer-cont-social img{
    width: 30px;
    margin-right: 15px;
    color: #ccc;
}

img.right-zero{
    margin-right: 0;
}

.footer-cont-social{
    display: flex;
    align-items: center;
}

.footer-cont-phones p a,
.footer-cont-email p a{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    text-decoration: none;
    transition-duration: .3s;
    fill: #ccc;
}

.footer-cont-phones p a:hover,
.footer-cont-email p a:hover{
    color: #ed4789;
}

/* PopUp */

#contact_form_pop, 
#contact_form_pop2, 
#contact_form_pop3, 
#contact_form_pop_social{
    width: auto;
    padding: 15px;
}

#contact_form_pop h3, 
#contact_form_pop2 h3, 
#contact_form_pop3 h3, 
#contact_form_pop_social h3{
    color: #ed4789;
    margin-bottom: 20px;
}

#contact_form_pop label, 
#contact_form_pop2 label, 
#contact_form_pop3 label{
    color: #000;
}

input[type="text"].popup-field,
input[type="tel"].popup-field{
    height: 40px;
    width: 250px;
    border-radius: 10px;
    padding-left: 15px;
    border: 2px #ddd solid;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.radio{
    padding-bottom: 5px;
    display: inline-block;
    padding-top: 10px;
}

.radio-bottom{
    padding: 0 0 5px 0;
    display: inline-block;
}

span.first{
    margin-left: 5px;
}

input[type="submit"].wpcf7-submit{
    font-size: 20px;
    font-weight: 700;
    color: #ed4789;
    padding: 12px 15px; 
    border: 2px #ed4789 solid;
    border-radius: 10px;
    transition-duration: .3s;
    box-shadow: 0px 0px 13px 0px rgba(255,255,255,1);
    background: #fff;
    width: auto;
    margin-top: 15px;
}


input[type="submit"].wpcf7-submit:hover,
input[type="submit"].wpcf7-submit:active{
    border: 2px #fff solid;
    color: #fff;
    background: #ed4789;
    cursor: pointer;
    box-shadow: none;
}

div.wpcf7-response-output{
    margin: 15px 0 0 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #5b5b5b; 
    border: none;
    padding: 0;
}

/* PopUp Social */

#contact_form_pop_social{
    text-align: center;
}

#contact_form_pop_social h3{
    margin-bottom: 20px;
}

#contact_form_pop_social img{
    width: 50px;
}

.footer-cont-social p{
    margin: 0 auto;
}

/* Feedback Fixed Button */

.feedback-btn{
    width: 60px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(254,178,208,1) 0%, rgba(237,71,137,1) 100%);
    box-shadow: 0px 0px 13px 0px rgba(237,71,137,1);
    border-radius: 50%;
    border: 2px #fff solid;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 100px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    z-index: 9000;
}

.feedback-btn:hover{
    background: #ed4789;
    box-shadow: none;
}

.feedback-btn-inner img{
    width: 30px;
    height: 30px;
    margin: 0;
}