@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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}

body {
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	/* background:#FFF; */
	margin:0 auto;
	padding:0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	position: relative;
	background: linear-gradient(90deg,rgba(2,31,22,.99) 0,#1c211f 34.95%,#1b1c1c 50.54%,#1c211f 67.74%,#241402 95.16%);
}


/*** GLOBAL ***/


.btn {
  padding: 21px 55px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-family: 'gilroy',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-width: 0px;
  border-radius: 15px;
  background-color: #faaa0d;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 0 5px 0 #d39f4e, 0 20px 50px -20px #d39f4e;
}
.btn:hover{
  background-color: #ffc24b;
}
.btn.disabled {
	pointer-events: none;
	opacity: .5;
}
.main-block p.text2{
  border:1px solid #ffa600b3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 10px;
  display: inline;
}
.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: 3px solid #faaa0d;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 30px;
  box-shadow: none;
}

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

.quiz-controls .btn-border {
  background: transparent;
  border: 3px solid #faaa0d;
  text-transform: uppercase;
  color: #faaa0d;
  padding: 15px 30px;
  box-shadow: none;
}

.quiz-controls .btn-border:hover {
  background: #faaa0d;
  color: #fff;
}
/*** HEADER ***/


header {
  padding: 18px 0;
}

.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-block .logo {
  /* margin-right: 70px; */
}

.header-block .adress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  /* margin-right: 29px; */
}

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

.header-block .control {
  /* margin-left: auto; */
  /* margin-right: 51px; */
}

.header-block .phone-block .phone {
  font-size: 28px;
  line-height: 33px;
  color: #ffffff;
  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: #ffffff;
}

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



/*** MAIN ***/


.wrapper {
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0 0 30px;
}
.wrapper:after{
  /* content: ''; */
  background: url(../images/sky.png) top center no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 240px;
  background-size: cover;
}
.main {
  padding: 30px 0;
  position: relative;
}

.main-block {
  position: relative;
}

.main .main-block > .image {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

.main-block .info > .title {
  color: #ffffff;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  margin: 40px 0 30px;
  position: relative;
  z-index: 5;
  width: 780px;
}

.main-block .info .title span {
  color: #f6d365;
}

 mark {
  background: transparent;
  position: relative;
  color: #fff;
  border-radius: 10px;
    background-color: #f6d365;
  display: inline-block;
  vertical-align: top;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}


.main-block .info .price {
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin: 0 0 20px;
  font-weight: bold;
}
.main-block .info .price b{
  color: rgb(224, 0, 0);
}
.main-block .info .price del{
  color: #56698c;
}
.main-block .info .text {
  width: 500px;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
  margin: 0 0 47px;
}
.main-block .info .text b{
  color: rgb(92, 194, 234);
}
.main-block .info .controls {
  margin: 0 0 92px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.main-block .info .controls:after {
  content: "";
  width: 260px;
  height: 220px;
  background: url(../images/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: #ffffff;
}
.main-block .title strong {
  margin: 15px 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  display: block;
}
.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(43, 43, 43, 0.51) 0%, rgba(57, 44, 27, 0.5) 22.04%, rgba(69, 49, 24, 0.5) 83.87%, rgba(48, 27, 1, 0.5) 97.85%, rgba(133, 73, 0, 0.5) 100%, #a85c00 100%);
  width: 418px;
  max-width: 100%;
  border-width: 10px;
  border-radius: 10px;
  background-position: center center;
  border-color: transparent;
  box-shadow: 0px 4px 10px 0px rgba(17,63,117,0.1);
  height: 100px;
  margin-right: 30px;
  margin-bottom: 40px;
  background-size: revert;
  background-repeat: no-repeat;
}

.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;
}

.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 20px;
  width: auto;
  font-size: 18px;
}

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

.main-block .info .presents .items .item:nth-child(1) {
  /* margin-right: 18px; */
}

.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;
}

.main-block .experience b {
  display: block;
  font-weight: bold;
  font-size: 56px;
  line-height: 40px;
  text-align: center;
  color: #f6d365;
  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;
}

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

.section-title .title {
  font-weight: normal;
  font-size: 40px;
  line-height: 52px;
}
#slider{
  margin-top: 50px;
  text-align: center;

}
#slider div{

}
#slider div img{
  margin: 0 auto;
}
 .section-title .subtitle {
  font-size: 24px;
  line-height: 28px;
}

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

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

