
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 
 *{
	 margin:0;
	 padding:0;
 }

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


body {
  margin: 0; 
  font-family: "Rubik", serif;
  font-optical-sizing: auto; 
  font-style: normal;
  color: #000000e3;
}

p {   
	font-family: "Open Sans", sans-serif;
}

.container{
	position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
}

section {
    margin-bottom: 5rem;
}

.hero{
	display: flex;
	gap: 2rem;
	align-items: center;
}

.hero-left{
	width: 50%;	
}

.hero-right{
	width: 50%;
	display: flex;
	justify-content: center;
    align-items: center;
}

.hero-right img{
	width: 100%;
}

h1, h2 ,h3, h4, h5, h6{
	text-transform: capitalize;
    letter-spacing: 0.8px;   
    font-weight: 600;
    font-size: clamp(3.4375rem, 3.25rem + 0.75vw, 4rem);
    background-color: #005baa;
    background-image: linear-gradient(45deg, #005baa, #000000);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3, h2{
	font-size:clamp(1.4375rem, 1.25rem + 0.75vw, 1.5rem);
	text-align: center;
}

h6{
	font-size:clamp(1.4375rem, 1.1rem + 0.75vw, 1.5rem);
	text-align: center;
}

h6#question{
	 margin: 2rem auto;
}

h1 span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 1rem;
    color: #717171;
}

hr{
	display: block;
    background: #005baa;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 1.125rem 0 1.875rem 0;
}

.hero-left p {
    line-height: 1.6;
}

a, button {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 3.125rem;
    transition: 0.3s ease-in-out;
}

.hero-left a, button {
    border: 2px solid #c2c2c2;
    margin-top: 2.188rem;
    padding: 0.625rem 1.875rem;
}

 a:hover {     
    border: 0.125rem solid #005baa;
    color: #005baa;
 }	
 
 button:hover {     
    border: 0.125rem solid #005baa;
    color: #005baa;
 }	

@media (width <=930px){
	.hero{
	    flex-direction: column;
	}
	.hero-left {
       width: 90%;	   
    }
	.hero-right{
		width: 90%;
	}
}

 .row-flex-popup{
	display: flex;
	align-items: center;
}

.hero .row-flex{
	display: flex;
	column-gap: 1rem;
	align-items: center;
}

@media (width <=520px){
	.hero .row-flex{
	    flex-direction: column;
		align-items: flex-start;
    }
}



.popup input {
    height: 45px;
    font-size: 1.5rem;
    border: none;
    outline: none;
    border-bottom: 1px solid #cfd0d3;
    letter-spacing: 3px;
	color: #00000090;
}

.popup input:hover {
	color: #00000090;
}

input.checkbox-form {
    margin: 0 0.4rem 0 0;
}

.quiz-wrap{
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 1rem auto;
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    flex-direction: column;
}
}


header{
	
}

.head-container{
	margin: 2rem auto;
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    align-items: flex-end;
}

a.head-tel{
	font-size: 2rem;
}

a.head-tel:hover{
	border: none;
    color: #005baa;
}

.head-container span{
	margin-top: -5px;
	color: #005baa;
}

.prise-cont{
	width: 100%;
	height: 200px;
	margin-top: 2rem;
}

/*показать-закрыть*/
      .alert {
        padding: 0.5rem;
        background: linear-gradient(167deg, rgba(240,249,20,0.9920343137254902) 22%, rgba(43,240,115,1) 46%, rgb(194 235 44) 70%, rgb(255 235 0) 100%);
        color: white;
        opacity: 1;
        transition: opacity 0.6s;
        font-size: 1rem;
		border-radius: 10px;
      }

      .alert,.success {
        position: relative;
		padding-top: 4rem;
        padding-bottom: 3rem;
	    flex: 1;	
      }

      .closebtn, .closebtn-1 {
        color: white;
        font-weight: bold;
        font-size: 1rem;    
        cursor: pointer;
        transition: 0.3s;
        display: block;
		margin: 0 0 0.5rem 0;
		padding: 0.2rem 0.5rem;
        border: 2px white solid;
        border-radius: 20px;
		width: max-content;
		background-color: rgb(255 0 0 / 25%);
      }
	  
	  .closebtn{
		  position: absolute;
		  left: auto;
          right: 1rem;
		  top: 1rem;
	  }
	  
	  .closebtn-1{
		  margin: 0.5rem 0 0 0;
		  position: absolute;
		  left: auto;
          right: 1rem;
		  bottom: 1rem;
	  }

      .closebtn:hover {
        color:#f6f7ff;
      }
	  
	  .closebtn-1:hover {
        color: #e2e3f5c9;
      }

     
      .prise-contente {
        
      }
	  
	   .prise-wrap button{
		  margin: 0 1rem;
		  flex: 1;
          max-width: 150px;
	  }
	  
	  .prise-wrap .row-flex {
         display: flex;
         justify-content: space-between;
         align-items: center;
		 flex-wrap: wrap;
		 padding: 1rem 0;
		 gap: 1rem;
		 background: linear-gradient(167deg, rgba(240,249,20,0.9920343137254902) 22%, rgba(43,240,115,1) 46%, rgba(24,177,160,1) 70%, rgba(0,31,255,1) 100%);
		 border-radius: 20px;
		 margin-bottom: 1rem;
		 box-shadow: 3px 3px 10px rgb(61 105 16 / 50%);
      }
	  
	  .prise-wrap .row-flex2{
		 background: linear-gradient(167deg, rgb(20 249 38 / 99%) 22%, rgb(147 195 33) 46%, rgb(24 138 177) 70%, rgba(0,31,255,1) 100%);
	  }
	  
	   .prise-wrap .row-flex3{
		  background: linear-gradient(167deg, rgb(20 217 249 / 99%) 22%, rgb(43 76 240 / 38%) 46%, rgb(146 24 177) 70%, rgba(0,31,255,1) 100%);
	   }
	  
	  .row-flex img{
		  margin: 0 1rem;
		  width: 70px;
		  height: 70px;
	  }
	  
	  .prise {
		  width: 80%;
          margin: 0 auto;
	  }
	  
	  @media (width <= 540px){
		  .prise {
		      width: 100%;
	    }
	  }
	  
	  .prise-wrap{
		  
}
	  
	  @media (width <=620px){
		  .row-flex img{
		   /*   display:none; */
	    }
	  }
	  
	  .prise-wrap h2{
	     margin: 0 1rem;
         text-align: start;
		 flex: 1;
	  }
	  
	  @media (width <=640px){
		  .prise-wrap h2 {	     
		      flex: 1 0 80%;
			  margin: 0;
	    }
	  }
	  
	  /*показать-закрыть конец*/
	  
	/*   прайс */
	
	.prise-section{
		padding: 0 0.5rem;
	}
	
	
	
	.prise-list {
    border-top: 1px solid #ffffff;
    margin: 0;
    padding: 1.5rem 0;
}

