*,:before,:after{box-sizing:border-box}html{height:100%}body{position:relative;min-height:100%;overflow:scroll;overflow-x:hidden;margin:0;padding:0;word-wrap:break-word;touch-action:manipulation;display:flex;flex-direction:column;align-items:center;-webkit-text-size-adjust:100%}header,footer{display:flex;align-items:center;justify-content:center}main{display:flex;flex-direction:column;align-items:center;width:100%}article,aside,details,figcaption,figure,menu,nav,section,summary{display:flex}details,summary{-webkit-appearance:none}video,audio,canvas{display:inline-block}span,a{display:inline-block}a,input,button,textarea,optgroup,select,fieldset,figure,legend,address{font:inherit;color:inherit;line-height:inherit;text-transform:inherit;text-shadow:inherit;border:none;background:none;box-shadow:none;border-radius:0;margin:0;padding:0}a,button,[type='button'],[type='submit']{transition:color 0.25s,background 0.25s,opacity .25s}a{cursor:pointer;text-decoration:none}button{overflow:visible;letter-spacing:inherit}p{margin:0;hyphens:none}b,strong{font-weight:700}img,svg,embed,object,iframe,video,audio,canvas{border:0;vertical-align:middle;max-width:100%;height:auto}svg:not(:root){overflow:hidden}progress{vertical-align:baseline}h1,h2,h3,h4,h5,h6{font:inherit;color:inherit;margin:0}ul,ol,menu{margin:0;padding:0;list-style:none}input,select,button,button > *,a > *{display:inline-block;vertical-align:middle}button,label,select,summary,[type='button'],[type='submit'],[type='reset'],[type='checkbox'],[type='radio'],[type='range']{user-select:none;cursor:pointer}[type='button'],[type='submit'],[type='search'],[type="radio"],[type='range']{-webkit-appearance:none}::-webkit-contacts-auto-fill-button,::-webkit-credentials-auto-fill-button{visibility:hidden;position:absolute;right:0}:-webkit-autofill{box-shadow:inset 0 0 0 1000px #fff}::-webkit-details-marker{display:none}input,textarea{width:100%}input{text-overflow:ellipsis}textarea{overflow:auto;resize:none}:active,:hover,:focus{outline:0;outline-offset:0}::placeholder{opacity:1}table{border-spacing:0;border-collapse:collapse}td,th{padding:0;text-align:center}article p:not(:empty){margin-top:5px;margin-bottom:5px}article img,article embed,article object,article iframe,article video{display:block;margin:0}article span,article a{display:inline}article ul,article ol,article menu{margin-top:.0em;margin-bottom:.0em}article ul ul,article ol ul,article menu ul,article ul ol,article ol ol,article menu ol,article ul menu,article ol menu,article menu menu{margin:0;padding-left:1.3em}article ul > li:before,article ol > li:before,article menu > li:before{margin-right:.7em}article ul > li p,article ol > li p,article menu > li p{display:inline}article ul > li:before,article menu > li:before{content:'';width:.4em;height:.4em;display:inline-block;vertical-align:10%;border-radius:50%;background:#000}article ul > li li:before,article menu > li li:before{background:transparent}article ol{counter-reset:count}article ol > li:before{content:counter(count) '.';counter-increment:count}li{list-style:none}blockquote{margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}
@font-face {
  font-display: swap;
  font-family: "OpenSans";
  src: local('OpenSans-Regular'), local('OpenSans-Regular'),
  url("fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans-Bold";
  src: local('OpenSans-Bold'), local('OpenSans-Bold'),
  url("fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.inp-menu {
  display: none;
}
article ul > li:before, article menu > li:before {
    content: '';
    width: 0em;
    height: 0em;
    display: flex;
    vertical-align: 0;
    border-radius: 0;
    background: transparent;
}
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: 16px;
  margin: 0;
  font-family: 'OpenSans', sans-serif;
  overflow-x: hidden;
  color: #000;
  line-height: 1.6;
  background: #fff;
}
main {
  flex: 1 0 auto;
}
article {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
h1 {
  font-size: 32px;
  width: 100%;
  font-family: 'OpenSans-Bold';
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #000;
  z-index: 3;
}
.rank-math-breadcrumb {
  color: #000;
}
.box {
  width: 100%;
  display: flex;
  max-width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
}
header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto
}
.header {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: fixed;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background: #3833e5;
  background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  -webkit-transition: all 0.4s ease;
  z-index: 500;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}
.header.active {
  height: 50px;
  font-size: 16px;
  padding: 5px 0;
  opacity: 0.9;
}
header .box,
footer .box {
  padding: 5px 0;
  align-items: center;
}
.header.active .logo img {
  max-width: 40px;
  -webkit-transition: all 0.4s ease;
}
footer .box  {
  justify-content: flex-end;
}
footer p {
  width: 85%;
  color: #fff;
}
.logo img {
  max-width: 80px;
  -webkit-transition: all 0.4s ease;
}
nav,
.nav-menu,
.mobile-menu {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  align-items: center;
}
.menu-top-menu-container {
  width: 100%;
}
nav ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}
nav ul li {
  text-shadow: 2px 2px 2px #000;
}
#m1 {
  background: #3833e5;
  background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
  background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  min-height: 600px;
  height: 90vh;
  position: relative;
  z-index: 2;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#m1 .box {
  z-index: 5;
}
#m1 > img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 600px;
  width: 100%;
  height: 150px;
  z-index: 1;
}
#m1 p {
  color: #fff;
  font-size: 20px;
}
.shape-after {
background: #3833e5;
background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
height: 85%;
}
.shape-after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 100%;
height: 95%;
border-radius: 50%;
opacity: 0.4;
z-index: 2;
}
.all-mirror {
  width: 100%;
  max-width: 600px;
  display:flex;
  flex-wrap: wrap;
}
.one-mir {
  width: 100%;
  max-width: 130px;
  padding: 10px;
  margin: 5px;
  border: 1px solid #fff;
border-radius: 3px;
}
h2 {
  width: 100%;
  position: relative;
  margin: 30px 0;
}
/* h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 2px;
  background: #3833e5;
} */
.all-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.one-info {
  width: 100%;
  max-width: 320px;
  padding: 10px 10px 0 10px ;
  margin: 5px 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
  min-height: 250px;
  border-radius: 5px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
}
.one-info:nth-child(1n):before{
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #3833e5;
  box-shadow: 0 0 10px 3px #3833e5;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
.one-info:hover:before {
  width: 99%;
}
.one-info:nth-child(2n+1):before{
  background: #7950a3;
  box-shadow: 0 0 10px 3px #7950a3;
}
.one-info:nth-child(3n+1):before {
  background: #da172a;
  box-shadow: 0 0 10px 3px #da172a;
}
.one-info span {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 1;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
}
.one-info h3 {
  text-align: center;
}
.one-info:hover span {
  padding: 30px;
}
.one-info span::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -50px;
  bottom: -90px;
  background: #3833e5;
      background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.one-info img {
  max-width: 100px;
  width: 100%;
  height: 100px;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  margin-top: 20px;
}
.one-info:hover img {
  max-width: 80px;
  height: 80px;
}
tbody {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
td {
  padding: 5px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content {
  max-width: 850px;
  width: 100%;
}
.breadcrums {
  margin: 20px 0;
}
#ez-toc-container,
.ez-toc-list {
  background: transparent;
  display: flex;
  border: 0;
}
#ez-toc-container{
  -webkit-box-shadow: 1px 1px 10px 5px rgba(0,0,0,.05);
  box-shadow: 1px 1px 10px 5px rgba(0,0,0,.05)
}
.main-table{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
table {
  width: 100%;
}
td,th {
  width: 100%;
  padding: 10px;
}
.content tr:first-child {
  background: #ff1100;
  color: #fff;
}
.content td:first-child {
  border-left: 1px solid grey;
}
td,
th {
  border-right: 1px solid grey;
}
tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid grey;
}
.ez-toc-title-container {
  width: 0;
}
.content p {
  margin: 5px 0;
}
h2 {
  font-size: 28px;
  font-family: 'OpenSans-Bold';
  padding: 10px 0;
}
.main-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px;
  margin-top: 40px;
  font-size: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.preim {
  width: 100%;
  max-width: 200px;
}
.preim>li::before {
  background: #3833e5;
}
.main-block img {
  max-width: 290px;
  max-height: 60px;
  object-fit: contain;
}
.main-btn {
  width: 100%;
  max-width: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: #3833e5;
      background: -webkit-linear-gradient(right, #ff1100 0%, #c10f07 100%);
      background: -moz-linear-gradient(right, #ff1100 0%, #c10f07 100%);
      background: -ms-linear-gradient(right, #ff1100 0%, #c10f07 100%);
      background: -o-linear-gradient(right, #ff1100 0%, #c10f07 100%);
      background: linear-gradient(right, #ff1100 0%, #c10f07 100%);
  text-shadow: 2px 2px 2px #000;
  transition: all .5s;
}


#review {
  border: 0;
  margin-bottom: 0;
  width: auto;
  float: right;
  margin-left: 10px;
}
.review-wrapper {
  padding: 0;
  background: transparent !important;
}
.review-total-wrapper {
  padding: 0 !important;
}
.review-total-wrapper span.review-total-box {
  display: none !important;
}

.rating {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.bonus {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-wrap: wrap;
}
.promo,
.sum {
  width: 100%;
  display: flex;
  align-items: center;
}
.promo span,
.sum span {
  margin-left: 5px;
  padding: 10px;
  margin: 5px;
  position: relative;
  font-weight: bold;
}
.promo span::before,
.sum span:before {
  background: #fff;
  box-shadow: 0 0 10px 1px #fff;
  width: 100%;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  height: 1px;
}
.w {
  margin-top: 150px;
}





.content h2 {
  margin: 10px 0;
}
.content a {
  color: #ff1100;
  font-weight: bold;
}
ol {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 10px 20px;
  counter-reset: myCounter;
}
article ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0 10px 20px;
}

article ul>li,
ol li {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #000;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
  position: absolute;
  left: -10px;
  font-size: 16px;
  border-right: 2px solid #e82344;
  border-bottom: 2px solid #e82344;
  border-radius: 6px;
}
article ul >li::before {
  content: '';
  position: absolute;
  background: #e82344;
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  justify-content: center;
  left: 0;
  border-radius: 50%;
}
.ez-toc-list li::before,
.menu-top-menu-container li:before {
  display: none;
}

blockquote {
  padding: 10px;
  padding-left: 40px;
  background: #fff;
  position: relative;
  margin: 10px 0;
}
blockquote::before {
  position: absolute;
  width: 5px;
  height: 100%;
  background: #e82344;
  left: 0;
  top: 0;
  content: '';
}
.last {
  font-weight: bold;
}
.sidebar {
  width: 100%;
  max-width: 290px;
  flex-direction: column;
}
.sidebar-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 0 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 10px 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 17px 29px rgba(73, 125, 214, 0.45);
    box-shadow: 0 17px 29px rgba(73, 125, 214, 0.45);
}
.sidebar-link img {
  max-width: 100px;
  height: 100px;
  object-fit:contain;
  padding: 10px;
  border-top: 1px solid #3833e5;
  border-bottom: 1px solid red;
  border-radius: 50%;
}
.sidebar h3 {
  margin-top: 0;
}
.sidebar h4 {
  margin: 10px 0;
  font-weight: bold;
  text-align: center;
}
.sidebar-link span {
  position: relative;
  width: 100%;
  display: flex;
  z-index: 1;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.4s ease;
  margin-top: 20px;
}
.sidebar-link:hover span {
  padding: 20px;
  margin-top: 0px;
}
.sidebar-link span::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  right: -50px;
  bottom: -90px;
  background: #3833e5;
      background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
      background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.2);
  z-index: -1;
}


#m3 {
  width: 100%;
  display: flex;
  justify-content: center;
}
#m3 .content {
  width: 100%;
  max-width: 100%;
}
/* Комментарии */
.about {
  width: 100%;
  max-width: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.commentlist li::before {
  display: none;
}
#s1 .box:nth-child(3) {
  justify-content: flex-start;
  padding: 0;
}
.comment-notes,
#comments {
  display: none;
}
.comment-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  background: #fff;
  max-width: 700px;
  margin: 10px 0;
  border-top: 3px solid #3833e5;
}
h3 {
  font-weight:bold;
  margin: 10px 0;
  font-size: 18px;
}
#commentform{
  display: flex;
  flex-direction: column;
}
.commentlist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-left: 0
}
.commentlist>li {
  max-width: 700px;
  width: 100%;
  padding: 10px;
}
.comment-respond {
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comment-respond #comment {
  padding: 5px;
  border: 1px solid #e82344;
  position: relative;
  background: #fff;
  font-size: 16px;
  margin: 5px;
  transition: all .25s;
  height: 60px;
}
.comment-respond #comment:focus,
.comment-respond #comment:valid {
  height: 100px;
  padding: 5px;
  transition: all .25s;
  border: 1px solid #000;
}
.comment-respond #comment:focus::placeholder {
  color: #000;
}

