@charset "UTF-8";
/*==============================FONTS==============================*/

@font-face {
  /* font-family: "Pfennig";
  src: local("Pfennig"), url("../fonts/pfennig.woff2") format("woff2"),
    url("../fonts/pfennig.woff") format("woff"),
    url("../fonts/pfennig.ttf") format("truetype"); */
  font-family: "Calibri";
  src: local("Calibri"), url("/storage/app/public/fonts/calibri.woff2") format("woff2"),
    url("/storage/app/public/fonts/calibri.woff") format("woff"),
    url("/storage/app/public/fonts/calibri.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*==============================RESET==============================*/
*:not(.qq-uploader *, li, h5 img),
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h5 img{margin: 15px 0;}

html {
  scroll-behavior: smooth;
}
/*body{user-select: none;}*/
/*span.selected{user-select: text;}*/

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
img,
a,
em,
span,
strong,
form,
label,
input,
button:not(.qq-uploader *),
select,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
    font-family: "Calibri", sans-serif;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  color: #000;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: #c4915e !important;
}

a[href^="tel"] {
  color: inherit;
}


input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

input:-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder {
  color: #000;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #000;
}

textarea::-moz-placeholder {
  color: #000;
}

textarea:-moz-placeholder {
  color: #000;
}

textarea:-ms-input-placeholder {
  color: #000;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================GENERAL==============================*/
html,
body {
  position: relative;
  min-width: 320px;
}

body {
  background: #1C1C1C;
  /* color: #d9d9d9; цвет шрифта с меньшей контрастностью */
  color: #d9d9d9;
  line-height: 1.2;
}

.wrapper {
  width: 100%;
  min-height: 100%;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 912px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1;
}

h1 {
  font-size: calc(27px + 28 * (100vw / 1980));
  font-weight: 100;
  color: rgb(227, 214, 200);
  text-transform: uppercase;

}

h2 {
  text-align: center;
  font-size: calc(23px + 12 * (100vw / 1980));
  font-weight: 600;
}

h3 {
  margin-top: 50px;
  font-size: 30px;
  line-height: 1;
}
h4 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 600;
  color: #e3d6c8;
}
h5 {
  font-size: 18px;
  margin-top: 24px;
}
.header-title {
  text-align: center;
}
.header-title p {
  font-weight: 100;
}
p {
  margin-bottom: 10px;
  font-size: 24px;
  color: #d9d9d9;
  font-weight: 300;
}

ul {
  list-style: none;
  margin-bottom: 15px;
  padding: 15px 0;
}

ul li {
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  padding-top: 2px;
  font-size: 18px;
  font-weight: 300;
  color: #d9d9d9;
  text-align: left;
}

ul li .faq{
    font-size: 18px;
}


.tariffs_effect ul li{
    font-size: 21px;
}

ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  /* background: #e3d6c8; раньше кружочки были как заголовки, оранжеватые */
  background: #d9d9d9;
  border-radius: 50%;
}

ol {
  margin-bottom: 15px;
  padding: 15px 0 0 25px;
}

ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  color: #d9d9d9;
}


.h2-hr {
  border: 2px solid #e3d6c8;
  margin-top: 20px;
  /*border-width: 2px 0 0 0;*/
}
a {
  outline: none;
  color: #e3d6c8;
  text-decoration: none;
}

.main-bg {
  padding-top: 5%;
  padding-bottom: 5%;
}
.main-block-body {
  margin-bottom: 50px;
}


/*==============================INDEX==============================*/
.header {
  padding: 35px 0;
  text-align: center;
}

.header-menu__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  /* border: 3px solid #cecece; */

}
.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc_link{font-size: 33px; text-align: left;}
.calc_link sup{margin-left: 5px;}

