/*
Theme Name: My-shop
Theme URI: 
Author: My-shop
Author URI: 
Description: 

Version: 1.7
License: GNU General Public License
License URI: license.txt
Text Domain: my-shop
*/

html {
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #222222;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit
}

ul {
  list-style: none;
}

ol {
  padding-left: 40px;
}

h1, h2 {
  position: relative;
  font-size: 36px;
  line-height: 1.3;
  margin: 100px 0 25px;
}

.to-left h1,
.to-right h1,
.to-left h2,
.to-right h2 {
  margin-top: 0;
}


h3 {
  font-size: 32px;
  margin: 40px 0 20px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  margin: 30px 0 22px;
  line-height: 1.3;
}

h5 {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.3;
}

h1:before,
h2:before {
  content: '';
  position: absolute;
  background: red;
  width: 20px;
  height: 5px;
  bottom: 10px;
  left: -50px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button, input, select, textarea {
  display: inline-block;
  padding: 0;
  background: 0 0;
  border: 0;
  outline: 0;
  color: #222222;
  transition: all 0.5s ease;
}

input::-moz-focus-inner {
  border: 0px !important;
}

input:hover,
input:active,
input:focus {
  outline: none !important;
}

input[type="file"],
input[type="radio"] {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

label {
  cursor: pointer;
}

.wp-block-image, .wp-block-columns {
  margin-bottom: 0;
}

.main {
  width: 1160px;
  margin: 0 auto;
  padding-top: 115px;
}



.to-left {
  background: #F9F7F6;
  margin-left: calc(-50vw + 500px);
  margin-right: -150px;
  padding-left: calc(50vw - 500px);
  padding-right: 150px;
  padding-top: 100px;
  padding-bottom: 90px;
}

.to-right {
  background: #F9F7F6;
  margin-right: calc(-50vw + 500px);
  margin-left: -150px;
  padding-right: calc(50vw - 500px);
  padding-left: 150px;
  padding-top: 100px;
  padding-bottom: 90px;
}

.border-btn {
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: red;
  border-radius: 28px;
  border: 1px solid red;
  padding: 0 32px;
}

.btn a,
.icon-btn a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  padding: 0 32px;
  border: 0;
  outline: none;
  border-radius: 30px;
  background: red;
  color: #fff;
  transition: .3s;
  cursor: pointer;
}

.icon-btn a {
  position: relative;
  padding-right: 71px;
}

.icon-btn a:before {
  content: '';
  position: absolute;
  background: #fff;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-btn a:after {
  content: '';
  position: absolute;
  background: url(images/arrow-right.svg) no-repeat center;
  height: 15px;
  width: 15px;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
}

.btn a:hover,
.icon-btn a:hover {
  color: #DED9D5;
}

.icon-btn a:hover:after {
  transform: translateY(-50%) scale(1.5);
}

/* Шапка
--------------------*/
.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 30px 0;
  top: 0;
	z-index: 999;
}

