@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
         url('../fonts/pt-serif-v12-cyrillic-regular.woff2') format('woff2'),
         url('../fonts/pt-serif-v12-cyrillic-regular.woff') format('woff');
}
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
         url('../fonts/pt-serif-v12-cyrillic-700.woff2') format('woff2'),
         url('../fonts/pt-serif-v12-cyrillic-700.woff') format('woff');
}
.content__inner{
	width: 100%;
}
*, 
*::after, 
*::before {
    box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

br {
    font-size: 0;
}

body {
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    color: #262626;
}

picture {
    flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0 0 20px;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    width: 100%;
 
    background-color: #fff;
}
.main, .comments {
    padding: 0 15px;
    overflow: hidden;
}
.sidebar{
	display: none;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px 10px;
}

.header__nav,
.header__com,
.header__search-wrapper,
.header__btn {
    display: none;
}

.content {
    font-family: 'PT Serif';
}

.content .container {
    padding-top: 10px;
}

.content__title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.content__title-2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 35px;
}

.content .content__attention {

    text-align: center;
		font-weight: 700;
		font-size: 20px;
		padding: 10px;
		background-image: url(../images/bg-mob.jpg);
    background-position: center top;
		box-shadow: 0px 0px 8px 0px rgb(90 90 90);
}
.number-list{
	margin: 0;
	list-style-type: decimal;
	padding-left: 25px;
}
.number-list li{
	margin-bottom: 5px;
}
.content__italic {
    font-style: italic;
}

.content__image {
    margin: 0 0 20px;
}

.content__ramka {
    text-align: left;
    padding: 10px;
    border: 1px solid #202472;
    background-color: rgba(47, 55, 209, 0.2);
}

.content__info {
    text-transform: uppercase;
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}

.meta-posted {
    font-weight: bold;
}

.item-meta {
    margin-right: 15px;
    font-size: 12px;
}

.ul-circle {
    list-style: circle;
}

.ul-circle li:not(:last-child) {
    margin-bottom: 5px;
}

.item-meta img{
    margin-right: 5px;
}

.meta-comments-counter a {
    color: #b2b2b2;
    text-decoration: none;
}

.meta-views-counter span, .meta-comments-counter a{
    display: flex;
    align-items: center;
}

.image__note {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
   background-color:#FDEADA;
   padding-bottom: 5px;
}



.mod-red {
    color: red;
}

.content a {
    font-weight: 700;
}

.content a:hover,
.content a:focus {
    text-decoration: none;
}

.order__btn {
    margin: 0 auto 20px;
    text-decoration: none;
    background-color: #f11717;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    display: block;
    max-width: 280px;
    padding: 10px 20px;
    border-radius: 15px;
}

.content .order__btn:hover,
.content .order__btn:focus {
    text-decoration: underline;
    background-color: #c21212;
    color: #fff;
}

.comment__title {
    font: 800 26px/20px "circe", sans-serif;
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding: 0 150px 18px 0;
        border-bottom: 1px solid #e5c3b4;
}

.comment__text img {
    display: block;
    margin: 0;
    margin-top: 10px;
    width: 300px;
}

.comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(155, 155, 155);
    display: flex;
    align-items: flex-start;
}

.comment-answer {
    margin-left: 50px;
}

.comment__ava {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-left: 0;
    flex-shrink: 0;
}

.comment__name {
    font-weight: 700;
    margin-bottom: 5px;
}

.comment__text {
    margin-bottom: 0;
}

.comment__city {
    margin-bottom: 5px;
}

.comment__date {
    font-weight: 400;
}

.tree-block {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
}

.tree-note {
    padding-top: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
}

.tree-fon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background-color: #fff;
    z-index: 5;
    display: none;
}

