section.calc-quiz2 *, section.calc-quiz2 *:hover{
  transition: .5s all;
}

section.calc-quiz2 .calc-container{
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

section.calc-quiz2 .calc__title{
  color: white;
  background: #68A5DD;
  display: flex;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  padding: 30px;
  margin-bottom: 0;
  text-transform: none;
}

section.calc-quiz2 .calc__title .right{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
  line-height: normal;
}
section.calc-quiz2 .calc__title .info{
  background: #FFFFFF1A;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 8px 15px;
}
section.calc-quiz2 .calc__title .info img{
  object-fit: contain;
  margin-right: 10px;
}
section.calc-quiz2 .calc__title .info p{
  margin: 0;
}


section.calc-quiz2 #quiz_calc{
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
}
section.calc-quiz2 .calc__body {
  width: 100%;
  max-width: none;
  padding: 0;
}
section.calc-quiz2 .calc-context{
  border: 0;
  padding: 0;
}
section.calc-quiz2 .questions{
  display: flex;
  flex-direction: column;
  padding-right: 10%;
  overflow: hidden;
  border-right: 1px solid #F7F7F7;
  padding-top: 20px;
}
section.calc-quiz2 .tab-link{
  cursor: pointer;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}
section.calc-quiz2 .tab-link::after{
  content: '';
  transition: .5s;
  height: 1px;
  width: 100%;
  bottom: -5px;
  left: -100%;
  background: #68A5DD;
  position: absolute;
}
section.calc-quiz2 .tab-link.active{
  color: #68A5DD;
}
section.calc-quiz2 .tab-link.active::after{
  left: 0px;
  transition: .5s;
}
section.calc-quiz2 .calc-context__content{
  display: flex;
}


section.calc-quiz2 .questions_content{
  width: auto;
  flex: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  font-weight: 500;
  height: 350px;
  overflow: auto;
}
section.calc-quiz2 .questions_content .tab-content{
  display: none;
}
section.calc-quiz2 .questions_content .tab-content.active{
  display: block;
}
section.calc-quiz2 .questions_content .items{
  display: flex;
  flex-wrap: wrap;
}
section.calc-quiz2 .questions_content .items > *{
  width: 48%;
  min-width: 48%;
}
section.calc-quiz2 .calc-context-item__input.with_image{
  border: 0;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
}
section.calc-quiz2 .quiz_input--img{
  margin: 0;
  margin-right: 20px;
  min-width: 100px;
  width: 100px;
  height: 100px;
}
section.calc-quiz2 .quiz_input--img img{
  width: 100%;
  height: 100%;
}

section.calc-quiz2 .calc-context-item__input.with_image span{
  word-break: break-word;
}
section.calc-quiz2 .calc-context-item__input span::before {
  background: transparent;
  border: 1px solid #68A5DD;
}
section.calc-quiz2 .calc-context-item__input-wrapper input[type="checkbox"]:checked + .calc-context-item__input span::before,
section.calc-quiz2 .calc-context-item__input-wrapper input[type="radio"]:checked + .calc-context-item__input span::before {
  background: #68A5DD;
}
section.calc-quiz2 .calc-context-item__input-wrapper input[type="checkbox"]:checked + .calc-context-item__input span::after,
section.calc-quiz2 .calc-context-item__input-wrapper input[type="radio"]:checked + .calc-context-item__input span::after {
  background: white;
}
section.calc-quiz2 .calc-context-item__input span::after {
  left: 4px;
  top: 4px;
  transform: translate(50%, 50%);
  width: 6px;
  height: 6px;
}

section.calc-quiz2 .inputs_range{
  width: 100%;
  overflow: hidden;
  margin-left: 0;
}
section.calc-quiz2 .inputs_range .calc-context-item__input-wrapper{
  margin: 100px 10px;
}
section.calc-quiz2 .calc-context__total .context{
  padding-bottom: 30px;
}

section.calc-quiz2 .questions_content #question_montazg .items > *{
  width: 100%;
  min-width: 100%;
  margin-top: 30px;
}
section.calc-quiz2 .questions_content #question_montazg .items > *:first-of-type{
  margin: 0;
}
section.calc-quiz2 .questions_content .calc-context-item__input{
  border: 0;
  padding: 0;
}