.header-row {
  position: relative;
  width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.header-logo {
  display: flex;
  align-items: flex-end;
}

.header-logo img {
  width: 200px;
}

.text-logo {
  position: relative;
  font-size: 12px;
  margin-left: 40px;
  padding-left: 40px;
  bottom: -5px;
}

.text-logo:before {
  content: '';
  position: absolute;
  background: red;
  width: 1px;
  height: 100px;
  bottom: 0;
  left: 0;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 27px;
}

.header-login,
.header-links a {
  transition: .3s;
}

.header-login {
	overflow: hidden;
}

.header-login a {
	display: inline-block;
	font-weight: 700;
	line-height: 1.1;
	color: #3D3D3D;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.header.scroll .header-row .header-links .background {
  background: red;
  color: #fff;
}

.header.scroll .header-links {
  gap: 20;
}

.header.scroll .header-login {
    width: 1px;
	opacity: 0;
}

.header-links .languages {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-weight: 700;
  border-radius: 50%;
  border: 1px solid rgba(34, 34, 34, 0.20);
}

/* 1 Блок
--------------------*/
.home-block-1 {
  background: url(../../uploads/block-1-fon.jpg) no-repeat bottom center;
  background-size: 1920px auto;
  min-height: 640px;
  margin: 0 calc((-100vw + 1160px) / 2) 100px;
  padding: 100px calc((100vw - 1160px) / 2);
}

.home-block-1 h1 {
  font-size: 74px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0 0 25px;
}

.home-block-1 h1:before {
  background: url(images/flag.svg) no-repeat center;
  width: 74px;
  height: 54px;
  bottom: auto;
  left: 67%;
  top: 18px;
}

.home-block-1 h5 {
  font-size: 32px;
  margin: 0;
}

.home-block-1 h3 {
  margin: 0 0 25px;
}

.home-block-1 .icon-btn {
  margin-top: 40px;
}

/* 2 Блок
--------------------*/
.home-block-2 {
  margin-bottom: 50px;
}

.home-block-2 .wp-block-image {
  margin-bottom: 24px;
}

/* 3 Блок
--------------------*/
.home-block-3 {
  margin-top: 100px;
}

.title-block {
  justify-content: space-between;
  margin-bottom: 60px;
}

.title-block h5 {
  margin-bottom: 0;
}

.title-block .wp-block-column:nth-child(2) p {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 20px;
  border: 3px solid red;
  padding: 30px;
}

.benfit {
  gap: 10px;
}

.benfit .wp-block-column {
  background: #fff;
  padding: 50px;
  margin-bottom: 10px;
}

.benfit .wp-block-column h5, .simplify .wp-block-column h5, .open-a-swiss .wp-block-column h5{
  color: red;
  margin: 20px 0;
}
.open-a-swiss h5.wp-block-heading {
	color:#222222
}
/* 4 Блок
--------------------*/
.home-block-4 {
  background: #222222;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

.home-block-4 h2,
.home-block-4 h5 {
  color: #fff;
}

.home-block-4 h5 {
  margin-bottom: 25px;
}

.home-block-4 .wp-block-column {
  position: relative;
}

.home-block-4 .wp-block-image img {
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}

/* 5 Блок
--------------------*/
.step-butons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.step-butons li {
  border-radius: 30px;
  border: 1px solid #222;
  font-weight: 700;
  padding: 16px 32px;
  transition: .3s;
  cursor: pointer;
}

.step-butons li.active {
  background: #222;
  color: #fff;
}

.home-block-5 {
  margin-bottom: 100px;
}

.home-block-5 .wp-block-columns {
  gap: 50px;
}

.home-block-5 .wp-block-columns .wp-block-column:first-child {
  background: #F9F7F6;
  padding: 50px;
}

.home-block-5 .wp-block-columns .wp-block-column:first-child p {
  margin-top: 10px;
}

.home-block-5 .wp-block-columns .wp-block-column:first-child .wp-block-image {
  width: 175px;
  margin-bottom: 50px;
}

.home-block-5 .wp-block-columns .wp-block-column:first-child .wp-block-separator {
  margin: 20px 0;
  opacity: 0.3;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child h4 {
  font-size: 28px;
  margin: 10px 0 0;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child h5 {
  margin: 30px 0 20px;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child p+p {
  margin-top: 20px;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child li {
  position: relative;
  padding-left: 30px;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child li:before {
  content: '';
  position: absolute;
  background: red;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}

.home-block-5 .wp-block-columns .wp-block-column:last-child li+li {
  margin-top: 20px;
}

.owl-nav {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

.owl-carousel .owl-nav button {
  position: absolute;
  width: 112px;
  height: 40px;
  cursor: pointer;
}

.owl-nav button.owl-prev {
  left: 0;
}

.owl-nav button.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button:before {
  content: '';
  position: absolute;
  background: url(images/arrow-slider.svg) no-repeat center;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  border-radius: 30px;
  top: 0;
  left: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
  transform: rotate(180deg);
}

.owl-dots {
  width: max-content;
  display: flex;
  height: 4px;
  align-items: center;
  gap: 8px;
  position: relative;
  margin: -20px auto 0;
}

.owl-dot {
  width: 3px !important;
  height: 3px !important;
  border-radius: 3px;
  background: #222 !important;
}

.owl-dot.active {
  width: 20px !important;
  height: 4px !important;
  background: red !important;
}

/* 6 Блок
--------------------*/
.home-block-6 h2 {
  margin-bottom: 60px;
}

.home-block-6 .benfit h5 {
  margin-top: 50px;
}

.home-block-6 .benfit .wp-block-image {
  margin: -50px -50px 0;
}

.home-block-6 .icon-btn {
  margin-top: 50px;
}

/* 7 Блок
--------------------*/
.home-block-7 {
  margin: 100px 0;
}

.home-block-7 h2 {
  margin-top: 0;
}

.home-block-7 .img-block {
  gap: 10px;
}

.home-block-7 .img-block .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.squaer-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.squaer-block .squaer-red {
  width: 20px;
  height: 20px;
  background: red;
}

.squaer-block .squaer-black {
  width: 40px;
  height: 40px;
  background: #222222;
}

/* 8 Блок
--------------------*/
.home-block-8 {
  margin-bottom: 100px;
}

.home-block-8 h2 {
  margin-top: 0;
}

.home-block-8 .praim>.wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-block-8 .praim .praim-item {
  width: calc((100% - 20px) / 3);
  background: #F9F7F6;
  padding: 50px;
}

.home-block-8 .praim .praim-item h5 {
  margin: 20px 0;
}

.home-block-8 .praim .praim-item img {
  width: 60px;
}

/* 9 Блок
--------------------*/
.home-block-9 {
  background: #222222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-block-9 h2 {
  color: #fff;
  margin-bottom: 50px;
}

.home-block-9 .wp-block-column {
  position: relative;
}

.home-block-9 .wp-block-image img {
  position: absolute;
  bottom: -100px;
  right: 0;
}

/* 10 Блок
--------------------*/
.home-block-10 h2 {
  margin-bottom: 60px;
}

.home-block-10 .icon-btn {
  margin-top: 50px;
}

/* 11 Блок
--------------------*/
.home-block-11 {
  margin-top: 60px;
  margin-left: -40px;
  gap: 0;
}

.home-block-11 li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.home-block-11 li:before {
  content: '';
  position: absolute;
  background: red;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}

/* 12 Блок
--------------------*/
.home-block-12 {
  margin-top: -18px;
}

.home-block-12 .benfit h5 {
  font-size: 54px;
  font-weight: 800;
  margin-top: 0;
}

.home-block-12 .benfit p:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
}

.black-block {
  padding: 50px;
}

.black-block p {
  margin-bottom: 20px;
}

.black-block .icon-btn {
  margin-bottom: 0;
  margin-top: 40px;
}

/* 13 Блок
--------------------*/
.home-block-13 {
  /*margin: 100px 0;*/
	margin:0 0 100px 0;
  gap: 60px;
}

.home-block-13 h2 {
  margin: 0 0 40px;
}

.home-block-13 .img-block {
  gap: 10px;
}

.home-block-13 .img-block .wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-block-13>.wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.home-block-13 li {
  display: flex;
  align-items: center;
  gap: 25px;
  /*margin-bottom: 20px;*/
	padding: 25px 0;
	border-bottom:1px solid #eee
}

.home-block-13  li:first-child { padding-top:0px }
.home-block-13  li:last-child { border-bottom:0px }
/* 14 Блок
--------------------*/
.home-block-14 {
  gap: 60px;
}

.home-block-14 .benfit .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding: 30px;
}

.home-block-14 .benfit p {
  font-size: 12px;
}

.home-block-14>.wp-block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  padding-bottom: 10px;
}

.home-block-14>.wp-block-column:last-child h3 {
  font-size: 36px;
  margin: 0;
}

.home-block-14>.wp-block-column:last-child h5 {
  margin: 20px 0 0;
}

/* 15 Блок
--------------------*/
.home-block-15 {
  gap: 60px;
  margin: 100px 0;
}

.home-block-15 h2 {
  margin-top: 0;
}

.home-block-15>.wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-block-15 .black-block {
  padding: 30px;
}

.home-block-15 .black-block h2 {
  font-size: 36px;
}


.home-block-15 .black-block h2:before {
  left: -80px;
}

.home-block-15 .black-block h5 {
  font-weight: 400;
}

.home-block-15 .black-block .btn a {
  width: 100%;
}

.home-block-15 .kt-accordion-panel p {
  margin-bottom: 20px;
}

.home-block-15 .kt-accordion-panel li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.home-block-15 .kt-accordion-panel li:before {
  content: '';
  position: absolute;
  background: red;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}

/* 16 Блок
--------------------*/
.home-block-16 {
  gap: 60px;
}

.home-block-16 h2 {
  margin-bottom: 60px;
}

.home-block-16 .wp-block-image {
  margin-bottom: 10px;
}

/* страница Get started
--------------------*/
.form-block {
  gap: 50px;
}

.form-block h1 {
  margin: 40px 0;
}

.form-block .wp-block-column:first-child h5 {
  margin-bottom: 110px;
  font-weight: 400;
}

.form-block .banner {
  background-color: #222;
  background-image: url(../../uploads/globus.svg);
  background-repeat: no-repeat;
  background-position: bottom -70px right -25px;
  background-size: 80% 80%;
  color: #fff;
  padding: 40px;
}

.form-block .banner h4 {
  font-size: 20px;
  margin: 0 0 25px;
}

.form-block .banner .wp-block-columns {
  font-size: 18px;
  margin: 50px 0;
}

.crossed-out {
  position: relative;
  width: max-content;
}

.crossed-out:before {
  content: '';
  position: absolute;
  border-top: 2px solid red;
  width: 110%;
  height: 1px;
  top: 13px;
  left: -5px;
  transform: rotate(9deg);
}

.form-block .wpcf7 {
  background: #F9F7F6;
  margin-right: -500px;
  padding-right: 500px;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 70px;
}

.form-block .wpcf7 h5 {
  margin: 0 0 15px;
  text-align: center;
}

.form-block .wpcf7 .descript {
  margin-bottom: 40px;
  text-align: center;
}

.form-block .wpcf7 .input-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 30px;
  margin-bottom: 40px;
}

.form-block .wpcf7 .input-row>p {
  width: calc(100% - 200px);
}

.form-block .wpcf7 .label {
  position: relative;
  width: 170px;
  padding-left: 20px;
}

.form-block .wpcf7 .label span {
  position: absolute;
  display: inline-block;
  color: red;
  left: 0;
  top: 0;
}

.form-block .wpcf7 .desc {
  font-size: 12px;
  width: 100% !important;
  text-align: right;
}

.form-block .wpcf7 .confid {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 40px 0;
}

.message-mail {
  text-align: center;
  font-weight: 600;
  margin: 30px 0 10px;
}

.message-mail a {
  color: red;
}

.message-desc {
  text-align: center;
  font-size: 12px;
}

.input_your,
.ui-selectmenu-button {
  width: 100% !important;
  height: 54px;
  padding: 16px 32px;
  color: #222222;
  font-size: 16px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

.ui-selectmenu-button {
  position: relative;
}

.wpcf7-not-valid+.ui-selectmenu-button {
  border: 1px solid red !important;
}
.ui-selectmenu-button:before {
  content: '';
  position: absolute;
  background: url(images/arrow-right.svg) no-repeat center;
  height: 15px;
  width: 15px;
  right: 32px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.ui-selectmenu-button:focus,
.ui-selectmenu-button:hover,
.ui-selectmenu-button:active {
  color: #222222;
  background: #fff;
  border: 1px solid #fff;
}

.ui-widget.ui-widget-content {
  border: 0;
  height: 407px;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-menu .ui-menu-item-wrapper {
  font-size: 13px;
  padding: 3px 28px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
  border: 1px solid #fff;
  background: red;
}

.ui-widget.ui-widget-content {
  scrollbar-width: thin;
  scrollbar-color: #aaa #dfdfdf;
}

.ui-widget.ui-widget-content::-webkit-scrollbar {
  width: 6px;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-track {
  background: #dfdfdf;
}

.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 3px;
}

.submit-block .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submit-block .icon-btn a {
  width: 205px;
}

.submit-block .row p {
  color: #3D3D3D;
  font-size: 12px;
}

form {
  position: relative;
}

.wpcf7-response-output {
  position: absolute;
  border: 0 !important;
  color: red !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  bottom: 140px;
}

input.wpcf7-not-valid {
  border: 1px solid red !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  width: max-content;
  background: #fff;
  color: red !important;
  display: inline-block !important;
  border-radius: 15px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}

.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}

/* страница Спасибо
--------------------*/
.thank-block .icon-btn {
  display: inline-block;
}

.thank-block .return-btn {
  display: inline-block;
}

.return-btn a {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  padding: 0 32px;
  border-radius: 30px;
  border: 1px solid rgba(34, 34, 34, 0.30);
  margin-left: 30px;
}

/* footer
--------------------*/
footer {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  padding: 100px 0 70px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footer-col:first-child {
  position: relative;
}

footer .footer-col:first-child:before {
  content: '';
  position: absolute;
  border-right: 1px solid red;
  width: 1px;
  height: calc(100% + 80px);
  top: 0;
  right: -80px;
}

.home footer .footer-col:first-child:before {
  right: -100px;
}

.footer-col .logo {
  width: 200px;
}

.footer-col p,
.footer-col a {
  display: block;
  width: max-content;
  margin-bottom: 10px;
}

.contact p,
.contact a {
  position: relative;
  padding-left: 36px;
}

.contact p:before,
.contact a:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact .adress:before {
  background: url(images/pin.svg) no-repeat center;
}

.contact .mail:before {
  background: url(images/envelope.svg) no-repeat center;
}

.contact .linkedin:before {
  background: url(images/linkedin.svg) no-repeat center;
}

.contact .phone:before {
  background: url(images/phone.svg) no-repeat center;
}
.contact .fb:before {
  background: url(images/svgviewer-output.svg) no-repeat center;
}


.contact a.fb:before {

  width: 18px;
  height: 18px;

}


.footer-col .copy {
  color: #828282;
}

.footer-col a {
  transition: .3s;
}

.footer-col a:hover {
  color: red;
}

.footer-col .icon-btn a {
  margin-bottom: 0;
}

.footer-col .icon-btn a:hover {
  color: #DED9D5;
}

/* Служебные страницы
--------------------*/
.content-block p {
  margin-bottom: 20px;
}

.content-block li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
}

.content-block li:before {
  content: '';
  position: absolute;
  background: red;
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
}

/* Кнопка вверх */
.l-upper {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  z-index: 888;
  width: 44px;
  cursor: pointer;
}

.grecaptcha-badge {
    right: -300px !important;
}

.iti__flag {
  background-image: url("images/flags.png") !important;
}

.download-btn a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
	text-align: center;
    color: red;
    border-radius: 28px;
    border: 1px solid red;
    padding: 15px 32px;
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
#about .wp-block-heading {
	margin: 0 0 10px;
}
#about .wp-block-column:first-child{
	gap: 10px;
}
#about li {
	 
}
.padtopbot p {
	padding-bottom:10px;
}
#system   {
	padding-top:100px
}
.wpcf7-list-item-label a {
	text-decoration:underline;
}

.checkbox-wrapper-19 label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
#cbtest-19 {
  width: 1.2em;
  height: 1.2em;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
	 accent-color: #f00;
}
.checkbox-wrapper-19 .wpcf7-list-item {
	margin:0
}

@media screen and (min-width: 1160px) {
	.numcolumn .praim-item img {
	
	width: 30px!important;
}

 .mobile, .page-template-page-partners .mobile {
  display: none;
}
.pbb {
	margin-bottom:40px
}
.sqev2 {
	
}
.sqev2 .squaer-block {
	position: relative;
  z-index: 120;
	top: -10px; 

}

.sqev2  .squaer-block .squaer-red {
	top: -2px;
  position: relative;
}
.sqev2 .squaer-block .squaer-black {
width: 40px;
  height: 40px;
  background: #222222;
  position: relative;
  left: 100px;
  top: 15px;
}
.podlv1 {
width: 275px;
  height: 256px;
  background: #f6f6f6;
  position: relative;
  z-index: 99;
  margin-left: 120px;
	margin-top:-150px
}
.hitroimg {
	margin-top: -340px;
  z-index: 100;
}
.hitroimg img{
	width: 270px;
}
.hitroimg figure{
	padding-right:15px;
}

}


@media screen and (max-width:480px) {
	#about {
		margin-top:0;
		margin-bottom: 10px;
	}
	.home-block-13 li {
		border:0;
		padding:10px 0;
	}
.pbb {
	 
}
.sqev2 {
	
}
	.sqev2 .squaer-block .squaer-red {
				width: 18px;
    height: 18px;
	}
	.sqev2	.squaer-block .squaer-black {
		width: 30px;
    height: 30px;
	}
	
.sqev2 .squaer-block {
position: relative;
    z-index: 120;
}

.sqev2  .squaer-block .squaer-red {
 position: relative;
	top: 10px;
}
.sqev2 .squaer-block .squaer-black {
 left:0;
	top: 20px;
	position: relative;
}
.podlv1 {
 width: 100%;
    height: 280px;
    background: #f6f6f6;
    position: relative;
    z-index: 99;
	margin:0;
	margin-top:-10px;
		margin-bottom:-4px
}
.hitroimg {
 margin:0px;
	 
	z-index:120
}
.hitroimg img{
 margin-top:-270px
}
.hitroimg figure{
	 margin-left: 70px !important

}
.wp-block-image .alignright {
  float: none;
position: relative;
    left: -30px;
	top:-32px;
}
	
	
}


