*,
html,
body,
div,
p,
h1,
h3,
h4,
h5,
h6,
form,
fieldset,
a,
img {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
  list-style-type: none;
  background-color: transparent;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.item.youtube {
  background-image: url('../img/youtube2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 100;
}

@media (max-width: 992px) {
  .item.youtube {
    background-image: url('../img/youtube3.png');
  }
}
@media (max-width: 700px) {
  .item.youtube {
    background-image: url('../img/youtube1.png');
    background-size: contain;
  }
}

input,
select,
textarea,
button {
  font-family: arial;
  font-size: 16px;
  outline: none;
}

body {
  width: 100%;
  font-family: arial;
  font-size: 18px;
  color: #000;
}

div.wrap {
  width: 940px;
  margin: 0 auto;
}

div.blue-bg {
  width: 100%;
  padding: 30px 0;
  background: #f1f8fa;
}

div.blue-bg h2,
div.blue-bg h3 {
  margin-top: 0;
}

div.clear {
  clear: both;
}

h1 {
  font-size: 44px;
  margin: 20px 0 15px;
  text-align: center;
  padding: 0 100px;
}

.h2,
h1 + h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}

h2,
h3 {
  font-size: 43px;
  margin: 50px 0;
  line-height: 1.1;
}

h4 {
  font-size: 43px;
  line-height: 1.1;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 30px;
}

p.discript {
  font-size: 20px;
  padding-left: 25px;
  text-align: left;
  color: #000;
  text-decoration: none;
}

header {
  transition: 0.5s;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: -50px;
  top: -50px;
}

header.open {
  top: 0;
  margin-bottom: 0;
}

header .wrap {
  position: relative;
  text-align: center;
}

header .logo {
  text-decoration: none;
}

header .logo img {
  max-height: 77px;
}

header .wrap ul {
  font-size: 0;
}

header .menu {
  align-items: center;
  justify-content: start;
}

header .wrap > ul > li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 14px 0;
  position: relative;
}

header .wrap ul.menu li.selected a {
  pointer-events: none;
}

.none {
  display: none !important;
}

.w100 {
  width: 100%;
}

.w100 p {
  padding: 20px 0 0;
}

header .wrap > ul > li > a {
  font-size: 17px;
  line-height: 17px;
  color: #5e7479;
  text-decoration: none;
}

header .wrap > ul > li:first-child {
  margin: 0 25px 0 0;
}

header .wrap > ul > li:first-child > a {
  position: relative;
}

header .wrap > ul > li:first-child a::after {
  content: '';
  position: absolute;
  right: -14px;
  display: block;
  padding-left: 5px;
  width: 7px;
  height: 8px;
  background: url(/img/menu_str.svg) no-repeat 50%;
  top: 50%;
  margin-top: -4px;
}

header .wrap > ul > li:first-child:hover a::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

header .wrap ul li:first-child:hover ul.submenu {
  display: block;
  top: 45px;
  opacity: 1;
}

header .wrap ul li ul.submenu {
  display: block;
  transition: opacity 0.5s;
  top: -1000px;
  opacity: 0;
  position: absolute;
  left: 22px;
  margin-left: -30px;
  z-index: 110;
  text-align: left;
  padding: 5px 40px 25px 30px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 215px;
}

header .wrap ul li ul.submenu li {
  display: list-item;
  margin: 15px 0 0;
  border-radius: 10px;
  background: none;
}

header .wrap ul li ul.submenu li:hover a,
header .wrap ul li ul.submenu li.selected a {
  font-weight: 700;
  border-bottom: 1px solid #34c700;
}

header .wrap ul li ul.submenu li a {
  color: #5e7479;
  font-size: 15px;
  text-decoration: none;
}

header .flex {
  align-items: center;
}
.flex {
  display: flex;
  justify-content: space-between;
}
header .wrap button {
  background: url(/img/menu.svg) no-repeat !important;
  width: 24px;
  height: 16px;
  cursor: pointer;
}

header.open .wrap button {
  background: url(/img/close.svg) no-repeat 0 50% !important;
}

header div#header-btm {
  background: #f1f8fa;
}

header div#header-btm .wrap {
  position: relative;
  min-height: 100px;
  padding: 17px 0;
}

div.info a {
  text-decoration: none;
  font-size: 27px;
  line-height: 1.3px;
  color: #000;
  background: url(/img/phone_h.svg) no-repeat 0 50%;
  padding-left: 35px;
}

header .time_work {
  padding-left: 35px;
  background: url(/img/time.svg) no-repeat 0 50%;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

header .time_work span {
  display: block;
  color: #e81279;
}

div.info a:hover {
  text-decoration: none;
}

header div#header-btm .wrap .info p:first-child {
  font-size: 28px;
  background: url(img/icons-info-phone.png) no-repeat 2px;
  margin-bottom: 5px;
}

header div#header-btm .wrap .info p:last-child {
  font-size: 15px;
  background: url(img/icons-info-clock.png) no-repeat left;
}

.content1 {
  background: url(/img/back1.png) no-repeat 18% 20px;
}

.content2 {
  padding-top: 60px;
  background: url(/img/back2.png) no-repeat 18% 0;
}

.content2 h2,
.content2 h3 {
  margin-top: 0;
}

a.call-now {
  width: 460px;
  margin: 50px auto 0;
  padding: 12px 0;
  font-size: 32px;
  text-align: center;
  color: #fff;
  display: block;
  background: #17b546;
  border-radius: 5px;
  text-decoration: none;
}

a.call-now p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
}

