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

.contact-form-desk {
display: inline-block;
}

.contact-form-respons {
display: none;
}

.block-img-header {
background: #FFF5E6;
width: 100%;
height: 350px;
border-radius : 12px;
}
.block-img-header > img {
height: 325px;
margin-top : 25px;
}

.container-block-call {
display: flex;
justify-content: space-between;
width: 100%;
}
.block-call {
width: 300px;
height: auto;
background: #FCFCFC;
border: 1px solid #C8CDD7;
border-radius: 15px;
padding: 32px;
}

.bkg-violet {
background: #6419BE;
color: #fff;
}
.bkg-violet h5 {
color: #FFFFFF;
}
.block-call p {
margin-top: 32px;
}
.block-call img {
margin-bottom: 16px;
}
.width-bout {
width: 100%;
}
.note-call{
font-size: 14px;
margin: 30px 0 0;
}
.container-block-download {
display: flex;
justify-content: space-between;
width: 100%;
}
.block-download {
display: flex;
flex-direction: column;
align-items: center;
width: 200px;
height: auto;
border: 1px solid #879BAF;
border-radius: 15px;
padding: 15px;
text-align: center;
}
.block-download img {
margin: 0 0 16px;
}
.block-download a {
font-family: "Manrope Semibold";
color: #283c50;
text-decoration: none;
line-height: 1.2;
}
.block-download a:hover {
text-decoration: underline;
}
.block-download:hover {
border: 1px solid #283C50;
background : #F3F3F8;
}






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

.contact-form-desk {
display: none;
}
	
.block-img-header {
background: #FFF5E6;
width: 100%;
height: 400px;
border-radius : 12px;
}
.block-img-header > img {
height: 325px;
margin-top : 75px;
}

.contact-form-respons {
display: inline-block;
}

.container-block-call {
flex-direction: column;
align-items: center;
}
.block-call {
width: 100%;
margin: 16px 0;
}
.container-block-download {
flex-direction: column;
align-items: center;
}
.block-download {
width: 100%;
margin: 10px 0;
}
}