section.calc-quiz2 .calc-context__tools{
  background: #009ED61A;
  margin: 0;
}
section.calc-quiz2 .calc-context__tools .calc-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
}

section.calc-quiz2 .calc-context__paginations{
  color:#3A3A3A;
}
section.calc-quiz2 .calc-context__paginations-current{
  color: #68A5DD;
}
section.calc-quiz2 .calc-context__arrows{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
}
section.calc-quiz2 .calc-context__next:hover svg path{
  stroke: white;
}
section.calc-quiz2 .calc-context__prev{
  color: #292D32;
  border: 1px solid #292D32;
}

section.calc-quiz2 .calc-context__next.total{
  background: #68A5DD;
  border-radius: 2px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

/* old styles */
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(images/icon_warn.gif);
}


.btn-calc{
	height: 50px;
		max-width: 340px;
		width: 100%;
		padding: 0 50px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		color: #fff;
		background: #52a7e2;
		transition: color 0.7s;
}
@media (max-width: 650px){ 
	.btn-calc {
   		max-width: 100%;
	}
}
/* 
.btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

}

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
} */



.calc__title {
    pointer-events: none;
    margin: 70px 0px 20px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    color: #243152;
    font-size: 32px;
    line-height: 50px;
    text-transform: uppercase;
}

.calc__subtitle {
  margin: 0px 0px 25px 0px;
  font-size: 18px;
  line-height: 150%;
  color:#243152 !important;
}

.calc__form {
  position: relative;
  padding: 33px 0px 0px 0px;
}

.calc-body {
  max-width: 903px;
  padding: 30px 88px 50px 30px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}

