@media (min-width:991px){

body {
  color: white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  line-height: 1;
  text-align: center;
}

input[type="submit"],
button {
  -webkit-appearance: none;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section {
  clear: both;
  height: 100%;
}

header,
footer {
  height: 100%;
}

ul li {
  list-style: none;
  font-size: 22px;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
}

input[type=submit]:hover,
button:hover,
button {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.button:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

option {
  color: #000;
}

h1 {
  font-size: 3.5em;
  font-weight: 700;
  margin-top: 30px;
  text-align: right;
}

h1 span {
  display: inline-block;
  background: #a24e83;
  padding: 5px 19px;
  max-width: 1070px;
}

h2 {
  font-size: 2.75em;
  padding: 54px 0;
}

h3 {
  font-size: 2em;
}

h4 {
  color: #d45b6d;
  font-size: 2.25em;
  font-weight: bold;
  text-align: left;
  margin: 15.3em 0 15px 0;
}

h5 {
  font-size: 2.25em;
  color: #5b5856;
  text-align: left;
}

h6 {
  font-size: 1.2em;
  color: #a24e83;
  text-transform: none;
  text-align: right;
  margin: 15px 5px 0 0;
}

p {
  text-transform: none;
  font-size: 1.12em;
}

article {
  padding: 10px 0;
  clear: both;
}

button,
input[type=submit],
input[type=button],
input[type=search],
.button,
button {
  cursor: pointer;
}

input,
button,
.button,
select {
  border: none;
  background: transparent;
  color: white;
}

input,
button:focus,
.button {
  outline: none;
}

select {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  background: url('../images/sel.png') no-repeat transparent;
  background-position: 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
input[type=tel],
select {
  display: block;
  padding: 7px 15px;
  position: relative;
  z-index: 999999999999999;
  font-size: 1.12em;
  border: 1px solid #fff;
  width: 100%;
  margin-bottom: .75em;
  outline: none;
}

input[type=text]:nth-child(4),
input[type=tel]:nth-child(4) {
  margin-bottom: 20px;
}

input[type=submit],
.button,
button {
  display: block;
  margin: auto;
  /* width: 240px; */
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 55px;
  border-radius: 30px;
  font-size: 1.12em;
  background: #db601b;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  z-index: 1000000000;
  position: relative;
}

.button {
  /* width: 240px; */
  position: absolute;
  bottom: -24px;
  left: 39.8%;
  text-transform: none;
}


/*RELATIVE*/

.main_container,
nav,
li,
.row,
.price b,
form {
  position: relative;
}


/*CONTAINERS*/

.main_container {
  width: 997px;
  margin: auto;
}

.effects_wrapp {
  width: 909px;
  margin: auto;
}

.row {
  margin: 0;
}

.col_2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.col_3 {
  width: 33.1%;
  display: inline-block;
  vertical-align: top;
}

.col_4 {
  width: 24%;
  display: inline-block;
  vertical-align: top;
}


/*FLOATS*/

.left_float {
  float: left;
}

.right_float {
  float: right;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.pull_bottom {
  display: inline-block;
  vertical-align: bottom;
}


/*HEADER*/

header {
  background: url('../images/header-bg_01.png') no-repeat center top;
}

header h1 {
  font-size: 3.1em;
  font-weight: 700;
  margin-top: 30px;
  text-align: right;
  margin-left: 404px;
}

.warning {
  background: rgba(72, 9, 48, 0.81);
  font-size: .93em;
  color: #d497c5;
  text-align: left;
  padding: 12px 0;
}

.warning p {
  text-align: center;
}

main {
  min-width: 1007px;
  overflow: hidden;
}

.warning b {
  color: #ed7a49;
  font-weight: bold;
  text-transform: uppercase;
}

.logo {
  position: absolute;
  left: 37px;
  top: 145px;
}


/*FORM-HEADER*/

form {
  width: 360px;
  margin-left: 10.7em;
  padding-top: 39px;
  position: absolute;
  right: 0;
}

form:before {
  content: "";
  background: url('../images/fungalor.png') no-repeat scroll left top;
  height: 355px;
  width: 165px;
  position: absolute;
  z-index: 333333333;
  left: -40em;
  top: 97px;
  background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  -khtml-background-size: 100% auto;
}

.second-page-form {
  top: 150px;
}

.second-page-form:before {
  top: -4em;
}

form:after {
  content: url('../images/arrow.png');
  position: absolute;
  right: -3em;
  bottom: 3.9em;
}

.price,
.inputs {
  padding: 25px;
  position: relative;
}

.pr {
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 18px;
}

.price {
  background: rgba(199, 62, 0, 0.73);
  padding: 15px;
}

.inputs {
  background: rgba(112, 11, 87, 0.75);
  padding-bottom: 30px;
}

.price span:first-child {
  font-size: 2.5em;
  margin-left: 10px;
}

.price b {
  font-weight: bold;
}

.price  {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price span:nth-child(2) {
  font-size: 2.5em;
  color: #331a2a;
  text-transform: none;
  /* position: absolute;
  padding-left: 30px;
  top: 30px;
  right: .9em; */
}

.price span:nth-child(2) i {
  font-style: normal;
  font-size: 12px;
  position: absolute;
  top: -1em;
  right: 0;
}

.inputs p {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.4em;
  text-align: center;
  padding-bottom: 20px;
}

.inputs p span {
  font-size: 1.87rem;
  font-weight: bold;
}

.inputs_wrapper {
  padding: 1.68em 0;
}


/*HEADER-LI-ROW-FORM*/

.header_ul {
  position: relative;
  left: -12em;
  bottom: -32em;
}

.header_ul li {
  max-width: 195px;
  padding: 1.26em 3.93em 1.26em .66em;
  font-size: .87em;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  text-align: left;
  height: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header_ul li:first-child {
  background: #db601b;
  padding-bottom: 1.25em;
}

.header_ul li:first-child:before {
  background: #db601b url('../images/arrow-white_03.png') no-repeat right;
}

.header_ul li:nth-child(2) {
  background: #a24e83;
}

.header_ul li:nth-child(2):before {
  background: #a24e83 url('../images/arrow-white_03.png') no-repeat right;
}

.header_ul li:nth-child(3) {
  background: #2680a0;
}

.header_ul li:nth-child(3):before {
  background: #2680a0 url('../images/arrow-white_03.png') no-repeat right;
}

.header_ul li:before {
  content: '';
  width: 47px;
  height: 66px;
  position: absolute;
  left: -3.3em;
  top: 0;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}

.header_ul b {
  font-size: 1.2em;
}

.li_before {
  color: #a24e83;
  font-size: 1.12em;
  font-style: italic;
  text-align: left;
  text-transform: none;
  padding: 45px 55px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.li_before li:first-child {
  padding-bottom: 19px;
}

.li_before li:before {
  content: url('../images/header-li-before_03.png');
  position: absolute;
  left: -3.5em;
}


/*MYCO*/

.myco {
  background-size: cover;
  background: url('../images/bg-myco_02.png') no-repeat center;
}

.myco img {
  width: 997px;
}

.myco p {
  color: #ffcc82;
  line-height: 25px;
  padding-bottom: 57px;
}

.myco p:nth-child(3) {
  padding-right: 4.2em;
}

.myco p:nth-child(4) {
  padding-right: 1.7em;
}

.myco p:nth-child(5) {
  padding-left: 2em;
}

.myco p:nth-child(6) {
  padding-left: 4em;
}

.myco b {
  text-transform: uppercase;
}

.myco .button {
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -125px;
}


/*EFFECT*/


/*MYCO AFTER IMG*/

.effect {
  padding-bottom: 54px;
}

.effect .main_container:before {
  content: url('../images/legs_07.png');
  position: absolute;
  right: 2em;
}

.effect .main_container:after {
  content: url('../images/mint_07.png');
  position: absolute;
  left: -7em;
}

.effect h2 {
  color: #5b5856;
  padding: 60px 0;
  text-align: left;
}

.effect h2 span {
  font-weight: bold;
  color: #a24e83;
}

.effect li {
  padding-left: 241px;
  padding-right: 260px;
  line-height: 20px;
  color: #5b5856;
  text-transform: none;
  text-align: left;
  padding-bottom: 42px;
}

.effect li:nth-child(3),
.effect li:nth-child(4) {
  padding-top: 18px;
  padding-bottom: 63px;
}

.effect li span {
  display: block;
  width: 220px;
  height: 54px;
  background: #a24e83;
  position: absolute;
  left: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  top: .2em;
  text-align: center;
  padding-top: 17px;
  color: #fff;
  font-size: 20px;
}

.effect li:nth-child(4) span {
  font-size: .9em;
}

.effect li:before {
  content: '1';
  width: 48px;
  height: 54px;
  background: #f9f9f9;
  color: #a24e83;
  position: absolute;
  left: -3em;
  top: .4em;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  text-align: center;
  padding-top: 17px;
}

.effect li:nth-child(2):before {
  content: '2';
  top: .3em;
}

.effect li:nth-child(3):before {
  content: '3';
  top: .3em;
}

.effect li:nth-child(4):before {
  content: '4';
  top: .25em;
}


/*REMOVING*/

.removing {
  background: #804185 url('../images/bg-removing_08.png') no-repeat center;
  background-size: contain;
}

.removing h2 {
  font-size: 2.25em;
  padding: 40px 0 70px;
}

.removing p {
  color: #fff;
  padding-bottom: 88px;
}

.removing .left p:first-child {
  padding-left: 10em;
}

.removing .left p:nth-child(2),
.removing .left p:nth-child(3) {
  text-align: right;
  padding-right: 16em;
}

.removing .left p:nth-child(4) {
  text-align: right;
  padding-right: 12em;
}

.removing p:last-child {
  padding-bottom: 82px;
}

.removing .right p:first-child {
  padding-left: 20px;
}

.removing .right p:nth-child(2),
.removing .right p:nth-child(3) {
  text-align: left;
  padding-left: 16em;
}

.removing .right p:nth-child(2) {
  padding-bottom: 85px;
}

.removing .right p:nth-child(4) {
  text-align: left;
  padding-left: 12em;
}


/*COMMENT*/

.comment {
  background: url('../images/bg-comments_06.png') no-repeat center top;
  padding-top: 63px;
  text-align: left;
}

.comment img {
  width: 127px;
}

.comment h3 {
  background: #157aa2;
  padding: 22px;
  margin-right: 22.3em;
  margin-bottom: 35px;
}

.comment h3 span {
  color: #07688f;
  font-weight: bold;
}

.comment h3:nth-child(3) {
  background: none;
  padding: 30px 0;
  margin: 0;
}

.rev {
  line-height: 20px;
  border-bottom: 2px solid #7dbad2;
  padding-bottom: 34px;
}

.user_name {
  color: #07688f;
  padding-bottom: 25px;
}

.user_name span {
  color: white;
  font-weight: bold;
}

.user_com {
  font-size: .87em;
  text-transform: none;
  line-height: 1.2;
}

.textin {
  position: absolute;
  top: 164px;
  right: 0;
  width: 203px;
  text-align: center;
}

.textin span {
  display: block;
  font-size: 18px;
  margin: 0 0 7px;
  color: #45A0C7;
  text-align: left;
}

.textin span:nth-child(2) {
  padding: 0 0 0 14px;
  color: #ffffff;
  font-size: 18px;
}

.textin span:nth-child(3) {
  padding: 0 0 0 40px;
  color: #974C9F;
  font-size: 23px;
}

.col_3 div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10em;
}

.image {
  width: 40%;
}

.expert {
  width: 54%;
}


/*FOOTER*/

footer {
  background: #f2f2f3 url('../images/bg-footer_10.png') no-repeat left top;
  background-size: contain;
  padding-top: 40px;
}

footer h1 {
  max-width: 446px;
}

footer form {
  position: absolute;
  top: -12em;
}

footer .second-page-form {
  top: -1em;
}

footer form:before {
  left: -44em;
  top: 122px;
}

footer h1 {
  margin: 0;
  margin-left: 217px;
  padding: 5px 26px;
  text-align: left;
  font-size: 42px;
}

footer h1:nth-child(2) {
  margin-top: 5px;
  margin-right: 9em;
}

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

::-moz-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
}

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

footer h6 {
  text-align: left;
  margin: 1em 0 0 14em;
}

footer .warning {
  margin-top: 15em;
}

footer .price {
  padding: 20px;
  background: #db601b;
}
.button {
  left: 44%;
}
/* footer .price span:first-child {
  margin-left: 10px;
  display: block;
  text-align: left;
}

footer .price span:first-child:before {
  top: 49px;


} */}