/* bottomForm */

.bottomForm {
    margin-top: 130px;
}

.bottomForm .cont {
    padding: 49px 87px 40px 80px;
    box-sizing: border-box;
    background: #151515;
    box-shadow: -8px -8px 10px #181818, 8px 8px 9px #000000, 0px 0px 74px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
}

.bottom-left {
    width: 354px;
}

.bottom-left .h2 {
    font-weight: 600;
}

.bottom-text {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
}

.bottom-phone {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    margin-top: 36px;
    display: block;
}

.bottom-email {
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    display: block;
}

.bottom-social {
    display: flex;
    margin-top: 20px;
}

.in-name {
    width: 100%;
	margin-bottom: 30px; 
}

.phone-mask {
    width: 317px; 
}

.in-email {
    width: 317px; 
}

.social-item {
    margin-right: 20px;
}

.social-item:last-child {
    margin-right: 0;
}

a path {
	
  fill:var(--c,#a8a8a8);
  stroke:none;
  pointer-events:all;
  transition:0.5s;
}

.social-item:hover 
	{ --c:#ffffff; }

.bottom-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}

.bottom-right input {
    height: 70px;
    background: #1F1F1F;
    box-shadow: inset 0px 0px 44px -10px rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    padding: 0 20px;
    outline: none;
    border: 0;
}

.bottom-right input::placeholder,
.bottom-right textarea::placeholder {
    color: #7E7E7E;
}

.bottom-right textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 145px;
    min-height: 145px;
    background: #1F1F1F;
    box-shadow: inset 0px 0px 44px -10px rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    font-size: 16px;
    line-height: 19px;
    padding: 26px 20px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    margin: 30px 0;
}


.bottom-line {
    display: flex;
    align-items: center;
}

.bottom-line .btn {
    width: 317px;
}

.bottom-danger {
    margin-left: 30px;
    font-size: 16px;
    line-height: 19px;
    color: #A2A2A2;
}

@media screen and (max-width: 1300px) {
	
	.bottomForm {
    margin-top: 60px;
	}
	
    .bottomForm .cont {
        justify-content: space-between;
        padding: 40px;
    }
    .bottom-left {
        width: 300px;
    }
    .bottom-right {
        width: 300px;
    }
	.phone-mask {
		margin-bottom: 20px;    
	}
	.in-email {
		margin-bottom: 20px;    
	}
    .bottom-right input:first-of-type {
        margin-bottom: 20px;
    }
	.bottom-right textarea {
		margin-top: 0px;
	}	
    .bottom-right input:first-of-type {
        margin-bottom: 20px;
    }
    .bottom-line .btn {
        width: 100%;
    }
    .bottom-line {
        flex-wrap: wrap;
    }
    .bottom-danger {
        width: 100%;
        margin: 30px 0 0 0;
        text-align: center;
    }
}

@media screen and (max-width: 750px) {
    
	.bottomForm {
        margin-top: 60px;
    }
    .bottomForm .cont {
        flex-wrap: wrap;
        padding: 40px 0 30px;
    }
    .bottom-left {
        width: 100%;
        margin-bottom: 30px;
        padding: 0 26px;
    }
    .bottom-left .h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 38px;
    }
    .bottom-right {
        width: 100%;
    }
    .bottom-phone{
        margin-top: 30px;
    }
    .bottom-social{
        margin-top: 30px;
    }
    .bottom-right input{
        width: 100%;
    }
   .bottom-phone{
        margin-top: 30px;
    }
    .bottom-social{
        margin-top: 30px;
    }
    .bottom-right input{
        width: 100%;
    }
    .bottom-right textarea{
        margin: 10px 0 20px;
    }
    .bottom-line .btn{
        width: calc(100% - 52px);
        margin: 0 26px;
    }
    .bottom-danger{
        margin-top: 20px;
    }
}