.calc-body__item:not(:last-child) {
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 25px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.calc-body__title {
  margin: 0px 0px 15px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.calc-body__radios {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -22.5px;
}

.calc-body__radio {
  padding: 0 22.5px;
}

.calc-body__radio input {
  display: none;
}

.calc-body__radio label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.calc-body__radio label img {
  width: 50px;
  margin: 0px 0px 10px 0px;
}

.calc-body__radio .radio-button {
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  transition: all 0.7s ease;
}

.calc-body__radio .radio-button:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.calc-body__radio input:checked + .radio-button {
  background: #E8F0FF;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.17);
}

.calc-body__radio input[name='type'] + label {
  width: 156px;
  height: 107px;
}

.calc-body__radio input[name='core'] + label {
  padding: 12px 30px;
}

.calc-body__radio input[name='competitor'] + label {
  padding: 12px 30px;
}

.calc-body__radio input[name='optimization'] + label {
  padding: 0px 0px 0px 30px;
  margin: 0px 50px 20px 0px;
  position: relative;
  line-height: 20px;
  white-space: nowrap;
}

.calc-body__radio input[name='optimization'] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #181818;
  border-radius: 50%;
}

.calc-body__radio input[name='optimization'] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(50%, 50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E8F0FF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}

.calc-body__radio input[name='optimization'] + label:hover::after {
  opacity: 1;
  visibility: visible;
}

.calc-body__radio input[name='optimization']:checked + label:after {
  background: #52a7e2;
  opacity: 1;
  visibility: visible;
}

.calc-result {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 406px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

.calc-result__body {
  padding: 25px 20px;
}

.calc-result__item {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.calc-result__title {
  margin: 0px 0px 8px 0px;
  font-size: 16px;
  line-height: 100%;
  color: #181818;
  opacity: 0.6;
}

.calc-result__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}

.calc-result__total {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000000;
}

.calc-result__total span {
  margin: 0px 0px 0px 16px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #52a7e2;
}

.calc-result__button {
  background: linear-gradient(92.12deg, #ff4b2b -0.03%, #ff416c 64.03%);
  max-width: 100%;
}

.price-seo__body {
	padding: 40px 50px 45px;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
  }
  
  .price-seo__title {
	margin: 0px 0px 10px 0px;
	font-weight: 800;
	font-size: 34px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #52a7e2;
  }
  
  .price-seo__text {
	margin: 0px 0px 30px 0px;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
  }
  
  .price-seo__content {
	display: flex;
	margin: 0px -15px;
	flex-wrap: wrap;
  }
  
  .price-seo__list {
	flex: 0 1 50%;
	padding: 0px 15px;
  }
  
  .price-seo__item {
	position: relative;
	padding: 0px 0px 0px 40px;
	display: flex;
	align-items: center;
	min-height: 25px;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
  }
  
  .price-seo__item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #52a7e2;
	background: url("../img/seo/price-seo/marker.svg") 0 0/100% 100% no-repeat;
  }
  
  .price-seo__item:not(:last-child) {
	margin: 0px 0px 30px 0px;
  }
  
  .next-step__title {
	margin: 0px 0px 20px 0px;
  }
  
  .next-step__text {
	margin: 0px 0px 30px 0px;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
  }
  
  .next-step__content {
	display: flex;
	margin: 0px -15px;
  }
  
  .next-step__block {
	flex: 0 1 50%;
	padding: 0px 15px;
  }
  
  .next-step__item {
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 30px;
	font-size: 16px;
	line-height: 130%;
	color: #181818;
  }
  
  .next-step__item:before {
	content: '—';
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .next-step__button {
	margin: 15px 0px 0px 0px;
	background: linear-gradient(92.12deg, #ff4b2b -0.03%, #ff416c 64.03%);
  }
  
  .next-step-block-digits__list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
  }
  
  .next-step-block-digits__item {
	max-width: 625px;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	padding: 20px 0px 20px 148px;
	background: url("../img/seo/next-step/bg.jpg") 0 0/100% 100% no-repeat, radial-gradient(100% 340.2% at 0% 100%, #0B3681 0%, #2351A0 36.7%, #1462EC 100%);
	color: #FFFFFF;
  }
  
  .next-step-block-digits__item:not(:last-child) {
	margin: 0px 0px 25px 0px;
  }
  
  .next-step-block-digits__number {
	margin: 0px 15px 0px 0px;
	font-weight: 800;
	font-size: 48px;
	line-height: 100%;
  }
  
  .next-step-block-digits__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 130%;
  }
  
  .seo-category__title {
	margin: 0px 0px 10px 0px;
  }
  
  .seo-category__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .seo-category__list {
	max-width: 675px;
	width: 100%;
  }
  
  .seo-category__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px;
	border-bottom: 1px solid #D8D8D8;
  }
  
  .seo-category__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	color: #181818;
  }
  
  .seo-category__text span {
	color: #52a7e2;
  }
  
  .seo-category__number {
	font-weight: 800;
	font-size: 36px;
	line-height: 100%;
	color: rgba(31, 96, 209, 0.2);
	text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
  }
  
  .other-service__title {
	margin: 0px 0px 30px 0px;
  }
  
  .other-service__list {
	margin: 0px -15px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
  }
  
  .other-service__item {
	flex: 0 1 33.333%;
	padding: 0px 15px;
	margin: 0px 0px 30px 0px;
  }
  
  .other-service__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 30px 40px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #E2E2E2;
	backdrop-filter: blur(20px);
  }
  
  .other-service__img {
	width: 100%;
	position: relative;
	padding: 0px 0px 68% 0px;
	margin: 0px 0px 30px 0px;
  }
  
  .other-service__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .other-service__text {
	max-width: 277px;
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	text-align: center;
	color: #000000;
  }
  
  .chart__title {
	margin: 0px 0px 30px 0px;
  }
  
  .chart__body {
	display: flex;
	justify-content: flex-end;
	position: relative;
  }
  
  .chart-slider {
	display: flex;
	position: relative;
  }
  
  .chart-slider .swiper-wrapper {
	width: 100%;
	max-width: 800px;
  }
  
  .chart-slider .swiper-slide {
	width: 100% !important;
  }
  
  .chart-slider__body {
	display: flex;
	justify-content: flex-end;
  }
  
  .chart-slider__arrows {
	display: flex;
  }
  
  .chart-slider__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 120%;
	color: #181818;
	margin: 0px 0px 10px 0px;
  }
  
  .chart-slider__text {
	font-size: 16px;
	line-height: 150%;
	color: #181818;
	margin: 0px 0px 20px 0px;
  }
  
  .chart-slider-prev {
	margin: 0px 20px 0px 15px;
  }
  
  .chart-slider-digits__list {
	display: flex;
	margin: 30px -25px 0;
	justify-content: center;
  }
  
  .chart-slider-digits__item {
	padding: 0px 25px;
  }
  
  .chart-slider-digits__number {
	font-weight: 800;
	font-size: 36px;
	line-height: 100%;
	color: #52a7e2;
	margin: 0px 0px 5px 0px;
  }
  
  .chart-slider-digits__text {
	font-weight: bold;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #52a7e2;
  }
  
  .chart-slider__body {
	width: 100%;
	padding: 30px 45px 25px 30px;
	position: relative;
	margin: 26px 0px;
  }
  
  .chart-slider__body::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	width: 90%;
	height: 100%;
  }
  
  .calc-context {
    min-height: 300px;
}