@media screen and (max-width: 1200px) {
 .dsctxt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
	.dsctxt {
  max-width: 100%;
   margin: auto;
	}
}

.sm-txt {
	font-size:12px;
	text-align:center;
}

.dsctxt {
  width: 1160px;
  margin: 0 auto;
  padding-top: 10px;
}

#simplify {
	margin-bottom:60px;
	
}
#open-a-swiss {
	margin-top:60px;
	
}
#previously {
	margin-top:0
}
.previously h5.wp-block-heading {
	margin-bottom: 60px;
}
.previously p {
	padding-bottom:10px
}
.squaer-block-v3 {
	
}
.squaer-red-v3 {
	width: 20px;
  height: 20px;
  background: red;
margin-left: -20px;
  position: absolute;
}
.squaer-black-v3 {
	width: 40px;
  height: 40px;
  background: #222222;
	position: absolute;
  margin-top: -56px;
  margin-left: -40px;
}
.margin-yes a, .margin-yes p{
	margin-bottom:30px
}
@media screen and (max-width: 767px) {
	
	#system.home-block-8 {
		padding-top: 50px !important;
	}
.with-inline-el .wp-block-column .wp-block-image{
	display: inline-block;
    width: 50px;
}
.with-inline-el .wp-block-column .wp-block-heading{
display: inline-block;
  margin: 0 30px;
  vertical-align: top;
}
.with-inline-el .wp-block-column p {
	margin:20px 0 0 0;
	
}
.with-inline-el .wp-block-column.col-v1  .wp-block-heading {
	width:150px
	
}
.with-inline-el .wp-block-column.col-v2  .wp-block-heading {
	width:120px
	
}
.with-inline-el .wp-block-column.col-v3  .wp-block-heading {
	width:170px
	
}
.with-inline-el .wp-block-column.col-v4  .wp-block-heading {
	width:190px
	
}

