html {

}

body {
  margin: 0;
}

* {
	font-family: "Montserrat", serif;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

*
input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,th {
  padding: 0;
}

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

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

html {
  height: 100%;
  margin: 0 !important;
}

body {
  min-height: 100%;
  overflow-x: hidden !important;
  font-family: "Ubuntu", sans-serif !important;
}

footer {
  background-color: white;
}

p {
  margin: 0;
}

figure {
  margin: 0 !important;
}

a {
  outline: none !important;
  color: #47ad50 ;
}

b {
  font-weight: 500;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
  margin: 0;
}

img,iframe {
  margin: auto;
  display: block;
}

blockquote {
  padding: 0;
}

.fancybox-container {
  z-index: 1000000 !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-mail-sent-ok {
  border: none !important;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: green;
}

.container {
  padding: 0;
}

.row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.mobile {
  display: none;
}

body {
  overflow-x: hidden;
}

body.noscroll {
  overflow: hidden;
}

body.hidden {
  overflow: hidden;
}

.l-inner {
  overflow: hidden;
  *zoom: 1;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: initial;
}

.btn-main {
  padding: 20px 50px;
  transition: all 300ms ease 0s;
  font-size: 20px;
  color: white;
  text-align: center;
  background-color: #1c8f6a;
  border: none;
 display: flex;
 display: -webkit-flex;
 align-items: center;
 	-webkit-align-items: center;
 justify-content: center;
 border-radius: 10px;
 margin-top: 30px;
 max-width: 530px;
 width: 100%;
}
.btn-main svg {
  margin-right: 15px;
  fill: white;
}
.btn-main:hover {
  background-color: darkgreen;
}

.btn-main:active {
  background-color: #a61a1a;
}

.modal-block {
  padding: 0 !important;
  border-radius: 10px;
}

.modal-block h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  margin-bottom: 50px;
}

.modal-block input {
  width: 100%;
  height: 43px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  background-color: #ffffff;
  margin-bottom: 21px;
  border: 1px solid grey;
  color: rgba(0, 0, 0, 0.31);
  font-size: 12px;
  padding-left: 30px;
  outline: none;
}

.modal-block .btn-main {
  width: 100%;
  margin-bottom: 30px;
  outline: none;
}

.modal-block input[type="checkbox"] {
  transform: scale(1.4);
  width: 15%;
  float: left;
}

.modal-block .wpcf7-list-item-label {
  color: rgba(0, 0, 0, 0.51);
  font-size: 10px;
  display: inline-block;
  width: 85%;
  float: left;
}

.modal-block .thanks {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.modal-block .thanks .text-thanks {
  color: #ff3939;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}

.modal-block .thanks.active {
  display: block;
}

.modal-block .fancybox-close-small {
  outline: none;
  color: white !important;
  padding: 5px !important;
}

.tb-modal {
  z-index: 1000072 !important;
}

.logo {
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}

.logo span {
  color: #ff3939;
}
.logo img {
  max-width: 200px;
}

.section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background-position: center;
  background-size: cover;
  position: relative;
}

.section .row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.section-main {
  min-height: 100vh;
  padding: 20px;
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
}

.section-main .form-container {
  background-color: white;
  box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
}

.section-main .thanks,.section-main .error {
  width: 100%;
  float: left;
  text-align: center;
  padding: 20px;
  color: black;
  display: none;
}

.section-main .thanks .title-4,.section-main .error .title-4 {
  color: red;
  font-size: 25px;
  font-weight: 700;
}

.section-main .thanks .title-1,.section-main .error .title-1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 34px;
}

.section-main .thanks .title-2,.section-main .error .title-2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 35px;
}

.section-main .thanks .title-3,.section-main .error .title-3 {
  font-weight: 700;
  font-size: 30px;
}

.section-main .step-header {
  width: 100%;
  float: left;
}

.section-main .step-header .title-1 {
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}

.section-main form {
  width: 100%;
}