.prise-content-e {
    display: flex;
    border-bottom: 1px solid #ffffff;
    padding: 1rem 0;
}

.prise-content {
    display: flex;
    border-bottom: 1px solid rgba(17,17,17,.24);
    padding: 1rem 0;
}

@media (width <= 640px){
.prise-content {
    flex-direction: column;
}
}

.prise-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.head-prise {
    font-size: 1.3rem;
    line-height: 32px;
    font-weight: 500;
    color: #04040499;
	margin: 0;
	text-align: start;
	text-transform: none;
}

@media (width <= 640px){
.head-prise {
    font-size: 1.1rem;
}
}

.prise-opisanie {
    font-size: 1.1rem;
    line-height: 32px;
    font-weight: 400;
	margin: 1.5rem 0;
	text-align: start;	
	text-transform: none;
}

@media (width <= 640px){
.prise-opisanie {
    font-size: 0.9rem;
}
}

.cena {
    font-size: 1.3rem;
    font-weight: 400;
	flex-shrink: 0;
    max-width: 175px;
    min-width: 100px;
    margin-left: 40px;
    text-align: right;
    align-self: flex-start;
    margin-top: 0;
	text-transform: none;
}

.cena a{
	background: none;
    font-size: 1rem;
    border: none;
}
	
@media (width <= 640px){
.cena {
    margin-left: 0;
    text-align: start;
	font-size: 1rem;
}
}	
	
	/*   прайс конец */
	
	footer{
			
	}
	
	.footer-mail{
		margin: 1rem;
	}
	
	a:hover {
    border: none;
}
	
/* 	тест */

.red{
	border: 1px red solid;
}

.green-p{
	color: green;
}

/* аккордион вопросы-ответы */
.vopros {
	margin: 2rem auto;
}

.container-ziehharmonika {
	width: 80%;
	margin: 2rem auto;
}

@media (width <=560px) {
	.container-ziehharmonika {
	width: 100%;
	/* padding: 0 0.5rem; */
  }
}

.container-ziehharmonika h4 {
	font-size: 1.5rem;
    margin-bottom: 2rem;
	text-align: center;
}


.ziehharmonika h5 {
	font-size: 1.17em;
	background:#04305c;
	color: #fff;
	text-align: left;
	border-radius: 10px;
	padding: 14px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
	-webkit-text-fill-color: #fff;
	text-transform: none;
}
.ziehharmonika h5.active {
	margin-bottom: 21px;
	background: #009640;
}
.ziehharmonika h5::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
.ziehharmonika h5.alignLeft {
	padding-left: 35px;
}
.ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}

@media (width <=425px) {
	.ziehharmonika > div {
	padding: 0.5rem;
}
}

.ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
.ziehharmonika .active .arrowDown {
	bottom: -13px;
	border-color: #009641 transparent transparent transparent;
	opacity: 1;
}
.ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}

.ziehharmonika > div ul li::before {
	content: "";
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, 0%);
    background: url(../img/галочка.svg);
	background-size: contain
}

.ziehharmonika p {
	font-size: 1.2rem;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0.5rem;
    display: block;
    margin-bottom: 1rem;
}

li {
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 1.1rem;
}

@media (width <=320px){
	li {
        padding-left: 0;
  }
  input.answer {
    margin-right: 0.3rem;
}
}
/* аккордион вопросы-ответы конец*/