.calc-context__calculate {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calc-context__title {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

.calc-context__content {
    margin: 0px 0px auto 0px;

}
.calc-context__item {
  min-height: 325px;
}

.calc-context-item__input.input_range{
  border:none;
  padding: 45px 15px;
}

.calc-context-item__input.input_range:hover{
  border:none;
}

.calc-context__item:not(:first-child) {
    display: none;
}

.calc-context-item {

}

.calc-context-item__title {
    margin: 0px 0px 15px 0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    color: #3A3A3A;
}

.calc-context-item__input-wrapper {
    display: block;
    padding: 5px 10px;
    flex: 0 1 33%;
}

.calc-context-item__input-wrapper input {
    display: none;
}

.calc-context-item__inputs {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -10px;
    max-height: 325px;
    overflow-y: auto;
    overflow-x: hidden;
}

.calc-context-item__inputs:not(.inputs_range){
  display: grid;
  grid-template-columns: repeat(2, 50%);
  flex-wrap: wrap;
  margin: -5px -10px;
  max-height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
}

.calc-context-item__inputs::-webkit-scrollbar {
  width: 10px;
}

.calc-context-item__inputs::-webkit-scrollbar-thumb {
  border-left: 8px solid transparent;
  -webkit-box-shadow: inset 0 0 10px 10px #52a7e2;
  box-shadow: inset 0 0 10px 10px #52a7e2;
}

.calc-context-item__inputs::-webkit-scrollbar-track {
  border-left: 8px solid transparent;
  -webkit-box-shadow: inset 0 0 10px 10px #d2deea;
  box-shadow: inset 0 0 10px 10px #d2deea;
}

.calc-context-item__input {
    height: 100%;
    padding: 20px 15px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: all 0.5s ease;

    
}
.calc-context-item__input.with_image{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.calc-context-item__input:hover {
    border: 1px solid #52a7e2;
}

.calc-context-item__input span{
    position: relative;
    display: block;
    line-height: 20px;
    padding: 0px 0px 0px 30px;
}

.calc-context-item__input span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #181818;
    border-radius: 50%;
}

.calc-context-item__input span:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  /* transform: translate(50%, 50%); */
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #52a7e2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s ease;
}

.success_fos_closed {
  transition: 1s opacity;
  opacity: 0;
  display: none;
}

.calc-context-item__input-wrapper input:checked + .calc-context-item__input span:after {
  opacity: 1;
  visibility: visible;
}

.calc-context-item__input-wrapper input[type=checkbox]:checked + .calc-context-item__input span:after {

    background: #52a7e2 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath d='M.04.627L.146.52.43.804.323.91zm.177.177L.854.167.96.273.323.91z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50%;
}

.calc-context__error {
    position: absolute;
    background: #52a7e2;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    border-radius: 10px;
    width: 240px;
    text-align: center;
    bottom: 60px;
    left: -150px;
    z-index: 10;
    color: #fff !important;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    pointer-events: none;
    cursor: default;
    transition: all 0.5s ease;
}

.calc-context__error.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.calc-context__error:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #52a7e2;
    position: absolute;
    bottom: -25px;
    left: 160px;
}

.calc-context__next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid #52a7e2;
    color: #52a7e2;
    cursor: pointer;
    transition: all 0.5s ease;   
}

.calc-context__total {
   display: none;
}

.calc-context__next span {
    display: none;
    padding: 0px 20px; 
}

.calc-context__next.total svg {
    display: none;  
}

.calc-context__next.total span {
    display: block;  
}

.calc-context__next:hover {
    background-color: #52a7e2;
    color: #fff;
}

