@charset "UTF-8";
@font-face {
  font-family: OpenSans;
  /* Гарнитура шрифта */
  src: url(2211.ttf);
  /* Путь к файлу со шрифтом */
}

@font-face {
  font-family: OpenSansBold;
  /* Гарнитура шрифта */
  src: url(2204.ttf);
  /* Путь к файлу со шрифтом */
}

body *::selection {
  background: rgba(0, 128, 0, 0.7);
  /* WebKit/Blink Browsers */
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 25px;
  font-family: OpenSansBold;
}

@media (min-width: 992px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 25px;
  font-family: OpenSansBold;
}
@media (min-width: 992px) {
  h2{ font-size: 40px; }
}

h5 {
  font-size: 14px;
  font-weight: 600;
}

[class*="block_"] {
  position: relative;
}

.block_1 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 55;
}

.block_1 .e_1 {
  width: 1024px;
  margin: auto;
}

.block_1 .e_1 h4 {
  line-height: 1.2;
}

@media (min-width: 992px) {
  .block_1 .e_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 992px) {
  .block_1 .e_1 {
    text-align: center;
  }
}

.block_1 .left {
  float: left;
}

.block_1 .left p {
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 600;
  color: #505050;
  margin: 20px 0 0 10px;
}

.block_1 img {
  float: left;
  margin-right: 10px;
}

.block_1 .right {
  float: right;
  text-align: right;
}
@media (max-width: 768px){
  .block_1 .right{text-align: center;}
}

.block_1 .right h3 {
  font-weight: 600;
  margin: 0;
}

.block_1 .right h4 a {
  color: #484848;
  font-size: 17px;
}

.block_1 .right h3 + * {
  margin-top: 3px;
}

