@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: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

*, ::before, ::after {
  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: none;
}

b, strong {
  font-weight: bold;
}

input {
  outline: none;
}

input:focus, textarea:focus {
  box-shadow: none;
}

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

img {
  border: 0px;
  max-width: 100%;
  vertical-align: top;
}

iframe {
  border: 0px;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease-out 0s;
}

a:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  margin: 0px auto;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
  background: linear-gradient(90deg, rgb(197, 248, 255) 0px, rgb(230 248 255) 34.95%, rgb(217 248 255) 50.54%, rgb(205 245 255) 67.74%, rgb(193, 233, 245) 95.16%);
}

.btn {
  padding: 21px 55px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  color: rgb(255, 255, 255);
  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: rgb(84, 43, 150);
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s, border-color 0.2s ease-in-out 0s;
  box-shadow: rgb(65, 27, 124) 0px 5px 0px, rgb(67, 26, 133) 0px 20px 50px -20px;
}

.btn:hover {
  background-color: rgb(65, 27, 124);
}

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

.main-block p.text2 {
  border: 4px solid rgb(84, 43, 150);
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  color: rgb(84, 43, 150);
  padding: 10px;
  display: inline;
}

.btn b {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: rgb(255, 255, 255);
}

.btn span {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: rgb(255, 255, 255);
  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 rgb(84, 43, 150);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  padding: 15px 30px;
  box-shadow: none;
}

.btn-border:hover {
  background: rgb(84, 43, 150);
  color: rgb(255, 255, 255);
}

.quiz-controls .btn-border {
  background: transparent;
  border: 3px solid rgb(84, 43, 150);
  text-transform: uppercase;
  color: rgb(84, 43, 150);
  padding: 15px 30px;
  box-shadow: none;
}

.quiz-controls .btn-border:hover {
  background: rgb(84, 43, 150);
  color: rgb(255, 255, 255);
}

header {
  padding: 18px 0px;
}

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

.header-block .logo {
}

.header-block .adress {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  color: rgb(0, 0, 0);
}

.header-block .adress svg {
  width: 40px;
  height: 40px;
  fill: rgb(84, 43, 150);
  margin-right: 15px;
}

.header-block .control {
}

.header-block .phone-block .phone {
  font-size: 28px;
  line-height: 33px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 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: rgb(0, 0, 0);
}

.header-block .phone-block .time::before {
  content: "";
  background: rgb(15, 231, 63);
  width: 8px;
  height: 8px;
  border-radius: 50px;
  margin-right: 5px;
}

.wrapper {
  overflow: hidden;
  background-size: cover;
  z-index: 10;
  position: relative;
  margin: 0px 0px 30px;
}

.wrapper::after {
  background: url("../images/sky.png") center top / cover no-repeat;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  height: 240px;
}

.main {
  padding: 30px 0px;
  position: relative;
}

.main-block {
  position: relative;
}

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

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

.main-block .info .title span {
  color: rgb(84, 43, 150);
}

mark {
  background: rgb(84, 43, 150);
  position: relative;
  color: rgb(255, 255, 255);
  border-radius: 10px;
  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: rgb(0, 0, 0);
  margin: 0px 0px 20px;
  font-weight: bold;
}

.main-block .info .price b {
  color: rgb(224, 0, 0);
}

.main-block .info .price del {
  color: rgb(86, 105, 140);
}

.main-block .info .text {
  width: 500px;
  font-size: 16px;
  line-height: 140%;
  color: rgb(255 255 255);
  margin: 0px 0px 47px;
}

.main-block .info .text b {
  color: rgb(92, 194, 234);
}

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

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

.main-block .info .presents .title {
  margin: 0px 0px 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  text-align: center;
}

.main-block .title strong {
  margin: 15px 0px;
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
  color: rgb(0, 0, 0);
  display: block;
}

