#contacts_form {
  padding-top: 200px;
  padding-bottom: 200px; }
  #contacts_form .title {
    margin-bottom: 0;
    text-align: left; }
  #contacts_form .col-left {
    width: 60%;
    float: left;
    padding-bottom: 60px; }
    #contacts_form .col-left p {
      font-weight: 400;
      line-height: 30px;
      font-size: 18px;
      margin-top: 20px;
      color: #545F6E; }
  #contacts_form .col-right {
    width: 40%;
    float: right; }

.form-conatainer {
  margin-top: 20px;
  float: right;
  width: 380px;
  height: 480px;
  /* Dark */
  background: #545F6E;
  /* Shadow_Medium_Soft */
  -webkit-box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  box-shadow: 0px 20px 35px rgba(31, 39, 58, 0.16);
  border-radius: 10px;
  padding-top: 40px; }

.title-form {
  font-weight: 500;
  line-height: normal;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto; }

.form-main {
  width: 264px;
  margin: auto;
  /* Firefox 19+ */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .form-main input {
    background: #3B4552;
    -webkit-box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: auto;
    margin-top: 28px;
    width: 100%;
    height: 54px;
    border: none;
    font-weight: 400;
    line-height: 27px;
    font-size: 16px;
    color: #A3B4CC;
    padding-left: 16px;
    padding-right: 16px;
    outline: none; }
  .form-main input::-webkit-input-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main input::-moz-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main input:-moz-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main input:-ms-input-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main textarea {
    width: 100%;
    height: 200px;
    /* Black */
    background: #3B4552;
    /* Shadow_Inner */
    -webkit-box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 16px;
    font-weight: normal;
    line-height: 27px;
    font-size: 16px;
    color: #A3B4CC;
    margin-top: 16px;
    border: none;
    resize: none;
    outline: none; }
  .form-main textarea::-webkit-input-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main textarea::-moz-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main textarea:-moz-placeholder {
    color: #A3B4CC;
    font-size: 16px; }
  .form-main textarea:-ms-input-placeholder {
    color: #A3B4CC;
    font-size: 16px; }

#send {
  width: 100%;
  margin-top: 26px; }

.contacts-phones {
  margin-top: 30px; }

.row-cont {
  width: 100%;
  margin-bottom: 35px; }

.col1-cont, .col2-cont {
  display: inline-block;
  vertical-align: middle; }

.col1-cont {
  width: 250px; }

.col2-cont {
  width: calc(100% - 255px); }

.col2-cont {
  padding-left: 20px; }

.cont-block .icon,
.cont-block .text-block {
  display: inline-block;
  vertical-align: middle; }

.cont-block .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 20px rgba(31, 39, 58, 0.2);
  box-shadow: 0px 10px 20px rgba(31, 39, 58, 0.2);
  margin-right: 16px; }
  .cont-block .icon svg {
    position: relative;
    top: 11px;
    left: 10px; }

.cont-block .icon.whatsapp svg {
  top: 7px;
  left: 8px; }

.cont-block .icon.viber svg {
  top: 10px;
  left: 6px; }

.cont-block .icon.email svg {
  top: 13px;
  left: 10px; }

.cont-block .icon.geo svg {
  top: 9px;
  left: 12px; }

.cont-block .text-block .name-phone,
.cont-block .text-block .cont-phone {
  width: 100%; }

.cont-block .text-block .name-phone {
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
  color: #545F6E; }

.cont-block .text-block .cont-phone {
  font-weight: 600;
  line-height: 27px;
  font-size: 16px;
  color: #545F6E; }