.with-inline-el .wp-block-column.col-v1 p > br, .with-inline-el .wp-block-column.col-v2 p > br, .with-inline-el .wp-block-column.col-v3 p > br, .with-inline-el .wp-block-column.col-v4 p > br, .sitenav.mobile > br {display:none;}
	
	
	  .home-block-3.with-inline-el {
    margin-top: 40px;
  }
	.simg .wp-block-kadence-image img {
		max-width: 90%;
			margin-left:30px
	}
	
	.simg .squaer-block-v3 .squaer-red-v3 {
		margin-left: 12px;
	}
	.simg .squaer-block-v3 .squaer-black-v3 {
		margin-left: 0px;
    margin-top: -46px;
	}	
	.squaer-red-v3 {
	width: 18px;
  height: 18px;

}
.squaer-black-v3 {
	width: 30px;
  height: 30px;
}
}

.menu li a:hover {
	color:#f00;
	border-bottom: 1px solid #ff000036;
}
.open-a-swiss h5.wp-block-heading, .praim h5.wp-block-heading {
	color:red;
}

.dissclass {
	opacity:0.5;
	pointer-events: none;
	 
}

.db{
display:block;
}
.dn{
display:none!important;
}
        /* элементы спиннера также выравниваем по центру */
        .spinner {
            text-align: center;
			padding: 300px 0;
			
        }


        /*  элемент спиннера - делаем круг из квадрата 40x40
            с помощью свойства border-radius, левая граница круга окрашена
            в другой цвет. далее запускаем бесконечную анимацию
        */
        .spinner__animation {
            display: inline-block;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            border-top: 3px solid rgba(0, 0, 0, 0.1);
            border-right: 3px solid rgba(0, 0, 0, 0.1);
            border-bottom: 3px solid rgba(0, 0, 0, 0.1);
            border-left: 3px solid rgb(129, 138, 145);
            animation: loading-spinner 0.5s infinite linear;
        }

        /* это текст для спиннера, например - "Загрузка..." */
        .spinner__info {
            display: block;
            padding-top: 5px;
            color: rgb(129, 138, 145);
            font-size: .9rem;
        }

        /* сама анимация вращения */
        @keyframes loading-spinner {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
.loader, .promodiv {display: none;}

.showpromo {
	text-decoration:underline;
	cursor:pointer;
}

.scroll .polylang_langswitcher { 

}
.polylang_langswitcher {
display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: red;
  border-radius: 28px;
  border: 1px solid #d9d9d9;
  padding: 0 12px;
}
.polylang_langswitcher li{
	
}
.polylang_langswitcher li a{
	
}

#lang_choice_1 {
text-transform:uppercase	
}

