.od_txtphoto {
  margin: 0 0 60px; }
  .od_txtphoto__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 30px; }
  .od_txtphoto__wrap {
    display: grid;
    grid-template-columns: 3fr 2fr;
    align-items: center; }
    @media screen and (max-width: 768px) {
  .od_txtphoto__wrap {
    grid-template-columns: 1fr; } }
  .od_txtphoto__image {
    border-radius: 5px;
    overflow: hidden;
    max-height: 550px; }
    @media screen and (max-width: 768px) {
  .od_txtphoto__image {
    margin: 0 0 20px; } }
  .od_txtphoto__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .od_txtphoto__info {
    border: 1px solid rgba(119, 119, 119, 0.5);
    border-radius: 5px;
    padding: 32px;
    color: #333;
    background: #fff;
    color: rgba(119, 119, 119, 1);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%; }
    @media screen and (min-width: 768px) {
  .od_txtphoto__info {
    margin-left: -100px; } }
  .od_txtphoto__btn {
    display: inline-block;
    background: #ff7a66;
    padding: 17px 16px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.27s; }
    .od_txtphoto__btn:hover {
      background: #ff8e7a; }

.od_serv {
  margin: 0 0 60px; }
  .od_serv__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 30px; }
  .od_serv__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px; }
    @media screen and (max-width: 768px) {
  .od_serv__wrap {
    grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 500px) {
  .od_serv__wrap {
    grid-template-columns: 1fr; } }
  .od_serv__item {
    padding: 0 32px 32px;
    background: #fff1e1;
    margin: 32px 0 0; }
  .od_serv__image {
    margin: -32px 0 14px;
    border-radius: 5px;
    overflow: hidden;
    font-size: 0; }
  .od_serv__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .od_serv__tname {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
    text-decoration: none;
    line-height: 146%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 22px;
    padding: 0 0 22px;
    border-bottom: 1px solid #1f50a1; }
  .od_serv__price {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px; }
    .od_serv__price strong {
      color: rgba(0, 0, 0, 1);
      font-size: 26px;
      text-align: left;
      text-align-last: left;
      font-weight: 700;
      text-decoration: none;
      line-height: 146%;
      font-family: PT Sans, sans-serif; }
  .od_serv__btn {
    display: inline-block;
    background: #ff7a66;
    padding: 17px 16px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.27s;
    width: 100%;
    text-align: center;
    box-sizing: border-box; }
    .od_serv__btn:hover {
      background: #ff8e7a; }

.od_textbl {
  margin: 0 0 60px; }
  .od_textbl__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 30px; }
  .od_textbl__wrap {
    color: rgba(119, 119, 119, 1);
    font-size: 18px;
    text-align: left;
    text-align-last: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif; }
  .od_textbl ul {
    list-style: none;
    padding-left: 10px; }
    .od_textbl ul li {
      padding-left: 30px;
      position: relative;
      padding-bottom: 14px; }
      .od_textbl ul li:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0;
        width: 23px;
        height: 30px;
        background: url(/t/images/galochka8.svg) 0 0px no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%; }

.od_formbl {
  padding: 100px;
  box-sizing: border-box;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
  .od_formbl {
    padding: 20px; } }
  .od_formbl__wrap {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .od_formbl__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 12px; }
  .od_formbl__desc {
    color: rgba(255, 122, 102, 1);
    font-size: 25px;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 12px; }
  @media screen and (min-width: 768px) {
      .od_formbl__form form {
        grid-template-columns: 1fr;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px; } }
    .od_formbl__form input[type="text"] {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-color: rgba(119, 119, 119, 1);
      border-style: solid;
      border-width: 1px;
      color: rgba(0, 0, 0, 1);
      font-size: 16px;
      font-weight: 400;
      text-decoration: none;
      line-height: 150%;
      font-family: PT Sans, sans-serif;
      padding: 12px 16px;
      background: #fff;
      border: 1px solid #444;
      box-sizing: border-box;
      outline: none; }
    .od_formbl__form .field-title {
      color: rgba(0, 0, 0, 1);
      font-size: 16px;
      text-align: left;
      text-align-last: left;
      font-weight: 400;
      text-decoration: none;
      line-height: 100%;
      font-family: PT Sans, sans-serif;
      margin: 0 0 4px; }
    .od_formbl__form ul {
      padding: 0;
      list-style: none; }
    .od_formbl__form .tpl-form-button {
      display: inline-block;
      background: #ff7a66;
      padding: 17px 46px;
      color: white;
      text-decoration: none;
      border-radius: 5px;
      transition: 0.27s;
      text-align: center;
      box-sizing: border-box;
      border: 0; }
    .od_formbl__form .tpl-field {
      margin: 0 0 24px; }
      @media screen and (min-width: 768px) {
    .od_formbl__form .tpl-field.type-checkbox, .od_formbl__form .tpl-field.tpl-field-button {
      grid-column: 1/4;
      text-align: center; } }

.od_prem {
  margin: 0 0 60px; }
  .od_prem__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 30px; }
  .od_prem__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    @media screen and (max-width: 768px) {
  .od_prem__wrap {
    grid-template-columns: 1fr; } }
  .od_prem__item {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
  .od_prem__item {
    flex-direction: column; } }
  .od_prem__icon {
    flex: 0 0 76px;
    padding: 18px;
    box-sizing: border-box;
    border-radius: 500px;
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
  .od_prem__icon {
    margin-right: 0;
    margin-bottom: 20px; } }
  .bg_icon .od_prem__icon {
    background: #3fdfd3; }
  .od_prem__img {
    max-width: 100%;
    max-height: 100px; }
  .od_prem__tname {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
    text-decoration: none;
    line-height: 146%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 8px; }
  .od_prem__desc {
    color: rgba(72, 72, 72, 0.8);
    font-size: 18px;
    text-align: left;
    text-align-last: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif; }

.od_pvr {
  margin: 0 0 60px; }
  .od_pvr__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 30px; }
  .od_pvr__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px; }
    @media screen and (max-width: 768px) {
  .od_pvr__wrap {
    grid-template-columns: 1fr; } }
  .od_pvr__item {
    display: flex;
    background: #ebfcfb;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 5px; }
    @media screen and (max-width: 768px) {
  .od_pvr__item {
    flex-direction: column; } }
  .od_pvr__info {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    text-align: left;
    text-align-last: left;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif; }
  .od_pvr__tname {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 8px; }
  .od_pvr__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .od_pvr__icon {
    flex: 0 0 200px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
  .od_pvr__icon {
    margin-right: 0;
    margin-bottom: 20px; } }

.od_contacts {
  padding: 100px;
  box-sizing: border-box;
  margin: 0 0 60px; }
  @media screen and (max-width: 768px) {
  .od_contacts {
    padding: 20px; } }
  .od_contacts__wrap {
    display: flex;
    flex-direction: column; }
  .od_contacts__title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px; }
  a.od_contacts__phone {
    color: rgba(255, 122, 102, 1);
    font-size: 25px;
    text-align: center;
    text-align-last: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 125%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 20px; }
  a.od_contacts__mail {
    color: #1f50a1;
    font-size: 24px;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    text-decoration: none;
    line-height: 138%;
    font-family: PT Sans, sans-serif;
    margin: 0 0 20px; }
  .od_contacts__loc {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    font-weight: 400;
    text-decoration: none;
    line-height: 150%;
    font-family: PT Sans, sans-serif; }
/*form style */
.od_poopup {
  display: none; }
  .od_poopup .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: left; }
  .od_poopup .tpl-field {
    margin-top: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    max-width: 100%;
    font-family: 'PtSans', Arial, Helvetica, sans-serif; }
  .od_poopup input[type="text"], .od_poopup textarea {
    padding: 7px 8px;
    border: 1px solid #ccc;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    -webkit-appearance: none; }
  .od_poopup .tpl-form-button {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 250px;
    background: #ff7a66;
    letter-spacing: -0.3px;
    display: inline-block;
    padding: 9px 16px;
    border: 0; }
  .od_poopup .type-checkbox ul {
    list-style: none;
    padding: 0; }

.popover-body .od_poopup {
  display: block; }

.popover-container .popover-wrap.fast-sale-popover-my-wrapper .popover-close:after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,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)  center center / auto no-repeat;
  z-index: 10;
  cursor: pointer; }
