@import url('../css2.css');
@import url("normalize.css");
@import url("jquery.fancybox.css");
@import url("grid.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

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

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	background:#FFF;
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}


/*** GLOBAL ***/


.btn {
  padding: 21px 55px;
  background: linear-gradient(111deg, #29edea 6.44%, #1cc9c6 104.41%);
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: 0.3s border, 0.3s background, 0.3s color;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.btn.disabled {
	pointer-events: none;
	opacity: .5;
}

.btn b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.btn span svg {
  margin-right: 7px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.btn-border {
  background: transparent;
  border: 1px solid #fe893b;
  text-transform: uppercase;
  color: #292929;
  padding: 20px 30px;
}

.btn-border:hover {
  background: #fd8535;
  color: #fff;
}


/*** HEADER ***/


header {
  padding: 0 0 18px;
}

.header-block {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.header-block .logo {
  margin-right: 60px;
  position: relative;
}

.header-block .logo:before {
    display: none;
  content: '';
  position: absolute;
  right: 99%;
  top: 0;
  height: 174px;
  width: 50vw;
  background: #1cc9c6;
  pointer-events: none;
}

.header-block .adress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}

.header-block .adress svg {
  width: 40px;
  height: 40px;
  fill: #1cc9c6;
  margin-right: 15px;
}

.header-block .control {
  margin-left: auto;
  margin-right: 51px;
}
.spasibo {
    padding: 100px 0;
    text-align: center;
}
.spasibo .modal-wrap-content-title {
    width: 100%;
}
.spasibo .text {
    font-size: 20px;
}
.header-block .phone-block .phone {
  font-size: 28px;
  line-height: 33px;
  color: #292929;
  margin: 0 0 3px;
  font-weight: bold;
}

.header-block .phone-block .time {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 14px;
  color: #393939;
}

.header-block .phone-block .time:before {
  content: "";
  background: #0fe73f;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}



/*** MAIN ***/


.wrapper {
  background: url(../img/bg/main.png) no-repeat center bottom #FFF;
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 20px;
  clip-path: ellipse(100% 86% at 50% 13%);
}

.main {
  padding: 52px 0 70px;
  position: relative;
}

.main-block {
  position: relative;
}

.main .main-block > .image {
  position: absolute;
  right: -20%;
  bottom: -200px;
  pointer-events: none;
}

.main-block .info > .title {
  color: #292929;
  font-weight: bold;
  font-size: 52px;
  line-height: 120%;
  position: relative;
  margin-bottom: 10px;
  z-index: 5;
}


.main-block .info .title mark {
  background: transparent;
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.main-block .info .title mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 4px);
  z-index: -1;
  background: linear-gradient(269.61deg, #ffa164 0.09%, #fd7112 98.52%);
  border-radius: 10px;
}

.main-block .info .text {
  width: 450px;
  text-align: left;
  font-size: 22px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 47px;
  font-weight: bold;
}

.main-block .info .controls {
  margin: 0 0 65px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../img/calc.png) no-repeat center center;
  position: absolute;
  left: 89%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
  pointer-events: none;
}

.main-block .info .presents .title {
  margin: 0 0 17px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #292929;
  width: 416px;
  text-align: center;
}

.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 416px;
  text-align: center;
  justify-content: center;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background: rgba(255, 162, 101, 0.18);
  border-radius: 100px;
  width: 247px;
  max-width: 100%;
}

.main-block .info .presents .items .item .image {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 54px;
  color: #000;
}

.main-block .info .controls .btn {
  position: relative;
}

.phone-svg {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.phone-svg img {
  width: 30px;
  height: 30px;
}

.main-block .info .presents .items .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-block .info .presents .items .item .text {
  margin: 0;
  padding: 10px 25px 10px 10px;
  width: auto;
  font-size: 14px;
}

.main-block .info .presents .items .item.blue {
  background: rgba(0, 190, 180, 0.11);
}

.main-block .info .presents .items .item:nth-child(1) {

}

.main-block .experience {
  background: #fdfdfd;
  box-shadow: 0px 44px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 25px;
  width: 205px;
  text-align: center;
}
.low-text {
    color: #292929;
font-weight: bold;
font-size: 34px;
line-height: 100%;
margin-bottom: 46px;
}
.main-block .experience b {
  display: block;
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  text-align: center;
  color: #4da24e;
  margin: 0 0 10px;
}

.main-block .experience span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: #000;
}



/*** QUIZ ***/


.quiz-section {
  padding: 0 0 100px;
}

.quiz-section .section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: #292929;
  margin: 0 0 60px;
}

.quiz-section .section-title .title {
  font-weight: bold;
  font-size: 44px;
  line-height: 52px;
}

.quiz-section .section-title .subtitle {
  font-size: 24px;
  line-height: 28px;
}

.quiz-block {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.05);
}