a.call-now p.tel {
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
  border-bottom: 1px dashed #fff;
  margin-top: 0;
  line-height: 1;
}

a.call-now a:hover {
  text-decoration: none;
}

a.call-now span {
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #bbf2a8;
  display: block;
  margin-top: 0;
  letter-spacing: 0.02em;
}

ul.disc {
  margin: 20px;
}

ul.disc li {
  list-style-type: disc;
}

.content {
  overflow: hidden;
}

.content form input::-webkit-input-placeholder,
.content form textarea::-webkit-input-placeholder {
  color: #000;
}

.content form input::-moz-placeholder,
.content form textarea::-moz-placeholder {
  color: #000;
}

.content form input:-moz-placeholder,
.content form textarea:-moz-placeholder {
  color: #000;
}

.content form input:-ms-input-placeholder,
.content form textarea:-ms-input-placeholder {
  color: #000;
}

.content .quality .ytb {
  display: block;
}

.content .quality .ytb img {
  display: block;
}

iframe {
  width: 100%;
}

.content .quality form {
  min-width: 380px;
  width: 380px;
  text-align: center;
  padding: 30px 45px 22px;
  background: #1a6cb8;
  border-radius: 5px;
  background: linear-gradient(211.15deg, #30b700 -21.76%, #03c4ee 120.7%);
  min-height: 345px;
}
form input[type='checkbox'] {
  display: none !important;
}
label.check {
  position: relative;
  font-size: 10px;
  color: #000;
  opacity: 0.7;
  padding-left: 20px;
  display: inline-block;
  margin-top: 10px;
}
#reviewSender label.check {
  text-align: left;
  margin: 0 8px;
  float: left;
}
label.check a {
  color: #000;
  opacity: 0.8;
  text-decoration: underline;
  line-height: 1;
}
label.check::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: -2px;
}
form input[type='checkbox']:checked + label.check::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 2px;
  position: absolute;
  left: 3px;
  top: 1px;
  opacity: 0.5;
}
.content .quality form p {
  font-size: 22px;
  color: #fff;
  padding: 0 0 0 42px !important;
  text-align: left;
  line-height: 1.2;
  font-weight: 700;
  background: url(/img/form.svg) no-repeat 0 3px;
}

.content .quality form p span {
  color: #000;
}

.content .quality form input {
  width: 100%;
  padding-left: 50px;
  border-radius: 5px;
  display: block;
  height: 60px;
}

.content .quality form input[name='name'] {
  margin-top: 40px;
  background: #fff url(img/icons-form-name.png) no-repeat 15px 11px;
}

.content .quality form input[name='phone'] {
  margin-top: 22px;
  background: #fff url(/img/phone.svg) no-repeat 20px 50%;
}

.content .quality form button {
  width: 100%;
  height: 55px;
  margin-top: 12px;
  color: #fff;
  cursor: pointer;
  background: #e81279;
  border-radius: 5px;
  transition: 0.3s;
}

.content .quality form button:hover {
  background: #c90965;
}

.content .feedback {
  margin-top: 30px;
}

.content .feedback form {
  width: 100%;
}

.content .feedback form input,
.content .feedback form textarea {
  font-family: arial;
  font-size: 15px;
  width: 100%;
  height: 60px;
  background: #f8fbfc;
  border: 1px solid #b1c6cb;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 50px;
}

.content .feedback form input[name='name'] {
  margin-bottom: 14px;
  background: #f8fbfc url(/img/name.svg) no-repeat 20px 50%;
}

.content .feedback form input[name='phone'] {
  margin-bottom: 14px;
  background: #f8fbfc url(/img/phone_f.svg) no-repeat 20px 50%;
}

.content .feedback form input[name='email'] {
  margin-bottom: 14px;
  background: #f8fbfc url(/img/email.svg) no-repeat 20px 50%;
}

.content .feedback form input[name='sub'] {
  margin-bottom: 14px;
}

.content .feedback form textarea[name='txt'] {
  height: 156px;
  margin-bottom: 14px;
  padding-top: 22px;
}

.content .feedback form button {
  width: 100%;
  height: 55px;
  border-radius: 5px;
  color: #fff;
  background: #e81279;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  transition: 0.3s;
}

.content .feedback form button:hover {
  background: #c90965;
}

.content .feedback form p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #5e7479;
  padding-top: 15px;
}
.content .feedback form p a {
  color: #5e7479;
}

.content .features {
  clear: both;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 34px 20px 33px;
  background: #f1f8fa;
}

.content .features div {
  display: inline-block;
  vertical-align: top;
  width: 112px;
}

.content .features div p {
  font-size: 17px;
  line-height: 1.1;
  margin-top: 12px;
}

.content .features .item:first-of-type p span {
  text-decoration: line-through;
}

.content .features .item:last-of-type .image::before {
  content: '';
  background: url(/img/ellipse.svg) no-repeat;
  position: absolute;
  right: 28px;
  top: 4px;
  width: 11px;
  height: 10px;
}

.content .features .item:last-of-type p {
  margin-bottom: 5px;
}

.content .features .item:last-of-type span.active::after {
  content: 'поспешите';
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #e81279;
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
}

.content .features .item:last-of-type span.blink {
  -webkit-animation: blink1 1s linear infinite;
  animation: blink1 1s linear infinite;
}

@-webkit-keyframes blink1 {
  0% {
    color: rgba(52, 199, 0, 1);
  }
  50% {
    color: rgba(52, 199, 0, 0);
  }
  100% {
    color: rgba(52, 199, 0, 1);
  }
}