.tree-close {
    position: absolute;
    right: 60px;
    top: 15px;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.tree-image {
    width: 100%;
}

.tree-block.active .tree-fon,
.tree-block.active .tree-close {
    display: block;
}

.tree-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.mod-ramka {
    margin-bottom: 20px;
}

.mod-text {
    margin-bottom: 0;
}

.main__bg {
    width: 100%;
}

.flip-card {
    position: absolute;
    width: 180px;
    height: 220px;
    perspective: 1000px; 
    cursor: pointer;
    transition: 0.8s;
    transform: scale(0.3);
}

.flip-card--1 {
    left: -18%;
    top: 14%;
}
.flip-card--2 {
    left: -9%;
    top: -18%;
}
.flip-card--3 {
    left: 6%;
    top: -40%;
}
.flip-card--4 {
    left: 14%;
    top: -2%;
}
.flip-card--5 {
    left: 28%;
    top: -40%;
}
.flip-card--6 {
    left: 43%;
    top: -16%;
}
.flip-card--7 {
    left: 59%;
    top: 9%;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.tree-block.active .flip-card.active {
    transform: scale(0.7);
    left: 65px;
    top: -25px;
    z-index: 10;
}

.flip-card.position {
    z-index: 10;
}

.flip-card.active .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    background: url("../images/main-item-back.png");
    width: 100%;
    height: 100%;
    color: black;
    font-size: 12px;
    font-weight: 700;
    transform: rotateY(180deg);
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 23px 15px;
}

.visually-hidden {
    position: absolute!important;
    clip: rect(1px,1px,1px,1px);
    padding: 0!important;
    height: 1px!important;
    width: 1px!important;
    overflow: hidden;
}

.comment-create__form {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
}

.comment-create__form.show {
    display: flex !important;
}

.create-comment__image-wrapper {
    display: flex;
    align-items: center;
}

.create-comment__image {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.expert {
    background-color: rgba(242, 242, 242, 1);
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.expert__image {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px;
}

.expert__name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 5px;
}

.expert__subtitle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.create-comment__image img.create-comment__image-1 {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.create-comment__image img.create-comment__image-2 {
    width: 24px;
    height: 24px;
}

.create-comment__image-1, .create-comment__image-2 {
    display: none;
}

.create-comment__image-1.show, .create-comment__image-2.show {
    display: block;
}

.create-comment__image-text {
    margin-left: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.comment-create__text {
    resize: none;
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #838383;
    resize: none;
    overflow: auto;
    padding: 10px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    margin-bottom: 10px;
}

.comment-create__text:focus {
    background-color: rgba(0, 0, 0, 0.03); 
}

.comment-create__name,
.comment-create__city {
    border-radius: 5px;
    border: 1px solid #838383;
    padding: 10px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Open Sans", Arial, sans-serif;
    margin-bottom: 10px;
    width: 100%;
}

.comment__info-image-wrapper {
    margin-bottom: 10px;
}

.comment-create__btn {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #ccc;

    border: none;
    margin: 0 ;
    cursor: pointer;
}

.comment_moderate {
    font-size: 18px;
    text-align: center;
    display: none;
    padding-bottom: 20px;
}

.comment_moderate.show {
    display: block;
}

.content p.text-center {
    text-align: center;
}

.attention {
    padding: 15px;
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.attention .ul-circle {
    margin-bottom: 0;
    padding-left: 21px;
}
.attention__text {
    max-width: 650px;
    margin-bottom: 0;
}
.form {
    border: 2px solid #dbdbdb;
    background: #f7f7f7;
    box-shadow: 0 0 12px #c5c5c5;
    border-radius: 10px;
    padding: 15px;
    margin: 0 auto 20px;
}

.form__image {
    width: 250px;
    margin: 0 auto 15px;
    position: relative;
}
.red-border__text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 72px;
    height: 72px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    top: 10px;
    right: 0;
}
.red-border__text::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-bottom: 2px solid red;
    top: -14px;
    right: -14px;
    -webkit-animation: load 2s linear infinite;
    animation: load 2s linear infinite;
}

.form__title {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.form__price {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
    text-align: center;
}
.form__price-title {
    margin-bottom: 5px;
}

.form__price-lines {
    position: relative;
}
.form__price-lines::after {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(-12deg);
}
.form__price-lines::before {
    content: '';
    position: absolute;
    border-top: 1px solid red;
    width: 100%;
    top: 50%;
    left: 0;
    transform: rotate(12deg);
}
.form__price-value {
    font-size: 22px;
}
.form__price-value.mod-red {
    font-weight: 700;
}
.form__input {
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    padding: 10px 10px 10px 20px;
    outline: 0;
    font-size: 16px;
}
.form__btn {
    font-size: 25px;
    color: #fff;
    background: red;
    border: 2px solid red;
    cursor: pointer;
    border-radius: 12px;
    padding: 15px 40px;
    width: 100%;
    transition: all .3s ease-in-out;
    animation: btnScale 1.2s linear infinite;
}
.form__btn:hover {
    background: 0 0;
    color: red;
}
.form__inner {
    max-width: 300px;
    margin: 0 auto;
}
.content__link {
    color: #228ce2;
    transition: 0.3s;
}
.content__link:hover {
    color: #1864a1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flip-card.ie-bgTree .flip-card-back {
        backface-visibility: visible;
    }
    .flip-card.ie-bgTree .flip-card-front {
        display: none;
    }
}

@media screen and (min-width: 480px) {
    .comment-create__name,
    .comment-create__city {
        width: 48%;
    }
		.tree-block{
			margin-bottom: 5px;
		}
    .tree-block {
        max-width: 442px;
    }
    .tree-close {
        right: 100px;
    }
    .flip-card {
        transform: scale(0.3);
    }
    .tree-block.active .flip-card.active {
        transform: scale(1) translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .flip-card--1 {
        left: -10%;
        top: 28%;
    }
    .flip-card--2 {
        left: 2%;
        top: 0%;
    }
    .flip-card--3 {
        left: 18%;
        top: -20%;
    }
    .flip-card--4 {
        left: 34%;
        top: 8%;
    }
    .flip-card--5 {
        left: 43%;
        top: -22%;
    }
    .flip-card--6 {
        left: 60%;
        top: -6%;
    }
    .flip-card--7 {
        left: 69%;
        top: 27%;
    }
    .content__title {
        font-size: 26px;
    }
}

.expert__tes {
    padding-top: 25px;
    padding-bottom: 30px;
    position: relative;
}

.expert__tes:before, .expert__tes:after {
    content: '';
    background: url(../images/qot.png) no-repeat center / contain;
    width: 24px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.expert__tes:before {
    top: 0;
}

.expert__tes:after {
    bottom: 0;
    transform: translateX(-50%) scaleX(-1);
}


@media screen and (min-width: 768px) {
    .main, .comments {
        padding-left: 25px;
        padding-right: 25px
    }
    .content p {
        text-align: justify;
    }
    .comment-answer {
        margin-left: 65px;
    }
    .content__title {
        font-size: 28px;
    }

    .expert__subtitle {
        margin-bottom: 40px;
    }
    .expert {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0;
        justify-content: space-between;
      margin: 0 -25px 20px;
      padding: 0 25px 0 110px;
    }
    .expert__tes {
        padding-top: 35px;
        padding-bottom: 45px;
   
    }
    .expert__image {
        margin: 0;
    }
    .expert__text {
        max-width: 300px;
        margin: 0 0px;
    }
    .expert__name {
        margin-bottom: 25px;
        font-size: 40px;
    }
    .expert__tes {
        font-size: 24px;
    }
    .attention {
        padding: 20px 25px;
        margin: 0 -25px 20px -25px;
    }
    .form {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 25px;
        max-width: 650px;
        margin: 0 auto 20px;
    }
    .form__image {
        margin: 0;
    }
    .form__inner {
        margin: 0;
    }
}
.header__logo{
	text-decoration: none;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    color: #202472;
}

.post-meta {
    padding-left: 0;
    display: flex;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

@media (min-width: 1024px) {

    body {
        font-size: 18px;
        background: #ffeada;
        padding: 0 0 30px;
    }
		.content .container {
			padding-top: 40px;
	}
	.header__logo{
		width: auto;
	}
    .container {
        max-width: 1024px;
    }

    .header__wrapper {
        justify-content: flex-start;
    }

    .doc {
        display: flex;
  
        margin: 0 auto 20px;
    }

    .doc-text p {
        text-align: left;
    }
    
    .doc-img {
        flex-shrink: 0;
        margin-right: 40px;
        max-width: 400px;
        margin-bottom: 0;
    }
    .doc-img1 {
        max-width: 350px;
    }

    .doc-text p {
        line-height: 30px;
    }
    .doc-reverce {
        flex-direction: row-reverse;
    }
    .doc-reverce-img {
        margin-right: 0;
        margin-left: 40px;
    }
    .doc-reverce-text p{
        line-height: inherit;
    }
    .header__nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 360px;
        margin-right: 11px;
    }
    
    .nav__item {
        color: #202472;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1px;
        transition: 0.3s;
    }
    
    .nav__dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #202472;
        margin: 10px 15px;
    }

    .header__com {
        display: block;
        color: #202472;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 900;
        margin-left: 15px;
        margin-right: 20px;
        letter-spacing: 1px;
        transition: 0.3s;
    }

    .header__search-wrapper {
        display: flex;
        align-items: center;
    }

    .search-icon {
        width: 15px;
        height: 22px;
    }

    .search-link {
        font-size: 12px;
        font-weight: 400;
        text-decoration: none;
        color: #636363;
        cursor: text;
        padding: 5px;
    }

    .header__btn {
        display: block;
        border: 1px solid #262261;
        border-radius: 4px;
        color: #262261;
        text-decoration: none;
        margin-left: auto;
        padding: 5px 8px;
        font-weight: 600;
        transition: 0.3s;
    }

    .nav__item:hover,
    .header__com:hover,
    .header__btn:hover {
        color: #c89534
    }

    .content .container {
        display: flex;
        justify-content: space-around;
    }
    
    .sidebar {
        display: flex;
        align-items: flex-start;
        width: 250px;
        flex-shrink: 0;
    }

    .sidebar__inner {
        width: 250px;
        background-image: url('../images/sidebar-bg.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-wrap: wrap;
        padding: 0 1px 10px;
        box-shadow: 0px 0px 8px 0px rgb(90, 90, 90);
				border-radius: 10px;

    }

    .sidebar-title {
        font-size: 28px;
        line-height: 1.2;
        font-weight: 700;
        text-align: center;
        color: #271c14;
        margin-bottom: 10px;
    }

    .sidebar-image {
        margin-bottom: 10px;
    }

    .sidebar-date {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .sidebar-price-number {
        font-size: 45px;
        color: #271c14;
        font-weight: 700;
        line-height: 0.9;
    }

    .sidebar-price-val {
        font-size: 30px;
        color: #271c14;
        font-weight: 700;
    }

    .content a.sidebar-btn {
        display: block;
        margin: 15px 0 10px;
        text-decoration: none;
        border: 1px solid #271b14;
        background-image: linear-gradient(to top, #feb000 0%, #feb900 100%);
        text-align: center;
        border-radius: 30px;
        color: #111128;
        font-size: 20px;
        font-weight: 700;
        padding: 16px 15px;
				max-width: 200px;
				width: 100%;
    }

    .content a.sidebar-btn:hover {
        text-decoration: underline;
        color: #111128;
    }
    
    /* .content__inner {
        margin-right: 35px;
    } */

    .tree-block {
        max-width: 654px;
    }

    .flip-card {
        transform: scale(0.6);
    }
    .flip-card--1 {
        left: -20px;
        top: 150px;
    }
    .flip-card--2 {
        left: 60px;
        top: 50px;
    }
    .flip-card--3 {
        left: 165px;
        top: -25px;
    }
    .flip-card--4 {
        left: 260px;
        top: 60px;
    }
    .flip-card--5 {
        left: 340px;
        top: -35px;
    }
    .flip-card--6 {
        left: 450px;
        top: 20px;
    }
    .flip-card--7 {
        left: 480px;
        top: 170px;
    }
    .tree-close {
        right: 215px;
        top: 70px;
    }
}

.comments {
    border-top: 1px solid #ccc;
    background-color: #fffbf5;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1220px) {
    .container {
        max-width: 1070px;
    }

    .header__nav {
        width: 385px;
        margin-right: 23px;
    }

    .nav__item {
        font-size: 14px;
    }

    .nav__dot {
        margin: 15px 10px;
    }

    .header__com {
        font-size: 14px;
        margin: 0 25px 0 30px;
    }

    .search-icon {
        width: 18px;
        height: 18px;
    }

    .search-link {
        font-size: 14px;
    }

    .header__btn {
        padding: 7px 11px;
    }

    .content__title {
        font-size: 32px;
    }
}

::-ms-clear {
    display: none;
  }
  
* {
    -webkit-tap-highlight-color: transparent;
}
  
#comebacker_main_div {
    display: none !important;
    height: 0px !important;
}
  
html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
  

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
  
*:focus,
*:visited,
*:active,
*:hover {
    outline: 0 !important;
}
  
a,
a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
}
  
*::-moz-focus-inner {
    border: 0;
    outline: none;
}

  
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
    border: none;
}
  
*:not(#fake) {
    outline: none;
}


input:invalid {
    box-shadow: none;
}
.show-form{
display: block;
margin-bottom: 15px;
}

@keyframes load{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

@keyframes btnScale {
    0% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
    20% {
        transform: scale(1)
    }
    80% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}