.main-block .info .presents .items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-block .info .presents .items .item {
  display: flex;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(84, 43, 150, 0.7) 0%, rgba(122, 65, 213, 0.7) 22.04%, rgba(118, 62, 209, 0.7) 83.87%, rgba(100, 50, 181, 0.7) 97.85%, rgba(84, 43, 150, 0.7) 100%, rgb(84, 43, 150) 100%);
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 453px;
  max-width: 100%;
  border-width: 10px;
  border-radius: 10px;
  background-position: center center;
  border-color: transparent;
  box-shadow: rgba(17, 63, 117, 0.1) 0px 4px 10px 0px;
  height: 120px;
  margin-right: 0px;
  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: rgb(0, 0, 0);
}

.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: 0px;
  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) {
}

.main-block .experience {
  background: rgb(253, 253, 253);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 44px 24px;
  border-radius: 10px;
  position: absolute;
  right: 0px;
  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: rgb(84, 43, 150);
  margin: 0px 0px 10px;
}

.main-block .experience span {
  font-size: 14px;
  line-height: 17px;
  display: block;
  color: rgb(0, 0, 0);
}

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

.section-title {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 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: 0px auto;
}

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

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

.quiz-block .quiz-title {
  color: rgb(0, 0, 0);
  font-size: 24px;
  line-height: 1;
  margin: 0px 0px 30px;
}

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

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

.quiz-block .quiz-title .line {
  width: 100%;
  background: rgb(230, 230, 230);
  border-radius: 50px;
  position: relative;
  height: 34px;
  overflow: hidden;
}

.quiz-block .quiz-title .line span {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background: linear-gradient(269.61deg, rgb(126, 98, 171) 0.09%, rgb(84, 43, 150) 98.52%);
  border-radius: 50px;
}

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

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

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

.quiz-steps .step .step-question {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin: 0px 0px 37px;
  color: rgb(0, 0, 0);
}

.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: 0px 0px 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: rgb(229, 229, 229);
  position: absolute;
  left: 0px;
  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") center center no-repeat, linear-gradient(269.61deg, rgb(0, 216, 204) 0.09%, rgb(3, 170, 161) 98.52%);
}

.quiz-steps .step .answers .item input:checked + label {
  color: rgb(84, 43, 150);
}

.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: 0px;
  text-align: center;
}

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

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

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

.quiz-steps .step .answers-block .answers.a-presents .item label::before {
  left: 50%;
  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") left bottom no-repeat rgb(230, 255, 254);
}

.quiz-final .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 57px;
  margin: 0px 0px 30px;
  color: rgb(84, 43, 150);
}

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

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

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

.quiz-final .form-text {
  color: rgb(109, 109, 109);
  font-size: 14px;
  line-height: 19px;
  margin: 0px 0px 45px;
}

.quiz-final .form-text a {
  color: rgb(109, 109, 109);
  border-bottom: 1px solid rgb(109, 109, 109);
}

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

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

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

.quiz-final .present-final span {
  display: inline-block;
  vertical-align: top;
  color: rgb(84, 43, 150);
  font-weight: 500;
  font-size: 15px;
}

.quiz-info {
  width: 420px;
  min-width: 420px;
  background: rgb(239, 230, 255);
  padding: 46px 36px;
}

.quiz-info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 120%;
  color: rgb(0, 0, 0);
  margin: 0px 0px 15px;
}

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

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

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

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

.quiz-info .presents .items .item {
  background: rgb(255, 255, 255);
  width: calc(50% - 15px);
  margin-right: 30px;
}

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

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

.presents_final span {
  display: block;
  text-align: center;
  color: rgb(254, 116, 23);
}

.presents_final .icon {
  width: 165px;
  height: 165px;
  margin: 0px auto 25px;
  fill: rgb(84, 43, 150);
}

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

.modal {
  padding: 30px;
  border-radius: 20px;
  background: rgb(255, 255, 255);
  width: 320px;
  margin: 0px auto;
  display: none;
}

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

.modal .modal-title b {
  display: block;
  font-size: 20px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 10px;
}

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

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

