@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Medium.woff') format('woff'), url('../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Book.eot');
    src: url('../fonts/FuturaPT-Bookd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Book.woff') format('woff'), url('../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Bold.woff') format('woff'), url('../fonts/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Demi.eot');
    src: url('../fonts/FuturaPT-Demid41d.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaPT-Demi.woff') format('woff'), url('../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-display:fallback;
    font-style: normal;
}

body {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  font-family: 'Gilroy', sans-serif;
  padding-top: 94px;
  overflow-x: hidden;
}

* {
  outline: none!Important;
}

button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nomob {
  display: block;
}

.onlymob {
  display: none;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.flex::before, .row.flex::after {
  display: none;
}

.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 84px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
}

.head_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_nav {
  text-align: center;
}

.top_nav li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.logo img {
  max-width: 150px;
}

.top_nav li a {
  font-size: 19px;
  position: relative;
  line-height: 18px;
  color: #000000;
}

.top_nav li:first-child {
  margin-left: 0;
}

.top_nav li:last-child {
  margin-right: 0;
}

.container {
  max-width: 1290px;
  width: 100%;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.intro_section {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  position: relative;
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  z-index: 10;
  margin-top: -28px;
}

.intro_section {
  background-image: url(../img/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.fullw {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 700px;
  display: block;
}

.fullw::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
}

.fullw:hover::before {
  -webkit-animation: none;
  animation: none;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}

h1 {
  margin: 0;
  margin-bottom: 40px;
  margin-top: 70px;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #000;
}

h1 span {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 20px;
  color: #CEA390;
}

.after_h1 {
  margin-bottom: 70px;
  font-weight: 300;
  font-size: 40px;
  line-height: 32px;
  color: #000;
}

button {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
}

.normb {
  width: 100%;
  height: 90px;
  background: #CEA390;
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
}

.normb img {
  margin-left: 15px;
  position: relative;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -4px;
}

.normb:hover img {
  left: 5px;
}

.normb::before {
  content: '';
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.normb:hover::before {
  opacity: 1;
}

.hedbut {
  width: 50%;
  height: 50px;
  background: #CEA390;
  border-radius: 10px;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding-top: 5px;
  opacity: 1;
}

.hedbut::before {
  content: '';
  display: block;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px solid #000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hedbut:hover::before {
  opacity: 1;
}

.intro_bot {
  margin-top: 45px;
}

.intro_bot button {
  max-width: 285px;
}

.intro_bot p {
  margin-bottom: 0;
  width: calc(100% - 289px);
  padding-left: 25px;
  font-size: 25px;
  line-height: 25px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
}

h2 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 51px;
  line-height: 52px;
  color: #000000;
}

.after_h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
  font-size: 24px;
  line-height: 24px;
  color: #000000;
}

.secure_section {
  padding-top: 94px;
  position: relative;
}

.secure_section .container {
  position: relative;
  z-index: 100;
}

.secure_section::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/bg_secure.jpg);
  max-height: 466px;
  height: 100%;
}

.secure_section h2 {
  margin-bottom: 15px;
  color: #000;
}

.secure_section .after_h2 {
  color: #000;
  margin-bottom: 40px;
}

.secure_panel_wrp {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 10;
}

.secure_item::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/ps_secure2.svg);
  background-repeat: no-repeat;
  height: 4px;
  width: calc(100% - 70px);
  top: 34px;
  left: calc(50% - 30px);
  z-index: -1;
}

.secure_item:last-child::before {
  display: none;
}

.secure_item {
  position: relative;
}

.secure_item div {
  margin-bottom: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  height: 70px;
  border: 2px solid #CEA390;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
}

.secure_item:hover div {
  background-color: #CEA390;
}

.secure_item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.way_section {
  padding: 10px 0;
  margin-bottom: 50px;
}

.way_section h2 {
  margin-bottom: 35px;
  margin-top: 55px;
}

.way_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 484px;
  border-radius: 20px;
}

.way_info {
  position: relative;
  z-index: 10;
  padding-right: 15px;
}

.way_ttle {
  margin-bottom: 1px;
  font-weight: bold;
  font-size: 35px;
  line-height: 37px;
  color: #000000;
}

.way_subttle {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 26px;
  line-height: 29px;
  color: #000000;
}

.way_list li {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 24px;
  color: #000000;
  position: relative;
  padding-left: 48px;
}

.way_list li:last-child {
  margin-bottom: 0;
}

.way_list li::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/way_list.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  left: 0;
  top: 2px;
}