@keyframes showMenu {
  0% {display: none; opacity: 0; top:-200%}
  1% {display: block; opacity: 0; top:-200%}
  100% {display: block;opacity: 90%; top:5%}
}
.header-menu {
  /* animation: hideMenu 3s ease-in-out; */
  position: fixed;
  /* left: -100%; */
  display: none;
  /* top: -200%; */
  /* opacity: 0; */
  width: 40%;
  min-height: 60%;
  padding: 35px 15px;
  background: #1a1713;
  text-align: left;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.2);
  -moz-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.2);
  box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);

}
.wrapper_active {
  transform: translateX(30%);
}

.header-menu.active {
  animation: showMenu 0.3s ease-in-out;
  display: block;
  opacity: 90%;
  left: 10%;
  top: 5%;
  max-width: 33%;
  overflow: auto;
}

.header-menu__close {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  border: 3px solid #cecece;
}

.header-menu-list li {
  margin-bottom: 20px;
  padding: 0;
  font-size: 30px;
}

.header-menu-list li:before {
  display: none;
}

.header-menu-list li a {
  color: #d9d9d9;
}

.header-menu-list li a.active {
  color: #c4915e;
}


.header__logo img {
  max-width: 200px;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.header__auth{
    margin-left: auto;
}
.header__logo{
    margin-left: 33px;
}
.soc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
           margin-top: 20px;
}


.menu-soc img,.soc img{
  vertical-align: text-bottom;margin-right:10px;
}
.main-block {
  margin-bottom: 65px;
}
.main-block-top {
  padding: 0 0 30px 0;
  display: -webkit-box;
   display: -ms-flexbox;
   display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;max-width: 832px;margin:auto
}

article.author_photo{text-align: center;}
.faq__wrap img.author_photo{
    width: 260px;
    margin-bottom: 50px;
    border-radius: 50%;
}

.not_actual_price{
    text-decoration: line-through;
    filter: brightness(40%);
    font-size: 33px;
}

article.course_description{ margin-bottom: 33px}

article.course_tech_help{margin-top: 45px; text-align: center;}

