* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
a,
select:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'roboto';
}
p,
ul {
  margin: 0;
}
* {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
*:hover {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.jcfepr22 {
  padding-right: 22px;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.title {
  font-family: 'roboto-medium';
  font-size: 30px;
  color: #313342;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
  .container {
    padding: 0 10px;
  }
  .bg1 .container {
    width: 90%;
  }
}
@font-face {
  font-family: 'roboto';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Regular.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Regular.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-medium';
  /* название одно */
  src: url('../fonts/roboto/Roboto-Medium.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/Roboto-Medium.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/Roboto-Medium.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-black';
  /* название одно */
  src: url('../fonts/roboto/roboto-black.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-black.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-black.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-black.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'roboto-bold';
  /* название одно */
  src: url('../fonts/roboto/roboto-bold.eot');
  /* IE 9 - 11  .eot*/
  src: url('../fonts/roboto/roboto-bold.eot?#iefix') format('embedded-opentype'), /* IE Fix for IE 6-8 .eot*/ url('../fonts/roboto/roboto-bold.woff') format('woff');
  /* IE 9-11 & All Modern Browsers .woff */
  src: url("../fonts/roboto/roboto-bold.ttf") format("truetype");
  /* .ttf */
  font-style: normal;
  font-weight: normal;
}
.container {
  width: 940px;
  margin: 0 auto;
}
.contact .title {
  margin-top: 71px;
  margin-bottom: 62px;
}
.contact .row_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .row_contact .form {
  width: 340px;
}
.contact .row_contact .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .row_contact .form input {
  height: 40px;
  width: 300px;
  border: 1px solid #98999e;
  border-radius: 3px;
  background: none;
  margin-bottom: 22px;
  color: #6d6d6d;
  font-size: 15px;
  padding-left: 15px;
}
.contact .row_contact .form textarea {
  height: 120px;
  width: 300px;
  border: 1px solid #98999e;
  border-radius: 2px;
  background: none;
  color: #6d6d6d;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 24px;
  resize: none;
}
.contact .row_contact .form button {
  font-size: 16px;
  background: #313342;
  color: #fff;
  cursor: pointer;
  height: 40px;
  margin-left: 42px;
  width: 219px;
  border: 0;
  border-radius: 20px;
}
.contact .row_contact .form button:hover {
  background: #fbeacc;
  color: #313342;
}
.contact .row_contact .contact_info {
  font-size: 16px;
  padding-left: 38px;
  color: #000;
}
.contact .row_contact .contact_info .cont_persons {
  margin-bottom: 33px;
}
.contact .row_contact .contact_info .fio {
  margin-top: -4px;
  letter-spacing: -0.1px;
}
.contact .row_contact .contact_info .phone_sites {
  margin-top: 3px;
  letter-spacing: -0.1px;
}
.contact .row_contact .contact_info .phone_sites img {
  margin-right: 2px;
  width: 17px;
}
.contact .row_contact .contact_info .phone_sites .soc_sites {
  margin-left: 5px;
}
.contact .row_contact .contact_info .phone_sites .soc_sites img {
  margin-right: -1px;
  width: 16px;
  position: relative;
  top: 3px;
}
.contact .row_contact .contact_info .email_cont {
  margin-top: 5px;
  letter-spacing: -0.1px;
}
.contact .row_contact .contact_info .email_cont img {
  margin-right: 6px;
  width: 16px;
}
.contact .img_contact {
  margin-top: 61px;
  width: 100%;
  height: 400px;
}
.modal-btn {
  background: none;
  border: 0;
  float: right;
  position: relative;
  top: -19px;
  cursor: pointer;
  right: -130px;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px #000000;
  box-shadow: 0 2px 4px #000000;
  padding: 30px 50px;
  height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal h1,
.modal p {
  margin-bottom: 17px;
}
.modal_thanks {
  font-family: 'roboto-bold';
  font-size: 18px;
}
.modal_thanks_p {
  z-index: 16;
}
/* Dynamic Class(es) */
.show {
  opacity: 1;
  pointer-events: auto;
}
@-webkit-keyframes background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@keyframes background {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 0;
  }
}
@media only screen and (min-width: 768.5px) and (max-width: 950px) {
  .container {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .contact .title {
    margin-top: 37px;
    margin-bottom: 28px;
  }
  .contact .row_contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .row_contact .contact_info {
    font-size: 16px;
    padding-left: 0;
    color: #000;
  }
  .contact .row_contact .form button {
    margin: 0;
  }
  .contact .row_contact .form form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact .row_contact .contact_info .fio {
    margin-top: -4px;
    letter-spacing: 0px;
    line-height: 22px;
  }
  .contact .row_contact .form {
    width: 340px;
    margin-top: 31px;
  }
  .contact .img_contact {
    margin-top: 39px;
    height: 149px;
  }
}


.border_red
{
	border: 1px solid red !important;
}