@keyframes blink1 {
  0% {
    color: rgba(52, 199, 0, 1);
  }
  50% {
    color: rgba(52, 199, 0, 0);
  }
  100% {
    color: rgba(52, 199, 0, 1);
  }
}

.content .features .item .image {
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.content .features div span.green {
  color: #000;
  font-size: 20px;
  padding-top: 3px;
  font-weight: 700;
  position: relative;
}

.content .how div p.green {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
}

.content .features div span.green.active {
  color: #34c700;
  border-bottom: 1px solid #34c700;
}

.content .img-left div.image {
  float: left;
  width: 51%;
  text-align: center;
  margin-left: -90px;
}

.content .img-left div.icons {
  float: left;
  width: 52%;
  margin-left: 56px;
}

.content .img-right .flex {
  width: 100%;
}

.content .img-right .flex div:nth-child(1) {
  order: 1;
  max-width: 444px;
  margin-right: -80px;
}

.content .img-right .flex div:nth-child(2) {
  order: 0;
  max-width: 55%;
}

.content .img-right .flex div.icons ol {
  padding-left: 20px;
}

.content .img-right .flex div.icons ol li {
  padding-bottom: 20px;
  list-style-type: auto;
}

.content .img-right .flex div.icons ul {
  padding-left: 20px;
}

.content .img-right .flex div.icons ul li {
  padding-bottom: 20px;
  list-style-type: disc;
}

.content .img-right .flex div:nth-child(2) p {
  margin-top: 20px;
}

.content .img-right .flex div:nth-child(2) p.inf {
  padding-left: 50px;
  background: url(/img/ic6.svg) no-repeat 0 4px;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-top: 40px;
}

.content .img-right .flex div:nth-child(2) p.inf span {
  color: #34c700;
}

.content .img-right h2,
.content .img-right h3 {
  margin: 0 0 10px;
}

.content .img-right div.stats {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.content .img-right div.stats p {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
}

.content .img-right div.stats p span {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: #5e7479;
  padding-right: 15px;
}

.content .img-left.how {
  padding: 50px 0;
}

.content .img-left.how .icons .flex .ic {
  min-width: 52px;
  margin-bottom: 20px;
}

.content .img-left.how .icons .flex .ic span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #34c700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.content .img-left.how .icons .flex {
  align-items: center;
  justify-content: start;
}

.content .img-left.how .icons .flex:last-of-type p {
  font-weight: 400;
  font-size: 18px;
}

.content .img-left.how .icons .flex:last-of-type span {
  font-weight: 400;
  font-size: 24px;
}

.content .img-left.trust {
  padding: 60px 0 0;
}

.content .img-left.trust .text {
  margin-left: 55px;
}

.content .img-left.trust .text p {
  margin-top: 20px;
}

.content .img-left.trust .text p.green {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.content .img-left.trust .text p.green span {
  color: #34c700;
}

.content .img-right table {
  width: 100%;
  margin-top: 60px;
}

.content .img-right table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 50px;
}

.content .img-right table tr:nth-of-type(odd) {
  background: #000;
  border-radius: 5px;
}

.content .img-right table tr td {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.content .img-right table tr:nth-of-type(odd) td {
  color: #fff;
}

.content .img-right table tr td.green {
  color: #34c700;
}

.content .img-right table tr td:nth-of-type(2) span {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
  color: #89979a;
  padding-right: 10px;
}

.content .img-right table tr:last-of-type {
  border-bottom: 1px solid #ebf3f4;
}

.content .img-right table + .pst {
  font-size: 14px;
  line-height: 16px;
  color: #5e7479;
  padding: 0 130px;
  margin-top: 25px;
}

.content .icons p {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

.content .icons .flex .ic {
  margin-right: 30px;
  min-width: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .icons .flex .ic img {
  max-width: 33px;
  max-height: 33px;
  margin: 0;
}

.content .icons .flex:last-of-type p {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}

.content .icons .flex:last-of-type span {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #34c700;
}

.reviews .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
}

.content .icons .flex {
  width: 100%;
  justify-content: start;
}

.content .conditions {
  padding: 45px 0 25px;
}

.content .conditions .wrap .items {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 20px;
}

.content .conditions .wrap .items .item {
  width: 29%;
}

.content .conditions-4 .wrap .items .item {
  width: 22%;
}

.content .conditions h5 {
  margin: 15px 0 0;
}

.content .conditions .wrap .img {
  height: 75px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.content .conditions .wrap img {
  display: block;
  margin-left: 25px;
}

.content .conditions .wrap p {
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
}

.content .conditions .wrap .inf {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6, 18, 20, 0.08);
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
  padding: 0 50px;
}

.content .conditions .wrap .inf p {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2;
  background: url(/img/ic6.svg) no-repeat 10px 19px;
  width: auto;
  margin: 0;
  padding: 23px 0 23px 56px;
  text-align: left;
}

.content .conditions .wrap .inf span {
  color: #34c700;
}

.content .priority-text .inf {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  background: #fff;
  box-shadow: 0 10px 30px rgba(6, 18, 20, 0.08);
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
}

.content .priority-text .inf p {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2;
  background: url(/img/ic6.svg) no-repeat 0 50%;
  width: auto;
  margin: 0;
  padding: 23px 0 23px 46px;
}

.content .priority-text .inf span {
  color: #34c700;
}

.alth4 {
  font-size: 18px;
  font-weight: 400;
  margin: 30px;
}

.content .cost div:nth-child(3) p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
}

.content .cost div:nth-child(3) p:last-child {
  margin-bottom: 0;
}

.content .map {
  padding: 45px 0 0;
}

.content .map h2 {
  margin-bottom: 0;
}

.content .map .quality {
  padding: 30px 0 0;
}

.content .map .location {
  text-align: center;
  height: 345px;
  width: 100%;
  border-radius: 5px;
}

.content .trust div:nth-child(3) p {
  line-height: 24px;
  margin-bottom: 30px;
}

.content .trust div:nth-child(3) p:last-child {
  margin-bottom: 0;
}

.content .reviews {
  padding: 60px 0 0;
}

.content .reviews .rev_text {
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  padding-left: 35px;
  margin-left: 35px;
  border-left: 3px solid #34c700;
  padding-right: 35px;
  margin-top: 40px;
}

.content .reviews .rev_new {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .reviews .rev_new .image {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .reviews .rev_new .image .img {
  margin-left: -17px;
}

.content .reviews .rev_new .image .img img {
  display: block;
  width: 92px;
  height: 92px;
  box-sizing: border-box;
  transition: transform 0.2s;
  border-radius: 50%;
}

.content .reviews .rev_new .image .img img:hover {
  transform: scale(1.5);
}

.content .reviews .rev_new p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.content .reviews .reviews_item {
  margin-top: 30px;
}

.content .reviews .reviews_item .item {
  display: flex;
  justify-content: space-between;
  align-items: start;
  min-height: 50px;
  margin-bottom: 20px;
  background: #f1f8fa;
  padding: 30px 60px 20px 50px;
}

.content .reviews .reviews_item .item .left {
  width: 20%;
}

.content .reviews .reviews_item .item .left p {
  font-weight: 700;
  font-size: 18px;
}

.content .reviews .reviews_item .item .left p span {
  display: block;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 400;
  color: #5e7479;
}

.content .reviews .reviews_item .item > p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  width: 78%;
  position: relative;
}

.content .reviews .reviews_item .item > p::before {
  content: '';
  background: url(/img/kv.svg) no-repeat;
  width: 30px;
  height: 24px;
  position: absolute;
  left: -50px;
  top: 0;
}

.content .problem {
  padding: 80px 0 0;
}

.content .problem .block_pr {
  border: 1px solid #a8c3c9;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 60px 40px 80px;
  justify-content: space-between;
}

.content .problem .block_pr img {
  margin-right: 70px;
}

.content .problem .block_pr > p {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  max-width: 360px;
}

.content .problem .block_pr p span {
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin-top: 15px;
}

.content .problem .block_pr .phone {
  display: inline-block;
}

.content .problem .block_pr .phone a {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.02em;
  color: #000;
  border-bottom: 1px solid #34c700;
  text-decoration: none;
  display: block;
}

.content .problem .block_pr .phone p {
  font-weight: 700;
  font-size: 13px;
  color: #89979a;
  margin-top: 10px;
}

.content .reviews .wrap form {
  width: 795px;
  margin: 25px auto 0;
  text-align: left;
}

.content .reviews .wrap form div {
  background: none;
  display: normal;
  margin-bottom: 0;
}

.content .reviews .wrap form div:first-child {
  float: left;
}

.content .reviews .wrap form div:last-child {
  float: right;
}

.content .reviews .wrap form input,
.content .reviews .wrap form textarea {
  border-radius: 5px;
  padding: 10px;
  margin: 8px;
}

.content .reviews .wrap form div.clear {
  min-height: 0;
}

.content .reviews .wrap form input {
  width: 290px;
  padding-left: 50px;
  border: 1px solid #d2dcde;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  font-size: 15px;
}

.content .reviews .wrap form .right {
  text-align: right;
}

.content .reviews .wrap form input[name='name'] {
  background: #fff url(/img/name.svg) no-repeat 20px 50%;
}

.content .reviews .wrap form input[name='email'] {
  background: #fff url(/img/email.svg) no-repeat 20px 50%;
}

.content .reviews .wrap form textarea {
  background: #fff;
  width: 470px;
  height: 115px;
  border: 1px solid #d2dcde;
  box-sizing: border-box;
  border-radius: 5px;
  resize: none;
  font-size: 15px;
  padding: 16px 30px;
}

.content .reviews .wrap form button {
  width: 290px;
  height: 55px;
  color: #fff;
  background: #e81279;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.01em;
  float: right;
  margin-right: 8px;
  transition: 0.3s;
}

.content .reviews .wrap form button:hover {
  background: #c90965;
}

.content .app {
  padding: 50px 0 0;
}

.content .app .icons .flex {
  max-width: 100% !important;
}

.content .app .icons {
  margin-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.content .app .icons .ic {
  order: 0;
  margin: 0;
}

.content .img-right.app .flex div:nth-child(1) {
  margin-right: 38px;
}

.content .img-right.app .flex div:nth-child(2) p {
  order: 1;
  margin-top: 0;
  margin-left: 0;
}

.text_right {
  padding-left: 30px;
  padding-top: 40px;
}

.content .img-right.app .flex div.image {
  max-width: 480px;
  margin-right: -60px;
  margin-left: 50px;
  margin-top: 30px;
}

.content .img-right.app .flex div.image img {
  margin: 0;
  display: block;
}

.content .priority {
  display: table;
  margin-top: 20px;
}

.content .priority div {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}

.content .priority div p {
  font-size: 18px;
  line-height: 1.3;
}

div.blue-bg.priority_content {
  padding: 50px 0 40px;
}

.content .priority div p:first-child {
  font-size: 24px;
  color: #000;
  width: 53px;
  min-width: 53px;
  height: 53px;
  margin-right: 25px;
  border-radius: 50%;
  border: 1px solid #34c700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.priority-text > p {
  padding: 25px 0 0 80px;
  line-height: 1.3;
}

.content .priority-text p {
  margin-bottom: 20px;
}

.content .priority-text p:last-child {
  margin-bottom: 0;
}

.content .portfolio {
  font-size: 0;
}

.content .portfolio img {
  width: 171px;
  height: 105px;
  margin: 0 20px 15px 0;
  cursor: pointer;
}

.content .portfolio img:nth-child(5n) {
  margin-right: 0;
}

.content .details p {
  margin-bottom: 20px;
}

.about h2,
.about h3 {
  margin-bottom: 20px;
}

.about_text p {
  font-size: 24px;
  line-height: 1.3;
}

.about_text p span {
  font-size: 18px;
  line-height: 1.3;
  padding-top: 20px;
  display: block;
}

.proposal h4,
.proposal h2 {
  margin-top: 50px;
}

.proposal .items {
  flex-wrap: wrap;
  margin-top: 30px;
}

.proposal .items .item {
  width: 300px;
  padding: 30px 15px;
  display: flex;
  justify-content: start;
  align-items: start;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ccd9dc;
  box-sizing: border-box;
  border-radius: 5px;
  min-height: 142px;
}

.proposal .items .item:first-of-type img {
  margin-top: -10px;
  margin-right: -18px;
}

.proposal .items .item p {
  font-size: 17px;
  margin-left: 20px;
}

.vigoda {
  padding: 40px 0;
}

.vigoda .image {
  margin-top: 30px;
}

.vigoda .wrap > .flex {
  align-items: center;
}

footer {
  width: 100%;
  margin-top: 50px;
  padding: 21px 0 32px;
  background: #f1f8fa;
}

footer .flex {
  align-items: center;
}

footer .flex .logo {
  align-items: center;
  text-decoration: none;
}

footer .flex .logo img {
  display: block;
  width: 70px;
  margin-right: 25px;
}

footer .flex .logo p span.org {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}

footer .flex .logo p span {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  display: block;
  font-weight: 400;
}

footer .flex .link {
  max-width: 165px;
}

footer .flex .link a {
  font-size: 11px;
  color: #5e7479;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 5px;
  opacity: 0.6;
  border-bottom: 1px solid rgba(94, 116, 121, 0.3);
  text-decoration: none;
}

footer .flex .link a:hover {
  border-color: rgba(0, 0, 0, 0);
}

footer .flex .adr {
  max-width: 305px;
}

footer .flex .adr p {
  font-size: 13px;
  line-height: 1.3;
  color: #5e7479;
}

footer .flex .adr p a {
  display: block;
  font-weight: 700;
  padding-top: 7px;
  text-decoration: none;
  color: #000;
}

.form_obr {
  background: #fff;
  box-shadow: 0 10px 50px rgba(6, 18, 20, 0.12);
  border-radius: 5px;
  padding: 33px 150px 50px;
}

.form_obr input {
  width: 100%;
}

.content_form {
  padding: 25px 0 35px;
  background: url(/img/back1.png) no-repeat 18% 20px;
}

footer.none_margin {
  margin-top: 0;
}

.details {
  margin: 50px 0 0;
  background: url(/img/info.png) no-repeat center;
  background-size: contain;
}

.block_details {
  padding: 30px 50px 0;
}

.details.filial {
  padding-bottom: 250px;
  background: url(/img/map.png) no-repeat center;
}

.block_details p {
  font-size: 20px;
  line-height: 1.5;
}

.block_details p:first-of-type {
  font-size: 24px;
  line-height: 1.3;
}

.block_details p a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #34c700;
}

.block_details p span {
  line-height: 1.3;
  font-size: 15px;
  color: #5e7479;
  display: block;
  margin-top: 20px;
}

.block_details ul {
  padding-left: 20px;
  list-style-type: decimal;
}

.block_details ul li {
  padding: 5px 0;
  list-style-type: disc;
}

.block_details ul li a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 992px) {
  h1 {
    padding: 0 75px;
  }

  div.wrap {
    width: 700px;
  }

  .form_obr {
    padding: 30px 100px 40px;
  }

  .content .features div p {
    font-size: 14px;
  }

  .content .features div span.green {
    font-size: 14px;
  }

  .content .features .item:last-of-type p {
    margin-bottom: 0;
  }

  header .wrap > ul > li > a {
    font-size: 15px;
  }

  header .wrap > ul > li {
    margin: 0 10px;
  }

  div.info a {
    font-size: 22px;
  }

  header .time_work {
    font-size: 13px;
  }

  p.discript {
    font-size: 18px;
    padding-left: 12px;
  }

  header .logo img {
    max-height: 60px;
  }

  h1 {
    font-size: 33px;
  }

  .h2,
  h1 + h2 {
    font-size: 18px;
  }

  .content1 {
    background: url(/img/back1.png) no-repeat -10% 0;
  }

  .content2 {
    background: url(/img/back2.png) no-repeat -20% 0;
  }

  .content .quality .ytb {
    width: 410px;
  }

  .content .quality .ytb img {
    width: 100%;
  }

  .content .quality form {
    min-width: 280px;
    width: 280px;
    padding: 25px 25px 35px 30px;
    min-height: 262px;
  }

  .content .quality form p {
    font-size: 17px;
  }

  .content .quality form input {
    height: 45px;
  }

  .content .quality form button {
    height: 42px;
  }

  .content .map .location {
    height: 262px;
  }

  h2,
  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 32px;
  }

  .content .img-left div.image {
    max-width: 265px;
    margin-left: 0;
  }

  .content .img-left div.image img {
    width: 100%;
  }

  .content .icons p {
    font-size: 16px;
  }

  .content .icons .flex .ic {
    margin-right: 15px;
  }

  .content .img-left div.icons {
    margin-left: 30px;
  }

  .content .icons .flex:last-of-type p {
    font-size: 18px;
  }

  a.call-now {
    width: 380px;
    padding: 6px 0;
  }

  a.call-now p {
    font-size: 16px;
  }

  a.call-now a {
    font-size: 30px;
  }

  a.call-now span {
    font-size: 12px;
  }

  .content .img-right .flex div:nth-child(2) p {
    font-size: 16px;
  }

  .content .img-right .flex div:nth-child(2) p.inf {
    font-size: 18px;
  }

  .content .icons .flex:last-of-type span {
    font-size: 18px;
  }

  .content .conditions .wrap .inf p {
    font-size: 18px;
  }

  .content .img-left.trust .text p.green span {
    font-size: 18px;
  }

  .content .img-left.trust .text p {
    font-size: 16px;
  }

  .content .img-right.app .flex div.image {
    max-width: 265px;
    margin-right: 0;
  }

  .content .img-right.app .flex div.image img {
    width: 100%;
  }

  .content .img-right .flex div:nth-child(1) {
    max-width: 265px;
    margin-right: 0;
  }

  .content .img-right .flex div:nth-child(1) img {
    width: 100%;
  }

  .content .img-left.trust .text {
    margin-left: 30px;
    width: 55%;
  }

  .content .conditions .wrap p {
    font-size: 16px;
  }

  .content .reviews .rev_text {
    font-size: 16px;
    margin-left: 0;
  }

  .content .reviews .reviews_item .item > p {
    font-size: 15px;
    width: 70%;
  }

  .content .reviews .wrap form {
    width: 700px;
  }

  .content .reviews .wrap form textarea {
    width: 378px;
  }

  .content .img-left div.icons {
    width: 57%;
  }

  .content .problem .block_pr {
    padding: 18px 50px 20px;
  }

  .content .problem .block_pr img {
    width: 40px;
    margin-right: 35px;
  }

  .content .problem .block_pr > p {
    font-size: 16px;
    max-width: 260px;
  }

  .content .problem .block_pr > p span {
    font-size: 18px;
  }

  .content .problem .block_pr .phone a {
    font-size: 24px;
  }

  footer .flex .logo img {
    width: 50px;
  }

  footer .flex .logo p span.org {
    font-size: 13px;
  }

  footer .flex .logo p span {
    font-size: 12px;
    padding-top: 5px;
  }

  footer .flex .adr p {
    font-size: 12px;
  }

  .adr {
    max-width: 260px;
  }

  .content .img-right div.stats p span {
    font-size: 24px;
  }

  .content .img-right div.stats p {
    font-size: 13px;
    line-height: 14px;
  }

  .proposal .items .item {
    width: 220px;
  }

  .proposal .items .item p {
    font-size: 13px;
    margin-left: 10px;
  }

  .proposal .items .item {
    padding: 20px 6px 20px 9px;
    min-width: 110px;
  }

  .content .priority-text .inf p {
    font-size: 18px;
  }

  .content .portfolio img {
    width: 124px;
    height: 76px;
  }
}

@media (max-width: 720px) {
  #reviewSender label.check {
    margin-bottom: 15px;
  }
  .content .how div p.green {
    font-size: 16px;
  }

  h1 {
    padding: 0;
  }

  .content .img-right table tr td:nth-of-type(2) span {
    font-size: 13px;
  }

  .text_right {
    padding-left: 0;
    padding-top: 20px;
  }

  .vigoda .image {
    margin-top: 30px !important;
  }

  .proposal .items .item {
    width: 100%;
    min-height: auto;
    align-items: center;
  }

  .content .priority div p {
    font-size: 15px;
  }

  .content .priority-text p {
    font-size: 15px;
  }

  .content .priority-text .inf p {
    font-size: 16px;
    text-align: left;
    display: inline-block;
    background: url(/img/ic6.svg) no-repeat 3% 11px;
    width: auto;
    margin: 0;
    padding: 10px 0 10px 45px;
  }

  .content .portfolio img {
    width: 30%;
    height: auto;
    margin: 0 5% 10px 0;
  }

  .content .portfolio img:nth-child(5n) {
    margin-right: 5%;
  }

  .content .portfolio img:nth-child(3n) {
    margin-right: 0;
  }

  .block_details p:first-of-type {
    font-size: 15px;
  }

  .block_details p {
    font-size: 15px;
  }

  .block_details {
    padding: 20px 0 0;
  }

  .block_details ul li a {
    font-size: 15px;
  }

  div.wrap {
    width: 90%;
  }

  header .flex {
    flex-wrap: wrap;
  }

  .flex {
    flex-wrap: wrap;
  }

  header {
    top: 0 !important;
    margin-bottom: 0 !important;
  }

  header .time_work {
    width: 35%;
    font-size: 11px;
    background: none;
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #deeaee;
    margin-top: 10px;
    padding-left: 0;
  }

  header div#header-btm .wrap .info {
    width: 65%;
    padding-top: 12px;
    border-top: 1px solid #deeaee;
    margin-top: 10px;
  }

  header div#header-btm .wrap {
    padding: 9px 0 12px;
  }

  header .logo img {
    max-height: 38px;
  }

  p.discript {
    font-size: 15px;
    padding-left: 10px;
  }

  header .logo {
    width: 85%;
    justify-content: start;
    flex-wrap: nowrap;
    padding-right: 50px;
  }

  header .logo br {
    display: none;
  }

  header .wrap button {
    width: 15%;
    background-position: 0 50%;
  }

  h1 {
    font-size: 24px;
  }

  .h2,
  h1 + h2 {
    font-size: 16px;
  }

  .content1 {
    background: url(/img/back1.png) no-repeat -400% 0;
  }

  .content .quality .ytb {
    width: 100%;
  }

  .content .quality .ytb img {
    width: 100%;
  }

  .content .quality form {
    width: 100%;
    margin-top: 10px;
  }

  .content .features {
    flex-wrap: wrap;
  }

  .content .features div {
    width: 30%;
    margin-top: 10px;
  }

  .content .features .item .image {
    width: 100%;
    justify-content: center;
  }

  .content .features div p {
    font-size: 12px;
  }

  .content .features .item:last-of-type span.active::after {
    font-size: 11px;
  }

  .content .features {
    padding: 8px 10px 28px;
  }

  h2,
  h3 {
    font-size: 24px;
    margin: 30px 0;
  }

  .h2 {
    margin: 30px 0;
  }

  h4 {
    font-size: 24px;
  }

  a.call-now {
    width: 100%;
  }

  a.call-now p {
    font-size: 15px;
  }

  a.call-now a {
    font-size: 27px;
  }

  a.call-now span {
    font-size: 12px;
  }

  .content .reviews .rev_new .image .img img {
    width: 43px;
    height: 43px;
  }

  .content .reviews .rev_new p {
    font-size: 12px;
  }

  .content .reviews .rev_new .image .img {
    margin-left: -14px;
  }

  .content .reviews .rev_new .image {
    margin-right: 8px;
  }

  .content .reviews .wrap form input {
    width: 100%;
    margin: 10px 0;
  }

  .content .reviews .wrap form textarea {
    width: 100%;
    margin: 10px 0;
  }

  .content .reviews .wrap form {
    width: 100%;
  }

  .content .reviews .wrap form div:first-child {
    float: none;
  }

  .content .reviews .wrap form button {
    width: 100%;
    height: 40px;
    font-size: 18px;
    margin-right: 0;
  }

  .content .img-left div.image {
    width: 100%;
  }

  .content .img-left div.icons {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .content .icons .flex {
    flex-wrap: nowrap;
  }

  .content .img-left div.image {
    margin: 0 auto;
    display: block;
    float: none;
  }

  .content .img-right .flex div:nth-child(2) {
    order: 1;
    max-width: 100%;
  }

  /*   .content .img-right .flex div:nth-child(1) {
    display: none;
  } */

  .content .img-right .flex .icons div.flex:nth-child(1) {
    display: flex;
  }

  .content .app .icons {
    margin-top: 40px;
  }

  .content .img-right .flex {
    justify-content: center;
  }

  .content2 {
    background: url(/img/back2.png) no-repeat 100% 0;
  }

  .content .img-right .flex div:nth-child(2) p.inf {
    font-size: 17px;
    margin-top: 20px;
  }

  .content .img-right table tr {
    padding: 8px 15px;
  }

  .content .img-right table tr td {
    font-size: 13px;
  }

  .content .img-right table tr td:nth-of-type(1) {
    padding-right: 10px;
  }

  .content .img-right table tr td:nth-of-type(2) {
    max-width: 27%;
    text-align: right;
  }

  .content .img-right table + .pst {
    font-size: 12px;
    padding: 0 15px;
    margin-top: 20px;
  }

  .content .reviews .rev_text {
    padding: 0 0 0 20px;
  }

  .content .reviews .reviews_item .item > p {
    padding-left: 30px;
    font-size: 14px;
    width: 100%;
    padding-top: 15px;
  }

  .content .reviews .reviews_item .item {
    flex-wrap: wrap;
    padding: 20px 25px;
  }

  .content .reviews .reviews_item .item .left {
    width: 100%;
  }

  .content .feedback form p {
    font-size: 11px;
  }

  .content .feedback form p br {
    display: none;
  }

  .content .reviews .reviews_item .item .left p {
    display: flex;
    justify-content: space-between;
  }

  .content .reviews .reviews_item .item .left p br {
    display: none;
  }

  .content .reviews .reviews_item .item .left p span {
    display: inline-block;
  }

  .content .reviews .reviews_item .item > p::before {
    left: 0;
    top: 17px;
    background-size: cover !important;
    width: 20px;
    height: 17px;
  }

  .content .icons .flex .ic {
    display: block !important;
  }

  .content .img-right.app .flex div:nth-child(2) p {
    margin-left: 18px;
  }

  .content .img-right.app .flex div.image {
    display: block !important;
    margin-left: 0;
  }

  .content .img-left.trust .text {
    width: 100%;
    margin-left: 0;
  }

  footer .flex {
    justify-content: center;
  }

  footer .flex .adr {
    text-align: center;
    padding-top: 10px;
  }

  footer .flex .link {
    padding-top: 10px;
  }

  footer .flex .logo img {
    margin-right: 15px;
  }

  footer .flex .logo p span.org {
    font-size: 20px;
    margin: 0;
  }

  footer .flex .logo p span {
    font-size: 14px;
  }

  footer .flex .adr p {
    font-size: 13px;
  }

  .content .problem .block_pr > p {
    width: 80%;
  }

  .content .problem .block_pr img {
    width: 15%;
    margin-right: 5%;
  }

  .content .problem .block_pr {
    padding: 18px 40px 20px;
  }

  .content .problem .block_pr .phone {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }

  .content .map .location {
    height: 200px;
  }

  .content .conditions .wrap .inf {
    text-align: left;
    padding: 0 10px;
  }

  .content .conditions .wrap .inf p {
    background: url(/img/ic6.svg) no-repeat 10px 24px;
    padding: 20px 15px 20px 50px;
    font-size: 17px;
  }

  .content .conditions .wrap .items {
    margin-top: 20px;
  }

  .content .conditions .wrap p {
    font-size: 15px;
    margin: 0;
    padding-left: 21px;
  }

  .content .conditions .wrap .items .item {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 15px;
  }

  .content .conditions .wrap .img {
    width: 40px;
    height: auto;
  }

  .content .conditions .wrap img {
    margin-left: 0;
    max-width: 100%;
  }

  .content .img-right div.stats {
    flex-wrap: wrap;
    background: #f1f8fa;
    padding: 20px 15px;
    border-radius: 5px;
    justify-content: center;
  }

  .content .img-right div.stats p {
    margin: 0 5px;
    font-size: 12px;
  }

  .content .img-right div.stats p span {
    padding-right: 10px;
  }

  header .wrap .menu {
    width: 285px;
    background: #fff;
    position: absolute;
    top: 103px;
    left: -3000px;
    transition: left 0.3s;
    height: 100vh;
    padding-top: 20px;
    z-index: 100;
    display: block;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  }

  header .wrap .menu.open_m {
    left: -5%;
  }

  header .wrap > ul > li {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 !important;
    padding: 15px 5% !important;
  }

  header .wrap > ul > li a {
    color: #000;
  }

  header div#header-btm {
    position: relative;
    z-index: 200;
  }

  header.open .wrap button.open_m {
    background: url(/img/close.svg) no-repeat 0 50% !important;
  }

  .content .features .item:last-of-type .image::before {
    right: 20px;
  }

  .form_obr {
    padding: 15px 30px 25px;
  }

  .content .feedback form input,
  .content .feedback form textarea {
    height: 40px;
    font-size: 13px;
  }

  .content .feedback form button {
    height: 40px;
    font-size: 16px;
  }

  .content .feedback form textarea[name='txt'] {
    height: 63px;
    padding-top: 13px;
    padding-left: 18px;
  }

  .content .feedback form input[name='sub'] {
    padding-left: 18px;
  }

  .content .feedback form input[name='email'] {
    padding-left: 40px;
    background-position: 15px 50% !important;
    background-size: 14px !important;
  }

  .content .feedback form input[name='phone'] {
    padding-left: 40px;
    background-position: 15px 50% !important;
    background-size: 14px !important;
  }

  .content .feedback form input[name='name'] {
    padding-left: 40px;
    background-position: 15px 50% !important;
    background-size: 14px !important;
  }

  .form_obr h4,
  .form_obr h2 {
    text-align: center;
  }

  a.call-now p.tel {
    font-size: 27px;
  }

  .details {
    background-size: cover !important;
  }

  .details.filial {
    padding-bottom: 50px;
  }
}