.bannerv1 {
	width:392px;
}
.bannerv1mob {
display:none;	
}
#ui-id-3-menu {
	height:80px;
}

/*partners*/


.jn.background {
  background: red;
  color: #fff;
}
.lw a{
	color:#222222;
	
}

.border-btn.gr {
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  padding: 0 32px;
}
.border-btn.gr.lng {
  display: flex;
  align-items: center;
  text-align: center;
  height: 56px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
  border-radius: 30px;
  border: 1px solid #d9d9d9;
  padding: 0 18px;
}
#menu-horizontal {
	display: flex;
    justify-content: space-between;
}
 #menu-horizontal li{
	display:inline-block;
	font-size: 18px;
}
.isdesctoptp #menu-horizontal li a{
	
}
.isdesctoptp #menu-horizontal li a:hover{
	
}

/* Скрываем подменю по умолчанию */
.sub-menu {
  display: none;
  position: absolute;
  background: white; /* или нужный тебе цвет */
  z-index: 1000;
  min-width: 200px;
  padding: 10px 0;
}

/* Показываем подменю при наведении на родительский пункт */
.menu-item-has-children:hover > .sub-menu {
  display: block;
}

#menu-horizontal .sub-menu li {
    display: block;
	margin-bottom: 12px;
	font-size: 16px;
    padding-left: 10px;
}