.comment-form-comment,
.comment-form-author,
.form-submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.comment-respond #comment::placeholder {
  color: #e82344;
}
.required {
  display: none;
}
.comment-respond #author {
  padding: 5px;
  border: 1px solid #e82344;
  background: #fff;
  font-size: 16px;
  margin: 5px;
  transition: all .25s;
}
.comment-respond #author::placeholder {
  color: #797979;
}
.comment-respond #author:focus {
  padding: 6px;
  transition: all .25s;
  border: 1px solid #000;
}
.comment-respond #author:focus::placeholder {
  color: #000;
}

#submit {
  margin: 10px 0;
  width: auto;
  padding:10px;
  background: #e82344;
  transition: all .25s;
  color: #fff;
}
#submit:hover {
  background: #b82d2d;
  transition: all .25s;
}
.comment-form-email,
.comment-form-url,
.comment-form-cookies-consent {
  display: none;
}
.logged-in-as {
  width: 100%;
  text-align: center;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logged-in-as>a {
  margin: 5px;
}
.logged-in-as>a:last-child {
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.5px;
  background: #e82344;
  color: #fff;
}
.comment.parent {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e82344;
}
.children {
  margin: 10px;
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #e82344;
}
.children li {
  padding-left: 0;
}
.comment-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.comment-author {
  width: auto;
  margin: 5px 10px 5px 0;
  padding: 10px 10px 10px 50px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.comment-author:after {
  content: '';
  width: 37px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(img/user.svg);
  background-size: 35px;
  background-position: center bottom;
  background-repeat: no-repeat;
}
li.comment-author-betwinner9>.comment-body>.comment-author:after {
  background-image: url(img/logo.png);
  background-size: 32px;
  background-color: rgba(0,0,0,0);
  background-position: center;
  background-repeat: no-repeat;
}
.comment-author cite {
  font-style: normal;
}
.comment-meta {
  width: auto;
  margin: 5px;
  padding: 10px;
  color: #797979;
  font-size: 14px;
}
.comment-meta>p {
  margin: 0;
  font-size: 14px;
  color: #797979;
  line-height: normal;
}
.comment-body>p {
  width: 100%;
  margin: 10px 10px 10px 0;
  font-size: 14px;
  line-height: normal;
}
.reply {
  width: auto;
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #797979
}
.reply .comment-reply-link {
  font-size: 16px;
  color: #797979;
}

#wait_approval {
  max-width: 700px;
  width: 100%;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  padding: 10px;
  background: green;
  color: #fff;
  border-radius: 3px;
}
.faq {
  width: 100%;
  max-width: 800px;
}

.question {
  position: relative;
  border: 1px solid #3833e5;
  border-radius: 3px;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
}
.question h2 {
  font-size: 20px;
  margin: 0px 0;
  padding: 0;
}
.answers {
  background: #fff;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  z-index: 15;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  color: #3833e5;
  margin-left: 10px;
  margin-top: 8px;
  z-index: 15;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
.c1,
.contacts-cc1 {
  width: 100%;
  max-width: 1200px;
}



#footer {
  margin-top: 80px;
  background: #3833e5;
    background: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
    background: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
    background: -ms-linear-gradient(right, #ff1100 0%, #3833e5 100%);
    background: -o-linear-gradient(right, #ff1100 0%, #3833e5 100%);
    background: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  padding: 120px 0 60px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}
#footer .box{
padding: 40px;
}
#footer > img {
  position: absolute;
top: 0;
left: 0;
min-width: 600px;
width: 100%;
height: 140px;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
z-index: 1;
}
.page-template-index-php h1 {
  color: #000;
  text-shadow: 0px 0px 0px transparent;
  text-align: center;
  margin-bottom: 40px;
}
.company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rating-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.one-book {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  /* border: 1px solid #000; */
  margin: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.one-book .main-btn {
  color: #fff;
}
.one-book img {
  max-width: 120px;
  /* border: 10px solid transparent;
  border-image: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  -moz-border-image: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
-webkit-border-image: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
border-image-slice: 1; */
}
.rev {
  width: 100%;
  max-width: 120px;
  border: 2px solid transparent;
  border-image: linear-gradient(right, #ff1100 0%, #3833e5 100%);
  -moz-border-image: -moz-linear-gradient(right, #ff1100 0%, #3833e5 100%);
-webkit-border-image: -webkit-linear-gradient(right, #ff1100 0%, #3833e5 100%);
border-image-slice: 1;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
transition: .3s ease;
background: transparent;
}
.rev:hover {
  background: rgba(57, 51, 229, 0.05);
}
.bonus-ind {
  width: 100%;
  max-width: 130px;
  display: flex;
  align-items: center;
  font-weight: bold;
}





@media screen and (min-width:320px) and (max-width:767px) {
  #m1 > img,
  #footer > img {
    min-width: 0px;
    height: 50px;
  }
  #m1 {
    align-items: flex-start;
  }
  .box {
    padding: 10px 15px;
    justify-content: space-around;
  }
  #s1 .box:nth-child(3) {
    padding: 10px 15px;
    justify-content: space-around;
  }
  #footer {
    padding: 0;
  }
  .header {
    padding: 0;
    height: 60px;
  }
  header .box, footer .box {
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
  .nav-menu {
    display: none;
  }
  .logo img {
    max-width: 40px;
  }
  .menu-top-menu-container ul {
    line-height: normal;
    margin: 0;
    flex-direction: column;
  }
  h1 {
    font-size: 20px;
    text-align: center;
  }
  .one-mir {
    max-width: 90px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
  }
  .main-block {
    margin-top: 20px;
    padding: 5px;
    justify-content: center;
  }
  .main-block img {
    max-width: 90px;
  }
  .rating {
    margin: 10px 0;
  }
  .rating span {
    display: flex;
    align-items: center;
    /* font-size: 14px; */
  }
  .company {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-btn {
    margin-top: 10px;
    font-size: 16px;
  }
  /* .bonus {
    font-size: 14px;
  } */
  /* #m1 p {
    font-size: 14px;
  } */
  .promo, .sum {
    justify-content: center;
  }
  .pr-1 {
    border-right: 0;
  }
  #footer {
    margin-top: 10px;
  }
  #footer .box {
    flex-wrap:wrap;
    padding: 10px;
    z-index: 10;
    padding-top: 50px;
  }
  footer p {
    width: 100%;
    /* font-size: 14px; */
  }
  /* .rank-math-breadcrumb p {
    font-size: 14px;
  } */
  tbody {
    align-items: center;
  }

  .content {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  article ul {
    margin: 5px;
  }
  ul li, ol li {
    padding-left: 25px;
  }
  ul,
  ol {
    margin: 10px 0 10px 10px;
  }
  .preim {
    /* flex-direction: row; */
    /* font-size: 14px; */
    margin: 5px;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .preim>li {
    margin: 5px 0;
    padding-left: 10px;
  }
  .question {
    padding: 10px 10px 10px 25px;
  }
  .question h2 {
    font-size: 16px;
  }
  .answers h3 {
    font-size: 14px;
  }
  .content-wrapper {
    justify-content: center;
  }.w {
    margin-top: 60px;
  }
  /* .burger-menu {
    width: 100%;
    max-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    flex-direction: column;
    position: absolute;
    right: 0;
  }
  .burger-menu>span {
    width: 100%;
    height: 2px;
    max-width: 30px;
    background: #fff;
    margin: 3px 0;
  }
  #menu-open:checked ~ .burger-menu span{
    display:none;
  }
  #menu-open:checked ~ .burger-menu:after,
  #menu-open:checked ~ .burger-menu:before {display:flex;}
  #menu-open:checked ~ .nav-menu{
    display:flex;
  }
  .menu-top-container ul{
    display: flex;
    flex-direction: column;
  }
  .burger-menu:before,
  .burger-menu:after{
    content:'';
    width:2px;
    height:30px;
    background:#fff;
    position:absolute;
    top:50%;
    margin-top:-15px;
    margin-left:-1px;
    display:none;
  }
  .burger-menu:before{
    transform:rotate(45deg);
  }
  .burger-menu:after{
    transform:rotate(-45deg);
  } */
  /* .mobile-menu {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
  } */
  /* .menu-top-menu-container {
    position: absolute;
    top: 0;
  } */

}
@media screen and (min-width:768px) and (max-width:1199px) {
  .box {
    padding: 10px 15px;
    justify-content: space-around;
  }
  #s1 .box:nth-child(3) {
    padding: 10px 15px;
    justify-content: space-around;
  }
  header .box, footer .box {
    padding: 5px 10px;
    flex-wrap: nowrap;
  }
  .nav-menu {
    max-width: 260px;
    margin: 0;
  }
  .logo img {
    max-width: 40px;
  }
  .menu-top-menu-container ul {
    line-height: normal;
    margin: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
    text-align: center;
  }
  .list {
    width: 100%;
  }
  .list-1 {
    justify-content: space-around;
  }
  .list-1 img {
    max-width: 90px;
  }
  .promo {
    justify-content: center;
  }
  .pr-1 {
    border-right: 0;
  }
  footer .box {
    flex-wrap:wrap;
    padding: 40px;
  }
  footer p {
    width: 100%;
    font-size: 12px;
  }
  .rank-math-breadcrumb p {
    font-size: 12px;
  }
  tbody {
    align-items: center;
  }
  .front-part {
    width: 100%;
    padding: 10px;
  }
  .front-part img {
    margin-bottom: 10px;
  }
  .content {
    width: 100%;
  }
  ul li, ol li {
    padding-left: 20px;
  }
  ul,
  ol {
    margin: 10px 0 10px 10px;
  }
}
.content-btn {
  color: #fff;
}
