* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font: 400 16px 'Roboto', sans-serif;
}

a img {
  border: none;
}

a, .left_block > a {
  font: 400 16px 'Roboto', sans-serif;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

*:focus {
  outline: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

ul {
  list-style-type: none;
}

.h2_st {
  color: #363e44;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
  line-height: 1;
}

/*  Start  */

.equipment_wrap {
  padding: 75px 0;
}

.equipment {
  float: left;
  width: 22%;
  border-right: 2px solid #fddd44;
  padding-right: 5px;
}

.equipment h2 {
  font-weight: 300;
  color: #363e44;
  font-size: 30px;
  padding: 0 0 30px 0;
}

.equipment ul li {
  margin: 0 0 14px 0;
}

.equipment ul li:last-child {
  margin: 0;
}

.equipment ul li a {
  font-size: 16px;
  color: #686f73;
  line-height: 21px;
}

.equipment ul li a:hover {
  color: #363e44;
}

.equipment ul li.equipment_active a {
  color: #363e44;
  font-weight: 700;
}

.cap_content {
  float: left;
  width: 78%;
  padding-left: 37px;
  text-align: center;
}

.cap_content > h2, .description > h2{
  color: #363e44;
  font-size: 60px;
  font-weight: 100;
  padding: 0 0 42px 0;
  line-height: 1;
}

.cap_content > p, .description > p {
  font-size: 16px;
  color: #5f5e5e;
  font-weight: 300;
  line-height: 1.1;
  padding: 0 171px;
}

.cap_content img {
  max-width: 100%;
}

.cap_content > img {
  margin: 65px 0 9px;
}

.cap_content > a, .left_block > a {
  padding: 10px 20px;
  border-radius: 3px;
  color: #fff;
  background: #694fba;
  border: 2px solid #694fba;
  display: inline-block;
}

.cap_content > a:hover, .left_block > a:hover {
  background: none;
  color: #694fba;
}

.evidence_collection {
  padding: 0px 10px 50px;
  margin-top: 20px;
  margin-bottom: 63px;
}

.evidence_collection_item {
  margin-bottom: 52px;
}

.evidence_collection_item:last-child {
  margin-bottom: 68px;
}

.ev_col_img,
.ev_col_descr {
  width: 95%;
  display: inline-block;
  vertical-align: top;
}

.ev_col_img img {
  max-width: 100%;
}

.ev_col_descr {
  text-align: left;
  padding-left: 31px;
}

.ev_col_descr img{
  display: block;
  margin: 20px auto;
}

.ev_col_descr h3 {
  color: #363e44;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #e1e2e4;
}

.ev_col_descr h5 {
  color: #363e44;
  font-size: 20px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}


.ev_col_descr p {
  color: #5f5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 5px;
}

.ev_col_descr ul {
  color: #5f5e5e;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  margin: 15px 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.ev_btn {
  margin: 60px 0 96px;
}

.ev_btn a {
  background: #886fd7;
  color: #fff;
  border: 2px solid #886fd7;
  padding: 13px 33px;
  border-radius: 3px;
  font-size: 22px;
}

.ev_btn a:hover {
  border: 2px solid #694fba;
  background: #694fba;
}

.ev_contacts {
  background: #fddc38;
  padding: 65px 0;
  margin-bottom: 11px;
}

.ev_contacts h2 {
  color: #363e44;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}

.ev_contacts a {
  margin: 0 30px;
  border: none;
  background: none;
  color: #363e44;
  font-size: 30px;
  padding: 0 0 0 30px;
  background: #000;
  background: url(../images/tell.png) no-repeat left center;
}

.ev_contacts a.ev_contacts_email {
  background: url(../images/email.png) no-repeat left center;
}

.ev_contacts a:hover {
  color: #363e44;
}

.ev_contacts p {
  margin-top: 15px;
  color: #5f5e5e;
  font-size: 16px;
  font-weight: 300;
}

table {
  padding: 15px;
  width: 100%;
  color: #5f5e5e;
  background-color: #f8f8f8;
  font-size: 16px;
  font-weight: 300;
}

table td {
  padding: 5px 3px;
  /* border-bottom: 1px solid white; */
}

table .dt{
  font-weight: bold;
  text-align: center;
}

.row{
  display: inline-block;
  margin-bottom: 63px;
  width: 90%;
  height: auto;
}

.foto{
  display: block;
  width: 40%;
  float: left;
}

.descript{
  display: block;
  width: 60%;
  text-align: left;
  float: left;
  padding-left: 20px;
}

.descript > h2{
  color: #363e44;
  font-size: 60px;
  font-weight: 100;
  padding: 0 0 42px 0;
  line-height: 1;
}

.descript > p{
  font-size: 16px;
  color: #5f5e5e;
  font-weight: 300;
  line-height: 1.1;
  padding-bottom: 20px;
}

.link_str{
  display: inline-block;
  border-bottom: 1px dashed #5f5e5e;
  color: #5f5e5e;
  margin: 3px 0;
}

.link_str:hover{
  color: #363e44;
}

.capture{
  width: 95%;
  display: inline-block;
  margin: auto;
  background-color: #f4f4f4;
  border-bottom: 2px solid #e1e2e4;
  border-top: 2px solid #e1e2e4;
}

.capture > .left_block{
  width: 55%;
  display: block;
  float: left;
}

.capture > .right_block{
  width: 45%;
  display: block;
  float: left;
  text-align: left;
}

.right_block li.no{
  list-style-image: url(../images/minus.png);
  opacity: 0.5;
}

.left_block h3{
  color: #363e44;
  font-size: 25px;
  line-height: 34px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 10px;
}

.left_block p {
  font-style: italic;
  color: #5f5e5e;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 45px;
  line-height: normal;
}

.right_block ul{
  padding: 20px 40px;
}

.right_block li{
  list-style-image: url(../images/ok.png);
  font-size: 18px;
  color: #5f5e5e;
  font-weight: bold;
  padding-bottom: 15px;
  padding-right: 40px;
}

.capture.offer{
  background-color: #f5f5f5;
  color: #363e44;
}

.capture.offer > .offer{
  margin: 30px auto;
}

.capture.offer > .offer > p{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
}

.capture.offer > .offer > h3{
  font-size: 28px;
  line-height: 1.1;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 10px;
}

.capture.offer > .offer > h3 > span {
  font-weight: 400;
}

.capture.offer > .offer > .btn_offer_wrap{
  margin-top: 25px;
  margin-bottom: 40px;
}

.capture.offer > .offer > .btn_offer_wrap > .btn_offer{
  padding: 10px 34px;
  font-size: 17px;
  border-radius: 3px;
  color: #fff;
  background-color: #694fba;
  border: 2px solid #694fba;
}

.capture.offer > .offer > .btn_offer_wrap > .btn_offer:hover{
  background: none;
  color: #694fba;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .equipment {
    padding-right: 10px;
  }
  .cap_content > p {
    padding: 0 88px;
  }
  .ev_contacts a {
    margin: 0 18px;
  }
  .ev_col_descr img{
    max-width: 600px;
  }
}

@media screen and (max-width: 997px) {
  .container {
    width: 750px;
  }
  .equipment {
    float: none;
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 2px solid #fddd44;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .cap_content {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
  .h2_st {
    font-size: 35px;
  }
  .cap_content > p {
    padding: 0;
  }
  .ev_col_img, .ev_col_descr {
    width: 100%;
  }
  .ev_col_descr {
    padding-left: 0;
  }
  .cap_content > h2 {
    font-size: 42px;
  }
  .ev_col_descr img{
    max-width: 100%;
  }
  .capture{
    padding: 0px 15px;
  }
  .capture .left_block, .capture .right_block{
    float: inherit;
    width: 100%;
  }
  .right_block > ul{
    padding-top: 30px;
    margin: 0px auto;
  }
  .right_block > ul > li{
    padding-right: 0px;
    margin-right: 0px;
    max-width: 250px;
    margin: 0px auto;
  }
  .row .foto{
    float: inherit;
    width: 60%;
    margin: 0 auto;
  }
  .row .descript{
    float: inherit;
    width: 100%;
    padding: 20px inherit inherit;
  }
  .descript h2{
    font-size: 45px;
  }
  .capture.offer > .offer > p{
    width: 80%;
  }
}
@media screen and (max-width: 450px) {
  .h2_st {
    font-size: 32px;
  }
  .cap_content > a, .left_block > a {
    font-size: 18px;
  }
  .ev_col_descr h3 {
    font-size: 26px;
  }
  .evidence_collection {
    padding: 20px 10px 0px;
  }
  .cap_content > h2 {
    font-size: 30px;
  }
  .ev_btn a {
    font-size: 19px;
  }
  .ev_contacts h2 {
    font-size: 28px;
  }
  .ev_contacts a {
    font-size: 24px;
    margin: 5px 0;
    display: inline-block;
  }
  .descript h2{
    font-size: 32px;
  }
  .capture .left_block h3{
    font-size: 22px;
  }
  .capture .right_block{
    margin: 10px;
  }
  .capture.offer > .offer > p{
    width: 100%;
  }
}