.menu-item-has-children {
  position: relative;
}

.border-top {
	
	
}

.header-menu {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 30px 0;
   margin:20px auto;
  z-index: 999;
  border-top:1px solid#d9d9d9;
}

.header-row-menu  {
	
  position: relative;
  width: 1160px;
 
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;	
}

.menu-item a.active {
	
	color:red;
	border-bottom:1px solid #ffbdbd;
}



h1.newh1:before{
  content: '';
  position: absolute;
  background: red;
  width: 20px;
  height: 5px;
  bottom: 0;
  top:70px;
  left: -50px;
}
h1.newh1{
	font-family: 'Lato' sans-serif;
font-size: 54px;
  text-transform: uppercase;
  line-height: 70.2px;
  margin: 0 0 25px;
  font-weight:800;
}

.numimg {
	margin-bottom: 10px;
display: flex;
font-size: 28px;
font-weight: 600;
line-height: 36.4px;
 

}
.numimg img{
padding-right:30px;	
}
.ppad p{
	padding:15px 0;
	
}
.ppad p.pbig{
	 
font-size: 20px;
font-weight: 600;
line-height: 30px;
 

	
}
.ptb40px {
	
	padding:40px 0;
}

.squaer-red-v4 {
	width: 20px;
  height: 20px;
  background: red;
 float:right;
  position: relative;
   margin-right: -30px;
}
.squaer-black-v4 {
	width: 40px;
  height: 40px;
  background: #222222;
	position: relative;
  margin-top: -56px;
  float:right;
  margin-right: -30px;
}
.flexjust{
	 flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.squaer-black-v5 {
	
		width: 40px;
  height: 40px;
  background: #222222;
	position: relative;
  margin-top: 0;
  float:right;
  margin-right: -30px;
}

.squaer-red-v5 {
width: 20px;
  height: 20px;
  background: red;
  float: right;
  position: relative;
  margin-right: -9px;
  margin-top: -36px;
}
.bg-white {
background:#fff!important;	
}
.gap1 {
	gap:0.7em;
}
.numcolumn {
	
	
}

.numcolumn h5.wp-block-heading {
	
	color:#000;
	font-size:16px;
	font-weight:700;
	line-height:24px
}

.customsep {
	padding: 0 0 20px;
	border-top: 1px solid #222;
	opacity:0.1
}

.custlbl {
	
	display: block;
  padding-top: 20px;
  font-size:12px;
  color:#222
}

.fixheight {
	
	height: 80px;
}
.p50 {
	padding:50px;
}

.fs24 {
	font-size:24px;
	line-height:36px;
	font-weight:700;
	margin-bottom: 30px;
}

.isdesctoptpl .wp-block-column.konbg {
	
	 background: url(images/screen-8-bg.jpg) no-repeat bottom center!important;
 background-size: 463px auto;
  min-height: 583px;
 /* margin: 0 calc((-100vw + 1160px) / 2) 100px;
  padding: 100px calc((100vw - 1160px) / 2);*/
  
	
}

.ismobiletpl .wp-block-column.konbg {
	
	 background: #fff url(images/contact-block--bg-mob.html) no-repeat bottom center!important;
 background-size: 463px auto;
  min-height: 310px;

}

.contact_block p,
.contact_block a {
  position: relative;
  padding-left: 36px;
}

.contact_block p:before,
.contact_block a:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}


