.section-wbd-home-intro{
    background-image: url('../images/bg-home.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    padding-top: 70px;
    padding-bottom: 70px;
    background-size: 110%;
}
.section-wbd-home-intro .title{
    font-family: "Fira Sans";
    font-weight: 500;
    font-size: 56px;
    letter-spacing: 0.02em;
    line-height: 64px;
    text-align: center;
   
    color: #52D1B7;
    margin-bottom: 17.7px;
}
.section-wbd-home-intro .title span{
    color: #131e2f;
}

.section-wbd-home-intro .description {
    max-width: 700px;
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: auto;
    color: #1d1d1d;
    margin-bottom: 70px;

}
.section-wbd-home-intro .description p{
    font-family: Roboto;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
}


.section-wbd-home-intro .link-container{
    max-width: 1113px;
    padding-top: 33px;
    padding-bottom: 33px;
    margin: auto;
    border-radius: 10px;
    background-image: url('../images/bg-list-item-home.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center ;
}
.section-wbd-home-intro .link-container .row{
    max-width: 700px;
    margin: auto;
}
.section-wbd-home-intro .link-container .link-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-wbd-home-intro .link-container .link-item img{
    margin-bottom: 18px;
}
.section-wbd-home-intro .link-container .link-item a{
    margin-bottom: 8px;
}

.section-wbd-home-intro .link-container .link-item .status{
    font-family: Roboto;
    font-weight: normal;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000;

}

.section-wbd-home-intro  .link-item-button{
    padding: 0.625rem;
    font-family: "Fira Sans";
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 20px;
    color: #000;
    border-radius: 10px;
    background-color: #F8F8F8;
    text-decoration: none;

}

.section-wbd-home-intro  .link-item-button:hover{
    background-color: #EAEAEA;
    
}
/*****MODAL******/
.wbd-modal .modal-dialog{
    max-width: 502px;
    

}
.wbd-modal .modal-content{
    border: 1px solid #e3e3e3;
    overflow: hidden;
}

.wbd-modal.sendResult .modal-dialog  .modal-body{
    padding-top: 42.8px;
    padding-bottom: 57px;
    max-width: 360px;
    margin: auto;
    text-align: center;
}
.wbd-modal.sendResult .modal-dialog  .modal-body .title{
    font-family: "Fira Sans";
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 32px;
    text-align: center;
    color: #525252;
        
}
.wbd-modal.sendResult .modal-dialog  .modal-body .description{
    margin-bottom: 33px;
}
.wbd-modal .modal-dialog  .modal-body .description ,.wbd-modal   .modal-dialog  .modal-body .description p {
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: center;
    color: #43464b;
    
}
.wbd-modal .modal-dialog form .form-control{
    border-radius: 3px;
    background: #fff;
    height: 40px;
    border: 0.5px solid #a5a5a5;
   display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    
}

.wbd-modal .modal-dialog form .form-group{
    text-align: left;
}
.wbd-modal .modal-dialog form .form-control:focus,.wbd-modal .modal-dialog form .form-control:active {
    box-shadow: none;
}
.modal-open .wbd-modal.modal{
    background-color: rgba(82, 82, 82, 0.64);
}

.wbd-modal .modal-dialog form .form-control::placeholder{

    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 24px;
    color: #e3e3e3;
    

}
.wbd-modal .modal-dialog form .btn.btn-modal{
    margin-top: 47px;
}

.wbd-modal .modal-dialog  .btn.btn-modal {
    
    font-family: "Fira Sans";
    font-weight: 600;
    
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 20px;
    padding: 0.625rem 4.688rem;
    background-color:  #01b3e4;
    color: #fff;
    border-radius: 10px;

}




.wbd-modal .modal-dialog form label{
    font-family: Roboto;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #525252;
    
}

.wbd-modal.successResult .modal-body img{
    margin-bottom: 27px;
}

.wbd-modal.successResult .modal-body .title{
    margin-bottom: 3px;
    font-family: "Fira Sans";
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.02em;
    line-height: 41px;
    text-align: center;
    color: #43464b;

}

.wbd-modal.successResult .modal-body .description{
    margin-bottom: 20px;

    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 24px;
    text-align: center;
    color: #43464b;

}

.wbd-modal.successResult .modal-body {
    max-width: 400px;
   margin: auto;
   padding-top: 31px;
   padding-bottom: 57.7px;

}
.wbd-modal.successResult .modal-body .btn{
    width: 100%;
    min-width: 314.7px;
}

/********404 PAGE******/
.section-page-not-found {
	padding-top: 138px;
	padding-bottom: 138px;

}
.section-page-not-found .container{
	max-width: 100%;
}
.section-page-not-found img{
	padding-left: 15px;
}
.section-page-not-found .content{
	max-width: 640px;
}

.section-page-not-found .title{
	font-family: "Fira Sans Medium";
	font-size: 48px;
	line-height: 57.6px;
	text-align: left;
	color: #52d1b7;
	margin-bottom: 23.2px;
}
.section-page-not-found .subtitle{

	font-family: "Fira Sans Medium";
	font-weight: normal;
	font-size: 36px;
	line-height: 48px;
	text-align: left;
	margin-bottom: 23.2px;
	color: #000;
}
.section-page-not-found .description{

	font-family: Roboto;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
	color: #43464B;
}
.section-page-not-found .description a{
	text-decoration: underline;
	color: #43464B;
	
}
.section-page-not-found .description a.mail{
	color: #52d1b7;

}
.section-page-not-found .row{
	align-items: center;

}
/********404 PAGE******/







/******MODAL******/
@media screen and (max-width:992px){
    .section-wbd-home-intro{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .section-wbd-home-intro .title{
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 50px;
    }
    .section-wbd-home-intro .description ,.section-wbd-home-intro .description p {
        font-size: 16px;
        line-height: 20px;

    }
    
    .section-wbd-home-intro .link-item{
        margin-bottom: 10px;
    }

	.section-page-not-found {
		padding-top: 0;
		padding-bottom: 140px;
		text-align: center;
		
	
	}
	.section-page-not-found img{
		padding-left: 0;
		margin-bottom: 37px;
	}
	.section-page-not-found  .container{
		max-width: 720px;

	}	
	.section-page-not-found .title{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 0;

	}
	.section-page-not-found .subtitle{
		font-size: 28px;
		line-height: 48px;
		margin-bottom: 0;
	}
	.section-page-not-found .description{
		font-size: 16px;
		line-height: 32px;
	}
    

}
@media screen and (max-width:768px){
    .section-wbd-home-intro .description{
        margin-bottom: 30px;
    }
    .section-wbd-home-intro .title{
        margin-bottom: 30px;
    }
    .section-page-not-found .content{
		padding-left: 25px;
		padding-right: 25px;
	}
}