.copyright .link a {
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(204, 204, 204);
}

.slide ul.pluss {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.slide ul.pluss li {
  border: 1px solid rgba(255, 166, 0, 0.7);
  border-radius: 10px;
  padding: 10px;
  width: 500px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.slide ul.pluss li img {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 20px;
}

.slide ul.pluss li p {
  text-align: left;
}

.slide .controls {
  margin-top: 50px;
}

#popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  align-items: center;
  justify-content: center;
  z-index: 10;
}

#popup .btn {
  width: 100%;
  margin-top: 10px;
}

.popup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 11;
}

#popup .container h2 {
  margin: 15px 0px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: rgb(0, 0, 0);
}

#popup .container {
  width: 370px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 12;
  padding: 0px;
}

.container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 13;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.screen {
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  height: 100%;
}

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

.sec_4 {
  min-height: 620px;
  background-size: cover;
  padding-bottom: 50px;
  box-sizing: content-box;
}

.sec_4 .left {
  float: left;
  max-width: 840px;
}

.sec_4 .left h2 {
  font-size: 30px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 110px;
  margin-bottom: 0px;
  font-weight: bold;
}

.sec_4 .left p {
  font-size: 28px;
  color: rgb(0, 0, 0);
  line-height: 1;
  margin: 30px 0px;
}

.sec_4 h3 {
  font-size: 37px;
  color: rgb(0, 0, 0);
  line-height: 0.99;
}

.sec_4 img {
  position: absolute;
  z-index: 1;
  margin-top: 445px;
  margin-left: -188px;
}

.fw__second {
  position: relative;
  max-width: 400px;
  box-sizing: border-box;
  background-color: rgb(239, 230, 255);
  padding: 10px 35px 45px;
  float: right;
  z-index: 0;
  margin-top: 20px;
  border: 2px solid rgb(84, 43, 150);
}

.fw__second h2 {
  font-size: 26px;
  color: rgb(0, 0, 0);
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.fw__second h4 {
  font-size: 20px;
  color: rgb(255, 0, 0);
  text-transform: uppercase;
  text-align: center;
  margin: 15px 0px;
}

.fw__second button {
  color: rgb(255, 255, 255);
  background-color: rgb(84, 43, 150);
  font-size: 16px;
  width: 100%;
  border: none;
  padding: 12px 2px;
  margin: 25px 0px;
  border-radius: 0px;
}

.sec_4 .qwert {
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 19px;
  line-height: 1.3;
  padding-top: 17px;
}

input[type="text"], select, option, input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="url"], textarea, .jq-selectbox__select {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  margin-bottom: 11px;
  color: rgb(27, 139, 1);
  padding: 0px 14px;
  height: 53px;
  transition: color 0.2s ease 0s, border-color 0.2s ease 0s;
  outline: none;
}

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

@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: rgb(0, 0, 0);
      line-height: 1.1;
      margin: 30px 0px;
  }

  .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;
      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: 40px auto auto;
      display: block;
  }

  .sec_4 {
      min-height: 924px;
  }
}

@media only screen and (max-width: 992px) {
  .sec_4 .left h2 {
      margin-top: 0px;
  }

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

@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%;
  }

  .sec_4 h3 {
      margin-top: 10px;
      font-size: 150%;
      text-align: center;
  }

  .sec_4 img {
      display: none;
  }

  .fw__second {
      float: none;
      margin: 30px auto auto;
      display: block;
  }

  .sec_4 {
      min-height: 750px;
  }
}

@media only screen and (max-width: 480px) {
  .sec_4 .left h2 {
      margin-top: 20px;
      font-size: 17px;
  }

  .sec_4 .left p {
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.3;
  }

  .sec_4 h3 {
      margin-top: 10px;
      font-size: 150%;
      text-align: center;
  }

  .sec_4 img {
      display: none;
  }

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

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

@media only screen and (min-width: 320px) {
}

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

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

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