.block_2 {
  width: 100%;
  background: url(../images/index_1.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.block_2 .e_2 {
  width: 1024px;
  margin: auto;
  text-align: center;
}

.block_2 h1 {
  font-weight: 700;
  color: #3b3b3b;
  margin-top: 190px;
}

.block_2 p {
  font-family: Arial;
  font-size: 22.22px;
  font-weight: 400;
  color: #3b3b3b;
  margin-top: 100px;
}

.block_2 span {
  text-decoration: underline;
}

.block_2 a {
  margin: auto;
  margin-bottom: 20px;
  display: block;
  width: 28px;
  width: 28px;
}

.btn-primary {
  width: 306px;
  height: 60px;
  text-align: center;
  font-family: OpenSans;
  font-size: 16.67px;
  font-weight: 700;
  color: #ffffff;
  background: -webkit-linear-gradient(bottom, #008400 0%, #00A300 100%);
  background: -moz-linear-gradient(bottom, #008400 0%, #00A300 100%);
  background: -o-linear-gradient(bottom, #008400 0%, #00A300 100%);
  background: -ms-linear-gradient(bottom, #008400 0%, #00A300 100%);
  background: linear-gradient(bottom, #008400 0%, #00A300 100%);
  background-color: #1fa101;
  border: #1fa101;
  -moz-border-radius: 10px;
  /* закругление для старых Mozilla Firefox */
  -webkit-border-radius: 10px;
  /* закругление для старых Chrome и Safari */
  -khtml-border-radius: 10px;
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 10px;
  /* закругление углов для всех, кто понимает */
}
@media (max-width: 768px) {
  .btn-primary{ width: 270px!important; }
}

.btn-primary:hover {
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-color: #1fa101;
}

.btn-primary:hover:active, .btn-primary:focus:active {
  background: #1fa101;
}

.btn-primary:active:focus {
  outline: 0;
}

.btn-primary:visited {
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-color: #1fa101;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-color: #1fa101;
  outline: 0;
}

.btn-primary:focus,
.btn-primary.focus {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-color: #1fa101;
  outline: 0;
}

.boot {
  margin: auto;
  margin-top: 50px;
  width: 318px;
  background: rgba(156, 156, 156, 0.5);
  text-align: center;
  height: 72px;
  padding-top: 6px;
  -moz-border-radius: 10px;
  /* закругление для старых Mozilla Firefox */
  -webkit-border-radius: 10px;
  /* закругление для старых Chrome и Safari */
  -khtml-border-radius: 10px;
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 10px;
  /* закругление углов для всех, кто понимает */
}
@media (max-width: 768px) {
  .boot{ width: 280px!important; }
}

.end_e2 {
  margin-bottom: 20px;
}

.end_e2 p {
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 600;
  color: #000000;
}

.end_e2_boot {
  background: url(images/%D0%A4%D0%B8%D0%B3%D1%83%D1%80%D0%B0-14.png);
  width: 28px;
  height: 28px;
}

.end_e2_boot img {
  margin-top: 8px;
}

.block_3 {
  width: 100%;
}

.block_3 .e_3 {
  width: 1024px;
  margin: auto;
  text-align: center;
}

.block_3 p {
  font-family: OpenSansBold;
  font-size: 38.89px;
  font-weight: 700;
  color: #323232;
  margin: 50px 0 50px 0;
}

.block_4 {
  width: 100%;
  background: url(../images/shutterstock_157219337.jpg) no-repeat;
  background-size: cover;
}

.block_4 .e_4 {
  width: 1024px;
  margin: auto;
}

.block_4 .text_1 {
  font-family: OpenSans;
  font-size: 16.67px;
  font-weight: 300;
  color: #3b3b3b;
  margin-top: 50px;
}

.block_4 b {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 700;
  color: #3b3b3b;
}

.block_5 {
  width: 100%;
}

.block_5 .e_5 {
  width: 1024px;
  margin: auto;
}

.block_5 .e_5 p {
  font-family: OpenSansBold;
  font-size: 44.44px;
  font-weight: 700;
  color: #323232;
  text-align: center;
  margin: 50px 0 50px 0;
}

.block_5 .r_1 {
  height: 200px;
}

.block_5 .el_1 {
  float: left;
  width: 340px;
  text-align: center;
}

.block_5 .el_1 p {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 300;
  color: #323232;
}

.block_5 .el_2 {
  float: left;
  width: 340px;
  text-align: center;
}

.block_5 .el_2 img {
  margin-top: 2px;
}

.block_5 .el_2 p {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 300;
  color: #323232;
}

.block_5 .el_3 {
  float: left;
  width: 340px;
  text-align: center;
}

.block_5 .el_3 img {
  margin-top: 25px;
}

.block_5 .el_3 p {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 300;
  color: #323232;
}

.block_5 .r_2 {
  text-align: center;
  width: 680px;
  margin: auto;
}

.block_5 .el_4 {
  float: left;
  width: 340px;
  text-align: center;
}

.block_5 .el_4 p {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 300;
  color: #323232;
}

.block_5 .el_5 {
  float: left;
  width: 340px;
  text-align: center;
}

.block_5 .el_5 img {
  margin-top: 10px;
}

.block_5 .el_5 p {
  font-family: OpenSans;
  font-size: 22.22px;
  font-weight: 300;
  color: #323232;
}

.boot2 {
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 318px;
  background: rgba(156, 156, 156, 0.5);
  text-align: center;
  height: 72px;
  padding-top: 6px;
  -moz-border-radius: 10px;
  /* закругление для старых Mozilla Firefox */
  -webkit-border-radius: 10px;
  /* закругление для старых Chrome и Safari */
  -khtml-border-radius: 10px;
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 10px;
  /* закругление углов для всех, кто понимает */
  overflow: hidden;
}
@media (max-width: 768px){
  .boot2{ width: 280px!important; }
}

.block_6 {
  width: 100%;
  overflow: hidden;
}

.block_6 .e_6 {
  width: 1024px;
  margin: auto;
  text-align: center;
}

.block_7 {
  width: 100%;
  background-color: #f1f1f1;
  height: 120px;
  padding-top: 20px;
}

.block_7 .e_7 {
  width: 1024px;
  margin: auto;
}

.block_7 .left {
  float: left;
  width: 340px;
  text-align: left;
}

@media (max-width: 768px){
  .block_7 .left{text-align: center;}
}

.block_7 .left p {
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 600;
  color: #505050;
  margin: 20px 0 0 10px;
}

.block_7 img {
  float: left;
  margin-right: 10px;
}

.block_7 .center {
  margin-top: 20px;
  float: left;
  width: 340px;
  text-align: center;
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 300;
  color: #505050;
}

.block_7 .center p {
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 700;
  color: #505050;
}

.block_7 .right {
  float: left;
  width: 340px;
  text-align: right;
}


.block_7 .phone {
  font-family: OpenSans;
  font-size: 22.22px;
  color: #000000;
  font-weight: 700;
}

.block_7 .phone p {
  font-family: OpenSans;
  font-size: 13.89px;
  font-weight: 300;
  color: #505050;
}

.btn-default {
  border: none;
  background: none;
  float: right;
  margin-right: 0;
  margin-top: 5px;
}

.btn-default:focus {
  outline: 0;
}

.btn-default:active {
  outline: 0;
}

.btn-default:active:focus {
  outline: 0;
}

.form {
  text-align: center;
  margin-top: -30px;
}

.form p {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #3b3b3b;
  margin-bottom: 30px;
}

.form b {
  font-size: 27px;
  font-weight: 700;
  color: #3b3b3b;
}

.form input[type=text] {
  width: 310px;
  height: 49px;
  background-color: rgba(244, 244, 244, 0);
  -moz-border-radius: 3px;
  /* закругление для старых Mozilla Firefox */
  -webkit-border-radius: 3px;
  /* закругление для старых Chrome и Safari */
  -khtml-border-radius: 3px;
  /* закругл. для браузера Konquerer системы Linux */
  border-radius: 3px;
  /* закругление углов для всех, кто понимает */
  border-color: #3b3b3b;
  border: 2px solid #3b3b3b;
  margin: auto;
}
@media (max-width: 992px) {
  .form input[type=text]{ width: 270px!important; }
}

.modal-content {
  border-radius: 0px;
  background-color: rgba(244, 244, 244, 0.9);
}

@media (max-width: 1048px) {
  .block_1 {
    width: 100%;
    padding-top: 20px;
    position: static;
  }
  .block_1 .e_1 {
    width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
  }
  .block_1 .left {
    float: none;
  }
  .block_1 .left p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 600;
    color: #505050;
    margin: 20px 0 0 10px;
    text-align: center;
  }
  .block_1 img {
    float: none;
    margin: auto;
    width: 95px;
    text-align: center;
  }
  .block_1 .right {
    float: none;
    width: 250px;
    margin: auto;
    margin-top: 20px;
  }
  .block_1 .phone {
    font-family: OpenSans;
    font-size: 22.22px;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }
  .block_1 .phone p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 300;
    color: #505050;
  }
  .block_2 {
    width: 100%;
    background: url(../images/3DVisLtd_Victoria1_Floor_Plate_Lr_sml1_large.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  .block_2 .e_2 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 20px 170px 20px;
  }
  .block_2 h1 {
    font-family: OpenSansBold;
    font-size: 30px;
    font-weight: 700;
    color: #3b3b3b;
    margin-top: 190px;
  }
  .block_2 p {
    font-family: Arial;
    font-size: 22.22px;
    font-weight: 400;
    color: #3b3b3b;
    margin-top: 100px;
  }
  .block_2 span {
    text-decoration: underline;
  }
  .block_2 a {
    margin: auto;
    margin-bottom: 20px;
    display: block;
    width: 28px;
    width: 28px;
  }
  .btn-primary {
    width: 306px;
    height: 60px;
    text-align: center;
    font-family: OpenSans;
    font-size: 16.67px;
    font-weight: 700;
    color: #ffffff;
    background-color: #1fa101;
    border: #1fa101;
    -moz-border-radius: 10px;
    /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 10px;
    /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 10px;
    /* закругл. для браузера Konquerer системы Linux */
    border-radius: 10px;
    /* закругление углов для всех, кто понимает */
  }
  .btn-primary:hover {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-color: #1fa101;
  }
  .btn-primary:visited {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-color: #1fa101;
  }
  .btn-primary:active,
  .btn-primary.active,
  .open > .dropdown-toggle.btn-primary {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-color: #1fa101;
  }
  .btn-primary:focus,
  .btn-primary.focus {
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    background-color: #1fa101;
  }
  .boot {
    margin: auto;
    margin-top: 50px;
    width: 318px;
    background: rgba(156, 156, 156, 0.5);
    text-align: center;
    height: 72px;
    padding-top: 6px;
    -moz-border-radius: 10px;
    /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 10px;
    /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 10px;
    /* закругл. для браузера Konquerer системы Linux */
    border-radius: 10px;
    /* закругление углов для всех, кто понимает */
  }
  .end_e2 {
    margin-bottom: 20px;
  }
  .end_e2 p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 600;
    color: #000000;
  }
  .end_e2_boot {
    background: url(images/%D0%A4%D0%B8%D0%B3%D1%83%D1%80%D0%B0-14.png);
    width: 28px;
    height: 28px;
  }
  .end_e2_boot img {
    margin-top: 8px;
  }
  .block_3 {
    width: 100%;
  }
  .block_3 .e_3 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 20px 0 20px;
  }
  .block_3 p {
    font-family: OpenSansBold;
    font-size: 20px;
    font-weight: 700;
    color: #323232;
    margin: 50px 0 50px 0;
  }
  .block_4 {
    width: 100%;
    background: url(../images/shutterstock_157219337.jpg) no-repeat;
    background-size: cover;
  }
  .block_4 .e_4 {
    width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
  }
  .block_4 .text_1 {
    font-family: OpenSans;
    font-size: 16.67px;
    font-weight: 300;
    color: #3b3b3b;
    margin-top: 50px;
  }
  .block_4 b {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 700;
    color: #3b3b3b;
  }
  .block_5 {
    width: 100%;
  }
  .block_5 .e_5 {
    width: 100%;
    margin: auto;
    padding: 0 20px 0 20px;
  }
  .block_5 .e_5 p {
    font-family: OpenSansBold;
    font-size: 30px;
    font-weight: 700;
    color: #323232;
    text-align: center;
    margin: 50px 0 50px 0;
  }
  .block_5 .r_1 {
    height: auto;
    margin: auto;
    text-align: center;
    width: 250px;
  }
  .block_5 .el_1 {
    float: none;
    width: 250px;
    text-align: center;
  }
  .block_5 .el_1 p {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 300;
    color: #323232;
  }
  .block_5 .el_2 {
    float: none;
    width: 250px;
    text-align: center;
  }
  .block_5 .el_2 img {
    margin-top: 2px;
  }
  .block_5 .el_2 p {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 300;
    color: #323232;
  }
  .block_5 .el_3 {
    float: none;
    width: 250px;
    text-align: center;
  }
  .block_5 .el_3 img {
    margin-top: 25px;
  }
  .block_5 .el_3 p {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 300;
    color: #323232;
  }
  .block_5 .r_2 {
    height: auto;
    margin: auto;
    text-align: center;
    width: 250px;
  }
  .block_5 .el_4 {
    float: none;
    width: 250px;
    text-align: center;
  }
  .block_5 .el_4 p {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 300;
    color: #323232;
  }
  .block_5 .el_5 {
    float: none;
    width: 250px;
    text-align: center;
  }
  .block_5 .el_5 img {
    margin-top: 10px;
  }
  .block_5 .el_5 p {
    font-family: OpenSans;
    font-size: 22.22px;
    font-weight: 300;
    color: #323232;
  }
  .boot2 {
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 318px;
    background: rgba(156, 156, 156, 0.5);
    text-align: center;
    height: 72px;
    padding-top: 6px;
    -moz-border-radius: 10px;
    /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 10px;
    /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 10px;
    /* закругл. для браузера Konquerer системы Linux */
    border-radius: 10px;
    /* закругление углов для всех, кто понимает */
    overflow: hidden;
  }
  .block_6 {
    width: 100%;
    overflow: hidden;
  }
  .block_6 .e_6 {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 0 20px 0 20px;
  }
  .block_7 {
    width: 100%;
    background-color: #f1f1f1;
    height: 100%;
    padding-top: 20px;
  }
  .block_7 .e_7 {
    width: 250px;
    margin: auto;
    padding: 0 20px 0 20px;
    text-align: center;
  }
  .block_7 .left {
    float: none;
    width: auto;
    text-align: none;
  }
  .block_7 .left p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 600;
    color: #505050;
    margin: 20px 0 0 10px;
    text-align: center;
  }
  .block_7 img {
    float: none;
    margin: auto;
    text-align: center;
    width: 95px;
  }
  .block_7 .center {
    margin: auto;
    margin-top: 20px;
    float: none;
    width: auto;
    text-align: center;
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 300;
    color: #505050;
  }
  .block_7 .center p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 700;
    color: #505050;
    text-align: center;
  }
  .block_7 .right {
    float: none;
    width: auto;
    text-align: center;
  }
  .block_7 .phone {
    font-family: OpenSans;
    font-size: 22.22px;
    color: #000000;
    font-weight: 700;
    text-align: center;
  }
  .block_7 .phone p {
    font-family: OpenSans;
    font-size: 13.89px;
    font-weight: 300;
    color: #505050;
  }
  .btn-default {
    border: none;
    background: none;
    float: right;
    margin-right: 20px;
  }
  .form {
    text-align: center;
    margin-top: -30px;
  }
  .form p {
    font-family: OpenSans;
    font-size: 27.78px;
    font-weight: 300;
    color: #3b3b3b;
  }
  .form b {
    font-family: OpenSans;
    font-size: 33.33px;
    font-weight: 700;
    color: #3b3b3b;
  }
  .form input[type=text] {
    width: 310px;
    height: 49px;
    background-color: rgba(244, 244, 244, 0);
    -moz-border-radius: 3px;
    /* закругление для старых Mozilla Firefox */
    -webkit-border-radius: 3px;
    /* закругление для старых Chrome и Safari */
    -khtml-border-radius: 3px;
    /* закругл. для браузера Konquerer системы Linux */
    border-radius: 3px;
    /* закругление углов для всех, кто понимает */
    border-color: #3b3b3b;
    border: 2px solid #3b3b3b;
    margin: auto;
  }
  .modal-content {
    border-radius: 0px;
    background-color: rgba(244, 244, 244, 0.9);
  }
}

.modal-backdrop.in {
  filter: alpha(opacity=60);
  opacity: .6;
}

.show-content {
  display: block;
}

.hide-content {
  display: none;
}

.modal-dialog{ margin-right: auto; margin-left: auto; }
@media (max-width: 480px) {
  .modal-dialog{ width: 350px!important; }
}

.modal-content.success {
  padding: 60px 100px;
  text-align: center;
  width: 700px;
  margin: 120px auto 0;
}

.modal-content.success h2 {
  font-weight: 600;
  font-size: 30px;
  margin-top: 0;
}

.modal-content.success h3 {
  font-weight: 300;
  margin-top: 35px;
}

.show-flex {
  display: flex;
}

.flex-item-middle {
  align-self: center;
}

.p-sides {
  padding: 0 40px;
}

.fwb {
  font-weight: 600;
}

.text-underline {
  text-decoration: underline;
}

.main-color {
  color: #006900;
}

.others-link {
  font-size: 22px;
  text-decoration: underline;
}

.others-link * {
  color: #484848;
}

.form-control:focus {
  box-shadow: 0 0 10px 0 rgba(0, 105, 0, 0.5);
  border: 2px solid #3b3b3b !important;
}

img {
  max-width: 100%;
}

.full-width-bg {
  position: relative;
  z-index: 5;
}

.full-width-bg:after {
  content: '';
  position: absolute;
  top: -25px;
  bottom: -25px;
  left: -100vw;
  right: -100vw;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.divider {
  margin: 0 auto;
  width: 70%;
  height: 1px;
  background: #333;
  border: none;
}

.scroll-wrapper {
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}

.scroll-wrapper a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.scroll-wrapper img {
  padding-top: 14px;
}

.block_2_main {
  position: relative;
  background: url(../images/index-01_1.jpg) no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 230px;
  overflow: hidden;
}

@media (max-width: 992px) {
  .block_2_main {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}

.block_2_main h3 {
  font-weight: 600;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .block_2_main h3 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .block_2_main .row {
    display: flex;
  }
}

.block_2_main .divider-line {
  position: relative;
}

.block_2_main .divider-line:after {
  content: none;
  position: absolute;
  top: 0;
  left: -40px;
  width: 1px;
  height: 550px;
  background: #333;
}

@media (min-width: 992px) {
  .block_2_main .divider-line:after {
    content: '';
  }
}

.block_2_main ul {
  list-style: none;
  padding: 0;
  margin-top: 60px;
}

.block_2_main ul li {
  color: #333;
  position: relative;
  z-index: 5;
}

@media (min-width: 992px) {
  .block_2_main ul li{ padding-left: 80px; }
}
@media (max-width: 768px) {
  .block_2_main ul li img{ display: none; }
}

.block_2_main ul li + li {
  margin-top: 70px;
}

.block_2_main ul li:after {
  content: '';
  position: absolute;
  top: -25px;
  bottom: -25px;
  left: -25px;
  right: -100vw;
  background: rgba(197, 197, 197, 0.6);
  opacity: 0;
  transition: all .2s ease;
  z-index: -1;
  border-radius: 5px;
}

.block_2_main ul li:hover {
  text-decoration: none;
}

.block_2_main ul li:hover:after {
  opacity: 1;
}

.block_2_main ul li a {
  color: #333;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.block_2_main ul li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.block_2_main ul li a:hover {
  text-decoration: none;
}

.block_2_main.debts {
  padding-top: 200px;
  text-align: center;
  background: url(../images/index-02_1.jpg) no-repeat;
  background-size: cover;
}

.block_2_main.debts h4 {
  font-size: 22px;
}

.block_2_main.debts h1 + * {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .block_2_main.debts h1 + * {
    margin-top: 80px;
  }
}

.block_2_main.register {
  background: url(../images/index-03_1.jpg) no-repeat;
  background-size: cover;
}

.block_2_main.licvidate {
  background: url(../images/index-04_1.jpg) no-repeat;
  background-size: cover;
}

.block_brands {
  padding-top: 120px;
  text-align: center;
}

.block_brands .brand {
  height: 130px;
  margin: 50px 0;
}

.block_about {
  text-align: center;
  background: url(../images/index-01_2.jpg) no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 70px;
}

.block_about h1 {
  margin-top: 0;
}

.block_about h4 {
  margin-bottom: 0;
}

.block_about .row {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .block_about .row {
    display: flex;
    flex-wrap: wrap;
  }
}

.block_about .item_about {
  margin: 80px 0;
  align-self: center;
}

.block_about.debts {
  background: #fff;
}

.block_about.debts h1 span {
  font-size: 22px;
}

.block_about.debts h4 {
  font-size: 22px;
  margin-top: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.block_about.debts img + * {
  margin-top: 15px;
}

.block_prakt {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.block_prakt .row {
  margin-top: 60px;
}

.block_prakt .item_prakt {
  display: block;
  margin: 20px 0;
  padding: 30px 0;
  height: 200px;
}

.block_prakt .item_prakt h4 {
  color: #4B4B4B;
  margin-top: 20px;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.block_prakt .item_prakt .img-hover {
  display: none;
}

.block_prakt .item_prakt:hover {
  cursor: pointer;
  background: #006900;
}

.block_prakt .item_prakt:hover h4 {
  color: #fff;
}

.block_prakt .item_prakt:hover .img-default {
  display: none;
}

.block_prakt .item_prakt:hover .img-hover {
  display: block;
  margin: 0 auto;
}

.block_form {
  background: url(../images/index-01_3.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .block_form {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .block_form .row {
    display: flex;
  }
}

.block_form h2 span {
  color: #006900;
}

.block_form h2 + * {
  margin-top: 30px;
}

.block_form .left-half {
  align-self: center;
}

.block_form .form {
  margin-top: 30px;
  padding: 40px 0;
  background: #fff;
}

@media (min-width: 992px) {
  .block_form .form {
    margin-top: 0;
  }
}

.block_form.debts {
  background: url(../images/index-02_2.jpg) no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (min-width: 992px) {
  .block_form.debts {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

.block_form.debts .row {
  display: block;
}

.block_form.debts h2 {
  font-size: 20px;
}

@media (min-width: 992px) {
  .block_form.debts h2 {
    font-size: 33px;
  }
}

.block_form.debts .form {
  background: transparent;
}

@media (min-width: 992px) {
  .block_form.debts .form {
    padding: 40px 130px;
  }
}

.block_form.debts .form-group input {
  width: 100%;
}

.block_form.debts .submit {
  margin-top: 50px;
  position: relative;
  display: inline-block;
  z-index: 4;
}

.block_form.debts .submit:after {
  content: '';
  position: absolute;
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
  background: rgba(51, 51, 51, 0.3);
  border-radius: 10px;
  z-index: -1;
}

.block_form.register h2 {
  font-size: 32px;
}

.block_form.register ul {
  list-style: none;
}

.block_form.register ul li {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

.block_form.register ul li + li {
  margin-top: 15px;
}

.block_form.register ul li.number {
  position: relative;
}

.block_form.register ul li.number:before {
  content: '1';
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 300;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.block_form.register ul li.number:nth-child(2):before {
  content: '2';
}

.block_form.register ul li.number:nth-child(3):before {
  content: '3';
}

.block_form.register ul li.number:nth-child(4):before {
  content: '4';
}

.block_form.register ul li.number:nth-child(5):before {
  content: '5';
}

.map-wrapper {
  position: relative;
  border-top: 1px solid #333;
}

.map-wrapper .map {
  width: 100%;
  height: 600px;
}

.map-wrapper .map-content {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 420px;
  background: #fff;
}

@media (min-width: 768px) {
  .map-wrapper .map-content {
    display: flex;
  }
}

@media (min-width: 1200px) {
  .map-wrapper .map-content {
    right: 10%;
  }
}

.map-wrapper .map-content img {
  margin-bottom: 20px;
}

.map-wrapper .map-content h3, .map-wrapper .map-content h4, .map-wrapper .map-content h5 {
  margin: 0;
}

.map-wrapper .map-content h3 {
  font-weight: 600;
}

.map-wrapper .map-content h4 {
  font-size: 17px;
}

.map-wrapper .map-content a {
  color: #484848;
}

.map-wrapper .map-content > div + div {
  margin-top: 30px;
}

.block_quote {
  background: #F1F1F1;
  padding: 20px;
}

@media (min-width: 992px) {
  .block_quote {
    padding: 60px 180px 80px;
  }
}

.block_quote .container {
  width: 1020px;
}

.block_quote h3 {
  font-size: 22px;
  line-height: 1.5;
}

.block_quote h1 + * {
  margin-top: 50px;
}

.block_quote * + div {
  margin-top: 35px;
}

.block_advise {
  padding: 90px 0;
  background: url(../images/index-03_2.jpg) no-repeat;
  background-size: cover;
}

.block_advise .row {
  display: flex;
  justify-content: center;
}

.block_advise .advise {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.block_advise .advise h4, .block_advise .advise h6 {
  font-weight: 600;
  font-family: inherit;
  line-height: 1.4;
}

.block_advise .advise h4 b, .block_advise .advise h6 b {
  font-weight: 800;
}

.block_advise.licvidate {
  background: url(../images/index-04_2.jpg) no-repeat;
  background-size: cover;
}

.block_tabs {
  padding: 50px 0;
  background: url(../images/index-03_3.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}

footer {
  padding: 20px 0;
}

footer .text-left {
  text-align: center;
}

@media (min-width: 992px) {
  footer .text-left {
    text-align: left;
  }
}

footer .text-right {
  text-align: center;
}

@media (min-width: 992px) {
  footer .text-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  footer .row {
    display: flex;
  }
}

footer .row > div + div {
  margin-top: 20px;
}

@media (min-width: 992px) {
  footer .row > div + div {
    margin-top: 0;
  }
}

footer .col-md-4 {
  align-self: center;
}

footer img {
  width: 15px;
  margin-bottom: 5px;
}

footer h3, footer h4, footer h5 {
  margin: 0;
}

footer h3 {
  font-weight: 600;
}

footer h4 {
  font-size: 17px;
  margin-bottom: 5px;
}

footer h3 + * {
  margin-top: 3px;
}

footer a {
  color: #484848;
}

.hidden-content {
  display: none;
}

.opacity-none {
  opacity: 0;
  visibility: hidden;
}

.show-all-1, .show-all-2, .show-all-3, .show-all-4, .show-all-5, .show-all-6 {
  text-decoration: underline;
  margin-top: 20px;
  font-weight: 400;
}

.show-all-1 *, .show-all-2 *, .show-all-3 *, .show-all-4 *, .show-all-5 *, .show-all-6 * {
  font-size: 18px;
  line-height: 1.2;
}

.show-all-1:hover, .show-all-2:hover, .show-all-3:hover, .show-all-4:hover, .show-all-5:hover, .show-all-6:hover {
  cursor: pointer;
}

.show-more {
  margin-top: 40px;
}

.show-more * {
  font-size: 20px;
}

.show-more:hover {
  cursor: pointer;
}

.pt-60 {
  padding-top: 60px;
}

.pb-120 {
  padding-bottom: 120px;
}

.fz-16 {
  font-size: 16px;
}

.m-custom {
  margin-top: 50px !important;
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.pb-170 {
  padding-bottom: 170px;
}

.responsive-tabs .resp-tabs-list {
  display: none;
  padding: 0;
  margin-bottom: 0;
  border-radius: 10px;
  list-style: none;
  position: relative;
  z-index: 5;
}

.responsive-tabs .resp-tabs-list:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  right: -100vw;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

.responsive-tabs .resp-tabs-list li {
  transition: all .4s ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 600;
  border: 1px solid #333;
  padding: 15px;
  cursor: pointer;
}

.responsive-tabs .resp-tab-content {
  display: none;
}

@media (min-width: 992px) {
  .responsive-tabs[data-type="horizontal"] .resp-accordion, .responsive-tabs[data-type="vertical"] .resp-accordion {
    display: none;
  }
  .responsive-tabs[data-type="horizontal"] .resp-tabs-list, .responsive-tabs[data-type="vertical"] .resp-tabs-list {
    display: flex;
  }
}

.responsive-tabs-classic {
  width: auto !important;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic {
    width: 100% !important;
  }
}

.responsive-tabs-classic h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 40px;
}

.responsive-tabs-classic h5 {
  line-height: 1.4;
}

.responsive-tabs-classic ul {
  list-style: none;
  padding: 0;
}

.responsive-tabs-classic .custom-list li + li {
  margin-top: 10px;
}

.responsive-tabs-classic .resp-tabs-container ul li {
  font-size: 16px;
}

.responsive-tabs-classic .resp-tab-content-active {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic .resp-tab-content-active {
    margin-bottom: 0;
  }
}

.responsive-tabs-classic .resp-accordion {
  position: relative;
  padding: 15px 20px 15px 2px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #d9d9d9;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease-in;
}

.responsive-tabs-classic .resp-accordion:hover {
  cursor: pointer;
  color: #333;
}

.responsive-tabs-classic .resp-accordion.resp-tab-active {
  color: #fff;
  background: #006900 !important;
}

.responsive-tabs-classic .resp-accordion + .tabs-item {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic .resp-accordion + .tabs-item {
    margin-top: 0px;
  }
}

.responsive-tabs-classic * + p {
  margin-top: 7px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic .tabs-group-default {
    position: relative;
  }
  .responsive-tabs-classic .resp-tab-active {
    color: #fff;
    background: #006900;
  }
}

.responsive-tabs-classic .resp-tab-content * + p {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic .resp-tab-content * + p {
    margin-top: 25px;
  }
}

.responsive-tabs-classic .resp-tab-content article + article {
  margin-top: 50px;
}

@media (min-width: 992px) {
  .responsive-tabs-classic .resp-tab-content article + article {
    margin-top: 85px;
  }
}

.invisible {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.visible {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.overlay-bg + * {
  position: relative;
  z-index: 15;
}

.form input[type=text].error {
  border: 2px solid red;
}

.modal-content-one {
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee;
  z-index: 70;
}

.modal-content-one h2 + * {
  margin-top: 35px;
}

.modal-content-one .bg-one {
  background: rgba(244, 244, 244, 0.9);
  padding: 60px 65px;
}

.modal-content-one:after {
  content: '';
  position: absolute;
  top: -100vw;
  bottom: -100vw;
  left: -100vw;
  right: -100vw;
  background: rgba(51, 51, 51, 0.8);
  z-index: -5;
}

/*# sourceMappingURL=style.css.map */