.section-main form .input-row {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.section-main form .input-row .input-title {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.section-main form .input-row input.step-text {
  background-color: transparent;
  border: 1px solid grey;
  outline: none;
  width: 300px;
  margin: 25px 0 15px;
  padding-left: 25px;
  border-radius: 35px;
}
input.step-text[type="text"] {
	background-color: transparent;
  border: 1px solid grey;
  padding: 15px;
  border-radius: 10px;
}
.section-main form textarea {
  background-color: transparent;
  border: 1px solid #ccc;
  outline: none;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border-radius: 10px;
}

.section-main form .input-row input.step-text {

}

.section-main form .input-row .input-error {
  border: 2px solid #ff3939 !important;
}

.section-main form .input-row select {
  background-color: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  width: 300px;
  margin: 25px 0 15px;
  padding-left: 25px;
  border-radius: 35px;
  color: white;
  height: 45px;
  cursor: pointer;
}


.section-main form .input-row option {
  color: black;
}

.section-main form .input-row .note {
  color: white;
  font-style: italic;
  font-size: 14px;
}

.section-main .steps {
  display: none;
}

.section-main .steps.steps-13 .column-number ul li {
  height: 100px;
}

.section-main .steps .column-number {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	
  width: 7%;
  float: left;
  border-right: 1px solid white;
}

.section-main .steps .column-number ul {
  width: 100%;
  float: left;
}

.section-main .steps .column-number ul li {
  width: 100%;
  float: left;
  text-align: center;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgrey;
  color: grey;
  letter-spacing: 2.4px;
  font-size: 24px;
}

.section-main .steps .column-number ul li.active {
  background-color: #47ad50 ;
  color: white;
}

.section-main .steps .container {
  position: relative;
}

.section-main .steps .container .title-block {
  padding: 60px 60px 40px 60px;
}

.section-main .steps .container .content-block {

  padding: 60px;
}

.section-main .steps .container .content-block.some-input .title-step {
  margin-bottom: 60px;
}

.section-main .steps .container .title-calc {
  letter-spacing: 2.4px;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 35px;
  position: relative;
}

.section-main .steps .container .title-calc:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 300px;
  height: 2px;
  background-color: grey;
  border-radius: 50%;
}

.section-main .steps .container .note-step {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
}
.section-main .steps .container .note-step b {
  color: #47ad50 ;
  font-weight: bold;
}

.section-main .steps .container .title-step {
  color: black;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}
.section-main .steps .container p { 
  font-size: 18px;
  margin-bottom: 30px;
}

.section-main .steps .container .title-step:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 1px;
  background-color: #47ad50 ;
}

.section-main .steps .container .title-step span {
  color: #47ad50 ;
}

.section-main .steps .container .slider-block {
  width: 100%;
  float: left;
}

.section-main .steps .container .slider-block span.thumb {
  display: none;
}

.section-main .steps .container .slider-block p {
  display: inline-block;
  float: left;
  color: white;
  letter-spacing: 1.4px;
  font-size: 14px;
  line-height: 32px;
  margin-right: 20px;
}

.section-main .steps .container .slider-block .range-value {
  float: left;
  width: 99px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #57595b;
  color: white;
}

.section-main .steps .container .slider-block input[type="range"] {
  -webkit-appearance: none !important;
 /*Needed to reset default slider styles */
  width: 100%;
  height: 1px;
  background-color: #545658;
  margin: auto;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.section-main .steps .container .slider-block input[type="range"]:hover {
  background-color: #ff5353;
}

.section-main .steps .container .slider-block input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 43px;
  height: 8px;
  border-radius: 4px;
  background-color: #ff3939;
  transition: all 0.5s ease;
  cursor: pointer;
}

.section-main .steps .container .slider-block input[type="range"]::-webkit-slider-thumb:hover {
  background-color: #ff0606;
}

.section-main .steps .container .diapozon {
  width: 100%;
  float: left;
}

.section-main .steps .container .diapozon .element {
  width: 50%;
  float: left;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
}

.section-main .steps .container .diapozon .element .t-mini {
  font-size: 16px;
  letter-spacing: 1.6px;
  color: white;
  margin-bottom: 30px;
}

.section-main .steps .container .diapozon .element span {
  display: inline-block;
  float: left;
  padding: 0 15px;
  color: white;
  line-height: 32px;
}

.section-main .steps .container .diapozon .element input {
  float: left;
  width: 99px;
  height: 32px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #57595b;
  color: white;
}

.section-main .steps .container .btn-row {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	
  margin-top: 30px;
}

.section-main .steps .container .btn-row .btn-prev {
  display: inline-block;
    padding: 20px 40px;
  line-height: 1;
  outline: none;
  background-color: transparent;
  border: none;
  color: #808283;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  position: relative;
  transition: all 300ms ease 0s;
}

.section-main .steps .container .btn-row .btn-prev:hover {
  opacity: 0.5;
}

.section-main .steps .container .btn-row .btn-next, .btn1 {
  display: inline-block;
  padding: 20px 40px;
  color: white;
  font-weight: 800;
  background-color: #1c8f6a ;
  outline: none;
  border: none;
  border-radius: 10px;
  width: auto !important;
  transition: all 300ms ease 0s;
  cursor: pointer;
}

.section-main .steps .container .btn-row .btn-next:hover, .btn1:hover {
  background-color: green;
}

.btn1 {
	font-size: 18px;
	float: none;
}

.section-main .steps .container .btn-row .complete {
  display: inline-block;
  float: right;
}

.section-main .steps .container .btn-row .complete input {
  float: left;
  height: 46px;
  background-color: transparent;
  box-shadow: 0 0 9px rgba(255, 57, 57, 0.35);
  border-radius: 10px;
  border: 1px solid #ff3939;
  color: white;
  width: 239px;
  padding-left: 20px;
  margin-right: 15px;
}

.section-main .steps .container .btn-row .complete button {
  width: 239px;
  height: 46px;
  line-height: 1;
  float: left;
}

.section-main.web form .input-row textarea {
  height: 150px;
  width: 430px;
  padding: 20px;
}

.section-main.web .steps {
  position: relative;
}