.calc-context__tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 0px 0px;
}

.calc-context__arrows {
    display: flex;
    align-items: center;
}

.calc-context__paginations {
    font-weight: 800;
    font-size: 24px;
    color: #52a7e2;
}

.calc-context__prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #52a7e2;
    cursor: pointer;
    margin: 0px 30px 0px 0px;
    color: #52a7e2;
    transition: all 0.5s ease;
}

.calc-context__prev.hide {
    opacity: 0;
    visibility: hidden;
}

.calc-context__prev:hover {
    background-color: #52a7e2;
    color: #fff;
}

.calc-context-total__preload {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all 0.5s ease;
}

.calc-context-total__preload:not(.active) {
    opacity: 0;
    visibility: hidden;
}

.calc-context-total__preload-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #52a7e2;
}

.calc-context-total__preload-progressbar {
    position: relative;
    margin: 20px 0px 0px 0px;
    width: 100%;
    max-width: 500px;
    height: 10px;
    border-radius: 5px;
    background: #eee;
    overflow: hidden;
}

.calc-context-total__preload-progressbar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #52a7e2;
}

.calc-context-total__preload.active .calc-context-total__preload-progressbar:after {
   animation: progress 3s ease;
}

.calc-context-total__title {
    margin: 0px 0px 5px 0px;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.calc-context-total__title span {
    color: #52a7e2;
}

.calc-context-total__total {
    margin: 0px 0px 30px 0px;
    font-size: 22px;
    text-align: center;
}

.calc-context-total__total span{
    font-size: 28px;
    font-weight: 600;
    color: #52a7e2;
}

.calc-context-total__text {
    font-size: 18px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 10px;
}


.calc-context-total__form .form-request__checkbox {
    margin: 0;
}

.calc-context-total__form .form-request__btns {
    margin: 0;
    /* width: calc(33.333% - 20px); */
}

.calc-context-total__form-btns {
    display: flex;
}

.calc-context-total__form .form-request__btns .btn {
    max-width: 100%;
}

.calc-context-total__form-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px 0px 0px;
}

.calc-context-total__form-row .form__checkbox {
    margin: 0px 0px 20px 0px;
}

.calc-context-total__form-row .checkbox {
    align-items: center;
}

.calc-context-total__form-row .checkbox__agree {
    font-size: 12px;
}

.calc-context-total__form-row .checkbox__check {
    width: 10px;
    height: 10px;
    align-self: center;
}

.calc-context-total__form-row .checkbox__check::after {
    width: 6px;
    height: 6px;
    top: 1px;
    left: 1px;
}

.calc-context-info {

}

.calc-context-info__top {
    display: flex;
    align-items: center;
}

.calc-context-info__img {
    position: relative;
    flex: 0 0 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 20px 0px 0px;
}

.calc-context-info__img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.calc-context-info__info {

}

.calc-context-info__name {
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-weight: 600;
}

.calc-context-info__job {

}

.calc-context-info__masege {
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    position: relative;
    margin-top: 20px;
    border-radius: 15px;
    background-color: #efefef;
    padding: 15px;
    line-height: 140%;
}

.calc-context-info__masege:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 12px solid #efefef;
    position: absolute;
    top: -22px;
    left: 42px;
}

.calc-context-section .calc-result.hide {
    opacity: 0 !important;
    visibility: hidden !important;
}

.calc-context-total-total-more__item {
    margin: 10px 0px 0px 0px;
    font-size: 22px;
}

.calc-context-total-total-more__item span{
    font-size: 28px;
}

.calc-context-section .calc__subtitle{
    margin: 0;
}

.calc-context-item__text {
    margin: 10px 0px 0px 0px;
    line-height: 130%;
    color: rgba(24, 24, 24, 0.6);
    font-size: 14px;
}

.calc-context-item__text li{
    display: flex;
    margin: 10px 0px 0px 0px;
    
}

