@import '../css/Geometria.css';
.header.header_licenses2 {
  background-image: url("../images/header_licenses2.jpg");
}
.header.header_licenses2 .wrap h1 span {
  font-size: 22px;
}
.licenses.licenses2 .item .right .photos .it {
  position: relative;
}
.licenses.licenses2 .item .right .photos .it .name {
  font-weight: 400;
}
.licenses.licenses2 .item .right .photos .it:after {
  content: '';
  display: block;
  width: 148px;
  height: 11px;
  background: url("../images/arrow_licenses2.png") no-repeat center right;
  position: absolute;
  left: -175px;
  top: 50%;
  margin-top: -5px;
}
.widgets .items.grid .item {
  padding-bottom: 50px;
  position: relative;
}
.widgets .items.grid .item .bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  height: 20px;
  width: calc(100% - 60px);
}
.widgets .items.grid .item .bottom:after {
  content: '';
  display: block;
  clear: both;
}
.widgets .items.grid .item .bottom .price {
  float: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.widgets .items.grid .item .bottom .price span {
  font-size: 20px;
}
.widgets .items.grid .item .bottom .more {
  float: right;
}
.widgets .items.list .price {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.widget_prices {
  background: #63a2fc;
  color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.widget_prices .title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.widget_prices .subtitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
.widget_prices .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 45px);
  margin: 0 20px 30px 0;
  background: #ffffff;
  padding: 15px 25px;
  border-radius: 10px;
  color: #393939;
  position: relative;
}
.widget_prices .items .item .label {
  position: absolute;
  top: 0;
  right: -5px;
  background-position: top right;
  background-repeat: no-repeat;
  width: 80px;
  height: 43px;
  padding-left: 14px;
  text-align: left;
}
.widget_prices .items .item .label span {
  display: inline-block;
  line-height: 35px;
  padding-right: 20px;
  font-size: 10px;
  background: url("../images/icon_prices_gift.png") no-repeat center right;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.widget_prices .items .item .label.label1 {
  background-image: url("../images/label_prices_1.png");
}
.widget_prices .items .item .label.label3 {
  background-image: url("../images/label_prices_3.png");
}
.widget_prices .items .item .info {
  margin-bottom: 15px;
  padding: 25px 15px 15px;
  background: linear-gradient(to bottom, transparent, #dae9fe);
  border-radius: 10px;
  position: relative;
}
.widget_prices .items .item .info .popular {
  position: absolute;
  top: 0;
  left: 10px;
  background: #ddebfe;
  border-radius: 10px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #63a2fc;
  padding: 0 10px;
}
.widget_prices .items .item .info .top {
  margin-bottom: 20px;
  min-height: 50px;
}
.widget_prices .items .item .info .top .name {
  height: 30px;
}
.widget_prices .items .item .info .top .name > span {
  background: url("../images/icon_prices_calendar.png") no-repeat center left;
  padding-left: 30px;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.widget_prices .items .item .info .top .name > span > span {
  font-size: 30px;
}
.widget_prices .items .item .info .top .gift {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #63a2fc;
}
.widget_prices .items .item .info .prices .price {
  color: #63a2fc;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
}
.widget_prices .items .item .info .prices .price span {
  font-size: 14px;
}
.widget_prices .items .item .info .prices .month {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.widget_prices .items .item .setup a {
  display: block;
  background: #63a2fc;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 1169px) {
  .feedback .photo.photo_licenses2 {
    background-image: url("../images/img_licenses2_form.jpg");
    background-position: center top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .header.header_licenses2 {
    background-position: center left;
  }
  .header.header_licenses2 .wrap .announce {
    margin-bottom: 120px;
  }
  .widgets .items.grid .item .bottom {
    padding-top: 10px;
  }
  .widgets .items.grid .item .bottom .more {
    padding: 0;
  }
  .widget_prices .items .item {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.header.header_1c {
  background-image: url("../images/header_1c.jpg");
}
.header.header_1c .wrap .text {
  max-width: 560px;
}
.header.header_1c .wrap .announce {
  text-align: left;
}
.header.header_1c .wrap .announce ul {
  list-style: none;
}
.header.header_1c .wrap .announce ul li {
  font-size: 16px;
  line-height: 20px;
  min-height: 45px;
  vertical-align: middle;
  margin-bottom: 15px;
  padding-left: 60px;
  position: relative;
}
.header.header_1c .wrap .announce ul li:before {
  content: '';
  display: block;
  width: 45px;
  height: 45px;
  background: url("../images/icon_check_header.png") #63a2fc no-repeat center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.header.header_1c .wrap .announce ul li span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 5px);
}
.header.header_1c .wrap .announce ul li:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 45px;
}
.header.header_sensei {
  background-image: url("../images/header_sensei.jpg");
}
.header.header_sensei .image {
  margin-bottom: 70px;
}
.why_1c {
  padding: 60px 0;
}
.why_1c .title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.why_1c .items {
  text-align: center;
}
.why_1c .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 5px);
  margin: 0 0 40px 0;
  padding: 0 20px;
  text-align: left;
}
.why_1c .items .item .top {
  margin-bottom: 30px;
}
.why_1c .items .item .top .icon,
.why_1c .items .item .top .name {
  display: inline-block;
  vertical-align: middle;
}
.why_1c .items .item .top .icon {
  width: 100px;
  height: 100px;
  background: #63a2fc;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.why_1c .items .item .top .icon:before,
.why_1c .items .item .top .icon:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.25);
  border-radius: 20px;
  position: absolute;
}
.why_1c .items .item .top .icon:before {
  top: 4px;
  left: 4px;
}
.why_1c .items .item .top .icon:after {
  top: 10px;
  left: 10px;
}
.why_1c .items .item .top .icon span {
  display: block;
  width: 100%;
  height: 100%;
}
.why_1c .items .item .top .icon span img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.why_1c .items .item .top .icon span:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.why_1c .items .item .top .name {
  width: calc(100% - 105px);
  padding-left: 25px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.why_1c .items .item .text {
  font-size: 16px;
  line-height: 25px;
}
.text_1c {
  background: #f5f5f5;
  padding: 100px 0;
  font-size: 16px;
  line-height: 25px;
}
.text_1c h2,
.text_1c .h2 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}
.text_1c h3,
.text_1c .h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.text_1c p {
  margin-bottom: 30px;
}
.text_1c ul,
.text_1c ol {
  list-style-type: none;
  margin: 0 0 30px 0;
}
.text_1c ul li,
.text_1c ol li {
  list-style-type: none;
  margin-bottom: 15px;
  position: relative;
}
.text_1c ul li:before,
.text_1c ol li:before {
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.text_1c ul li {
  padding-left: 25px;
}
.text_1c ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid #63a2fc;
  top: 10px;
}
.text_1c ol {
  counter-reset: num;
}
.text_1c ol li {
  padding-left: 60px;
  min-height: 40px;
}
.text_1c ol li:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #63a2fc;
  font-weight: 700;
  content: counter(num) ". ";
  counter-increment: num;
  top: 0;
}
.text_1c .exchange {
  margin-bottom: 30px;
}
.text_1c .exchange .text {
  float: left;
  width: 60%;
  padding-right: 40px;
}
.text_1c .exchange .text .icons {
  margin-bottom: 30px;
}
.text_1c .exchange .text .icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 40px;
  background-position: center left;
  background-repeat: no-repeat;
  font-size: 14px;
}
.text_1c .exchange .text .icons > div.configuration {
  background-image: url("../images/icon_1c_configuration.png");
  padding-left: 70px;
}
.text_1c .exchange .text .icons > div.category {
  background-image: url("../images/icon_1c_category.png");
  padding-left: 50px;
}
.text_1c .exchange .text .icons > div .value {
  font-weight: 700;
}
.text_1c .exchange .text .button {
  margin-bottom: 30px;
}
.text_1c .exchange .text .button a {
  display: inline-block;
  line-height: 48px;
  padding: 0 48px;
  background: #63a2fc;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 8px 20px 0px rgba(99, 162, 252, 0.4);
  border-radius: 4px;
}
.text_1c .exchange .text .button a:hover {
  box-shadow: 0px 8px 20px 0px rgba(99, 162, 252, 0.7);
}
.text_1c .exchange .image {
  float: right;
  width: 40%;
}
.text_1c .exchange .image img {
  max-width: 100%;
}
.text_1c .exchange:after {
  content: '';
  display: block;
  clear: both;
}
.text_1c .what {
  border-radius: 20px;
  background: url("../images/bg_1c_what.png") #ffffff no-repeat bottom right;
  box-shadow: 0px 8px 20px 0px rgba(178, 178, 178, 0.4);
  padding: 50px 40% 20px 60px;
  margin-bottom: 60px;
}
.sensei_cert .wrap:after {
  content: '';
  display: block;
  clear: both;
}
.sensei_cert .image,
.sensei_cert .text {
  width: calc(50% - 20px);
}
.sensei_cert .image {
  float: left;
}
.sensei_cert .image span {
  display: inline-block;
  position: relative;
}
.sensei_cert .image span img {
  max-width: 100%;
  display: block;
  border: 1px solid #63a2fc;
  border-radius: 20px;
}
.sensei_cert .image span:before,
.sensei_cert .image span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.25);
  border-radius: 20px;
  position: absolute;
}
.sensei_cert .image span:before {
  top: 4px;
  left: 4px;
}
.sensei_cert .image span:after {
  top: 10px;
  left: 10px;
}
.sensei_cert .text {
  float: right;
  text-align: center;
  padding-top: 100px;
  position: relative;
  margin-top: 85px;
}
.sensei_cert .text:before {
  content: '';
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  border-radius: 50%;
  background: url("../images/icon_sensei_cert_check.png") #f55252 no-repeat center center;
}
.sensei_cert .text .partners {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.sensei_steps {
  background: url("../images/sensei_steps.png") no-repeat center center;
  text-align: center;
  padding: 80px 0;
}
.sensei_steps .item {
  display: inline-block;
  vertical-align: top;
  background-position: center center;
  background-repeat: no-repeat;
  width: 210px;
  height: 190px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 80px;
}
.sensei_steps .item span {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.sensei_steps .item:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sensei_steps .item.item_1 {
  background-image: url("../images/sensei_step_1.png");
}
.sensei_steps .item.item_2 {
  background-image: url("../images/sensei_step_2.png");
}
.sensei_steps .item.item_3 {
  background-image: url("../images/sensei_step_3.png");
}
.sensei_challenges .title,
.sensei_offers .title,
.sensei_pricing .title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
.sensei_challenges {
  background: #f5f5f5;
  padding: 80px 0;
}
.sensei_challenges .title {
  margin-bottom: 50px;
}
.sensei_challenges .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 40px);
  background: #63a2fc;
  color: #ffffff;
  padding: 40px;
  position: relative;
  margin: 0 35px 0 0;
  border-radius: 20px;
}
.sensei_challenges .items .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 20px;
  z-index: 1;
}
.sensei_challenges .items .item div {
  position: relative;
  z-index: 2;
}
.sensei_challenges .items .item .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.sensei_challenges .items .item .text {
  font-size: 16px;
  line-height: 25px;
}
.sensei_challenges .items .item .text ul {
  list-style: none;
}
.sensei_challenges .items .item .text ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.sensei_challenges .items .item .text ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.sensei_offers {
  padding: 80px 0 0;
}
.sensei_offers .title {
  margin-bottom: 30px;
}
.sensei_offers .subtitle {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.sensei_offers .items .item {
  padding: 80px 0;
  margin-bottom: 50px;
  position: relative;
}
.sensei_offers .items .item .wrap {
  position: relative;
  z-index: 2;
}
.sensei_offers .items .item .photo,
.sensei_offers .items .item .text {
  width: calc(50% - 20px);
}
.sensei_offers .items .item .photo {
  float: right;
  position: relative;
}
.sensei_offers .items .item .photo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 20px;
  z-index: 1;
}
.sensei_offers .items .item .photo img {
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.sensei_offers .items .item .photo .label {
  width: 200px;
  height: 200px;
  background: #ffe4e4;
  border-radius: 50%;
  position: absolute;
  bottom: -100px;
  left: -80px;
  text-align: center;
  padding: 50px 40px;
  font-weight: 500;
  z-index: 2;
}
.sensei_offers .items .item .photo .label .pc {
  color: #ff3e09;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}
.sensei_offers .items .item .photo .label .descr {
  font-size: 16px;
  line-height: 20px;
}
.sensei_offers .items .item .text {
  float: left;
  padding-right: 50px;
}
.sensei_offers .items .item .text .name {
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 25px;
}
.sensei_offers .items .item .text .announce {
  font-size: 16px;
  line-height: 25px;
}
.sensei_offers .items .item .text .announce p {
  margin-bottom: 20px;
}
.sensei_offers .items .item .text .announce ul {
  list-style: none;
}
.sensei_offers .items .item .text .announce ul li {
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}
.sensei_offers .items .item .text .announce ul li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #63a2fc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.sensei_offers .items .item:nth-child(even) .photo {
  float: left;
}
.sensei_offers .items .item:nth-child(even) .photo .label {
  left: auto;
  right: -80px;
}
.sensei_offers .items .item:nth-child(even) .text {
  float: right;
  padding-right: 0;
  padding-left: 50px;
}
.sensei_offers .items .item:nth-child(even):after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f4f9ff;
  width: 85%;
  border-radius: 30px 0 0 30px;
  right: 0;
  z-index: 1;
}
.sensei_pricing {
  background: #f5f5f5;
  padding: 80px 0;
}
.sensei_pricing .title {
  margin-bottom: 50px;
}
.sensei_pricing .table {
  display: table;
  width: 100%;
  background: #fefefe;
  border-radius: 20px;
  border: 1px solid #63a2fc;
  position: relative;
  table-layout: fixed;
}
.sensei_pricing .table:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.sensei_pricing .table .tr {
  display: table-row;
  z-index: 2;
  position: relative;
}
.sensei_pricing .table .tr .td,
.sensei_pricing .table .tr .th {
  display: table-cell;
  z-index: 3;
  position: relative;
}
.sensei_pricing .table .tr .td:first-child:after,
.sensei_pricing .table .tr .th:first-child:after,
.sensei_pricing .table .tr .td:last-child:after,
.sensei_pricing .table .tr .th:last-child:after {
  content: '';
  display: block;
  width: 40px;
  height: calc(100% + 1px);
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 1;
}
.sensei_pricing .table .tr .td:first-child,
.sensei_pricing .table .tr .th:first-child {
  padding-left: 55px;
}
.sensei_pricing .table .tr .td:first-child:after,
.sensei_pricing .table .tr .th:first-child:after {
  left: 0;
}
.sensei_pricing .table .tr .td:last-child,
.sensei_pricing .table .tr .th:last-child {
  padding-right: 55px;
}
.sensei_pricing .table .tr .td:last-child:after,
.sensei_pricing .table .tr .th:last-child:after {
  right: 0;
}
.sensei_pricing .table .tr .th {
  padding: 20px 15px;
  border-bottom: 1px solid #63a2fc;
}
.sensei_pricing .table .tr .th .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sensei_pricing .table .tr .th .users {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.sensei_pricing .table .tr .th .price {
  font-size: 14px;
  line-height: 25px;
  font-weight: 700;
  color: #63a2fc;
}
.sensei_pricing .table .tr .th .price .value {
  font-size: 22px;
}
.sensei_pricing .table .tr .th .price .request {
  font-size: 16px;
}
.sensei_pricing .table .tr .td {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 1px solid rgba(99, 162, 252, 0.5);
}
.sensei_pricing .table .tr .td span {
  display: inline-block;
  width: 16px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
}
.sensei_pricing .table .tr .td span.yes {
  background-image: url("../images/icon_check_sensei_yes.png");
}
.sensei_pricing .table .tr .td span.no {
  background-image: url("../images/icon_check_sensei_no.png");
}
.sensei_pricing .table .tr .td a {
  display: inline-block;
  line-height: 48px;
  padding: 0 48px;
  background: #63a2fc;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: 0px 8px 20px 0px rgba(99, 162, 252, 0.4);
  border-radius: 4px;
}
.sensei_pricing .table .tr .td a:hover {
  box-shadow: 0px 8px 20px 0px rgba(99, 162, 252, 0.7);
}
.sensei_pricing .table .tr:nth-child(odd) .td {
  background: #ecf3fc;
}
.sensei_pricing .table .tr:first-child .th:after {
  height: 100%;
}
.sensei_pricing .table .tr:first-child .th:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: #ffffff;
  position: absolute;
  top: 0;
}
.sensei_pricing .table .tr:first-child .th:first-child:after {
  border-radius: 20px 0 0 0;
}
.sensei_pricing .table .tr:first-child .th:first-child:before {
  left: 15px;
}
.sensei_pricing .table .tr:first-child .th:last-child:after {
  border-radius: 0 20px 0 0;
}
.sensei_pricing .table .tr:first-child .th:last-child:before {
  right: 15px;
}
.sensei_pricing .table .tr:last-child .td {
  padding: 30px 15px;
  border: 0;
}
.sensei_pricing .table .tr:last-child .td:after {
  height: 100%;
}
.sensei_pricing .table .tr:last-child .td:first-child:after {
  border-radius: 0 0 0 20px;
}
.sensei_pricing .table .tr:last-child .td:last-child:after {
  border-radius: 0 0 20px 0;
}
.tabs .navigation {
  max-width: 960px;
  margin: 0 auto 50px;
}
.tabs .navigation ul {
  list-style: none;
  border-bottom: 3px solid #dedede;
}
.tabs .navigation ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 5px);
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0;
  cursor: pointer;
  color: #b8b8b8;
  text-align: center;
  position: relative;
  font-weight: 700;
}
.tabs .navigation ul li:after {
  content: '';
  display: none;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  background: #63a2fc;
}
.tabs .navigation ul li.active {
  color: #63a2fc;
  cursor: default;
}
.tabs .navigation ul li.active:after {
  display: block;
}
.tabs .contents .tab {
  display: none;
}
.tabs .contents .tab.active {
  display: block;
}
.tabs .tabtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #6a6a6a;
  position: relative;
}
.tabs .tabtitle i {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #6a6a6a;
}
@media (max-width: 1169px) {
  .why_1c .items .item {
    text-align: center;
  }
  .why_1c .items .item .top {
    margin-bottom: 15px;
  }
  .why_1c .items .item .top .icon,
  .why_1c .items .item .top .name {
    display: block;
  }
  .why_1c .items .item .top .icon {
    margin: 0 auto 15px;
  }
  .why_1c .items .item .top .name {
    width: 100%;
    padding: 0;
  }
  .text_1c .what {
    /*
			background-position:bottom center;
			background-size:cover;
			*/
    background: #ffffff;
    padding: 40px;
  }
  .sensei_cert .text {
    margin: 0;
  }
  .sensei_steps .item {
    margin: 0 10px;
  }
  .sensei_challenges .items .item {
    padding: 20px;
  }
  .sensei_offers .items .item {
    margin: 0;
  }
  .sensei_offers .items .item .photo .label {
    width: 160px;
    height: 160px;
    padding: 30px;
  }
  .sensei_offers .items .item .photo .label .pc {
    font-size: 35px;
    line-height: 35px;
  }
  .sensei_offers .items .item .photo .label .descr {
    font-size: 14px;
    line-height: 20px;
  }
  .sensei_pricing .table .tr .td a {
    padding: 15px 10px;
    display: block;
    text-align: center;
    line-height: 18px;
  }
  .sensei_pricing .table .tr .td:first-child:after,
  .sensei_pricing .table .tr .th:first-child:after,
  .sensei_pricing .table .tr .td:last-child:after,
  .sensei_pricing .table .tr .th:last-child:after {
    width: 15px;
  }
  .sensei_pricing .table .tr .td:first-child,
  .sensei_pricing .table .tr .th:first-child {
    padding-left: 30px;
  }
  .sensei_pricing .table .tr .td:last-child,
  .sensei_pricing .table .tr .th:last-child {
    padding-right: 30px;
  }
  .feedback .photo.photo_1c,
  .feedback .photo.photo_sensei {
    background-position: center top;
    background-size: 100% auto;
  }
  .feedback .photo.photo_1c {
    background-image: url("../images/img_1c_form.jpg");
  }
  .feedback .photo.photo_sensei {
    background-image: url("../images/img_sensei_form.jpg");
  }
}
@media (max-width: 767px) {
  .header.header_1c .wrap .announce ul li {
    font-size: 14px;
  }
  .why_1c {
    padding: 40px 0;
  }
  .why_1c .items .item {
    display: block;
    width: 100%;
  }
  .text_1c {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .text_1c .exchange .image,
  .text_1c .exchange .text {
    float: none;
    width: 100%;
  }
  .text_1c .exchange .text {
    padding: 0;
  }
  .text_1c .what {
    padding: 20px;
  }
  .sensei_cert .image,
  .sensei_cert .text {
    float: none;
    width: 100%;
  }
  .sensei_cert .image {
    margin-bottom: 40px;
  }
  .sensei_steps {
    background-image: url("../images/sensei_steps_m.svg");
  }
  .sensei_steps .item {
    margin: 0 auto 15px;
  }
  .sensei_challenges {
    padding: 40px 0;
  }
  .sensei_challenges .items .item {
    display: block;
    width: 100%;
    margin: 0 0 25px 0;
    height: auto !important;
  }
  .sensei_offers .items .item {
    padding: 40px 0;
  }
  .sensei_offers .items .item .photo,
  .sensei_offers .items .item .text {
    float: none;
    width: 100%;
  }
  .sensei_offers .items .item .photo {
    margin-bottom: 100px;
  }
  .sensei_offers .items .item .photo .label {
    left: 50%;
    margin-left: -80px;
    bottom: -80px;
  }
  .sensei_offers .items .item .text {
    padding: 0;
  }
  .sensei_offers .items .item:nth-child(even) .photo .label {
    right: auto;
    left: 50%;
  }
  .sensei_offers .items .item:nth-child(even) .text {
    padding: 0;
  }
  .sensei_pricing .table {
    width: auto;
  }
  .tabs .contents .tab {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 374px) {
  header {
    padding: 30px 0;
  }
  header .logo a img {
    max-width: 60%;
  }
  header .mobile .open {
    top: 25px;
  }
  header.fixed .mobile .open {
    top: 25px;
  }
  .header .wrap {
    padding: 0;
  }
  .header .wrap .buttons a,
  .header .inner .buttons a {
    width: calc(50% - 5px);
    margin: 0;
    text-transform: none;
  }
  .form .submit input {
    padding: 0;
  }
}
.header.header_moysklad {
  background-image: url("../images/header_moysklad.jpg");
}
.header.header_moysklad .wrap .announce p {
  font-weight: 700;
  margin-bottom: 10px;
}
.header.header_moysklad .wrap .announce ul {
  list-style: none;
}
.header.header_moysklad .wrap .announce ul li {
  padding-left: 30px;
  background: url("../images/icon_check_header.png") no-repeat center left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.moysklad .title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.moysklad .wrap:after {
  content: '';
  display: block;
  clear: both;
}
.moysklad .main .item {
  margin-bottom: 80px;
}
.moysklad .main .item .text,
.moysklad .main .item .photo {
  width: calc(50% - 20px);
}
.moysklad .main .item .text {
  float: left;
  padding-top: 50px;
}
.moysklad .main .item .text .name {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.moysklad .main .item .text .announce {
  font-size: 20px;
  line-height: 25px;
}
.moysklad .main .item .photo {
  float: right;
  text-align: center;
}
.moysklad .main .item .photo span {
  display: block;
  max-height: 330px;
  border: 1px solid #63a2fc;
  background: #fafbfc;
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  box-sizing: border-box;
}
.moysklad .main .item .photo span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.moysklad .main .item .photo span img {
  display: inline-block;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.moysklad .main .item:after {
  content: '';
  display: block;
  clear: both;
}
.moysklad .main .item:nth-child(even) .photo {
  float: left;
}
.moysklad .main .item:nth-child(even) .text {
  float: right;
}
.moysklad .companies {
  background: #f4f9ff;
  text-align: center;
  padding: 80px 0;
}
.moysklad .companies .img {
  width: 200px;
  float: left;
}
.moysklad .companies .img:nth-child(2) {
  float: right;
}
.moysklad .companies .text {
  float: left;
  width: calc(100% - 400px);
  padding-top: 20px;
}
.moysklad .companies .text .title {
  margin-bottom: 50px;
}
.moysklad .companies .text .title span {
  font-size: 40px;
}
.moysklad .companies .text .announce {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 50px;
}
.moysklad .companies .text .btn a {
  background: #63a2fc;
}
.moysklad .companies .text .btn a:hover {
  background: rgba(99, 162, 252, 0.9);
}
.moysklad .order {
  padding: 80px 0;
}
.moysklad .order .image {
  float: left;
  width: 260px;
}
.moysklad .order .items {
  float: right;
  width: calc(100% - 300px);
}
.moysklad .order .items .item {
  margin-bottom: 60px;
  padding-left: 85px;
  background-position: left top;
  background-repeat: no-repeat;
}
.moysklad .order .items .item.item_1 {
  background-image: url("../images/moysklad_count1.png");
}
.moysklad .order .items .item.item_2 {
  background-image: url("../images/moysklad_count2.png");
}
.moysklad .order .items .item.item_3 {
  background-image: url("../images/moysklad_count3.png");
}
.moysklad .order .items .item.item_4 {
  background-image: url("../images/moysklad_count4.png");
}
.moysklad .order .items .item .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #63a2fc;
  margin-bottom: 20px;
}
.moysklad .order .items .item .announce {
  font-size: 16px;
  line-height: 25px;
}
.moysklad .advantages .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 5px);
  margin-bottom: 40px;
  padding-right: 40px;
}
.moysklad .advantages .items .item .top {
  margin-bottom: 30px;
}
.moysklad .advantages .items .item .top .photo,
.moysklad .advantages .items .item .top .name {
  display: inline-block;
  vertical-align: middle;
}
.moysklad .advantages .items .item .top .photo {
  width: 90px;
  height: 90px;
  background: #63a2fc;
  border-radius: 20px;
  position: relative;
}
.moysklad .advantages .items .item .top .photo:before,
.moysklad .advantages .items .item .top .photo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(99, 162, 252, 0.5);
  position: absolute;
}
.moysklad .advantages .items .item .top .photo:before {
  top: 5px;
  left: 5px;
}
.moysklad .advantages .items .item .top .photo:after {
  top: 10px;
  left: 10px;
}
.moysklad .advantages .items .item .top .photo span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.moysklad .advantages .items .item .top .photo span img,
.moysklad .advantages .items .item .top .photo span:after {
  display: inline-block;
  vertical-align: middle;
}
.moysklad .advantages .items .item .top .photo span:after {
  content: '';
  height: 100%;
}
.moysklad .advantages .items .item .top .name {
  width: calc(100% - 100px);
  padding-left: 40px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}
.moysklad .advantages .items .item .announce {
  font-size: 16px;
  line-height: 25px;
}
.feedback.feedback_moysklad {
  padding-bottom: 90px;
}
.feedback.feedback_moysklad .form {
  padding-top: 35px;
}
.feedback.feedback_moysklad .form .subtitle {
  margin-bottom: 75px;
}
.feedback.feedback_moysklad .form .buttons {
  margin-bottom: 90px;
}
.feedback.feedback_moysklad .form .buttons a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.feedback.feedback_moysklad .form .buttons a.whatsapp {
  background: transparent;
  border: 1px solid #ffffff;
  line-height: 48px;
  margin-left: 10px;
}
.feedback.feedback_moysklad .form .buttons a.whatsapp:hover {
  background: #ffffff;
  color: #393939;
}
@media (max-width: 1169px) {
  .header.header_moysklad .container {
    padding-top: 20%;
  }
  .feedback .photo.photo_moysklad {
    background-position: center top;
    background-size: 100% auto;
    background-image: url("../images/img_moysklad_form.jpg");
  }
  .feedback.feedback_moysklad {
    padding: 20px;
  }
  .feedback.feedback_moysklad .form {
    padding: 0;
  }
  .feedback.feedback_moysklad .form .title,
  .feedback.feedback_moysklad .form .subtitle,
  .feedback.feedback_moysklad .form .buttons {
    text-align: center;
    margin-bottom: 20px;
  }
  .feedback.feedback_moysklad .form .title a,
  .feedback.feedback_moysklad .form .subtitle a,
  .feedback.feedback_moysklad .form .buttons a {
    margin: 0 5px;
  }
  .feedback.feedback_moysklad .form .title a.whatsapp,
  .feedback.feedback_moysklad .form .subtitle a.whatsapp,
  .feedback.feedback_moysklad .form .buttons a.whatsapp {
    margin: 0 5px;
  }
}
@media (max-width: 1023px) {
  .header.header_moysklad {
    background-position: center left;
  }
  .header.header_moysklad .container {
    padding-top: 25%;
  }
  .header.header_moysklad .wrap .announce ul li {
    background: none;
    padding: 0;
  }
  .header.header_moysklad .wrap .announce ul li:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url("../images/icon_check_header.png") no-repeat center center;
  }
  .moysklad .advantages .items .item {
    width: calc(50% - 5px);
  }
  .moysklad .companies .text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header.header_moysklad {
    background-position: center left;
  }
  .header.header_moysklad .container {
    padding-top: 40%;
  }
  .moysklad .title {
    font-size: 30px;
    line-height: 35px;
  }
  .moysklad .main .item {
    margin-bottom: 40px;
  }
  .moysklad .main .item .photo,
  .moysklad .main .item .text {
    float: none;
    width: 100%;
  }
  .moysklad .main .item .photo {
    margin-bottom: 20px;
  }
  .moysklad .main .item .photo span img {
    max-height: 300px;
  }
  .moysklad .main .item .text {
    padding: 0;
  }
  .moysklad .main .item .text .name {
    font-size: 24px;
    line-height: 30px;
  }
  .moysklad .main .item .text .announce {
    font-size: 16px;
  }
  .moysklad .companies .img {
    width: 50%;
  }
  .moysklad .companies .text {
    float: none;
    width: 100%;
    clear: both;
    padding-top: 40px;
  }
  .moysklad .companies .text .title span {
    font-size: 30px;
  }
  .moysklad .order .image,
  .moysklad .order .items {
    float: none;
    width: 100%;
  }
  .moysklad .order .items .item {
    padding-left: 70px;
  }
  .moysklad .order .image {
    text-align: center;
  }
  .moysklad .advantages .items .item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .feedback.feedback_moysklad {
    padding: 20px;
  }
  .feedback.feedback_moysklad .form .buttons a {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .feedback.feedback_moysklad .form .buttons a.whatsapp {
    margin: 0 0 10px 0;
  }
}

.certificate {
  padding: 80px 0;
  margin-bottom: 80px;
  background: #f4f9ff;
}
.certificate .inner {
  padding: 0 80px;
}
.certificate .image,
.certificate .text {
  max-width: calc(50% - 25px);
}
.certificate .image {
  float: left;
  border: 1px solid #63a2fc;
  border-radius: 5px;
  position: relative;
  padding: 10px;
}
.certificate .image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.certificate .image img {
  max-width: 100%;
  display: block;
}
.certificate .text {
  float: right;
  font-size: 20px;
  line-height: 35px;
}
.certificate .text p {
  margin-bottom: 25px;
}
@media (max-width: 1023px) {
  .certificate .inner {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .certificate .image,
  .certificate .text {
    float: none;
    max-width: 100%;
  }
  .image {
    margin-bottom: 30px;
  }
}