@media (max-width: 370px) {
  div.info a {
    font-size: 18px;
  }
}

.price__top {
  padding-top: 50px;
  text-align: center;
}
.price__text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
@media (max-width: 720px) {
  .price__text {
    font-size: 14px;
  }
}
.page .content2 .content__text-box .text {
  margin: 30px 0;
}
.page .content2 .content__text-box h2,
h3 {
  font-size: 43px;
  margin: 50px 0;
  line-height: 1.1;
}
.img-right.content__img-box {
  padding-top: 60px;
}
.page .content .img-right .flex div:nth-child(1) {
  max-width: 100%;
}
@media (max-width: 992px) {
  .content__img {
    width: 100%;
  }
}
.content__text-box .flex {
  gap: 30px;
}
@media (max-width: 720px) {
  .content .img-right .flex {
    justify-content: center;
  }
}

.page .map {
  margin-bottom: 50px;
}
.service,
.opening,
.local {
  padding: 0 0 60px 0;
}
.service .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  width: 200px;
  text-align: center;
}
.service .item__img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.opening {
  text-align: center;
}
.opening .opening__content {
  text-align: center;
}
.opening a {
  color: #000;
  transition: color 0.3s;
}
.opening a:hover,
.local a:hover,
.masters a:hover {
  color: #17b546;
}
.local .list,
.masters .list {
  column-count: 3;
}
.local .item,
.masters .item {
  margin-bottom: 10px;
}
.local a,
.masters a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 720px) {
  .local .list,
  .masters .list {
    column-count: 2;
  }
}
@media (max-width: 992px) {
  .page .content2 li {
    font-size: 16px;
  }
  .page .content2 .content__text-box .text {
    font-size: 16px;
  }
}
@media (max-width: 720px) {
  .page .content2 .content__text-box h2,
  h3 {
    font-size: 24px;
    margin: 30px 0;
  }
}
header .wrap ul li.dropdownmenu:hover ul.submenu {
  display: block;
  top: 45px;
  opacity: 1;
}
header .wrap > ul > li.dropdownmenu a::after {
  content: '';
  position: absolute;
  right: -14px;
  display: block;
  padding-left: 5px;
  width: 7px;
  height: 8px;
  background: url(/img/menu_str.svg) no-repeat 50%;
  top: 50%;
  margin-top: -4px;
}
header .wrap > ul > li.dropdownmenu:hover a::after {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .wrap ul li.dropdownmenu:hover ul.submenu {
  display: block;
  top: 45px;
  opacity: 1;
}
header .wrap ul.menu.flex.open_m {
  justify-content: space-between;
}
header .wrap > ul > li.dropdownmenu > a {
  position: relative;
}