.calc-context-item__text li:before{
    content: '—';
    margin: 0px 10px 0px 0px;
    font-weight: 600;
    color: #52a7e2;
}
.calc-context-section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.calc-context-section .form-request__items {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.calc-context-total .form-request__item {
  width: 309px;
  min-width: 150px;
  max-width: 100%;
  margin-bottom: 10px;
}

.calc-context-total .form__input
{
  width: 100%;
}
.calc-context-total .form__input:focus
{
  outline: none;
}


@media (max-width: 1280px){
    .calc-context {
        padding: 20px 30px 30px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7;
    }
}

@media (max-width: 800px){
    .calc-context-total .form-request__items{
        flex-direction: column;
    }
    .calc-context-total .form-request__item {
        width: 100%;
    }
}

@media (max-width: 767px){
    .calc-context-item__input-wrapper {
        flex: 1 1 50%;
    }
    
}

@media (min-width: 651px){
    .calc-context-total__total br{
        display: none;
    }
}

@media (max-width: 650px){
    .calc-context-total__title {
        font-size: 24px;
    }
    .calc-context-total__total {
        font-size: 16px;
    }
    .calc-context-total__total span {
        display: inline-block;
        margin: 10px 0px 0px 0px;
        font-size: 24px;
    }
    .calc-context-total-total-more__item span{
        display: inline;
    }
    .calc-context-total__text {
        font-size: 14px;
    }
    .calc-context-total__form-row {
        display: block;
    }

    .calc-context-total__form-row .form-request__btns {
        margin: 20px 0px 0px 0px;
        width: 100%;
    }
    .calc-context-item__title {
        font-size: 18px;
    }
    .calc-context-total-total-more__item {
        font-size: 16px;
    }
    .calc-context-total-total-more__item span {
        font-size: 24px;
    }
    .calc-context-total__preload {
        padding: 20px 10px;
    }
    .calc-context-total__form-btns {
        display: block;
    }
    .calc-context-total__form-btns .form-request__presentation {
        margin: 20px 0px 0px 0px;
        max-width: 100%;
    }
    .calc-context-total__form-btns .btn {
        max-width: 100%;
    }
}

@media (max-width: 450px){
    .calc-context__tools {
        flex-direction: column-reverse;
        align-items: center;
    }
    .calc-context__paginations {
        margin: 15px 0px 0px 0px;
    }
    .calc-context {
        padding: 20px 15px 30px;
    }
}

@keyframes progress{

    0%{
        width: 0%;
    }
    100%{
        width: 100%;
    }
}

.calc-form-submited .calc__body{
    padding: 0;
}

.calc-form-submited .calc-context{
    min-height: 0px;
}

.calc-form-submited .calc-context__total{
    min-height: 0px !important;
}

.calc-form-submited .calc-context-total{
    display: none;
}
@media (min-width: 1280px) {
	.calc-result__total--hide {
	  display: none;
	}
  }

  @media (min-width: 1281px) {
	.calc-result__button--hide {
	  display: none;
	}
  }
  

  @media (max-width: 1281px) {
	.calc-result__button {
	  max-width: 400px;
	}
	.calc-body {
		padding: 0;
		border: 0;
		background: transparent;
		max-width: 100%;
	  }
	
	  .calc-body__item {
		padding: 30px 35px;
		margin: 0px 0px 25px 0px;
		background: #FFFFFF;
		border: 1px solid #E7E7E7;
		box-sizing: border-box;
	  }
	
	  .calc-body__item:not(:last-child) {
		padding: 30px 35px 10px;
		margin: 0px 0px 25px 0px;
		background: #FFFFFF;
		border: 1px solid #E7E7E7;
		box-sizing: border-box;
	  }
	
	  .calc-body__radio label {
		margin: 0px 0px 20px 0px;
	  }
	
	  .calc-result {
      display: block;
      position: unset;
      max-width: 100%;

	  }
    .quiz_calc {
      display: flex;
      flex-direction: column-reverse;
    }
	  .calc-result__total {
		margin: 40px 0px 25px 0px;
	  }
  }
  

  @media (max-width: 550px) {
	.calc__title {
	  margin: 0px 0px 10px 0px;
	}
  
	.calc__subtitle {
	  margin: 0;
	}
  
	.calc-body__radios--left .calc-body__radio {
	  justify-content: start;
	}
  
	.calc-body__radio {
	  width: 100%;
	  display: flex;
	  justify-content: center;
	}
  
	.calc-body__radio input[name='type'] + label {
	  max-width: 304px;
	  width: 100%;
	}
  
	.calc-body__radio input[name='core'] + label {
	  max-width: 304px;
	  width: 100%;
	}
  
	.calc-body__radio input[name='competitor'] + label {
	  max-width: 304px;
	  width: 100%;
	}
  
	.calc-body__radio input[name='optimization'] + label {
	  margin: 0px 0px 20px 0px;
	}
  
	.price-seo__body {
	  padding: 20px 20px 30px;
	}
  
	.next-step-block-digits__item {
	  padding: 20px 0px 20px 40px;
	}
  
	.seo-category__title {
	  margin: 0;
	}
  
	.seo-category__text {
	  font-size: 16px;
	  line-height: 130%;
	}
  }
  

  .slider-round.noUi-horizontal {
    height: 2px;
    border: none;
    box-shadow: none;
    background: rgba(231, 231, 231, 1);
}

.slider-round .noUi-tooltip {
    opacity: 0;
    transition: opacity 0.3s;
}

.slider-round .noUi-handle:hover .noUi-tooltip {
  opacity: 1!important;
}


.slider-round .noUi-handle.active .noUi-tooltip {
  opacity: 1!important;
}


.slider-round .noUi-marker {
    transition: background 0.3s;
}

.slider-round .noUi-value {
    transition: color 0.3s;
}

.slider-round .active-pip {
    color: rgba(104, 165, 221, 1);
}

.slider-round .active-marker {
    background: rgba(104, 165, 221, 1) !important;
}

.slider-round .noUi-connect {
    background: rgba(104, 165, 221, 1);
}

.slider-round.noUi-horizontal .noUi-handle {
    height: 20px;
    width: 20px;
    top: -10px;
    right: -10px;
    border-radius: 100%;
    background: #68A5DD;
    box-shadow: none;
    border: none;
    cursor: e-resize;
}

.slider-round .noUi-handle::after,
.slider-round .noUi-handle::before {
    display: none;
}

.slider-round .noUi-marker-normal {
    display: none;
}

.slider-round .noUi-marker-large {
    background: rgba(231, 231, 231, 1);
}

.slider-round .noUi-pips-horizontal {
    padding: 0px;
}


.quiz_input--img {
  margin-bottom: 10px;

}

.quiz_input--img img {
  width: 100%;
  max-height: 205px;
  object-fit: cover;
}

.calc-result__body .result__title {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width:1080px) {
  section.calc-quiz2 .questions_content .items > *{
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width:768px) {
  section.calc-quiz2 .calc-context__content{
    flex-direction: column;
    overflow: hidden;
  }
  section.calc-quiz2 .questions{
    padding-right: 0;
    flex-direction: row;
    border: 0;
    width: max-content;
  }
  section.calc-quiz2 .tab-link{
    margin: 0;
    margin-right: 20px;
    width: auto;
    padding-bottom: 10px;
  }
  section.calc-quiz2 .tab-link::after{
    bottom: 0;
  }

  section.calc-quiz2 .questions_content{
    height: 470px;
    min-height: 470px;
    margin: 0;
  }
  section.calc-quiz2 .quiz_input--img{
    min-width: 75px;
    width: 75px;
    height: 75px;
  }
  section.calc-quiz2 .tab-link::after,section.calc-quiz2 .tab-link.active::after{
    content: none;
    border-bottom: 1px solid transparent;
  }
  section.calc-quiz2 .tab-link.active{
    border-bottom: 1px solid #68A5DD;
  }

  section.calc-quiz2 .calc-context__arrows{
    margin-right: 20px;
    left: unset;
  }
}
@media screen and (max-width:640px) {
  .calc__title.title{
    flex-direction: column;
  }
  .calc__title.title .right{
    margin-top: 30px;
  }
}
@media screen and (max-width:480px) {
  section.calc-quiz2 .calc-container{
    padding: 15px;
  }

  section.calc-quiz2 .calc__title.title .left{
    font-size: 16px;
    line-height: 20px;
  }
  section.calc-quiz2 .calc__title.title .right{
    font-size: 12px;
    line-height: 16px;
  }


  section.calc-quiz2 .calc-context__prev, .calc-context__next {
    width: 28px;
    height: 28px;
  }
  section.calc-quiz2 .calc-context-item__input.with_image span{
    font-size: 13px;
  }
}