.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: 34px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(269.61deg, #00d8cc 0.09%, #03aaa1 98.52%);
  border-radius: 50px;
}

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

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

.quiz-steps .step.active {
  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 .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(../fonts/check.svg) no-repeat center center, linear-gradient(269.61deg, #00d8cc 0.09%, #03aaa1 98.52%);
}

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

.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-final {
	display: none;
  width: 100%;
  padding: 50px 60px 160px 590px;
  background: url(../images/mobile.png) no-repeat bottom left #E6FFFE;
}

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

.quiz-final .form-phone {
  width: 628px;
  position: relative;
  margin: 0 0 18px;
}

.quiz-final .form-phone input {
  background: #FFFFFF;
  border-radius: 50px;
  width: 100%;
  border: none;
  height: 80px;
  line-height: 80px;
  padding: 0 350px 0 40px;
  font-size: 18px;
}

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

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

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

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

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

.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: #FFA164;
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 420px;
  min-width: 420px;
  background: #E6FFFE;
  padding: 46px 36px;
}

.quiz-info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin: 0 0 15px;
}

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

.quiz-info .plan:before {
  content: "";
  width: 134px;
  height: 113px;
  background: url(../images/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 {
	display: none;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  position: relative;
  z-index: 25;
  margin: 90px 0 0;
}

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

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

.presents_final:before {
  content: "";
  width: 406px;
  height: 178px;
  background: url(../fonts/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: #ffffff;
  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;
}
#aftbef ul.pluss{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#aftbef ul.pluss li{
  border: 1px solid #ffa600b3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  width: 500px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#aftbef ul.pluss li img{
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 20px;
}
#aftbef ul.pluss li p{
  text-align: left;
}
#aftbef .controls{
  margin-top: 50px;
}




#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#popup2 .btn, #popup .btn{
  width: 100%;
  margin-top: 10px;
} 
#popup2 .screen2 .btn,    #popup .screen2 .btn{
  padding: 10px 20px;
  line-height: 1;
  margin: 0  0 0px 10px;
} 
#popup2 .screen2 .prev1, #popup  .screen2  .prev1{
  padding: 15px 20px;
  line-height: 1.2;
  max-width: 100px;
  margin: 0 0 0px 0;
  background: gray;
  box-shadow: 0 5px 0 #646464, 0 20px 50px -20px #727272;
} 
.popup{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}
#popup .container h2,#popup2 .container h2{
  margin: 15px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000;;
}
#popup .container,#popup2 .container{
  width: 370px;
  height: 300px;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -moz-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  -o-transform: translate(-50% , -50%);
  z-index: 12;
  padding: 0;
}
.container .close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 13;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}
.screen {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
}



#popup input, #popup2 input {
  width: 100%;
  padding: 15px 10px;
  margin: 10px 0;
  border-radius: 10px;
  outline: none;
  border: 1px solid black;
}

.container  .screen2 {
  display: none;
}

.box {
  position: relative;
}

.box select {
  background-color: #f6d365;
  color: white;
  padding: 12px;
  width: 100%;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.box select option {
  padding: 30px;
  border: none;;
}








#aftbef {
  padding-top: 37px;
  background: var(--white);
  padding-bottom: 10px;
}
#aftbef ul.aftbef {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

#aftbef .flex{
  display: flex;
}
#aftbef ul.aftbef li {
  width: 390px;
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f6;
}
#aftbef ul.aftbef li .twentytwenty-container {
  height: 200px !important;
}
#aftbef ul.aftbef li img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
#aftbef ul.aftbef li p {
  width: 100%;
  border-radius: 4px;
  background: #c9c9c9;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  margin-top: 21px;
}

#aftbef ul.aftbef li p:before {
  content: "";
  background: url("../images/aftbef/attantion.svg");
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
#aftbef ul.aftbef li .button {
  background: #faaa0d;
  width: 100%;
  margin-top: 20px;
  display: inline-flex;
  text-align: center;
  padding: 17px 30px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}


@media only screen and (max-width : 1500px) {
  .sec_4 .left {
    float: left;
    max-width: 700px;
}
.sec_4 .left h2 {
  margin-top: 60px;
  font-size: 26px;
}
.sec_4 img {
  margin-top: 405px;
  margin-left: -300px;
}
#aftbef ul.aftbef li {
  width: 340px;
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f6;
}
#aftbef ul.aftbef li .twentytwenty-container{
  height: 185px !important;
}
}