.ways_wrp_all > .row:nth-child(odd) > div:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ways_wrp_all > .row:nth-child(odd) > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 0;
}

.ways_wrp_all > .row:nth-child(even) > div:nth-child(1) {
  padding-right: 0;
}

.ways_wrp_all > .row:nth-child(even) .way_info {
  padding-left: 15px;
  padding-right: 0;
}

.ways_wrp_all > .row::before {
  content: '';
  display: block!important;
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 100;
  left: calc(50% - 39px);
  bottom: -39px;
  background-size: 80px;
}

.ways_wrp_all > .row {
  position: relative;
}

.ways_wrp_all > .row:last-child::before {
  display: none!important;
}

.go_prev, .go_next {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/prev.svg);
  background-color: #F5F2F0;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.go_prev:hover, .go_next:hover {
  background-color: #CEA390;
}

.go_next {
  background-image: url(../img/next.svg);
}

.stat_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 160px;
}

.stat_num {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.line_stat {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 2px;
  background-color: black;
  margin: 0 5px;
}

.stat_nav_wrp {
  margin-top: 50px;
  position: relative;
  z-index: 100;
}

.stat_num span {
  vertical-align: middle;
}

.quiz_section {
  background-position: center;
  background-size: cover;
  padding: 25px 0;
  background-image: url(../img/bg_quiz.jpg);
}

.quiz_section h2 {
  color: #000;
  margin-bottom: 5px;
}

.quiz_ttle {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 35px;
  line-height: 52px;
  color: #000;
}

.quiz_inner {
  min-height: 237px;
}

.quiz_inner .flex {
  margin-bottom: -25px;
}

.quiz_inner .flex > div {
  margin-bottom: 25px;
}

.check_item_quiz {
  height: 100%;
  min-height: 92px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 4px solid transparent;
  background-color: #fff;
  background: #FFFFFF;
  border-radius: 10px;
  padding-left: 84px;
  padding-top: 15px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.check_item_quiz::before {
  background-image: url(../img/check1.svg);
  background-repeat: no-repeat;
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 30px;
  top: calc(50% - 12px);
}

.check_item_quiz.checked, .check_item_quiz:hover {
  border-color: #CEA390;
}

.control_flex {
  margin-bottom: -15px;
}

.control_flex > div {
  margin-bottom: 15px;
}

.step_prev {
  height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  display: none;
  color: #FFFFFF;
}

.step_prev:hover {
  background-color: #000;
}

.quiz_item {
  display: none;
}

.quiz_item:first-child {
  display: block;
}

input {
  height: 90px;
  width: 100%;
  background: #fff;
  border: none;
  padding: 0 1px;
  font-weight: normal;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.square_object, .adres_object {
  max-width: 410px;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quiz_item form {
  max-width: 712px;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

.quiz_item form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.quiz_item form button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.quiz_item .pressing {
  text-align: center;
}

.pressing {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.pressing a {
  color: #CEA390;
}

.pressing a:hover {
  text-decoration: underline;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.cases_wrp_section h2 {
    margin-bottom: 30px;
}

.cases_wrp_section {
    padding-top: 40px;
    padding-bottom: 124px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/bg_cases.png);
    background-position: calc(50% + 421px) 0;
}

.case_item {
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cases_carousel {
    z-index: 1;
    border-radius: 15px;
    -webkit-box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
    position: relative;
}

.case_imgs {
    width: 415px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.case_descript {
    width: calc(100% - 415px);
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.case_main_img {
    background-position: center;
    background-size: cover;
    margin-bottom: 12px;
    height: 255px;
    border-radius: 15px;
}

.case_screen {
    border-radius: 15px;
    display: block;
    background-position: center;
    background-size: cover;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
}

.case_label {
    margin-bottom: 8px;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    color: #000000;
    padding: 0 5px;
}

.case_in_text {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 19px;
    line-height: 22px;
    color: #000000;
}

.case_button {
    max-width: 290px;
}

.cases_wrp {
    position: relative;
}

.cases_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    background: #F7FFFFF;
    -webkit-box-shadow: 10px 14px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 10px 14px 40px rgba(0, 0, 0, 0.04);
    border-radius: 19px;
    width: 100%;
    height: 100%;
}

.cases_wrp::after {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #FFFFFF;
    -webkit-box-shadow: 10px 14px 40px rgba(0, 0, 0, 0.04);
    box-shadow: 10px 14px 40px rgba(0, 0, 0, 0.04);
    border-radius: 19px;
    width: 100%;
    height: 100%;
}

.cases_wrp .stat_nav_wrp {
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 100;
}

.advice_section {
  position: relative;
  padding-top: 10px;
  z-index: 100;
}

.advice_section::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/advice_bg.jpg);
  max-height: 915px;
}

.advice_section .container {
  position: relative;
  z-index: 100;
}

.advice_section h2 {
  color: #000;
  margin-bottom: 12px;
}

.advice_section a {
  color: #fff;
  text-decoration: underline;
}

.rev_item {
  margin-bottom: 15px;
  position: relative;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 28px;
  height: calc(100% - 13px);
}

.rev_item::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/rev_triangle.svg);
  width: 19px;
  height: 15px;
  left: 34px;
  bottom: -13px;
}

.rev_header {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.rev_img {
  display: inline-block;
  vertical-align: middle;
  background-position: top center;
  background-size: cover;
  border-radius: 10px;
  width: 110px;
  height: 110px;
}

.rev_names {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 114px);
  padding-left: 35px;
  position: relative;
}

.rev_names::before {
  content: '';
  display: block;
  position: absolute;
  width: 85px;
  height: 64px;
  z-index: -1;
  top: calc(50% - 32px);
  left: 17px;
}

.rev_names p {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #000000;
}

.rev_text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.rev_slider {
  margin-bottom: 45px;
}

.faq_section {
  padding-top: 10px;
  margin-bottom: 40px;
}

.faq_item {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 35px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
  box-shadow: 10px 14px 160px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}

.faq_item::before {
  background-image: url(../img/faq_ar.svg);
  content: '';
  display: block;
  position: absolute;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  width: 23px;
  height: 23px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 35px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 40px;
}

.faq_header {
  padding-right: 25px;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
}

.faq_body {
  border-left: 5px solid #CEA390;
  padding-left: 15px;
  margin-top: 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  display: none;
  color: #000000;
}

.contact_section {
  padding-top: 70px;
  position: relative;
  background-image: url(../img/bg1.jpg);
}

.map_wrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map_wrp iframe {
    width: 100%;
    height: 100%;
}

.contact_wrp {
  position: relative;
  z-index: 100;
  max-width: 690px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
  background: #FFFFFF;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.contact_wrp h2 {
  margin-bottom: 50px;
}

.cont_list li {
  margin-bottom: 16px;
  position: relative;
  padding-left: 32px;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.cont_list li a {
  font-weight: bold;
  color: black;
}

.cont_list li a:hover {
  text-decoration: underline;
}

.cont_list li > img {
  position: absolute;
  left: 0;
  top: 0;
}

footer {
  padding: 18px 0;
  background-color: #DCDCDC;
}

.foot_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.foott {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

a.foott:hover {
  text-decoration: underline;
}

@-webkit-keyframes line_hover_in {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes line_hover_in {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes line_hover_out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@keyframes line_hover_out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

.top_nav li a::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  background: #CEA390;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.top_nav li a:hover::after {
  -webkit-animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
  animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}

.normb {
  overflow: hidden;
}

@-webkit-keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

@keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

.step_next::after {
  display: none;
}

.modal-dialog {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  margin-top: 40px;
}

.modal_wrp {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 14px 230px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 14px 230px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
  padding-bottom: 30px;
}

.closemod {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 11px;
  right: 11px;
}

.closemod:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.modal_wrp .flex {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px;
}

.modal_wrp .flex > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}

.modal_wrp .flex input {
  height: 70px;
  background-color: #F6F6F6;
  padding: 0 30px;
}

.modal_wrp form .flex button {
  max-width: 100%;
  width: 100%;
}

.modal_wrp form .pressing {
  margin-top: 20px;
  color: black;
  max-width: 380px;
}

.mt1 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 37px;
  line-height: 46px;
  color: #000000;
}

.mt2 {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
}

#politika .modal-dialog {
  max-width: 1200px;
}

.open_nav {
  display: none;
}

.play_vid {
  display: none;
}

.wa_call {
  max-height: 50px;
}

.wa_call_mob, .recall {
  display: none;
}

.pressing {
  padding-left: 32px;
}

.pressing::before {
  position: absolute;
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  border: 2px solid #fff;
  border-radius: 4px;
  top: -1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pressing.pressed::before {
  border-color: #CEA390;
  border-width: 5px;
}

form > div:not(.flex) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
}

.cases_carousel .item {
  height: 100%;
}

.cases_carousel .case_item {
  height: 100%;
}

.case_upper {
  width: 100%;
}

.rev_slider .item {
  height: 100%;
}

.after_h1 {
  padding-left: 19px;
  border-left: 4px solid #CEA390;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  color: #000;
}

::-webkit-input-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

[name="phone"] {
  background-repeat: no-repeat!important;
}

.head_cont {
  width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toptel {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: right;
  color: #000000;
}

.toptel:hover {
  color: #CEA390;
}

.pressing span {
  text-decoration: underline;
}

.pressing span:hover {
  text-decoration: none;
}

.pressing {
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  padding-left: 29px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: rgba(50, 50, 50, 0.44);
  margin-bottom: 10px;
  display: inline-block;
}

.pressing::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 6px solid rgba(50, 50, 50, 0.44);
}

.pressing.pressed::before {
  border-color: #CEA390;
}

.zakaz_but {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #CEA390;
  width: 100%;
  text-decoration: underline dotted;
}

.zakaz_but {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-329.83%, #FFFFFF), color-stop(173.39%, rgba(0, 0, 0, 0))), #CEA390;
  background: linear-gradient(180deg, #FFFFFF -329.83%, rgba(0, 0, 0, 0) 173.39%), #CEA390;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 4px 14px rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.zakaz_but:hover {
  color: #000;
  border: 2px solid grey;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.zakaz_but:active {
  color: #fff;
  border-top: 2px solid grey;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.look_more {
  width: 100%;
  max-width: 215px;
  height: 55px;
  margin: auto;
}

.mod_wrp {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #FFFFFF;
  -webkit-box-shadow: 7px 26px 66px rgba(48, 48, 60, 0.24);
  box-shadow: 7px 26px 66px rgba(48, 48, 60, 0.24);
  border-radius: 6px;
  padding-top: 55px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 55px;
}

.mod_wrp::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.2;
  border: 1px solid #CEA390;
  border-radius: 3px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.modal-lg {
  max-width: 1160px;
  width: 100%;
}

.modal-lg .mod_wrp {
  max-width: 100%;
}

.modal_in {
  position: relative;
  z-index: 100;
}

.case_ttle_modal {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 28px;
  line-height: 30px;
  color: #40372E;
}

.case_img_item {
  display: block;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 340px;
  margin-bottom: 10px;
}

.case_img_item::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.case_media_area_wrp {
  padding-right: 15px;
}

.cat_ttle {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #40372E;
}

.normt {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 22px;
  color: #40372E;
}

.norm_list {
  margin-bottom: 30px;
}

.norm_list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 36px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #40372E;
}

.norm_list li:last-child {
  margin-bottom: 0;
}

.norm_list li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../img/norm_list.svg);
  width: 22px;
  height: 22px;
}

.norm_list li::before {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 16px;
  background-color: #CEA390;
  top: 10px;
}

.over_forma_t {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #40372E;
  margin-bottom: 5px;
  border-left: 4px solid #CEA390;
  padding-left: 30px;
}

.over_forma_t p {
  font-weight: bold;
  margin-bottom: 0;
}

.in_item {
  position: relative;
  margin-bottom: 1px;
}

.in_item input {
  background: none;
  border: none;
  padding-bottom: 1px;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 1px;
  padding-right: 30px;
  color: #40372E;
  border-bottom: 1px solid #40372E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.in_item span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 35px;
  text-align: right;
  color: #CEA390;
}

.in_item input:focus {
  border-bottom-color: #CEA390;
}

form .zakaz_but {
  width: 100%;
  max-width: 100%;
  margin-top: 25px;
  height: 70px;
  margin-bottom: 15px;
  font-size: 14px;
}

.closemod {
  position: fixed;
  cursor: pointer;
  z-index: 100;
  top: 40px;
  right: 40px;
}

.two {
  padding-bottom: 30px;
  background: #FFA800;
}

.two h2 {
  margin-bottom: 30px;
  color: #000;
}

.two .row > div {
  margin-bottom: 20px;
}

.two {
  padding: 5px 0;
  background-color: #E8E8E8;
}

.h2_ar_flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.h2_ar_flex h2 {
  width: 100%;
}

.intro_numbers_panel {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  padding-top: 45px;
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  border-radius: 10px;
}

.intro_numbers_panel::before {
  content: "";
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #15a8d4;
  -webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  bottom: -30px;
  left: -30px;
  z-index: -1;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.intro_numbers_panel > div {
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}

.intro_numbers_panel > div > div {
  margin-bottom: 35px;
}

.intro_numbers_panel > div > div:last-child {
  margin-bottom: 0;
}

.intro_numbers_panel > div > div p {
  margin-bottom: 0;
  position: relative;
  padding-left: 38px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #0c1014;
}

.intro_numbers_panel > div > div p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 28px;
  height: 1px;
  background-color: #0c1014;
  top: 11px;
}

.intro_numbers_panel > div > div span {
  display: block;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #CEA390;
}

.workers_section {
  padding-top: 115px;
  padding-bottom: 135px;
  overflow: hidden;
  background: #f2f2f2;
}

.jur_panel_item {
  margin-bottom: 80px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 74px;
  padding-bottom: 75px;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 15px;
}

.jur_panel_item_wrp:last-child > div {
  margin-bottom: 0;
}

.jur_panel_item_wrp a {
  color: #fff;
}

.jur_img {
  min-height: 420px;
  background-position: top center;
  background-size: cover;
  position: relative;
  width: 400px;
  border-radius: 15px;
}

.jur_descript {
  width: calc(100% - 400px);
  padding-left: 100px;
}

.jur_descript hr {
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 0.1;
  border-color: #000000;
}

.jur_name {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #0c1014;
}

.jur_name span {
  display: block;
  margin-top: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #15a8d4;
}

.jur_descript_list li {
  margin-bottom: 21px;
}

.jur_descript_list li:last-child {
  margin-bottom: 0;
}

.jur_descript_list li p {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #000000;
}

.jur_descript_list li span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #000000;
}

.jur_panel_item_wrp:last-child > div .jur_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.jur_panel_item_wrp:last-child > div .jur_descript {
  padding-left: 0;
  padding-right: 100px;
}

.jur_panel_item_wrp:last-child > div::before {
  background-image: url(../img/jur_ps2.svg);
  width: 366px;
  height: 58px;
  top: -42px;
  left: inherit;
  right: -122px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.jur_panel_item_wrp:last-child > div::after {
  content: "";
  display: block;
  position: absolute;
  left: -50px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  background: #15a8d4;
  -webkit-box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  box-shadow: 0px 23px 50px rgba(31, 41, 47, 0.06);
  z-index: -1;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.row.flex.pr_flx {
  padding-top: 20px;
  padding-bottom: 40px;
}

.row.flex.pr_flx > div {
  margin-bottom: 25px;
}

.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.flex::before, .row.flex::after {
  display: none;
}

.flex.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.step_item, .step_item * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

h2 {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
  color: #323232;
}

input {
  background: none;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  height: 90px;
  padding-left: 64px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.block6 {
  padding-bottom: 25px;
  background-repeat: no-repeat;
  background-position: left;
  background-color: #E6E6E6;
  background-image: url(../img/bg5.png);
}

.block6 h2 {
  font-size: 40px;
  color: #40372E;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.block6 .flex > div {
  margin-bottom: 30px;
}

.ideal_wrp {
  height: 100%;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))), #F8F8F8;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F8F8F8;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding-top: 16px;
  padding-left: 30px;
  overflow: hidden;
  padding-right: 25px;
  padding-bottom: 23px;
}

.ideal_wrp div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.ideal_wrp div::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  opacity: 0.2;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.ideal_wrp i {
  margin-bottom: 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 46px;
  color: #CEA390;
  display: block;
  position: relative;
  z-index: 100;
}

.ideal_wrp p {
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  color: #20203F;
  border-bottom: 1px solid rgba(86, 87, 104, 0.15);
  position: relative;
  z-index: 100;
}

.ideal_wrp span {
  position: relative;
  z-index: 100;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #565768;
}

.ideal_wrp:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ideal_wrp:hover div {
  opacity: 1;
}

.ideal_wrp:hover p {
  color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.67);
}

.ideal_wrp:hover span {
  color: #000;
}

.two {
  padding-top: 50px;
  position: relative;
  z-index: 100;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 100% 29%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: rgba(241, 240, 242, 0.4);
}

.catalog_ysl {
  position: relative;
  height: 100%;
  padding: 30px;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding-top: 0;
}

img.iz1 {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.catalog_ysl img {
  display: block;
  margin-bottom: 29px;
  margin-top: -50px;
}

.catalog_ysl p {
  margin-bottom: 14px;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  color: #000;
  text-align: center;
}

.catalog_ysl span {
  display: block;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
  color: #310D0C;
  text-align: center;
}

h2 {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 45px;
  line-height: 60px;
  color: #323232;
}

input {
  background: none;
  border: none;
  margin-bottom: 10px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #666666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  height: 90px;
  padding-left: 64px;
  padding-right: 20px;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.img_rev {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.img_rev img {
  max-height: 250px;
  object-fit: cover;
}

.qu_section h2 {
  margin-bottom: 30px;
  font-size: 40px;
}

.qu_section {
  padding-bottom: 30px;
  padding-top: 40px;
}

.min_img {
  display: inline-block;
  max-width: 100%;
  border-radius: 10px;
}

.wr_panel {
  padding-top: 30px;
  border-top: 2px solid #dc7b42;
  display: inline-block;
  margin-bottom: 20px;
}

.qu_section .check_list li {
  margin-bottom: 30px;
}

.qu_section .check_list {
  margin-bottom: 0;
}

.check_list {
  margin-bottom: 28px;
  max-width: 530px;
}

.check_list li {
  position: relative;
  display: block;
  margin-bottom: 50px;
  padding-left: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000;
}

.check_list li::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/norm_list.svg);
  width: 22px;
  height: 22px;
  left: 0;
  top: 5px;
}

.wr_panel {
  padding-top: 30px;
  border-top: 2px solid #CEA390;
  display: inline-block;
  margin-bottom: 20px;
}

.wr_panel span {
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height, or 105% */ /* Brown_dark 01 */ color: #000;
}

.warning {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  justify-content: right;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  z-index: 120;
  border: 1px solid black;
  height: 150px;
  width: 400px;
  border-radius: 10px;
  margin: 20px;
  text-align: center;
  align-items: center;
}

.warning--active {
  display: flex;
}

.warning__text {
  margin-right: 30px;
}

.warning__apply {
  padding: 10;
  margin: 10;
  display: inline-block;
  vertical-align: middle;
  background: none;
  border: none;
}

.normb2 {
  margin: 10px;
  width: 100%;
  height: 35px;
  background: #fff;
  border-radius: 10px;
  border: thin solid black;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  padding-top: 5px;
}
.form-at {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; 
    overflow: hidden;
    font-size: 0;  
    letter-spacing: 0;    
    background: #f9f9f9;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2), 0 10px 18px rgba(0,0,0,0.1);
    border-radius: 8px;
}
.form-at * {
    box-sizing: border-box;
}
.validate-input-at,
.no-validate-input-at {
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
    margin-bottom: 20px;
    border-radius: 8px;
}
.validate-input-at.w50,
.no-validate-input-at.w50 {
    width: calc(50% - 10px);
    display: inline-block;
}
.validate-input-at.w50:first-child,
.no-validate-input-at.w50:first-child {
    margin-right: 20px;
}
.input-at {
    display: block;
    width: 100%;
    background: transparent;
    color: #000;
}
input.input-at {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    outline: none;
    border: none;  
}
textarea.input-at {
    min-height: 170px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    border: none;
    resize: none;
}
textarea.input-at:focus, 
input.input-at:focus {
    border-color: transparent;
}
.focus-input-at {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #CEA390;
    border-radius: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    transform: scaleX(1.1) scaleY(1.3);
    border-radius: 8px;
}
.input-at:focus + .focus-input-at {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.form-at-btn {
    position: relative;
    display: block;
    padding: 0 40px;
    height: 50px;
    background-color: #CEA390;
    border-radius: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all 0.4s;
    margin: 0 auto;
    outline: none;
    border: none;
    cursor: pointer;    
    border-radius: 8px;
}
.form-at-btn:hover {
    background-color: #333333;
}
.form-at-btn[disabled] {
    opacity: .6;
    cursor: not-allowed;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
}
.alert-validate::after {
    content: "\f129";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 18px;
    font-weight: bold;    
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
}
.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}
.error-at {
    color: red;
    padding: 10px 0;
}
.success-at {
    color: green;
    font-size: 28px;
    padding: 20px 0;
    text-align: center;
}
.form-at input[type=checkbox] {
    display:none;
}
.form-at input[type=checkbox] + label {
    display: block;
    position: relative;
    margin: 0 0 20px 34px;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.form-at input[type=checkbox] + label:before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    line-height: 22px;
    left: -34px;
    border: 2px solid #BFE2FF;
    border-radius: 2px;
}
.form-at input[type=checkbox]:checked + label:before{
    content: '\2714';
    color:#337AB7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #337AB7;
}
@media (max-width: 768px) {
    .validate-input-at.w50 {
        width: 100%;
    }
    .validate-input-at.w50:first-child {
        margin-right: 0;
    }
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}
