/* line 7, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 11, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 15, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 19, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 23, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 27, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 31, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 35, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 43, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 55, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 59, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 64, ../sass/all/base.scss */
.a-i-f-e {
  -ms-align-items: flex-end !important;
  align-items: flex-end !important;
}

/* line 69, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 73, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 77, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 81, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 85, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 89, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 93, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 97, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 101, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 3, ../sass/contacts.scss */
.ContactsL {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid rgba(45, 131, 192, 0.2);
  width: calc(40% - 30px);
  padding: 30px;
}
/* line 13, ../sass/contacts.scss */
.ContactsL .row {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
/* line 18, ../sass/contacts.scss */
.ContactsL .row:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(45, 131, 192, 0.2);
}
/* line 29, ../sass/contacts.scss */
.ContactsL .row:nth-last-child(1) {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 33, ../sass/contacts.scss */
.ContactsL .row:nth-last-child(1):after {
  display: none;
}
/* line 39, ../sass/contacts.scss */
.ContactsL .text {
  position: relative;
  line-height: 1.45;
  font-size: 17px;
  margin-bottom: 20px;
}
/* line 45, ../sass/contacts.scss */
.ContactsL .text:nth-last-child(1) {
  margin-bottom: 0px;
}
/* line 50, ../sass/contacts.scss */
.ContactsL .phone {
  font-weight: 600;
  font-size: 22px;
}
/* line 54, ../sass/contacts.scss */
.ContactsL .phone:hover {
  color: #2d83c0;
}
/* line 59, ../sass/contacts.scss */
.ContactsL .soc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  border-radius: 8px;
  margin-right: 15px;
}
/* line 72, ../sass/contacts.scss */
.ContactsL .soc svg, .ContactsL .soc img {
  display: block;
  width: auto;
  height: 50px;
}
/* line 78, ../sass/contacts.scss */
.ContactsL .soc:hover {
  opacity: 0.7;
}

/* line 84, ../sass/contacts.scss */
.ContactsR {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background: rgba(45, 131, 192, 0.1);
  width: 60%;
  padding: 30px;
}
/* line 94, ../sass/contacts.scss */
.ContactsR .title {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 35px;
}
/* line 101, ../sass/contacts.scss */
.ContactsR .input {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-color: #fff;
  width: calc((100% - 30px) / 2);
  height: 60px;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 30px;
  font-size: 17px;
  padding: 0 20px;
}
/* line 116, ../sass/contacts.scss */
.ContactsR .input.error {
  background: rgba(255, 0, 0, 0.1);
}
/* line 121, ../sass/contacts.scss */
.ContactsR textarea.input {
  width: 100%;
  height: 110px;
  padding: 20px;
}
/* line 127, ../sass/contacts.scss */
.ContactsR .text {
  position: relative;
  width: 70%;
  line-height: 1.5;
  font-size: 12px;
}
/* line 133, ../sass/contacts.scss */
.ContactsR .text a {
  color: #2d83c0;
}
/* line 136, ../sass/contacts.scss */
.ContactsR .text a:hover {
  color: #2d83c0;
}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  /* line 145, ../sass/contacts.scss */
  .ContactsL {
    width: calc(40% - 25px);
    padding: 25px;
  }
  /* line 149, ../sass/contacts.scss */
  .ContactsL .row {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  /* line 154, ../sass/contacts.scss */
  .ContactsL .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 158, ../sass/contacts.scss */
  .ContactsL .text br {
    display: none;
  }
  /* line 163, ../sass/contacts.scss */
  .ContactsL .phone {
    font-size: 22px;
  }
  /* line 167, ../sass/contacts.scss */
  .ContactsL .soc {
    border-radius: 8px;
    margin-right: 15px;
  }
  /* line 171, ../sass/contacts.scss */
  .ContactsL .soc svg, .ContactsL .soc img {
    height: 44px;
  }

  /* line 177, ../sass/contacts.scss */
  .ContactsR {
    padding: 25px;
  }
  /* line 180, ../sass/contacts.scss */
  .ContactsR .title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  /* line 185, ../sass/contacts.scss */
  .ContactsR .input {
    width: calc((100% - 25px) / 2);
    height: 50px;
    border-radius: 7px;
    margin-bottom: 25px;
    font-size: 16px;
    padding: 0 15px;
  }
  /* line 194, ../sass/contacts.scss */
  .ContactsR textarea.input {
    width: 100%;
    height: 110px;
    padding: 15px;
  }
  /* line 200, ../sass/contacts.scss */
  .ContactsR .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 209, ../sass/contacts.scss */
  .ContactsL {
    width: 100%;
    padding: 20px;
  }
  /* line 213, ../sass/contacts.scss */
  .ContactsL .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* line 218, ../sass/contacts.scss */
  .ContactsL .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 223, ../sass/contacts.scss */
  .ContactsL .phone {
    font-size: 22px;
  }
  /* line 227, ../sass/contacts.scss */
  .ContactsL .soc {
    border-radius: 8px;
    margin-right: 15px;
  }
  /* line 231, ../sass/contacts.scss */
  .ContactsL .soc svg, .ContactsL .soc img {
    height: 44px;
  }

  /* line 237, ../sass/contacts.scss */
  .ContactsR {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
  /* line 242, ../sass/contacts.scss */
  .ContactsR .title {
    font-size: 26px;
    margin-bottom: 28px;
  }
  /* line 247, ../sass/contacts.scss */
  .ContactsR .input {
    width: calc((100% - 25px) / 2);
    height: 50px;
    border-radius: 7px;
    margin-bottom: 25px;
    font-size: 16px;
    padding: 0 15px;
  }
  /* line 256, ../sass/contacts.scss */
  .ContactsR textarea.input {
    width: 100%;
    height: 110px;
    padding: 15px;
  }
  /* line 262, ../sass/contacts.scss */
  .ContactsR .text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 272, ../sass/contacts.scss */
  .ContactsL {
    width: 100%;
    padding: 15px;
  }
  /* line 276, ../sass/contacts.scss */
  .ContactsL .row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* line 281, ../sass/contacts.scss */
  .ContactsL .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 286, ../sass/contacts.scss */
  .ContactsL .phone {
    font-size: 22px;
  }
  /* line 290, ../sass/contacts.scss */
  .ContactsL .soc {
    margin-right: 15px;
  }
  /* line 293, ../sass/contacts.scss */
  .ContactsL .soc svg, .ContactsL .soc img {
    height: 40px;
  }

  /* line 299, ../sass/contacts.scss */
  .ContactsR {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
  /* line 304, ../sass/contacts.scss */
  .ContactsR .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  /* line 309, ../sass/contacts.scss */
  .ContactsR .input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 0 15px;
  }
  /* line 318, ../sass/contacts.scss */
  .ContactsR textarea.input {
    padding: 15px;
  }
  /* line 322, ../sass/contacts.scss */
  .ContactsR .text {
    width: 100%;
    font-size: 12px;
  }
  /* line 327, ../sass/contacts.scss */
  .ContactsR .site-btn {
    margin-top: 15px;
  }
}