.quiz-block .quiz-title {
  color: #292929;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 30px;
}

.quiz-info .subtitle {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.quiz-info .subtitle span {
  background: linear-gradient(92.65deg, #FEF62C 6.44%, #FEB72C 104.41%);
  padding: 5px 9.5px;
  border-radius: 50%;
  line-height: 1;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.quiz-block .quiz-title .nums {
  margin: 0 0 15px;
}

.quiz-block .quiz-title .nums span {
  font-weight: bold;
}

.quiz-block .quiz-title .line {
  width: 100%;
  background: #e6e6e6;
  border-radius: 50px;
  position: relative;
  height: 23px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(111deg, #4da24e 6.44%, #1cc9c6 104.41%);
  border-radius: 50px;
  transition: .5s width;
}

.quiz-steps {
  margin: 0 0 25px;
}

.quiz-steps .step {
  counter-increment: steps;
  display: none;
}

.quiz-steps .step.first {
	display: block;
}

.quiz-steps .step .step-question {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin: 0 0 37px;
  color: #000000;
}

.quiz-steps .step .step-question b {
  color: #08a652;
}

.quiz-steps .step .step-question span {
  background: linear-gradient(92.65deg, #FEF62C 6.44%, #FEB72C 104.41%);
  padding: 6px 9.5px;
  border-radius: 50%;
  line-height: 1;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.quiz-steps .step .answers-block {
  display: flex;
  align-items: flex-start;
}

.quiz-steps .step .answers-block .answers {
  margin-right: 70px;
  width: calc(100% - 335px);
}

.quiz-steps .step .answers .item {
  margin: 0 0 27px;
  min-height: 40px;
}

.quiz-steps .step .answers .item input {
  display: none;
}

.quiz-steps .step .answers .item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 50px;
  font-size: 18px;
  line-height: 24px;
}

.quiz-steps .step .answers .item label:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.steps-block {
  padding: 55px 62px;
  width: calc(100% - 420px);
}

.quiz-steps .step .answers-block .image {
  width: 265px;
}

.quiz-steps .step .answers .item input:checked + label:before {
  background: url(../img/icons/check.svg) no-repeat center center,linear-gradient(92.65deg, #4da24e 6.44%, #4da24e 104.41%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.quiz-steps .step .answers .item input:checked + label {
	color: #4da24e;
}

.quiz-steps .step .answers-block .answers.a-presents {
  display: flex;
  flex-wrap: wrap;
}

.quiz-steps .step .answers-block .answers.a-presents .item label {
  display: flex;
  flex-flow: column;
  padding-left: 0;
  text-align: center;
}

.quiz-steps .step .answers-block .answers.a-presents .item {
  width: calc(100%/2 - 84px/2);
  margin-right: 84px;
}

.quiz-steps .step .answers-block .answers.a-presents .item:nth-child(2n) {
  margin-right: 0;
}

.quiz-steps .step .answers-block .answers.a-presents .item label img {
  width: 270px;
  height: 180px;
  object-fit: cover;
  margin: 0 0 34px;
}

.quiz-steps .step .answers-block .answers.a-presents .item label:before {
  left: 50%;
  top: inherit;
  transform: translateX(-50%);
  top: 160px;
}

.quiz-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz-controls .btn:not(.btn-border) {
  background: linear-gradient(111deg, #4da24e 6.44%, #1cc9c6 104.41%);
}

.quiz-final {
	display: none;
	width: 100%;
	padding: 50px 60px 160px 520px;
	background: #E6F7FF;
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
	border-radius: 20px;
}

.quiz-final .bg-image {
	content: '';
	position: absolute;
	left: -60px;
	bottom: 0;
	width: 592px;
	height: 481px;
	background: url(../img/mobile.png) no-repeat center center;
	display: none;
}

.quiz-final .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 30px;
  color: #519EEC;
}

.quiz-final .form-phone {
  position: relative;
  margin: 0 0 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.quiz-final .form-phone input {
  background: #FFFFFF;
  border-radius: 10px;
  width: 348px;
  border: none;
  height: 80px;
  line-height: 80px;
  padding: 0 40px 0 40px;
  font-size: 18px;
  border: 1px solid #D6D6D6;
  margin-right: 16px;
}

.quiz-final .form-phone button {
  background: linear-gradient(92.65deg, #FEF62C 6.44%, #FEB72C 104.41%);
  border-radius: 10px;
  color: #333;
  border: none;
  text-align: center;
  height: 80px;
  width: 322px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.quiz-final .form-text {
  color: #6D6D6D;
  font-size: 14px;
  line-height: 19px;
  margin: 0 0 45px;
  max-width: 100%;
}

.quiz-final .form-text a {
  color: #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
}

.quiz-final .present-final {
  position: relative;
  padding-left: 86px;
  color: #333;
}

.quiz-final .present-final svg {
  width: 71px;
  height: 71px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #00A253;
}

.quiz-final .present-final b {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
}

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 420px;
  min-width: 420px;
  padding: 46px 36px;
  background: url(../img/quiz-bg.png) no-repeat center bottom, linear-gradient(180deg, #DEDEDE 20.85%, rgba(255, 255, 255, 0.52) 100%);
  background-size: cover;
  border-radius: 0 20px 20px 0;
  transition: .5s opacity;
}

.quiz-info .title {
  font-weight: bold;
  color: #292929;
  margin: 0 0 15px;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
}

.quiz-info .plan {
  position: relative;
  padding-left: 130px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #292929;
  margin: 0 0 40px;
}

.quiz-info .plan:before {
  content: "";
  width: 134px;
  height: 113px;
  background: url(../img/calc.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 16px 0 0;
  pointer-events: none;
  background-size: cover;
}

.quiz-info .presents b {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
}

.quiz-info .presents .items {
  display: flex;
  flex-wrap: wrap;
}

.quiz-info .presents .items .item {
  background: #fff;
  width: calc(100% / 2 - 30px / 2);
  margin-right: 30px;
}

.quiz-info .presents .items .item:last-child {
  margin-right: 0;
}

.quiz-info .presents .items .item .text {
  text-align: center;
  font-size: 14px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
}

.presents_final_title {
	display: none;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
}

.presents_final_title:before {
  content: '';
  width: 183px;
  height: 206px;
  background: url(../img/arrow-line.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: -30%;
  top: -12px;
}

.quiz-info .subtitle .presents_final_title span {
	border-radius: 10px;
}

.presents_final span {
  display: block;
  text-align: center;
  color: #fe7417;
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0 auto 25px;
  fill: #00beb4;
}

.presents_final:before {
  content: "";
  width: 406px;
  height: 178px;
  background: url(../img/arrow.svg) no-repeat center center;
  position: absolute;
  left: -110%;
  top: -154px;
  z-index: 33;
  background-size: contain;
  pointer-events: none;
  transform: rotate(-3deg);
}

.modal {
  padding: 30px;
  border-radius: 20px;
  background: #FFF;
  width: 320px;
  margin: 0 auto;
  display: none;
}

.modal .modal-title {
  text-align: center;
}

.modal .modal-title b {
  display: block;
  font-size: 20px;
  color: #292929;
  margin: 0 0 10px;
}

.copyright {
  padding: 0 0 30px;
  text-align: center;
}

.copyright .link {
  margin: 0 0 10px;
}

.copyright .link a {
  color: #000;
  border-bottom: 1px solid #CCC;
}
.header-top__contacts {
  display: flex;
}
.header-top__contacts .contact {
  display: flex;
}
.header-top__contacts .phone::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background: #1CC9C6;
  border-radius: 50%;
}
.header-top__contacts .phone {
  position: relative;
  margin-right: 56px;
  height: auto;
}
.phone {
  height: 22px;
  line-height: 22px;
  color: #4F5254;
}
.header-top__contacts .phone span {
  font-size: 14px;
  line-height: 18px;
  color: #4F5254;
  padding: 0;
}
.no-af::after  {
  display: none;
}
.help-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.help-flex-item {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
.kviz {
  margin-bottom: 50px;
  margin-top: 50px;
  overflow: hidden;
}
.checkbox {
  width: 25%;
  margin: 0 14px;
}
.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox__text {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 14px;
  background: #FAFAFA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #282828;
  border: 1px solid transparent;
}
.checkbox__text span:first-letter {
  text-transform: uppercase;
}
.checkbox__text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
  border-radius: 4px;
  border: 1px solid transparent;
}
.checkbox__text:hover:before {
  border: 1px solid #1cc9c6;
} 
.checkbox input:checked + .checkbox__text:before {
  border: 1px solid #1cc9c6;
  background: url('../image/arrow.svg') 16px;
  background-position: 95%;
  background-repeat: no-repeat;
}
input.invalid + .checkbox__text:before {
  border: 1px solid #F13839;
}
.checkbox__info {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #888888;
  display: block;
  margin-top: 10px;
}
.modal-wrap {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 60px 48px;
}
.modal-wrap-item-inner {
  width: 100%;
  position: relative;
}
.steps-item {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}
.modal-wrap-content {

}
.que-steps {
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #000000;
}
.nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.number-input {
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #282828;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #9E9E9E;
  width: 100%;
}
.number {
  margin-bottom: 18px;
  position: relative;
}
.numner-title {
  display: none;
}
.number-flex {
  display: flex;
  align-items: center;
  width: 100%;
}
.number-flex-item {
  width: 100%;
  position: relative;
}
.number-height {
  margin-right: 28px;
}
.number-height::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../image/height.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.number-weight::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../image/weight.svg);
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.delete {
  position: absolute;
  right: -32px;
  top: 8px;
  background: url(../image/close.svg);
  background-size: 100% 100%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.add-size {
  width: 50%;
}
.add-inputs {
  padding: 16px 32px;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #252525;
  text-align: center;
  cursor: pointer;
  transition: top 0.3s ease 0s;
  position: relative;
  top: 0;
}
.add-inputs:hover {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  background: #1cc9c6;
  top: -6px;
  color: #282828;
}
.modal-wrap-content-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 37px;
  color: #282828;
  margin-bottom: 40px;
  width: 50%;
}
.end-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 37px;
  color: #282828;
  margin-bottom: 8px;
}
.end-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #282828;
  margin-bottom: 42px;
}
.end-flex {
  display: flex;
  justify-content: space-between;
}
.end-flex-item {
  width: 100%;
}
.end__image {
  width: 100%;
  padding-left: 46px;
}
.end__image img {
  width: 100%;
}
.last-block-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.last-block-item {
  width: calc(50% - 14px);
  margin-bottom: 28px;
}
.send-btn {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #252525;
  padding: 20px 32px;
  background: #1cc9c6;
  border-radius: 4px;
  transition: top 0.3s ease 0s;
  top: 0;
  position: relative;
  outline: none;
}
.send-btn img {
  margin-left: 10px;
}
.send-btn:hover {
  top: -6px;
  color: #282828;
}
.number .invalid {
  border-bottom: 1px solid #F13839;
  background: transparent;
}
/* для элемента input c type="radio" */
.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* для элемента label связанного с .custom-radio */
.custom-radio+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
  margin-left: 15px;
  margin-right: 25px;
  font-weight: 400;
  font-size: 12px;
  line-height: 13px;
  color: #373737;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  left: -15px;
  position: relative;
  border: 2px solid #D9CFEC;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
  border-radius: 2px;
  border: 2px solid #1cc9c6;
  background-position: center;
  background-repeat: no-repeat;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active+label::before {

}
/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus+label::before {

}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked)+label::before {

}
/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked+label::before {
  background: #1cc9c6;
  border-radius: 2px;
  background-image: url(../img/check.svg);
  background-size: 70% 100%;
  border: 2px solid #1cc9c6;
  background-position: center;
  background-repeat: no-repeat;
}
/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled+label::before {

}
.dop-us {
  margin-top: 31px;
}
.modal-wrap-item {
  width: 100%;
}
.modal-title {
  color: #5f8f96;
  margin-bottom: 25px;
  font-size: 15px;
}
.modal-card {
  margin-bottom: 15px;
}
.radio-block-flex-item__type {
  display: flex;
  margin: 0 -14px;
}
.radio-block-flex-item__type2 {
  flex-wrap: wrap;
}
.radio-block-flex-item__type2  .checkbox {
  width: calc(25% - 28px);
  margin-bottom: 28px;
}
.tab {
  display: none;
  min-height: 346px;
}
input.invalid {
  background-color: #ffdddd;
}
button {

}
.number-input {
  display: block;
}
.prev-btn {
  border: 1px solid #EAEAEA;
  background: #fff;
  border-radius: 4px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 34px;
  transition: top 0.3s ease 0s;
  position: relative;
  top: 0;
}
.prev-btn:disabled {
  background: #FAFAFA !important;
  box-shadow: none !important;
  border: 1px solid #EAEAEA;
  cursor: default;
  top: 0 !important;
}
.prev-btn:hover {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  background: #1cc9c6;
  top: -6px;
  color: #282828;
}
.prev-btn:disabled path {
  fill: #939393;
}
.next-btn {
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #252525;
  margin-left: 20px;
  background: #fff;
  transition: top 0.3s ease 0s;
  position: relative;
  top: 0;
}
.next-btn:hover {
  box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);
  background: #1cc9c6;
  top: -6px;
  color: #282828;
}
.next-btn svg {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #252525;
}
/* Make circles that indicate the steps of the form: */
.step {
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  border: none;  
  display: inline-block;
}

.step.active {
  background: #1cc9c6;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background: #1cc9c6;
}
.check-flex-item {
  width: 100%;
}
.tab-abs-info {
  position: fixed;
  left: 0;
  top: -20%;
  display: flex;
}
.tab-abs-info__icon {
  margin-right: 30px;
}
.tab-abs-info__text {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #353536;
}
#upload{
  display: block;
  width: 100%;

}
#drop{
  border: 1px dashed #282828;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #373737;
  height: 44.6px;
}
#drop a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.3px 12px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #282828;
}
#drop img {
  margin-bottom: 4px;
}
.pops-file {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background: #fff;
  align-items: center;
  justify-content:center;
}
.pops-file-content {
  padding: 120px 38px;
  border: 1px dashed #006EB1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pops-file-content img {
  margin-bottom: 30px;
}
.pops-file-content span {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #272727;
}
#drop input{
  display:none;
}
#upload ul li input{
  display: none;
}
#upload ul li {
  list-style-type: none;
  background: #EAF6FD;
  border-radius: 4px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #373737;
  margin-top: 5px;
  position: relative;
}
.open-drop .pops-file {
  display: flex;
  z-index: 9;
}
#upload ul li span{
  width: 16px;
  height: 16px;
  background: url('../img/close.svg') no-repeat;
  background-size: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  transform: translate(0,-50%);
  background-size: contain;
}
#drop ul {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
    .header-top__contacts {
        display: block;
    }
    .header-top__contacts .phone {
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 25px;
    }
    .header-top__contacts .phone span {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .header-top__contacts .phone::after {
        display: none;
    }
    .main-block .info .presents .title {
        width: 100%;
    }
    .main-block .info .presents .items .item {
        width: 100% !important;
    }
    .main-block .info .presents .items {
        width: 100%;
    }
  .header {
    padding-top: 32px;
  }
  .slide-content {
    width: 100%;
    margin-top: 150px;
  }
  .slider-title {
    font-size: 21px;
    line-height: 23px;
  }
  .slider-text {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 150px;
  }
  .slider-plank {
    display: none;
  }
  .slider-plank__bottom {
    display: none;
  }
  .swiper-pagination {
    display: none;
  }
  .btn-nav {
    display: none;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
    width: initial;
  }
  .slide-center {
    height: 100vh;
  }
  .slider-link {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 14px 0;
  }
  .title-h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .client {
    padding: 60px 0 20px 0;
  }
  .client-card {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .client-card__image {
    display: flex;
    justify-content: center;
  }
  .client-card__text {
    text-align: center;
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }
  .work__title-text {
    font-size: 100px;
    line-height: 108px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .ac-menu {
    display: block;
  }
  .ac-item {
    margin-right: 0 !important;
    margin-top: 34px;
    width: 100%;
    height: 340px;
  }
  .ac-content {
    padding: 20px;
  }
  .active .ac-content {
    width: 100%;
  }
  .ac-content-text {
    display: block;
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
  .ac-link {
    display: block;
  }
  .ac-trigger {
    font-size: 20px;
    line-height: 22px;
  }
  .portfolio {
    padding: 60px 0;
    margin-bottom: 0;
    margin-top: 20px;
    overflow-x: hidden;
  }
  .swiper2 {
    position: relative;
    top: 0;
    height: 187px;
    width: 100%;
  }
  .title-h2 {
    padding-top: 25px;
  }
  .work__title {

  }
  .portfolio-text {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 40px;
  }
  .portfolio-image img {
    height: 187px;
  }
  .line {
    margin: 17px auto;
  }
  .portfolio .title-h2 {
    margin-bottom: 28px;
  }
  .portfolio .work__title-text {
    top: 50%;
    left: 68%;
  }
  .btn-nav-port {
    display: none;
  }
  .footer-flex {
    display: block;
  }
  .footer-flex-item {
    width: 100%;
  }
  .footer-flex-item2 {
    width: 100%;
  }
  .footer-phone {
    margin: 23px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .footer-nav ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  .logo-link {
    width: 114px;
  }
  .logo-link img {
    width: 100%;
  }
  .adrees {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 17px;
  }
  .bottom-text {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 17px;
  }
  .footer-nav ul a {
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 18px;
  }
  .bottom-block {
    display: block;
    margin-top: 40px;
  }
  .inner-2 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    padding: 44px 20px 23px 20px;
    box-shadow: 0px -4px 16px rgba(0, 0, 0, 0.03);
  }
  .modal-wrap {
    border-radius: 0;
    padding: 0 0 25px 0;
    border: 0;
  }
  .modal-wrap-content-title {
    width: 100%;
    font-size: 24px;
    line-height: 26px;
  }
  .breadcrumb {
    margin: 52px 0 40px 0;
  }
  .header2 .phone {
    font-size: 14px;
    line-height: 15px;
  }
  .radio-block-flex-item__type {
    margin: 0;
    display: block;
  }
  .prev-btn {
    padding: 12px 16px;
  }
  .prev-btn svg {
    width: 16px;
    height: 16px;
  }
  .next-btn {
    padding: 12px 16px;
    font-size: 14px;
    line-height: 15px;
  }
  .next-btn svg {
    width: 16px;
    height: 16px;
  }
  .checkbox__text {
    padding: 16px;
    font-size: 14px;
    line-height: 15px;
  }
  .step {
    height: 2px;
  }
  .add-size {
    width: 100%;
  }
  .number-flex {
    display: block;
  }
  .number-flex-item {
    margin-right: 0;
    width: 100%;
  }
  .number-flex-item {
    margin-top: 20px;
  }
  .numner-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #282828;
    margin-bottom: 20px;
  }
  .number {
    margin-bottom: 32px;
  }
  .delete {
    right: 0;
    top: -5px;
  }
  .end-flex {
    display: block;
  }
  .end-flex-item:nth-child(2) {
    display: none;
  }
  .end-title {
    font-size: 24px;
    line-height: 26px;
  }
  .end-text {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .last-block-flex {
    display: block;
  }
  .last-block-item {
    width: 100%;
  }
}