.contact_block .mail:before {
  background: url(images/screen-8-icon-mail.svg) no-repeat center;
}

.contact_block .what:before {
  background: url(images/screen-8-icon-what.svg) no-repeat center;
}

.contact_block .phone:before {
  background: url(images/screen-8-icon-tel.svg) no-repeat center;
}

.contact_block ul li {
	padding:0 0 15px 0
}

.mb50px {
	margin-bottom:50px
}



.page-template-page-partners .ui-widget.ui-widget-content {
	
	height:87px;
}

.realbut {
	
	font-weight: 700;
 
    font-family: 'Lato', sans-serif;
  font-size: 16px;
}

@media (max-width : 767px) {  
h1.newh1:before {
	display:none!important
	
}

 .mobile .home-block-1 p br,  .mobile .home-block-2 p br, h5 br, .mobile  .home-block-6 p br {
    display: block;
  }
}
.wp-block-heading.mobile span {
	
	color:#FF0000
}



.home-block-1p h1 {
  font-size: 54px;
  text-transform: uppercase;
	font-weight:800;
  line-height: 1.2;
  margin: 0 0 25px;
}
/*
.home-block-1p h1:before {
  background: url(images/flag.svg) no-repeat center;
  width: 74px;
  height: 54px;
  bottom: auto;
  left: 67%;
  top: 18px;
}
*/
.home-block-1p h5 {
  font-size: 32px;
  margin: 0;
}

.home-block-1p h3 {
  margin: 0 0 25px;
}

.home-block-1p .icon-btn {
  margin-top: 40px;
}

.page-template-page-partners  .praim-item.praim2  {
	width: calc((100% - 10px) / 2);

}

.iconinl {
	margin-bottom: 10px;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.iconinl img {
margin-right:20px
}

 
 	.page-template-page-partners .main {
	padding-top: 160px;
	
}
.home-block-1p {
/*  background: url(/wp-content/uploads/block-1-fon.jpg) no-repeat bottom center;*/
   background: url(images/header.jpg) no-repeat bottom center;
  background-size: 1920px auto;
  min-height: 508px;
  margin: 0 calc((-100vw + 1160px) / 2) 100px;
  padding: 100px calc((100vw - 1160px) / 2);
}

	.descnopad {
		padding:0!important
	}
	
	/*phone*/
	
.isdesctoptpl .home-cf  .iti__selected-flag {
	padding: 0 6px 0 12px;
	
}

.isdesctoptpl .home-cf .iti__flag-container {
	padding: 0 20px;
	background: #fff;
  border-radius: 30px;
}

.isdesctoptpl .home-cf #phone {
	margin-left: 150px;
	width: 500px !important;
}
.isdesctoptpl .home-cf  .iti__arrow {
	  border: solid #222;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
	  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.isdesctoptpl .home-cf .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	
	margin-right: 6px;
}
.isdesctoptpl .home-cf .wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.input_your.iti__tel-input {
	padding-left:30px!important;
}

.header-links-partners {
	
	
}
.pt20px {
	padding-top:20px
}

.ismobiletpl .lngbut {
	
}
.current_page_item.menu-item-966 a {
	color:#f00;
	border-bottom: 1px solid #ff000036;
}

.single.single-post .to-right{
background:#fff;
}
.single.single-post .to-right.bg{
background:#F9F7F6;
}
.single.single-post .wp-block-quote {
background: #F9F7F6;
border-left: 1px solid #FF0000;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 30px;
gap: 30px;
}
.single.single-post blockquote p{
margin-bottom:0;
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 20px;
color:#222
}

ol.wp-block-list {
counter-reset: item;
  margin-left: 0;
  padding-left: 0;
}
ol.wp-block-list li{

}

.content-block ol.wp-block-list li::before {
 font-weight: 700;
  position: absolute;
  background: none;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
 content: counter(item) "  "; 
    counter-increment: item;
   
    color:red;
}