.tariffs{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

div.tariffs_effect:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: rotate(1.1turn);
    transform: rotate(1.1turn);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.tariffs a.full_link{
    height: 100%;
}

a.toogling_full_link{
    display: flex;
    flex-direction: column;
}

.tariffs h3{margin-top: 15px; text-align: center;}

.tariffs div.faq__item{
    width: 40%;
    min-width: 300px;
    margin-top: 8%;
    display: flex;
    flex-direction: column;
}

.tariffs div.tariffs_blocks{
    width: 15%;
    min-width: 260px;
}

/* кнопка в тарифе */
.tariffs div.products-item-bottom{
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.tariffs div.products-item-bottom a{
    text-decoration: none;
    color: #000;
}

.tariffs div.price{
    text-align: center;
    flex-basis: fit-content;
    margin-top: auto;
    font-size: 24px;
}

.tariffs div.price div{
    margin-top: 12px;
}

.tariffs div.price div.real_price{
    font-size: 50px;
    margin: 18px 0;
}

.tariffs div.price div.little_text{
    font-size: 14px;
    margin-bottom: 50px;
}

.tariffs div.with_checkbox{
    display: flex;
    justify-content: center;
}
.tariffs p.with_checkbox{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.tariffs input.with_checkbox{
    margin: 0 10px;
    /* transform: scale(1.5); */
    width: 20px;
    height: 20px;
}

.top_margin30{margin-top: 30px;}

.tariffs .price .pay_button{margin-bottom: 33px}

.no_bottom{margin-bottom: 0;}
.align_start{text-align: start;}

.send_form_button{
    width: 280px;
    height: 58px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    margin-bottom: 33px;
}
.input_form{text-align: left; margin-left: 20%;}

.input_field{
    background-color: #d9d9d9;
    border: 2px solid rgb(227, 214, 200);
    margin: 8px 25px;
    padding-left: 5px;
    border-radius: 5px;
    height: 30px;
    font-size: 17px;
    width: 250px;
}

.input_name{margin-left: 56px;}
.input_email{margin-left:39px;}

input.error {border-color:#973D3D; border-style:solid; background:#F0BEBE; color:#A35959;}
input.error:focus {border-color:#973D3D; color:#A35959;}
.sent_information{
    display: none;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 100px;
}

.input_chexkbox{
    margin-right: 10px;
    width:15px;
    height: 15px;
}

.policy_par a{text-decoration: underline;}
.policy_par {font-size: 16px; margin-left: 20%; display: flex; margin-top: 15px;}
.postmessage {
    font-size: 16px;
    /* text-align:start; */
    margin-bottom: 33px;
}



.faq__item-description h3{font-size: 1.5em}

.faq__item-description li{margin: 10px 0;}
.faq__item-description h3{margin-top: 45px;}

.disclaimer {
  color: #c4915e;
  font-style: italic;
  margin-bottom: 10px;
}


.blocks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blocks-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 30px;
  padding: 0 10px;
}

.blocks-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 260px;

  font-weight: 600;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  background: #00000059;
  -webkit-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  -moz-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  outline: 1px solid rgba(237,237,237,0.8);
    outline-offset: -10px;
}
.blocks-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.header__logo img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.block-subtitle {
  margin: 20px 0 60px 0;
}
.blocks-item a {
  color: #d9d9d9;
  font-weight: 600;
  text-transform: lowercase;
}
.blocks-item__title {
  font-weight: 100;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #d9d9d9;
  text-transform: uppercase;
  min-height: 90px;
}

.merchant-form {
  margin: 10px 0;
  display: none;
}
.merchant-form::after {
  content: "";
  display: block;
  clear: both;
}
.merchant-form__input-wrap {
  width: 60%;
  margin: 0 50px 0 0;
  position: relative;
}
.merchant-form__input-wrap > input {
  width: 100%;
  padding: 10px 20px 10px 35px;
  line-height: normal;
  font-size: 1em;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  background: transparent;
  margin: 0 0 8px;
}
.merchant-form__input-wrap > input:active {
  border: 1px solid #e3d6c8;
}
.merchant-form__input-wrap > input:focus {
  border: 1px solid #e3d6c8;
}
.merchant-form__input-wrap > input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.merchant-form__input-wrap > input:-moz-placeholder {
  color: #d9d9d9;
}
.merchant-form__input-wrap > input::-moz-placeholder {
  color: #d9d9d9;
}
.merchant-form__input-wrap > input:-ms-input-placeholder {
  color: #d9d9d9;
}

.phone__flag-wrap {
  width: 100%;
  line-height: normal;
  font-size: 1em;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding-top: 1px;
  margin: 0 0 8px;
}
.phone__flag-wrap:active {
  border: 1px solid #e3d6c8;
}
.phone__flag-wrap:focus {
  border: 1px solid #e3d6c8;
}
.phone__flag-list-wrap {
  width: 320px;
}
.phone__flag-btn {
  height: 40px;
  color: #d9d9d9;
}
.phone__flag-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.phone__flag-wrap_error {
  background-color: rgba(245, 41, 63, 0.8);
}
.phone__flag-phone-input {
  width: calc(100% - 80px);
  height: 40px;
  background: transparent;
  padding: 0 10px 0 5px;
  float: left;
  color: #d9d9d9;
}



.products-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: left;
}

p.paymentInstruction{margin: 20px 3%;}
div.tink_pay_hide {display: none; animation: all 10s ease-in-out;}
div.tink_pay form{display: flex; flex-direction: column; align-items: center;animation: all 10s ease-in-out;}
div.tink_pay input,div.tink_pay select{background-color: #efefef; margin: 10px;width: 280px; border-radius: 5px; height: 33px;}
div.tink_pay select{padding-left: 10px;}
div.tink_pay input:not(.button){padding:20px 0 20px 12px;}
div.tink_pay input.button{background-color: #e3d6c8; width: 200px;height: 50px; font-size: 24px; font-weight: 600;}
div.tink_pay input.button:hover{background: #d9d9d9;color: #000; cursor: pointer;}
div.tink_pay input::-webkit-input-placeholder{color: #939393; font-style: italic;}
button.tinPayButton {width: 150px;height: 50px;background: #e3d6c8;font-size: 24px;font-weight: 600; border-radius: 5px;}
button.tinPayButton:hover {background: #d9d9d9;cursor: pointer;}

button.regular {width: 150px;height: 50px;background: #e3d6c8;font-size: 24px;font-weight: 600; border-radius: 5px;display: flex; align-items: center;justify-content: center;}
button.regular:hover {background: #d9d9d9;cursor: pointer;}
button.preReg{margin: 60px auto 30px;}

form.tinPayForm label{display: flex; align-items: center; justify-content: space-between; width: 100%;}
form.tinPayForm input.button{margin-left: auto;margin-right: auto;}

.products-item__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e3d6c8;

  font-size: 24px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
  padding: 15px;
  font-weight: 600;
  -webkit-box-shadow: 4px 4px 25px 7px rgba(255, 255, 255, 0.09);
  -moz-box-shadow: 4px 4px 25px 7px rgba(255, 255, 255, 0.09);
  box-shadow: 4px 4px 25px 7px rgba(255, 255, 255, 0.09);
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.products-item__buy:hover {
  background: #d9d9d9;
  color: #000;
}
.products-item__buy:active {
  background: #d9d9d9;
  color: #000;
}
.products-item__buy:focus {
  background: #d9d9d9;
  color: #000;
}
.products-item__buy__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;

  border-radius: 10px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  cursor: pointer;
}

.products-item__buy span {
  text-align: center;
}
.buy_button:hover{
    color:#c4915e;
}

.products-item__agreement {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

.report_cost{display: flex; justify-content: space-around;}

.report_cost div{margin: 40px;}

/* additional */
.flex_center{display: flex;justify-content: center;}
.flex_column{display: flex;flex-direction: column;}


.footer {
  padding: 20px 0 15px 0;
  text-align: center;
}
.footer-hr {
  border: 1px solid #949494;
}

.footer-logo img {
  max-width: 165px;
}
.footer-logo{
  display: -webkit-box;
 display: -ms-flexbox;
 display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
}
.footer-hr{
  width: 100%;height: 1px;margin-top: 6px;
}
.footer-instagram {
  display: block;
  margin: 10px;
  font-size: 30px;
  font-weight: 300;
  color: #d9d9d9;
  line-height: 31px;

}
.footer-instagram img{
  margin-right:10px;
  vertical-align:text-bottom
}

.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
    flex-direction: column;
}

.border-block {
  border: 1px solid #e3d6c8;
  background: #00000059;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  -webkit-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  -moz-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
}

div.scrollup {
  z-index: 99;
  position: fixed;
  width: 50px;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  display: none;
}

.menu-hr {
  border: 1px solid #949494;
}
.descr {
  text-align: center;
}
.descr img {
  margin-bottom: 20px;
}

/* FINE UPLOADER */
.qq-uploader-selector{color: black;}












/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1950px) {
  .header-menu {
    width: 48%;
  }
  }
@media only screen and (max-width: 1024px) {
.header-menu {
  width: 100%;
  height: 100%;
}
}

@media only screen and (max-width: 1010px) {
  .main-bg {
    background-image: none;
  }
  .center-wrapper {
    max-width: 750px;
    padding: 0 15px;
  }
  .main-block {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 35px 0;
  }
  .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
  }
  .header-menu__open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    /* border: 3px solid #cecece; */
  }
  .header-menu.active {
    max-width: 50%;
  }
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    margin-left: 33px;
  }

  .blocks-row {
    display: block;
  }
  .blocks-column {
    max-width: 100%;
    padding: 0;
  }
  .blocks-item {
    margin: 0 auto;
    max-width: 450px;
  }

.faq__wrap img.author_photo{width: 200px;}

/* выключаем увеличение тарифов при наведении для телеофнов */
div.tariffs_effect:hover{
    -webkit-transform: scale(1);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.input_form{margin-left: 5%;}
.policy_par{margin-left: 5%}
.input_field{width: auto;}

}



@media only screen and (max-width: 639px) {

  .blocks-item {

    padding: 15px;
}

  .footer-soc {
    display: block;
    text-align: right;
    margin-bottom: 30px;
  }
  .footer-soc .footer-instagram {
    font-size: 25px;
  }
  .products-item {
    margin-bottom: 80px;
  }
  .products-item__agreement {
    padding-left: 15px;
  }
  .products-item__buy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;

    font-size: 22px;
    line-height: 26px;
  }
  .products-item__buy__special {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    height: 80px;
    font-size: 22px;
    line-height: 26px;
    /*background-image: url("../img/g.jpg");*/
  }
  .products-item__agreement {
    font-size: 13px;
    line-height: 18px;
  }




}

@media only screen and (max-width: 550px) {
  .header__logo img {
    max-width: 130px;
  }
  .faq__wrap img.author_photo{width: 180px;}

  .input_chexkbox{
      width:22px;
      height: 22px;
  }
  .header-menu.active {
    top:0;
    left: 0;
    max-width: none;
  }

}



@media only screen and (max-width: 479px) {
  .blocks-item__title {
    font-size: 22px;
}
  .header-menu-list li {
    font-size: 24px;
    margin-bottom: 20px;
  }
  p {
    font-size: 20px;
  }
  ul li {
    font-size: 18px;
    line-height: 25px;
  }
  ul li:before {
    top: 8px;
  }
  .main-block-body {
    padding-left: 0;
  }

  .products-item {
    margin-bottom: 80px;
  }
  .products-item:last-child {
    margin-bottom: 0;
  }
  .products-item-bottom {
    display: block;
      text-align: center;
  }
  .products-item__agreement {
    padding-left: 0;
    padding-bottom: 15px;
  }

  .faq__wrap img.author_photo{width: 150px;}
  .input_name{margin-left: 51px;}
  .report_cost{display: block;}
  .report_cost div{margin: 0}
  .faq__wrap .report_cost  img{width: 20px;}

}

@media only screen and (max-width: 640px) {
  .merchant-form__input-wrap {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  .header__logo{display: none;}
  .calc_link{font-size: 20px; margin: 12px 0;}
}
@media only screen and (max-width: 374px) {
  .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    max-width: 210px;
  }
  .input_email{margin-left: 25px;}
  .input_name{margin-left: 25px;}

}
@media only screen and (max-width: 335px) {
  .blocks-item__title {
    font-size: 21px;
    line-height: 1.2;
  }
  .input_email, .input_name{margin-left: 25px;}

}

.faq__wrap {
  margin-top: 50px;
}
.faq__wrap img {
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
  height: auto;
}


.faq__item {
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #00000059;
  -webkit-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  -moz-box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
  box-shadow: 4px 4px 15px -2px rgba(227, 214, 200, 0.29);
}

.js-faq__toggle:after {
  /*content: url('/storage/img/temp(old)/right.png');*/
  position: absolute;
  right: 0;
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.js-faq__toggle {
  position: relative;
  cursor: pointer;
  margin: auto;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1em;
  padding-right: 19px;
}
.js-faq__toggle:hover {
  color: #c4915e;
}
.faq__item-description {
  padding-bottom: 10px;
  display: none;
  margin-top: 20px;
  word-break: break-word;
}
.faq__item-description p {
  font-size: 1.2em;
}

@media (max-width: 460px) {
  .faq__item p {
    font-size: 18px;
  }
  .faq__item-description p {
    font-size: 20px;
  }
}