@media only screen and (max-width : 1200px) {
  .sec_4 .left {
    float: left;
    max-width: 560px;
}
.fw__second {
  position: relative;
  max-width: 370px;
}
.sec_4 .left h2 {
  margin-top: 30px;
}
.sec_4 .left p {
  font-size: 24px;
  color: #ffffff;
  line-height: 1.1;
  margin: 30px 0;
}
.sec_4 h3 {
  font-size: 29px;

}
}
@media only screen and (max-width : 1143px) {
   
    .sec_4 .left{
        margin: auto;
        display: block;
        float: none;
        padding-top: 12px;
    }
    .sec_4 .left h1{
        margin-top: 20px;
        font-size: 170%;
        text-align: center;
    }
    .sec_4 .left p{
        margin-top: 10px;
        font-size: 22px;
        /* text-align: center; */
        line-height: 1.2;
    }
 
    .sec_4 h3{
        margin-top: 10px;
        font-size: 150%;
        text-align: center;
    }
    .sec_4 img{
        display: none;
    }
    .fw__second{
        float: none;
        margin:auto;
        display: block;
        margin-top: 40px;
    }
    /*.sec_4 .right{*/
    /*margin: auto;*/
    /*display: block;*/
    /*!*width: 90%;*!*/
    /*}*/
    .sec_4{
        min-height: 924px;
    }


}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

  .sec_4 .left h2 {
    margin-top: 0px;

  }
  .sec_4 .left h2 {
    font-size: 20px;

  }
}



/* Small Devices, Tablets */
@media only screen and (min-width : 481px) and (max-width : 774px) {

    .sec_4 .left{
        margin: auto;
        display: block;
        float: none;
        padding-top: 12px;
    }
    .sec_4 .left h1{
        margin-top: 20px;
        font-size: 170%;
        text-align: center;
    }
    .sec_4 .left p{
        margin-top: 10px;
        font-size: 120%;
        /* text-align: center; */
    }
    .sec_4 h3{
        margin-top: 10px;
        font-size: 150%;
        text-align: center;
    }
    .sec_4 img{
        display: none;
    }
    .fw__second{
        float: none;
        margin:auto;
        display: block;
        margin-top: 30px;
    }
    /*.sec_4 .right{*/
    /*margin: auto;*/
    /*display: block;*/
    /*!*width: 90%;*!*/
    /*}*/
    .sec_4{
        min-height: 750px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {



    .sec_4 .left h2{
        margin-top: 20px;
        font-size: 17px;
        /* text-align: center; */
    }
    .sec_4 .left p{
        margin-top: 10px;
        font-size: 18px;
        /* text-align: center; */
        line-height: 1.3;
    }
    .sec_4 h3{
        margin-top: 10px;
        font-size: 150%;
        text-align: center;
    }
    .sec_4 img{
        display: none;
    }
    /*.sec_4 .right{*/
        /*margin: auto;*/
        /*display: block;*/
        /*!*width: 90%;*!*/
    /*}*/
    .sec_4{
        min-height: 830px;
    }
}

@media only screen and (min-width : 400px) and (max-width: 480px) {
    .sec_4 .right{
        width: 90%;
        margin: auto;
        display: block;
    }

}



/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}




/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}



/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {



}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {



}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}


@media screen and (max-width: 580px) {

}
@media screen and (max-width: 480px) {

  .fw__second h2 {
    font-size: 23px;
  }
  #aftbef {
    padding-top: 0px;

    padding-bottom: 28px;
  }

  .twentytwenty-container img {
    width: 100%;
  }
  #aftbef ul li {
    width: 100%;
    padding: 0;
    border-radius: 8px;
    background: transparent;
  }
  #aftbef ul li .twentytwenty-container {
    height: 214px !important;
  }
}
/* Стили для создания блика на кнопке */
.btn-anim{
  position: relative;
  overflow: hidden;
}
.btn-anim:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */
    rgba(255, 255, 255, 0.8), /* Цвет блика */
    rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */
  );
  top: 0;
  left: -100px;
  animation: shine 2s infinite linear; /* Анимация блика */
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}