.content-block ol.wp-block-list li::marker {
    color: #fff;
}
.single.single-post h5 {
font-size: 24px;
  margin-bottom: 20px;
   margin-top: 30px;
  line-height: 150%;
}
.single.single-post h4 {
font-size: 28px;
  margin: 30px 0 22px;
  line-height: 1.3;
  font-weight: 800;
  }

  .single.single-post h3 {
font-family: Lato;
font-weight: 800;
font-size: 32px;
line-height: 130%;
letter-spacing: 0%;
}
  .single.single-post h2 {
font-family: Lato;
font-weight: 800;
font-size: 36px;
line-height: 130%;
letter-spacing: 0%;
}

.gap05 .wp-block-columns-is-layout-flex {
gap: 1em;
}
.catposthead {
font-family: Lato;
font-weight: 700;
font-size: 20px;
line-height: 150%;
letter-spacing: 0%;
max-width: 370px
}

.category-news {

}
.category-news .wp-block-media-text {
padding:20px 0;
}


.wp-block-post-date .calendar {
position: relative;
  padding-left: 26px;
  }
.wp-block-post-date .calendar:before {
  background: url(images/calendar.svg) no-repeat center;
}
.calendar::before, .eye::before {
content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  padding: 4px 4px 4px 0;
}
.wp-block-post-date .eye {
position: relative;
padding-left: 65px;
  }
.wp-block-post-date .eye:before {
  background: url(images/eye.svg) no-repeat center;
  left: 40px;
}
.wp-block-post-date {
padding: 20px 0;
}
.exerpt, .exerpt p {
text-align: justify;
font-family: Lato;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;

}

.wp-block-heading.catposthead a:hover {
color:red
}

.category.category-news  .wp-block-media-text > .wp-block-media-text__content {
padding: 0 5%;
}
.wp-block-button.empt {
padding:20px 0;
}
.wp-block-button.empt a{
font-weight: 400;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
text-transform: inherit;
	background: #fff;
}
.wp-block-button.empt a:hover{
background: red;
  color: #fff;
}
.paginate {
text-align:center
}
.pages {
display: none;
}
  .facetwp-pager .facetwp-page.prev,  .facetwp-pager .facetwp-page.prev.active  {
position: absolute;
  width: 112px;
  height: 56px;
  left: 0;
  background:#fff;
}
  .facetwp-pager .facetwp-page.prev::before {
content: '';
  position: absolute;
  background: url(images/arrow-slider.svg) no-repeat center;
  width: 100%;
  height: 100%;
/*  border: 1px solid #222;*/
  border-radius: 30px;
  top: 0;
  left: 0;
  }
  
  
.facetwp-pager .facetwp-page.next, .facetwp-pager .facetwp-page.next.active  {
 position: absolute;
  width: 112px;
  height: 56px;
  right: 0;
  background:#fff;
 }
  .facetwp-pager .facetwp-page.next::before  {
 content: '';
  position: absolute;
  background: url(images/arrow-slider.svg) no-repeat center;
  width: 100%;
  height: 100%;
  border: 1px solid #222;
  border-radius: 30px;
  top: 0;
  left: 0;
transform: rotate(180deg);
 }
 .facetwp-pager .facetwp-page.active {
  width: 56px;
height: 56px;
gap: 10px;
padding-top: 16px;

border-radius: 30px;
background:#222;
color:#fff;
display: inline-block;
  }
 
 .facetwp-pager {
text-align: center;
  position: relative;
  display: block;
  width: 100%;
 
  margin-top: 30px;
 }
 .facetwp-pager .facetwp-page  {
  width: 56px;
height: 56px;
gap: 10px;
padding-top: 16px;

padding-bottom: 16px;

border-radius: 30px;
border-width: 1px;
border: 1px solid #222;
  margin: 0 20px;
  display: inline-block;
  }
  
 .facetwp-load-more {
  width: 100%;
height: 59px;
gap: 10px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
border-radius: 60px;
font-weight: 400;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
text-align: center;
background:#F9F7F6
}
.kt-blocks-info-box-title {
padding:20px 0 0 0;
}
.kt-has-3-columns {
	/*padding-top:50px;*/
}
h2.recom-a {
	margin-top:40px;
	padding-bottom:20px;
}
#bc {
  width: 1160px;
  margin: 0 auto;
 padding-top: 100px;
}

.archive.category .pc-title {
	margin-top:20px;
}
.breadcrumb_last {
	opacity:0.3
}
.single.single-post .header-menu, .archive.category .header-menu{
border-bottom:1px solid #d9d9d9
}
.single.single-post .to-right {
	padding-top: 20px;
}
.razd {
		opacity:0.3;
	padding: 0 30px;
}
.single.single-post.ismobiletpl #bc {
	display:none;
}
.single.single-post.ismobiletpl #bc_pseudo {
	display:block;
}
 #bc_pseudo {
	display:none;
	 padding-top: 30px;
}

.archive.category.ismobiletpl .header, .single.single-post.ismobiletpl .header{
	border-bottom: 1px solid #EEEEEE;
}
.archive.category.ismobiletpl #bc {
 padding-top: 30px;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}
.single.single-post .recomdiv {
	margin-top:-20px;
}

.archive.category .wp-block-media-text__media a {
	display: inherit;
}