.section-main.web .steps .column-number ul li {
  height: 84px;
}

.section-main.web .steps .container {
  position: initial;
}

.section-main.web .steps .container .btn-row {
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 93%;
}

.section-main.web .steps .container .content-block {
  padding: 35px 15px 70px;
}

.section-main.web .btn-main {
  float: right;
  height: 46px;
  padding: 0 65px;
  text-transform: none;
  line-height: 46px;
  font-size: 16px;
  outline: none;
}

.quiz-progress {
	position: relative;
	height: 5px;
	background-color: grey;
}
.quiz-progress span {
	display: inline-block;
	background-color: #47ad50;
	height: 100%;
	border-radius: 0 5px 5px 0;
	position: absolute;
	left: 0;
	top: 0;
}


@media screen and (min-width: 200px) and (max-width: 500px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section .column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .section-main {
    padding: 10px 0 40px;
  }

  .section-main .thanks .title-1,.section-main .error .title-1 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-main .thanks .title-1 br,.section-main .error .title-1 br {
    display: none;
  }

  .section-main .thanks .title-2,.section-main .error .title-2 {
    font-size: 16px;
  }

  .section-main .thanks .title-2 br,.section-main .error .title-2 br {
    display: none;
  }

  .section-main form .input-row input.step-text,.section-main form .input-row textarea {
    width: 100%;
  }

  .section-main form .input-row select {
    width: 100%;
  }

  .section-main .steps .column-number {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-right: none;
    border-bottom: 1px solid white;
  }

  .section-main .steps .column-number ul li {
    height: 50px;
    width: 20%;
    float: left;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
  }

  .section-main .steps .container .title-block {
    padding: 35px 15px;
  }

  .section-main .steps .container .content-block {
    padding: 35px 15px;
  }

  .section-main .steps .container .title-calc:after {
    width: 150px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-main .steps .container .title-calc {
    font-size: 20px;
    text-align: center;
  }

  .section-main .steps .container .note-step {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
  }

  .section-main .steps .container .note-step br {
    display: none;
  }

  .section-main .steps .container .title-step {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-main .steps .container .diapozon .element {
    text-align: center;
  }

  .section-main .steps .container .diapozon .element input {
    float: none;
  }

 

  .section-main .steps .container .btn-row .complete {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-main .steps .container .btn-row .complete input {
    width: 100%;
  }

  .section-main .steps .container .btn-row .complete button {
    width: 100%;
  }

  .section-main.web form .input-row textarea {
    width: 100%;
  }

  .section-main.web .steps .column-number ul li {
    height: 50px;
  }
  
  .section-main .steps .container .title-step {	
		padding-left: 0;
	}
	.section-main .steps .container .title-step:before {
	display: none;
	}
	
	
}

@media screen and (min-width: 501px) and (max-width: 768px) {
  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .l-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}


.custom-checkbox {
display: block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: black;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 15px 15px 15px 40px;
  height: 100%;

}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 15px;
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  background-color: white;
  border-radius: 3px;

}
.custom-checkbox:hover input ~ .checkmark {
  background-color: white;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #47ad50 ;
  border: 1px solid #47ad50 ;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
  left: 4px;
  top: 1px;
  width: 4px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inp {
	margin-bottom: 20px;
}

.first-screen {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	height: 100%;	
}
.first-screen .img {	
	flex: 1;
	-webkit-flex: 1;
	min-height: 100vh;
}
.first-screen .ttl-box {
	padding: 30px 5%;
	flex: 0 0 40%;
	-webkit-flex: 0 0 40%;
}
.first-screen .ttl-box .ttl  {
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 40px;
}
.first-screen .ttl-box p  {
	line-height: 1.6;
	margin-bottom: 40px;
}

.input-col .custom-checkbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	transition: all .5s;
}
.input-col .custom-checkbox:hover {
	box-shadow: 0 0 10px 5px rgba(0,0,0,.05);
}
input[type="text"].final-text {
	width: 100%;
	max-width: 530px;
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #e6e6e6;
	height: auto;
	display: block;
}

.priv {
	font-size: 13px;
}
.priv input {
	margin-right: 10px;
}

@media screen and (max-width: 800px){
	.section-main form .input-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
	.first-screen .ttl-box .ttl {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-device-width: 680px){
	.section-main form .input-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.section-main .steps .container .content-block {
		padding: 40px 20px;
	}
	.section-main .steps .container .title-step {
		font-size: 24px;
		margin-bottom: 20px;
		padding-left: 0;
	}
	.section-main .steps .container .title-step::before {
		display: none;
	}
}
@media screen and (max-width: 500px){
	.first-screen {
		display: block;
	}
	.first-screen .img  {
		min-height: 300px;
		height: 300px;
		flex: 0 0 100%;
	}
	
	.first-screen .ttl-box .ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.custom-checkbox {
		font-size: 15px;
	}
	.first-screen .ttl-box {
		text-align: center;
	}
}
@media screen and (max-device-width: 460px){
	.section-main form .input-row {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.section-main .steps .container .content-block {
		padding: 20px;
	}
}