* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

::-webkit-input-placeholder {
    color: #979595
}

::-moz-placeholder {
    color: #979595
}

:-ms-input-placeholder {
    color: #979595
}

::-ms-input-placeholder {
    color: #979595
}

::placeholder {
    color: #979595
}

::-moz-selection {
    background-color: #aba9e0;
    color: #fff
}

::selection {
    background-color: #aba9e0;
    color: #fff
}

button,
input,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
img{
    max-width: 100%;
    width: auto;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
ul {
    margin: 0;
    padding: 0;
    font-family: GilroyRegular, sans-serif
}

li {
    list-style-type: none
}

a {
    text-decoration: none;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

b,
strong {
    font-weight: 700
}
.text-center{
    text-align: center;
}
.btn1 {
    display: inline-block;
    background-color: #aba9e0;
    border: none;
    outline: 0;
    height: 60px;
    width: 100%;
    max-width: 360px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    font-size: 18px;
    -webkit-box-shadow: 0 11px 24px #c6c4e1;
    -ms-box-shadow: 0 11px 24px #c6c4e1;
    box-shadow: 0 11px 24px #c6c4e1;
    cursor: pointer;
    font-family: GilroyMedium
}

.btn1:hover {
    background-color: #8e8cce
}

.btn2,
.btn2--mod {
    display: inline-block;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    padding: 0 20px;
    height: 48px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 2px solid #aba9e0;
    letter-spacing: .01em;
    font-size: 16px;
    font-family: GilroySemibold;
    color: #aba9e0
}

.btn2:hover {
    background-color: #aba9e0;
    border-color: #aba9e0;
    color: #fff
}

.btn3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: -o-linear-gradient(181.59deg, #ffcaaa 7.37%, #aba9e0 117.01%), #aba9e0;
    background: linear-gradient(268.41deg, #ffcaaa 7.37%, #aba9e0 117.01%), #aba9e0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    height: 60px;
    font-size: 17px;
    color: #fff;
    font-family: GilroySemibold;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 30px;
}

.btn3:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.btn3 span {
    position: relative;
    z-index: 3
}

.btn3:hover:before {
    opacity: 1;
    visibility: visible
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999;
    background-color: #fff
}

h1 {
    font-size: 49px;
    line-height: 1.3;
    font-family: GilroySemibold
}

h2 {
    font-family: GilroySemibold;
    color: #9090a0;
    font-size: 40px;
    line-height: 1.2em
}
table{
    font-size: 18px;
}
table tr, table td {
    padding: 13px 0;
    border-top: 1px solid #EEE7E7;
}
tr td:last-child{
    text-align: right;
    font-weight: 600;
}
.wp-editor h1,
.wp-editor h2,
.wp-editor h3,
.wp-editor h4,
.wp-editor h5 {
    margin-bottom: 15px
}

.wp-editor p {
    margin-bottom: 20px;
    font-family: GilroyMedium;
    color: #575353;
    font-size: 16px;
    line-height: 1.5em
}

.wp-editor ul {
    margin-bottom: 20px
}

.wp-editor ul li {
    position: relative;
    color: #333;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 1.1em;
    margin: 15px 0;
    padding-left: 25px
}

.wp-editor ul li:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 7px;
    height: 7px;
    background-color: #aba9e0;
    display: block;
    left: 0;
    top: 7px
}

.wp-editor ol {
    padding-left: 20px;
    margin-bottom: 20px
}

.wp-editor ol li {
    color: #333;
    list-style-type: numeric;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 1.1em;
    margin: 15px 0
}

.wp-editor b,
.wp-editor strong {
    font-family: GilroyBold
}

.wp-editor a {
	color: #aba9e0;
}

.s-subtitle a:hover{
	opacity: .7;
}

.s-title {
    color: #09090a;
    font-size: 40px;
    line-height: 1.1em;
    font-family: GilroySemibold
}

.s-title span {
    color: #8e8cce;
    display: block
}

.s-subtitle {
    margin-top: 35px;
    color: #979595;
    font-size: 18px;
    line-height: 1.5em;
    font-family: GilroyMedium
}

.s-subtitle a{
	color: #aba9e0;
}

.s-subtitle a:hover{
	opacity: .7;
}

@font-face {
    font-family: GilroyRegular;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy/Gilroy-Regular.ttf);
    src: url(../fonts/Gilroy/Gilroy-Regular.eot) format("eot");
    src: url(../fonts/Gilroy/Gilroy-Regular.woff) format("woff")
}

@font-face {
    font-family: GilroyBold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy/Gilroy-Bold.ttf);
    src: url(../fonts/Gilroy/Gilroy-Bold.eot) format("eot");
    src: url(../fonts/Gilroy/Gilroy-Bold.woff) format("woff")
}

@font-face {
    font-family: GilroyMedium;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy/Gilroy-Medium.ttf);
    src: url(../fonts/Gilroy/Gilroy-Medium.eot) format("eot");
    src: url(../fonts/Gilroy/Gilroy-Medium.woff) format("woff")
}

@font-face {
    font-family: GilroySemibold;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy/Gilroy-Semibold.ttf);
    src: url(../fonts/Gilroy/Gilroy-Semibold.eot) format("eot");
    src: url(../fonts/Gilroy/Gilroy-Semibold.woff) format("woff")
}

body.no-scroll,
html.no-scroll {
    width: 100%;
    max-width: 100%;
    overflow: hidden !important
}

.modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 1200
}

.modalWindowWrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1300;
    /* background: rgb(0 0 0 / 70%); */
}
.modal-title{
    text-align: center;
    color: #09090A;
    font-size: 32px;
      font-family: GilroySemibold;
}

.modalTable {
    display: table;
    height: 100%;
    width: 100%
}

.modalCell {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 10px
}

.modalWindow {
    position: relative;
    color: #000;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 560px;
    margin: auto;
    border-radius: 10px;
    text-align: center
}

.modalWindowClose {
    display: block;
    position: absolute;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 15px;
    top: 20px;
    z-index: 3;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    letter-spacing: .05em;
    font-size: 14px;
    text-transform: uppercase
}
.subtitle-modal{
    color: #979595;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 30px;
}
.btnSenks{
    line-height: 60px;
}

.modalWindowClose:hover {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.modal-text{
    color: #B4B4B4;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 20px;
}
.title-modal {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.form-wrap__popup{
    width: 400px !important;
    margin: 0 auto;
}
.form-wrap__popup .inputItem{
    width: 100% !important;
}

body {
    min-width: 320px;
    position: relative;
    font-family: GilroyRegular, sans-serif;
    font-size: 16px;
    line-height: 1.3em
}

header {
    position: absolute;
    background-color: #fff; 
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%
}

.container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block
}

.header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 0
}

.logo {
    display: block;
    font-family: GilroyBold;
    font-size: 30px;
    line-height: 1;
    background: -o-linear-gradient(45deg, #aba9e0, #ffcaaa);
    background: linear-gradient(45deg, #aba9e0, #ffcaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.logo:hover {
    opacity: .7
}

.header-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 37px
}

.header-top-left span {
    display: block;
    background-color: #DEDBDB;
    width: 1px;
    height: 25px;
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 25px
}

.header-top-left p {
    color: #9c9797;
    font-size: 14px;
    letter-spacing: .01em
}

.header-top-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-top-right .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 35px
}

.header-top-right .tel span {
    font-size: 24px;
    color: #141313;
    font-family: GilroyBold;
    margin-left: 10px;
    display: block;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.header-top-right .tel svg {
    margin-top: 3px
}

.header-top-right .tel svg path {
    -o-transition: .3s;
    -webkit-transition: .3s;
    fill: #8785BD;
    transition: .3s
}

.header-top-right .tel:hover span {
    color: #aba9e0
}

.header-top-right .tel:hover svg path {
    fill: #aba9e0
}

.select {
    margin-right: 30px
}

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

.dropper span {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #141313;
    display: block;
    margin-right: 4px
}


.header-fixed .dropper span {
    color: #fff;
}

.dropper svg {
    display: block;
    margin-top: 3px
}

.dropper svg path {
    -o-transition: .3s;
    -webkit-transition: .3s;
    fill: #141313;
    transition: .3s
}
.header-fixed .dropper svg path {
    fill: #fff;
}

.dropper:hover span {
    color: #aba9e0
}

.dropper:hover svg path {
    fill: #aba9e0
}

.header-menu {
    background-color: #68669C;
}
.header-left{
    width: 100%;
}
.header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.header-left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.header-left ul li {
    position: relative;
}
.header-left ul li.has-sub-menu:hover ul.sub-menu{
    display: block;
}
ul.sub-menu li:hover a{
    color: #000 !important;
}
.header-left ul li a {
    font-size: 16px;
    font-family: GilroySemibold;
    color: #fff;
    padding: 20px 0;
    display: block;
}

.header-left ul li a:hover {
    color: #aba9e0
}

.header-right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-right ul li {
    margin-left: 35px
}

.header-right ul li a {
    font-size: 16px;
    color: #ABA9E0;
    white-space: nowrap;
}
.header-middle-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 25px;
}
.header-middle-right .tg{
    margin-left: 40px;
}
.header-middle-right .tg:hover{
    opacity: 0.7;
}
.header-middle-right{
    align-items: center;
}
.header-right ul li a:hover {
    color: #8e8cce
}
ul.sub-menu {
    display: none; 
    position: absolute;
    background: #8684bf;
    padding: 10px;
    min-width: 220px;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
}
ul.sub-menu li a{
    padding: 10px 0;
}
.main {
    position: relative;
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.main-wrap {
    position: relative;
    padding-top: 170px;
    height: 780px
}
.main-wrap .bg {
    position: absolute;
    z-index: 3;
    right: 74px;
    bottom: 160px
}

.main-text {
    width: 550px;
    margin-top: 110px
}

.main-text h1 {
    color: #141313
}

.main-text p {
    color: #979595;
    font-size: 18px;
    line-height: 1.3em;
    margin-top: 60px
}

.main-form {
    -webkit-box-shadow: 0 20px 34px rgba(108, 98, 98, .25);
    -ms-box-shadow: 0 20px 34px rgba(108, 98, 98, .25);
    box-shadow: 0 20px 34px rgba(108, 98, 98, .25);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    background-color: #fff;
    width: 100%;
    z-index: 4;
    position: absolute;
    bottom: -150px;
    height: 310px;
    padding-left: 65px;
    padding-right: 90px
}

.main-form-title {
    width: 100%;
    color: #141313;
    font-size: 20px;
    line-height: 1.3em;
    font-family: GilroyBold
}

.main-form-wrap {
    width: 100%;
    padding-top: 30px
}

.form-wrap {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.inputItem {
    width: 32%;
    position: relative;
    text-align: left
}

.inputItem .title {
    font-family: GilroySemibold;
    color: #979595;
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase
}

.inputItem input[type=text],
.inputItem textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd7d7;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0;
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    padding: 0 27px;
    color: #000;
    font-size: 18px
}

.inputItem input[type=text]:focus,
.inputItem textarea:focus {
    border-color: #aba9e0
}

.inputItem textarea {
    width: 460px;
    resize: none;
    height: 160px;
    padding-top: 15px;
    padding-bottom: 15px
}

.inputItemW50 {
    width: 47%
}

.inputItemW100 {
    width: 100%
}

.inputItemBtn {
    text-align: center
}

.inputItemBtn .btn1 {
    max-width: 360px
}

.inputItemDissabled .title {
    opacity: .5
}

.inputItemDissabled .inputItemText {
    opacity: .5;
    cursor: not-allowed
}

.inputItemError .inputItemText {
    border-color: red !important
}

.main-form-desc {
    margin-top: 25px;
    color: #b4b4b4;
    font-size: 12px;
    width: 100%;
}

.checkItem {
    position: relative;
    margin-top: 15px
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.checkbox+label {
    position: relative;
    cursor: pointer;
    color: #979595;
    font-size: 16px;
    padding-left: 30px
}

.checkbox+label:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ddd7d7;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.checkbox+label:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 4px;
    top: 5px;
    width: 11px;
    height: 9px;
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.checkbox:checked+label:before {
    background-color: #aba9e0;
    border-color: #aba9e0
}

.checkbox:checked+label:after {
    opacity: 1;
    visibility: visible
}

.checkbox-v2 {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.checkbox-v2+label {
    position: relative;
    cursor: pointer;
    color: #979595;
    font-size: 16px;
    padding-left: 30px
}

.checkbox-v2+label:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ddd7d7;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box
}

.checkbox-v2+label:after {
    content: '';
    position: absolute;
    z-index: 2;
    left: 4px;
    top: 6px;
    width: 11px;
    height: 9px;
    background-image: url(../img/icon/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}

.checkbox-v2:checked+label:before {
    background-color: #aba9e0;
    border-color: #aba9e0
}

.checkbox-v2:checked+label:after {
    opacity: 1;
    visibility: visible
}

.charts {
    padding-top: 230px
}

.charts-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.charts-head h2{
    max-width: 800px;
    width: 100%;
}
.text-white{
    color: #fff;
}
.charts-head .arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.charts-head .arrows p {
    color: #1a1a1a;
    letter-spacing: .01em;
    font-size: 14px;
    font-family: GilroyMedium;
    margin: 0 12px
}

.charts-arrow-prev {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #aba9e0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.charts-arrow-prev svg {
    margin-right: 3px
}

.charts-arrow-prev svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.charts-arrow-prev:hover {
    background-color: #aba9e0
}

.charts-arrow-prev:hover path {
    fill: #fff
}

.charts-arrow-next {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    border: 1px solid #aba9e0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.charts-arrow-next svg {
    margin-left: 3px
}

.charts-arrow-next svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.charts-arrow-next:hover {
    background-color: #aba9e0
}

.charts-arrow-next:hover path {
    fill: #fff
}

.charts-slider-wrap {
    margin-top: 50px
}

.charts-slide {
    outline: 0
}

.charts-slide-head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.charts-slide-head .view-positions {
    color: #aba9e0;
    font-size: 18px;
    font-family: GilroyMedium
}

.charts-slide-head .view-positions:hover {
    color: #8e8cce
}

.charts-slide-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.charts-slide-title span {
    display: block;
    background-color: #ccc8c8;
    width: 1px;
    margin: 0 60px;
    margin-top: 15px;
    height: 30px
}

.charts-slide-site .title {
    color: #979595;
    font-family: GilroyMedium;
    font-size: 15px;
    margin-bottom: 5px
}
.charts-slide-site ul{
    margin: 30px 0;
}
.charts-slide-site ul li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 24px;
    max-width: 80%;
}
.charts-slide-site ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ABA9E0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.charts-slide-site a {
    color: #aba9e0;
    font-family: GilroyBold;
    display: inline-block;
    font-size: 20px
}

.charts-slide-site a:hover {
    color: #8e8cce
}

.charts-slide-site .city {
    color: #1a1a1a;
    font-size: 20px;
    font-family: GilroyBold
}

.charts-slide-main {
    margin-top: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #ddd7d7;
    width: 100%;
    padding: 30px 35px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.charts-slide-box {
    width: 45%;
    margin-bottom: 80px
}

.charts-slide-box:nth-child(2n+3) {
    margin-bottom: 0
}

.charts-slide-box:nth-child(2n+4) {
    margin-bottom: 0
}

.charts-slide-box-title p {
    color: #141313;
    font-size: 20px;
    line-height: 1.1em;
    font-family: GilroyBold
}

.charts-slide-box-main {
    width: 100%;
    margin-top: 40px
}

.charts-slide-table-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e8;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.charts-slide-table-head p {
    color: #979595;
    font-size: 15px;
    line-height: 1;
    font-family: GilroyMedium
}

.charts-slide-table-head .request {
    width: 50%
}

.charts-slide-table-head .position {
    width: 60px
}

.charts-slide-table-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.charts-slide-table-body p {
    font-size: 15px;
    line-height: 1.1em;
    color: #979595;
    font-family: GilroyMedium;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.charts-slide-table-body .position,
.charts-slide-table-body .request {
    color: #aba9e0
}

.charts-slide-table-body .request {
    width: 50%
}

.charts-slide-table-body .frequency {
    text-align: center
}

.charts-slide-table-body .position {
    width: 60px;
    text-align: center
}

.charts-slide-table-body:hover .position,
.charts-slide-table-body:hover .request {
    color: #8e8cce
}

.charts-slide-table-body:hover .frequency {
    color: #141313
}

.charts-slide-box-image {
    width: 100%;
    padding-right: 40px
}

.charts-slide-box-image img {
    width: 100%;
    height: auto
}

.form-price {
    background-color: #ffece1;
    text-align: center;
    margin-top: 110px;
    padding-top: 115px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative
}

.form-price .container {
    position: relative
}

.form-price .label {
    position: absolute;
    z-index: 1;
    opacity: .4;
    left: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-family: GilroyBold;
    font-size: 296px
}

.form-price-wrap {
    width: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.form-price-wrap .s-title {
    position: relative;
    z-index: 2
}

.form-price-wrap form {
    position: relative;
    z-index: 2
}

.form-wrap-price {
    margin-top: 80px
}

.form-wrap-price .inputItem input[type=text] {
    background-color: #fff
}

.agency {
    margin-top: 110px
}

.agency-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agency-head-left {
    width: 50%
}

.agency-head-left p {
    color: #979595;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 30px
}

.agency-head-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.agency-head-item {
    width: 200px;
    margin-left: 85px
}

.agency-head-item:first-child {
    margin-left: 0
}

.agency-head-item p {
    color: #000;
    font-size: 18px;
    line-height: 1.5em;
    font-family: GilroyMedium
}

.agency-head-item-logo {
    width: 100%;
    margin-top: 65px
}

.agency-head-item-logo img {
    max-width: 100%;
    width: auto;
    height: auto
}

.agency-main {
    position: relative;
    width: 100%;
    margin-top: 75px
}

.agency-arrow-prev {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 0
}

.agency-arrow-prev svg {
    margin-right: 2px
}

.agency-arrow-prev svg path {
    fill: #fff;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.agency-arrow-prev:hover {
    background-color: #aba9e0
}

.agency-arrow-next {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    background-color: #000;
    z-index: 2;
    top: 50px;
    right: 0
}

.agency-arrow-next svg {
    margin-left: 3px
}

.agency-arrow-next svg path {
    fill: #fff;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.agency-arrow-next:hover {
    background-color: #aba9e0
}

.agency-slider {
    padding-left: 70px;
    padding-right: 70px
}

.agency-slide {
    outline: 0;
    margin: 0 20px
}

.agency-item {
    width: 100%;
    height: auto
}

.agency-item p {
    margin-top: 25px;
    text-align: center;
    color: #979595;
    font-size: 15px;
    line-height: 1.5em;
    font-family: GilroyMedium
}

.agency-image {
    width: 100%;
    height: 150px
}

.agency-image img {
    width: 100%;
    height: 100%
}

.price {
    background-color: #aba9e0;
    margin-top: 110px;
    padding-bottom: 120px;
    padding-top: 80px
}

.price .s-title {
    color: #fff;
    text-align: center
}

.price-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-left: -10px;
    margin-right: -10px;
}

.price-item {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 270px;
    padding: 25px;
    text-align: center;
    height: 100%;
    margin-right: 10px;
    margin-left: 10px;
}

.price-item--sec {
    height: auto;
    width: 350px;
}

.price-item:hover .title {
    font-size: 26px;
    color: #aba9e0
}

.price-item .type {
    position: absolute;
    z-index: 2;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    top: -32px;
    height: 32px;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 15px;
    font-family: GilroyMedium
}

.price-item .title {
    margin-top: 10px;
    margin-bottom: 10px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    font-size: 22px;
    font-family: GilroySemibold
}

.price-item .region {
    margin-top: 10px;
    color: #979595;
    font-size: 15px;
    margin-bottom: 15px;
}

.price-item ul {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.price-item ul li {
    position: relative;
    color: #7b7676;
    font-size: 15px;
    line-height: 1.5em;
    font-family: GilroyMedium;
    padding-left: 25px;
    margin-bottom: 12px
}

.price-item ul li:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 14px;
    height: 11px;
    background-image: url(../img/icon/lists.svg);
    background-repeat: no-repeat;
    background-size: 14px 11px;
    background-position: center;
    top: 5px;
    left: 0
}

.price-item .pricec {
    margin-top: 35px;
    font-size: 30px;
    font-family: GilroySemibold;
    line-height: 1;
}

.price-item .pricec span {
    display: block;
    font-family: GilroyMedium;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.price-item .btn3 {
    margin-top: 15px
}
.steps_row > div:nth-child(odd) > .steps-inner{
    background: #F2F3F8;
}
.steps-inner {
    padding: 36px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FFF9F5;
    color: #979595;
    height: 100%;
}
.steps-title{
    font-weight: 600;
    color: #1A1A1A;
    font-size: 20px;
    margin-bottom: 30px;
}
.included {
    margin-top: 110px
}

.included-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px
}

.included-item {
    margin-bottom: 50px;
    width: 48%;
    position: relative
}
@media (max-width: 600px) {
    .included-item {
        margin-bottom: 30px;
    }
}
.included-item-inner{
    position: relative;
    margin: 50px 0;
    max-width: 80%;
    color: #505050;
}
.included-item:nth-child(4) {
    margin-top: -120px
}
.included-item-head{
    color: #141313;
}
.included-item:nth-child(6) {
    margin-top: -140px
}
.included-item:nth-last-child(1),
.included-item:nth-last-child(2) {
    margin-bottom: 0;
}

.included-item .wp-editor, .included-item ul, .included-item-inner ul {
    margin-top: 30px
}

.included-item .wp-editor p, .included-item ul li, .included-item-inner ul li {
    font-size: 18px;
    line-height: 1.2em;
    color: #979595;
    font-family: GilroyMedium;
    margin-bottom: 18px
}
.included-item .wp-editor p {
    line-height: 1.5;
}

.included-item-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.included-item-head .icon {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.included-item-head p {
    color: #141313;
    font-size: 24px;
    margin-left: 25px;
    font-family: GilroyBold
}

.allow {
    background-color: #f8f7f7;
    margin-top: 40px;
    text-align: center;
    padding-top: 90px;
    position: relative;
    z-index: 2;
    padding-bottom: 120px
}
.allow .container{
    position: relative;
    z-index: 2;
}
.allow p {
    margin-bottom: 20px;
}
.allow-wrap {
    margin-top: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.allow-item {
    width: 240px
}

.allow-item p {
    color: #000;
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.1em;
    font-family: GilroyBold
}

.allow-item-image {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.allow-item-image img {
    max-width: 220px;
    width: auto;
    max-height: 100%;
    height: auto
}

.allow-btn {
    width: 100%;
    margin-top: 65px
}

.allow-btn .btn1 {
    max-width: 360px;
    line-height: 58px
}

.attracting {
    margin-top: 110px
}

.attracting-head p {
    line-height: 1.5em;
    font-size: 18px;
    font-family: GilroyMedium;
    color: #979595;
    margin-top: 40px
}

.adv-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 80px
}

.adv-item {
    width: 30%;
    margin-bottom: 60px
}

.adv-item .number {
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 45px
}
.adv-item .number img {
    width: auto;
}
.adv-item .icon {
    border: 1px dashed #aba9e0;
    width: 130px;
    height: 130px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}
.adv-item .icon img {
    width: auto;
}
.adv-item .title {
    color: #141313;
    font-size: 18px;
    line-height: 1.2em;
    font-family: GilroyBold;
    margin-bottom: 27px
}

.adv-item .text {
    color: #979595;
    font-size: 16px;
    line-height: 1.5em;
    font-family: GilroyMedium;
    max-width: 280px
}

.baner {
    margin-top: 60px;
    position: relative;
    padding-top: 65px;
    padding-bottom: 90px;
    background: -o-linear-gradient(181.59deg, #ffcaaa 7.37%, #aba9e0 117.01%);
    background: linear-gradient(268.41deg, #ffcaaa 7.37%, #aba9e0 117.01%)
}

.baner .bg {
    position: absolute;
    z-index: 1;
    right: 10%;
    bottom: 0
}

.baner .container {
    position: relative;
    z-index: 2
}

.baner .s-title {
    color: #fff;
    width: 610px
}

.baner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.baner-wrap .btn1 {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    text-align: center;
    line-height: 58px;
    margin-top: 20px
}

.advance {
    margin-top: 90px
}

.advance .s-title {
    text-align: center
}

.advance .adv-wrap {
    margin-top: 100px
}

.advance .ta-l {
    text-align: left
}

.advance-image {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 140px;
    position: relative
}

.advance-image a {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.advance-image img {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

.faq {
    background: #f8f7f7;
    margin-top: 70px;
    padding-top: 100px;
    padding-bottom: 130px
}

.faq-wrap {
    margin-top: 60px
}

.faq-box {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    cursor: pointer;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    padding-top: 25px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 25px;
    margin-bottom: 8px
}

.faq-box:hover .faq-title p {
    color: #aba9e0
}

.faq-box:hover .faq-title span {
    background-color: #aba9e0
}

.faq-box:hover .faq-title span:after,
.faq-box:hover .faq-title span:before {
    background-color: #fff
}

.faq-title {
    position: relative
}

.faq-title p {
    color: #1a1a1a;
    font-size: 22px;
    line-height: 1.2em;
    font-family: GilroySemibold;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    padding-right: 60px
}

.faq-title span {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #aba9e0;
    right: 0;
    top: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    display: block;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.faq-title span:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 2px;
    height: 14px;
    right: 50%;
    top: 50%;
    background-color: #aba9e0;
    margin-top: -7px;
    margin-right: -1px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.faq-title span:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 2px;
    right: 50%;
    top: 50%;
    background-color: #aba9e0;
    margin-top: -1px;
    margin-right: -7px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.faq-hidden {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 80%;
    display: none
}

.faq-hidden p, .faq-hidden ul li{
    color: #686868;
    font-size: 16px;
    line-height: 1.5em;
    font-family: GilroyMedium
}

.faq-box-open .faq-title p {
    color: #aba9e0
}

.faq-box-open .faq-title span {
    background-color: #aba9e0
}

.faq-box-open .faq-title span:after {
    background-color: #fff
}

.faq-box-open .faq-title span:before {
    opacity: 0;
    visibility: hidden
}
.faq-hidden ul {
    padding-left: 20px;
    margin: 20px 0;
}

.faq-hidden ul li {
    list-style: disc;
}
.seo {
    margin-top: 120px;
    padding-bottom: 90px
}

.seo--ff .wp-editor ul li,
.seo--ff .wp-editor ol li {
    color: #979595;
    font-size: 18px;
    line-height: 1.5em;
    font-family: GilroyMedium;
}
.seo--ff b {
    color: #000;
}

@media (max-width:450px) {
    .seo--ff .wp-editor ul li,
    .seo--ff .wp-editor ol li {
        font-size: 14px;
    }
}

.seo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.seo-text {
    width: 730px
}
.seo-text a {
    color: #7a75f5;
}
.seo-text .s-title {
    margin-bottom: 50px
}

.calculator {
    position: relative;
    margin-top: 120px
}

.calculator .bg {
    position: absolute;
    right: 0;
    max-width: 50%;
    z-index: 1
}

.calculator .container {
    z-index: 2;
    position: relative
}

.calculator-head {
    margin-bottom: 60px
}

.calculator-head p {
    color: #979595;
    font-size: 18px;
    line-height: 1.5em;
    font-family: GilroyMedium;
    margin-top: 20px
}

.header-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #68669C;
    height: 76px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-transform: translateY(-110%);
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%)
}

.header-fixed-active {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}


.header-fixed .header-top-right .tel span{
    color: #fff;
}
.header-fixed .header-top-right .tel:hover span{
    color: #aba9e0;
}
.header-fixed .header-top-right .tel svg path{
    fill: #fff;
}
.header-fixed .header-top-right .tel:hover svg path{
    fill: #aba9e0;
}
.header-fixed  .header-top-left p {
    color: #fff;
}
.header-fixed .header-top-left span{
    background-color: #fff; 
}


footer {
    background-color: #151516;
    padding-top: 70px
}

.footer-bottom {
    border-top: 1px solid #4b4b4f;
    margin-top: 120px
}

.footer-bottom-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0
}

.footer-bottom-wrap p {
    color: #9c9797;
    font-size: 14px;
    line-height: 1
}

.footer-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-left {
    width: 250px;
    margin-right: 20px
}

.footer-left p {
    color: #b6a5a5;
    letter-spacing: .01em;
    font-size: 16px;
    line-height: 1.2em;
    margin-top: 50px;
    margin-bottom: 60px
}

.footer-left .btn2,
.footer-left .btn2--mod {
    margin-bottom: 10px
}

.footer-left .btn-footer {
    border-color: #fff;
    color: #fff
}

.footer-left .btn-footer:hover {
    border-color: #aba9e0
}

.footer-left .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.footer-left .tel span {
    font-size: 24px;
    color: #fff;
    font-family: GilroyBold;
    margin-left: 10px;
    display: block;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-left .tel svg {
    margin-top: 3px
}

.footer-left .tel svg path {
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-left .tel:hover span {
    color: #aba9e0
}

.footer-left .tel:hover svg path {
    fill: #aba9e0
}

.logo-footer {
    font-family: GilroyBold;
    font-size: 30px;
    background: -o-linear-gradient(45deg, #aba9e0, #ffcaaa);
    background: linear-gradient(45deg, #aba9e0, #ffcaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.footer-item {
    width: 220px
}

.footer-item .title {
    color: #fff;
    line-height: 1;
    font-size: 18px;
    font-family: GilroySemibold;
    margin-bottom: 15px
}

.footer-menu-1 li {
    margin-bottom: 7px
}

.footer-menu-1 li:last-child{
	margin-bottom: 0;
}

.footer-menu-1 li a {
    color: #9c9797;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .01em
}

.footer-menu-1 li a:hover {
    color: #aba9e0
}

.footer-menu-2 {
    margin-top: 35px
}

.footer-menu-2 li {
    margin-bottom: 15px
}

.footer-menu-2 li a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: GilroySemibold
}

.footer-menu-2 li a:hover {
    color: #aba9e0
}

.footer-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.footer-city li a {
    color: #9c9797;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 1.2em
}

.footer-city li a:hover {
    color: #fff
}

.footer-menu-3 li a {
    color: #525254;
    letter-spacing: .01em;
    font-size: 13px;
    line-height: 1em
}

.footer-menu-3 li a:hover {
    color: #fff
}

.social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 80px
}

.social a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border: 1px solid #363638
}

.social a svg path {
    fill: #363638;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.social a:hover {
    border-color: #fff
}

.social a:hover svg path {
    fill: #fff
}

.step_wrap {
    display: none
}

.step_wrap.active {
    display: block
}

.step_wrap .inputItem {
    width: 310px
}

.step_wrap .inputItemCheckbox {
    width: 400px
}

.step_wrap .inputItemCheckbox .title {
    margin-bottom: 40px
}

.forward {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 40px
}

.forward .einter {
    color: #b4b4b4;
    font-size: 12px;
    line-height: 14px;
    margin-left: 22px
}

.forward .btn1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 270px
}

.forward .btn1 span {
    margin-right: 20px
}

.forward .btn1 svg {
    margin-top: 3px
}

.calc_step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 70px
}

.calc_step .wreap {
    margin-right: 9px;
    text-align: center
}

.calc_step .wreap span {
    display: block;
    background: #c4c4c4;
    width: 54px;
    height: 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.calc_step .wreap p {
    color: #c4c4c4;
    font-size: 14px;
    line-height: 1;
    margin-top: 13px;
    font-family: GilroyBold;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.calc_step .wreap.active span {
    background-color: #aba9e0
}

.calc_step .wreap.active p {
    color: #aba9e0
}

.uploadrow {
    overflow: hidden;
    margin-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    margin-bottom: 20px
}

.uploadstyle {
    position: relative;
    overflow: hidden;
    height: 37px;
    border: 1px solid #aba9e0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    width: 280px;
    color: #aba9e0;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    background-image: url(../img/icon/file.svg);
    background-repeat: no-repeat;
    background-position: 18px center;
    padding-left: 20px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.uploadstyle:hover {
    opacity: .8
}

.uploadfunc {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 0
}

.excepter {
    color: #b4b4b4;
    font-size: 12px;
    line-height: 14px;
    margin-left: 27px
}

.calc-rez-title {
    color: #aba9e0;
    font-family: GilroyBold;
    font-size: 18px
}

.calc-rez-text {
    max-width: 440px;
    margin-top: 40px;
    color: #979595;
    font-size: 18px;
    line-height: 1.2em;
    font-family: GilroyMedium
}

.select {
    position: relative
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 180px;
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin-top: 14px;
    overflow-x: auto;
    display: none
}

.dropdown-menu li {
    margin: 5px 0
}

.dropdown-menu li a {
    color: #141313;
    font-size: 14px
}

.dropdown-menu li a:hover {
    color: #aba9e0
}

.slick-dots {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.slick-dots .slick-active {
    background-color: #171717
}

.slick-dots li {
    cursor: pointer;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #fff;
    margin: 0 5px
}

.slick-dots li button {
    display: none
}

.open-menu {
    width: 25px;
    margin-left: 20px;
    cursor: pointer
}

.open-menu span {
    display: block;
    width: 100%;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px
}

.open-menu span:last-child {
    margin-bottom: 0
}

.open-menu:hover span {
    background-color: #aba9e0
}

.mobile-menu {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #020202;
    padding-top: 60px;
    padding-bottom: 60px;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    overflow-y: auto;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.mobile-menu-open {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu-wrap {
    margin-top: 50px
}

.mobile-menu-wrap .btn2 {
    margin-top: 30px;
    max-width: 360px
}

.mobile-menu-wrap .social {
    margin-top: 50px;
    max-width: 360px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.mobile-menu-wrap .social a {
    margin-right: 15px
}

.mobile-menu-2 {
    margin-top: 15px
}

.mobile-menu-2 li {
    margin-bottom: 10px
}

.mobile-menu-2 li a {
    font-size: 15px;
    letter-spacing: .01em;
    color: #fff
}

.mobile-menu-2 li a:hover {
    color: #aba9e0
}

.mobile-menu-box {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 20px
}

.mobile-menu-box:nth-child(3n+1) {
    margin-right: 0
}

.mobile-menu-box .title {
    color: #fff;
    font-family: GilroySemibold;
    font-size: 18px
}

.mobile-menu-box .title:hover {
    color: #aba9e0
}

.mobile-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px
}

.mobile-menu-item h3 {
    color: #aba9e0;
    font-size: 22px;
    width: 100%;
    margin-bottom: 40px
}

.mobile-menu-bottom {
    width: 100%;
    margin-top: 120px
}

.price-table {
    margin-top: 90px
}

.price-table-wrap {
    margin-top: 50px
}

.price-table-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: -o-linear-gradient(left, #aba9e0 7.37%, #aba9e0 117.01%), #aba9e0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.37%, #aba9e0), color-stop(117.01%, #aba9e0)), #aba9e0;
    background: linear-gradient(90deg, #aba9e0 7.37%, #aba9e0 117.01%), #aba9e0;
    margin-bottom: 10px;
    padding: 20px;
    font-family: GilroySemibold;
    color: #fff;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.price-table-item p {
    font-size: 20px;
    line-height: 1.2em;
    width: auto
}

.price-table-item p:first-child {
    width: 55%
}

.price-table-item p:last-child {
    white-space: nowrap
}

.price-table-item:hover {
    background: #8e8cce
}

.advice {
    margin-top: 110px
}

.advice--sec {
    margin-top: 0;
    margin-bottom: 120px;
}

.tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    overflow-x: auto
}

.tabs--wrap {
    flex-wrap: wrap;
    gap: 8px;
}

.tabs div {
    cursor: pointer;
    white-space: nowrap;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.tabs div:not(.main__tag) {
    background-color: #aba9e0;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-family: GilroySemibold;
}

.tabs div:not(.main__tag):hover {
    background-color: #8e8cce
}

.tabs .active {
    background-color: #8e8cce !important;
    border-color: #8e8cce !important;
    color: #fff;
}

.tabs-content-wrap {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tabs-content-wrap .content{
    width: 100%;
}
.tabs-content-image{
    width: 470px;
}
.tabs-content-image img{
    width: 100%;
}

.tabs-content {
    display: none
}

.tabs-content-active {
    display: block
}

.tabs-wrap {
    width: 100%;
    overflow: hidden
}

.reviews {
    margin-top: 70px
}

.reviews .s-title {
    text-align: center
}

.reviews-wrap {
    position: relative
}

.reviews-slider-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aba9e0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews-slider-prev svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews-slider-prev:hover {
    background-color: #aba9e0
}

.reviews-slider-prev:hover svg path {
    fill: #fff
}

.reviews-slider-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aba9e0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews-slider-next svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.reviews-slider-next:hover {
    background-color: #aba9e0
}

.reviews-slider-next:hover svg path {
    fill: #fff
}

.reviews-slider {
    margin: 0 auto;
    margin-top: 20px
}

.reviews-item {
    background-color: #fff;
    margin: 40px 120px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 20px rgba(116, 112, 112, .15);
    -ms-box-shadow: 0 0 20px rgba(116, 112, 112, .15);
    box-shadow: 0 0 20px rgba(116, 112, 112, .15);
    text-align: center;
    padding: 0 70px;
    padding-top: 50px;
    padding-bottom: 70px
}

.reviews-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews-label span {
    display: block;
    width: 120px;
    height: 1px;
    background-color: #aba9e0
}

.reviews-label img {
    display: block;
    margin: 0 50px
}

.reviews-item-text {
    margin-top: 30px
}

.reviews-item-text p {
    color: #5f5d5d;
    font-size: 16px;
    line-height: 1.5em
}

.reviews-item-author {
    text-align: center;
    margin-top: 40px
}

.reviews-item-author p {
    font-family: GilroySemibold;
    font-size: 18px;
    letter-spacing: .02em;
    color: #000
}
.tabs-contents_style {
    background: #fff;
    padding: 45px 65px;
    font-size: 18px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}
.tabs-content-wrap .btn3{
    min-width: 220px;
}
.tabs-contents_style ol{
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
}
.tabs-contents_style ol li{
    margin-bottom: 30px;
    color: #7B7676;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    width: 25%;
    padding-right: 15px;
}
.tabs-contents_style ol li:before{
    content: '';
    background: url(../img/check.svg) center no-repeat;
    background-size: contain;
    width: 15px;
    height: 12px;
    left: 0;
    position: absolute;
}
hr {
    border: none;
    height: 1px;
    background: #DEDDEA;
    margin: 20px 0;
}
.tab_item-info{
    color: #ABA9E0;
    max-width: 440px;
    width: 100%;
}
.tab_item-price{
    font-size: 20px;
    color: #000;
}
.tab_item-price span{
    font-size: 30px;
    font-weight: 600;
}
.tab_item-name{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}
.tabs_style > div.active{
    background: #fff;
    color: #000;
}
.tabs_style > div{
    margin: 0.5rem 0.5rem 0;
    background: #BEBCE8;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 65px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: -webkit-calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 100px;
}

.step__text{
	font-size: 15px;
    margin-bottom: 15px;
    color: #979595;
    font-weight: 600;
}

.charts__text--block{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 48px;
}

.main__tags{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}

.main__tag, .main__tag--title{
	min-height: 48px;
    padding: 6px 20px;
    border: 2px solid #aba9e0;
    color: #aba9e0;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.main__tag:hover, .main__tag--title{
	background: #aba9e0;
    color: #fff;
}

.price__subtext{
	width: 100%;
    margin-top: 36px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.price__table--text{
	margin-top: 12px;
}

.modal__agree{
	width: 75%;
}

.main-video{
    position: relative;
    z-index: 2;
    padding-bottom: 230px;
}
.main-video .container{
    position: relative;
    z-index: 3;
}
.main-video-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    
}
.main-video-bg:before{
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    top: 0;
    left: 0;
}
.main-video-bg video {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}

.main-video-wrap{
    padding-top: 270px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main-video-text{
    width: 480px;
}
.main-video-img{
    width: 650px;
    margin-top: 20px;
}
.main-video-img img{
    width: 100%;
    height: auto;
}
.main-video-text h1 {
    color: #141313
}

.main-video-text .subtitle {
    color: #504E4E;
    font-size: 18px;
    line-height: 1.3em;
    font-family: GilroyMedium;
    margin-top: 20px
}
.edgeIcons{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}
.edgeIcons-item{
    width: auto;
}
.edgeIcons-item .title{
    color: #68669C;
    font-size: 44px;
    font-weight: 600;
    line-height: 1.1em;
}
.edgeIcons-item .text{
    color: #838282;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.1em;
}

.main-video-price{
    margin-top: 30px;
    background-color: #F3F753;
    display: inline-block;
    line-height: 60px;
    padding: 0 8px;
    color: #141313;
    font-size: 24px;
    font-family: GilroySemibold;
}
.main-video-price span{
    font-size: 36px;
    font-weight: bold;
}
.main-video-text .btn1{
    width: 310px;
    margin-top: 30px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.mainFrom{
    position: relative;
    z-index: 3;
}
.calcForm{
    margin-top: -160px;
    background-color: #fff;
    box-shadow: 0px 20px 34px rgba(108, 98, 98, 0.25);
    border-radius: 10px;
    padding: 55px 75px;
}
.calcFormWrap{
    margin: 0 auto;
    max-width: 880px;
}
.calcForm-btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.calcForm-btns a{
    height: 73px;
    width: 310px;
    margin: 0 5px;
}

.calcBack svg{
    margin-right: 10px;
    margin-top: 2px;
}
.calcBack svg path{
    transition: 0.3s;
}
.calcNext svg path{
    transition: 0.3s;
}
.calcNext svg{
    margin-left: 10px;
    margin-top: 2px;
    position: relative;
    z-index: 3;
}
.calcBack:hover svg path {
    fill: #fff;
}
.calcNext:hover svg path {
    fill: #fff;
}
.calcBack{
    display: none;
}
.calcBack.show{
    display: flex;
}
.calcNext.hide{
    display: none;
}
.calcForm-head .title{
    color: #141313;
    font-family: GilroySemibold;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
}
.calcForm-steps{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.calcForm-steps .step{
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #DDDDE8;
    margin: 0 21px;
    text-align: center;
    color: #9A96D8;
    transition: 0.3s;
    font-size: 16px;
    line-height: 34px;
    position: relative; 
}
.calcForm-steps .step:before{
    content: '';
    position: absolute;
    z-index: 2;
    left: 100%;
    top: 50%;
    width: 42px;
    height: 1px;
    background-color: #CBCBCB;
}
.calcForm-steps .step:last-child:before{
    display: none;
} 
.calcForm-steps .step.active{
    background-color: #9A96D8;
    color: #fff;
}
.calcForm-steps .step.active:before{
    background-color: #9A96D8;
} 

.calcForm-contents{
    margin-top: 40px;
}
.calcForm-content{
    display: none;
}
.calcForm-content.active{
    display: block;
}
.calcForm-title{
    color: #0B0B0B;
    font-family: GilroySemibold;
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;

}
.calcForm-title p{
     font-family: GilroyRegular, sans-serif;
     display: block;
     margin-top: 10px;
}
.calcForm-radio{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calcFormRadio{
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}
.calcFormRadio + label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #737282;
    display: block;
    margin-bottom: 10px;
    transition: 0.3s;
    padding-left: 25px;
}
.calcFormRadio + label b{
    font-family: GilroySemibold;
}
.calcForm-radio .inputItem{
    width: auto;
}
.calcFormRadio + label:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 2;
    border: 3px solid #ABA9E0;
    border-radius: 50%;

}

.calcFormRadio + label:after  {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    z-index: 3;
    background-color: #ABA9E0;
    display: block;
    border-radius: 50%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.calcFormRadio:checked + label:after {
    opacity: 1;
    visibility: visible;
}
.calcForm-content-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.calcForm-content-left .calcForm-title{
    text-align: left;
}
.calcForm-content-left{
    width: 360px;
}
.calcForm-price{
    margin-top: 15px;
    background-color: #F3F753;
    display: inline-block;
    line-height: 60px;
    padding: 0 8px;
    color: #141313;
    font-size: 24px;
    font-family: GilroySemibold;
}
.calcForm-price span{
    font-size: 36px;
}
.calcForm-text{
    margin-top: 25px;
    color: #7B7676;
    font-size: 14px;
    line-height: 1.3em;
}
.calcForm-content-left .inputItem{
    width: 100%;
    margin-top: 15px;
}
.calcForm-content-left .inputItem input{
    background-color: #fff;
}
.calcForm-desc{
    margin-top: 10px;
    color: #A8A8A8;
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.calcForm-content-hit{
    width: 270px;
    text-align: center;
}
.calcForm-content-hit .above{
    height: 30px;
    margin: 0 auto;
    width: 140px;
    text-align: center;
    color: #fff;
    border-radius: 5px 5px 0 0 ;
    background-color: #000000;
    line-height: 30px;
    font-family: GilroyMedium;

}

.calcForm-content-hit .content{
    width: 100%;
    background-color: #FAFAFD;
    padding: 30px;
    border-radius: 5px;

}
.calcForm-content-hit .title{
    color: #000;
    font-size: 22px;
    font-family: GilroySemibold;

}

.calcForm-content-hit .subtitle{
    color: #979595;
    font-size: 15px;
    font-family: GilroyMedium;
    margin-top: 8px;
}

.calcForm-content-hit ul{
    text-align: left;
    margin-top: 15px;
}
.calcForm-content-hit ul li{
    position: relative;
    font-family: GilroyMedium;
    font-size: 15px;
    line-height: 1.5em;
    margin: 6px 0;
    color: #7B7676;
    padding-left: 23px;
}
.calcForm-content-hit ul li:before{
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 4px;
    width: 15px;
    height: 12px;
    background-image: url(../img/icon/list2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.case{
    margin-top: 100px;
}

.case-subtitle{
    color: #575353;
    font-size: 18px;
    font-family: GilroyMedium;
    margin-top: 35px;
}

.case-wrap{
    margin-top: 80px;
}
.case-item{
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 45px 60px;
    border: 1px solid #DDD7D7;
}

.case-title a{
    color: #000;
    font-size: 36px;
    line-height: 1.1em;
    font-family: GilroySemibold;
    display: inline-block;
}
.case-title a:hover{
    opacity: 0.7;
}
.case-tags{
    display: flex;
    margin-top: 20px;
}
.case-tags p{
    background-color: #ECECF4;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 20px;
    margin-right: 10px;
    color: #7C7B8F;
    font-size: 18px;
}
.case-tags p b{ 
    font-family: GilroyBold
}

.case-tags  a{
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    background-color: #ABA9E0;
    color: #fff;
    font-family: GilroySemibold;
    font-size: 18px;
    border-radius: 20px;
}

.case-tags  a:hover{
    background-color: #8e8cce;
}
.case-images{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.case-image{
    width: 48%;
    height: 260px;
}
.case-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-info{
    display: flex;
    justify-content: space-between;
    background-color: #FAFAFD;
    border-radius: 10px;
    padding: 20px 30px;
    margin-top: 30px;
}

.case-info-item{
    display: flex;
    align-items: center;
    width: 32%;
}

.case-info-item .title{
    font-size: 44px;
    font-family: GilroySemibold;
    color: #000;
    white-space: nowrap;
}

.case-info-item .text{
    padding-left: 20px;
    font-size: 15px;
    color: #575656;
    line-height: 1.3em;

}
.case-btns a{
    width: 310px;
    height: 70px;
    margin: 0 auto;
    margin-top: 30px;
}
.main-video-img.mob{
    display: none;
}

.edge{
    margin: 130px 0;
    margin-bottom: 80px;
}
.edge-subtitle{
    color: #979595;
    font-size: 18px;
      font-family: GilroyMedium;
      line-height: 1.5em;
      margin-top: 40px;
}

.edge-wrap{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.edge-item{
    width: 30%;
    margin-bottom: 60px;
}
.edge-icon{
    width: 130px;
    height: 130px;
    border: 1px dotted #ABA9E0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.edge-item .title{
margin-top: 50px;
font-size: 18px;    
font-family: GilroyBold;
line-height: 1.2em;
}

.edge-item .text{
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 25px;
    color: #979595;
     font-family: GilroyMedium;
}
.caseSlider-item{
    width: 663px;
    height: 420px;
    margin: 0 auto;
}
.caseSlider-item img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.caseSlider-slider{
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 200px;
}
.caseSlider-slider-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aba9e0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.caseSlider-slider-prev svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.caseSlider-slider-prev:hover {
    background-color: #aba9e0
}

.caseSlider-slider-prev:hover svg path {
    fill: #fff
}

.caseSlider-slider-next {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #aba9e0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.caseSlider-slider-next svg path {
    fill: #aba9e0;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.caseSlider-slider-next:hover {
    background-color: #aba9e0
}

.caseSlider-slider-next:hover svg path {
    fill: #fff
}
.spage{
    padding-top: 270px;
    background-color: #FAFAFD;
    padding-bottom: 90px;
}


.spage .case-info{
    background-color: #fff;
    margin-top: 40px;
}
.spage .case-images{
    margin-top: 40px;
}

.sContent{
    margin-top: 75px;
}
.sContent-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sContent-text{
    width: 850px;
}
.sContent-image{
    width: 210px;
}
.sContent-image img{
    width: 100%;
    height: auto;
}
.sContent-box{
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 50px;
}
.sContent-box-wrap{
    display: flex;
    flex-wrap: wrap;
}
.sContent-box a {
    height: 42px;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
    line-height: 42px;
    padding: 0 20px;
    background-color: #ABA9E0;
    color: #fff;
    font-family: GilroySemibold;
    font-size: 18px;
    border-radius: 20px;
}
.sContent-box-item{
    width: 50%;
    padding-right: 40px;
}
.sContent-box-item .title{
color: #000;
font-size: 24px;
   font-family: GilroySemibold;
}
.sContent-box-item .text{
    color: #575656;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.3em;
}

.sContentBottom{
    margin-bottom: 80px;
    margin-top: 100px;
    width: 100%;
    background-color: #EEFAF2;
    border-radius: 10px;
    padding: 40px;
}
.sContentBottom-title{
color: #000;
    font-size: 32px;
      font-family: GilroySemibold;
}
.sContentBottom-text{
    color: #575656;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 25px;
}
.sContentBottom-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 45px;
}
.sContentBottom-item{
    width: auto;
    margin-right: 80px;
    margin-bottom: 40px;
}
.sContentBottom-item .title{
color: #000;
font-size: 40px;
 font-family: GilroySemibold;
}

.sContentBottom-item .text{
        color: #575656;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 30px;
}

.wp-editor h2,.wp-editor h3,.wp-editor h5{
    color: #000;
    margin-top: 40px;
}
.wp-editor img{
    width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.calcPage{
    padding: 115px 0;
    background-color: #ABA9E0;
}

.calcPage .calcForm {
    margin: 0;
}

.spage2{
    background-color: #FAFAFD;
    padding-top: 250px;
}

.crubs a,.crubs p{
    color: #737282;
    font-size: 14px;

}
.crubs{
    margin-bottom: 40px;
}

.calcForm-content-hit{
    display: none;
}
.calcForm-content-hit.active{
    display: block;
}




@media (max-width:1600px) {
    .baner .bg {
        right: 5%
    }
}

@media (max-width:1400px) {
    .baner .bg {
        right: 0
    }
}

@media (max-width:1200px) {
    .container {
        max-width: 960px
    }
    .header-top-left p {
        display: none
    }
    .header-top-left span {
        display: none
    }
    .header-left ul li a {
        font-size: 16px
    }
    .header-left ul li {
        margin-right: 20px
    }
    .main-wrap .bg {
        right: 0
    }
    .main-text {
        width: 50%
    }
    h1 {
        font-size: 40px
    }
    .main-text p {
        font-size: 16px
    }
    .main-form {
        padding-left: 40px;
        padding-right: 60px
    }
    .s-title {
        font-size: 36px
    }
    .charts-slide-box-title p {
        font-size: 18px
    }
    .agency-head-item {
        margin-left: 20px
    }
    .agency-head-left {
        width: 48%
    }
    .agency-slide {
        margin: 0 10px
    }
    .agency-item p br {
        display: none
    }
    .price-item {
        margin-right: 10px
    }
    .price-slide {
        padding-top: 32px
    }
    .price-wrap {
        margin-top: 70px
    }
    .allow-item {
        width: 200px
    }
    .allow-item p {
        font-size: 18px
    }
    .faq-title p {
        font-size: 20px
    }
    .faq-title p br {
        display: none
    }
    .seo-text {
        width: 575px
    }
    .reviews-item {
        margin: 40px 80px;
        padding: 0 60px;
        padding-top: 40px;
        padding-bottom: 60px
    }
    .reviews-item-text p {
        font-size: 14px
    }
    .header-left ul li{
        margin: 0;
    }
    .header-left ul li a{
        font-size: 14px;
    }

    .calcForm-head .title br{
        display: none;
    }
    .main-video-img{
        width: 400px;
    }
    .main-video-img{
        display: none;
    }
    .main-video-img.mob{
      display: block;
  }
  .main-video-text{
    width: 600px;
  }
  .main-video-text .btn1{
    display: block;
  }
  .case-title a{
    font-size: 28px;
  }
  .case-info-item{
    display: block;
  }
  .case-info-item .title{
    line-height: 1.2em;
  }
  .case-info-item .text{
    padding-left: 0;
    padding-top: 5px;
  }
  .case-wrap{
    margin-top: 50px;
  }
  .edge-item{
    width: 45%;
  }
}

@media (max-width:992px) {

    .spage{
        padding-top: 100px;
    }
    .caseSlider-slider{
        margin-bottom: 120px;
        margin-top: 80px;
    }
    .caseSlider-item{
        width: 450px;
        height: 290px;
    }
    .container {
        max-width: 720px
    }
    .tabs-contents_style ol li{
        width: 33%
    }
    .main-wrap img {
        max-width: 400px;
    }
    .select {
        display: none
    }
    .header-top-right .btn2 {
        display: none
    }
    .header-menu {
        display: none
    }
    header {
        display: none
    }
    .header-fixed {
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 60px
    }
    .logo {
        margin-top: -4px
    }
    .main-wrap {
        padding-top: 120px
    }
    .main-wrap .bg {
        width: 400px;
        left: 50%;
        margin-left: -200px
    }
    .main-text {
        width: 100%;
        margin-top: 0
    }
    h1 {
        font-size: 32px
    }
    .main-text p {
        margin-top: 30px
    }
    .main-form-title br {
        display: none
    }
    .main-form {
        height: auto;
        padding-bottom: 20px;
        bottom: -300px
    }
    .inputItem {
        width: 100%;
        margin-bottom: 15px
    }
    .charts {
        padding-top: 330px
    }
    .charts-head .arrows {
        margin-top: 20px
    }
    .charts-slide-box-title p {
        font-size: 16px
    }
    .charts-slide-box {
        width: 48%;
        margin-bottom: 40px
    }
    .agency-head-left {
        width: 100%
    }
    .agency-head-right {
        margin-top: 30px;
        width: 100%
    }
    .included-item-head p {
        font-size: 20px
    }
    .included-item .wp-editor p, .included-item ul li {
        font-size: 16px
    }
    .allow-item {
        width: 45%;
        margin-bottom: 40px
    }
    .adv-item {
        width: 48%
    }
    .s-title {
        font-size: 26px
    }
    .seo-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: auto
    }
    .seo-text {
        margin-top: 40px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
    .charts-slide-main {
        padding-bottom: 20px
    }
    .included-item {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 0 !important
    }
    .form-price .label {
        font-size: 220px
    }
    .price-table-item p {
        font-size: 16px
    }
    .price-table-item {
        padding: 15px;
        margin-bottom: 8px
    }
    .price-table-wrap {
        margin-top: 30px
    }
    .tabs div {
        padding: 12px 20px;
        font-size: 16px
    }
    .reviews-item {
        margin: 40px 60px;
        padding: 40px
    }
    .main-video-wrap{
        padding-top: 100px;
    }
    .main-video-img.mob{
        width: 100%;
    }
    .main-video-text{
        width: 100%;
    }
    .calcForm{
        padding: 30px;
    }
    .calcForm-head .title{
        font-size: 22px;
    }
    .calcForm-content-hit{
        order: 1;
        margin: 0 auto;
    }
    .calcForm-content-left{
        width: 100%;
        order: 2;
        margin-top: 20px;
        text-align: center;
    }
    .calcForm-content-left .calcForm-title{
        text-align: center;
    }
    .case-item{
        padding: 30px;
    }
    .case-title a{
        font-size: 22px;
    }
    .case-tags p{
        font-size: 16px;
    }
    .case-tags a{
        font-size: 16px;
    }
    .case-image{
        width: 100%;
        margin-bottom: 10px;
    }
    .edge-icon{
        width: 80px;
        height: 80px;
        padding: 20px;
    }
    .edge-icon img{
        max-width: 100%;
    }
    .edge{
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .edge-subtitle{
        font-size: 15px;
    }
    .edge-item .title{
        margin-top: 30px;
    }
}

@media (max-width:770px) {

    .container {
        max-width: 570px
    }
    .tab_item-name{
        font-size: 20px;
    }
    .tabs-contents_style{
        padding: 20px;
    }
    
    .charts-slide-box {
        width: 100%;
        margin-bottom: 40px !important
    }
    .included-item-inner{
     max-width: 100%;
 }
 .charts-slide-box-main {
    margin-top: 20px
}
.form-price-wrap {
    width: 100%
}
.form-price .label {
    font-size: 180px
}
.mobile-menu-box {
    width: 47%;
    margin: 0 !important;
    margin-bottom: 20px !important
}
.mobile-menu-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.mobile-menu-item h3 {
    font-size: 20px;
    margin-bottom: 30px
}
.mobile-menu-2 li a {
    font-size: 14px
}
.mobile-menu-2 li {
    margin-bottom: 5px
}
.mobile-menu-item {
    margin-bottom: 20px
}
.mobile-menu-bottom {
    margin-top: 60px
}
.price-table {
    margin-top: 60px
}
.tabs div {
    padding: 12px 15px;
    font-size: 14px
}
.tabs {
    margin-top: 30px
}
.tabs-content-wrap {
    margin-top: 30px
}
.advice {
    margin-top: 80px
}
.reviews {
    margin-top: 50px
}
.reviews-item {
    margin-top: 20px
}

.case-info-item .title{
    font-size: 30px;
}
.case-info-item .text{
    font-size: 13px;
}
.case-info-item .text br{display: none;}
.case{
    margin-top: 60px;
}
}

@media (max-width:600px) {
    .calcPage{
        padding: 80px 0;
    }
    .sContentBottom{
        padding: 30px 20px;
    }
    .sContentBottom-item .title{
        font-size: 20px;
    }
    .sContentBottom-item {
        margin-bottom: 20px;
    }
    .sContentBottom-item .text{
        font-size: 14px;
        margin-top: 15px;
    }
    .spage{
        padding-bottom: 40px;
    }
    .sContent-box{
        padding: 20px;
    }
    .sContent-box-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .inputItemBtn p {
        display: none
    }
    .tabs-contents_style ol li{
        width: 50%;
    }
    .inputItemBtn {
        margin-top: 10px
    }
    .main-form-desc {
        margin-top: 10px
    }
    .charts-slide-title {
        width: 100%;
        margin-bottom: 20px
    }
    .form-price {
        margin-top: 80px;
        padding-top: 80px;
        padding-bottom: 60px
    }
    .agency {
        margin-top: 80px
    }
    .agency-arrow-next,
    .agency-arrow-prev {
        display: none
    }
    .agency-slider {
        padding: 0
    }
    .agency-slider .slick-dots li {
        background-color: #e0e0e8
    }
    .agency-slider .slick-dots .slick-active {
        background-color: #171717
    }
    .price {
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 60px
    }
    .price-wrap {
        margin-top: 50px
    }
    .included {
        margin-top: 80px
    }
    .included-wrap {
        margin-top: 50px
    }
    .allow {
        margin-top: 30px;
        padding-top: 60px;
        padding-bottom: 80px
    }
    .allow-wrap {
        margin-top: 50px
    }
    .baner .s-title {
        width: 100%
    }
    .baner-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .advance-image {
        margin-top: 50px
    }
    .advance {
        margin-top: 80px
    }
    .advance .adv-wrap {
        margin-top: 60px
    }
    .faq {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 60px
    }
    .advice--sec {
        margin-top: 0;
        margin-bottom: 60px;
    }
    .faq-box {
        padding-left: 25px
    }
    .faq-title p {
        font-size: 18px
    }
    .seo {
        margin-top: 80px
    }
    .footer-left {
        width: 100%;
        margin: 0
    }
    .footer-item {
        width: 100%;
        margin-top: 40px
    }
    .footer-menu-2 {
        margin-top: 30px
    }
    .form-price .label {
        font-size: 120px
    }
    .reviews-item {
        margin: 20px;
        padding: 30px
    }
    .slider-arrows {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .slider-arrows div {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 0 10px;
        margin-top: 20px
    }
    .reviews {
        margin-top: 30px
    }
    .main-video-text h1{
        font-size: 26px;
    }
    .main-video-text .subtitle{
        font-size: 13px;
        text-align: left;
    }
     .main-video-text{
        text-align: center;
     }
     .main-video-text .btn1{
        width: 100%;
        max-width: 100%;
     }
     .edgeIcons-item .title{
        font-size: 26px;
     }
     .edgeIcons-item .text{
        font-size: 12px;
     }
     .main-video-price{
        font-size: 18px;
     }
     .main-video-price span{
        font-size: 28px;
     }
     .main-video-text h1{
        text-align: left;
     }
     .tabs-content-image{
        width: 100%;
     }
       .edge-item{
        margin-bottom: 30px;
       }
     .edge-item .title{
        font-size: 15px;
     }
     .edge-item .text{
        font-size: 13px;
     }
}

@media (max-width:450px) {
    .edge-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .edge-item .title br{
        display: none;
    }
    .logo {
        font-size: 20px;
        margin-top: 0
    }
    .tabs-contents_style ol li{
        width: 100%;
    }
    .advn-inner p{
        font-size: 14px;
    }
    .advn-inner img{
        max-width: 70px;
    }
    .header-top-right .tel span {
        font-size: 17px
    }
    .header-top-right .tel svg {
        width: 12px;
        margin-top: 0
    }
    .main-wrap {
        padding-top: 80px
    }
    h1 {
        font-size: 22px
    }
    .main-text p {
        margin-top: 20px;
        font-size: 14px
    }
    .main-wrap .bg {
        width: 290px;
        margin-left: -145px;
        bottom: 130px
    }
    .main-form {
        padding: 25px
    }
    .main-form-wrap {
        padding-top: 0
    }
    .main-form-title {
        font-size: 14px
    }
    .form-wrap {
        margin-top: 25px
    }
    .inputItem .title {
        font-size: 11px;
        margin-bottom: 8px
    }
    .inputItem input[type=text],
    .inputItem textarea {
        height: 50px;
        font-size: 14px;
        padding-left: 25px
    }
    .checkbox+label {
        font-size: 14px;
        padding-top: 2px
    }
    .btn1 {
        height: 54px;
        font-size: 14px
    }
    .baner-wrap .btn1 {
        line-height: 52px
    }
    .main-form-desc {
        font-size: 11px;
        line-height: 13px;
        margin-top: 0
    }
    .main-wrap {
        height: 620px
    }
    .charts {
        padding-top: 350px
    }
    .s-title {
        font-size: 18px
    }
    .charts-slide-site .title {
        font-size: 14px
    }
    .charts-slide-site a {
        font-size: 14px
    }
    .charts-slide-site .city {
        font-size: 14px
    }
    .charts-slide-title span {
        display: none
    }
    .charts-slide-site {
        margin-right: 50px
    }
    .charts-slider-wrap {
        margin-top: 30px
    }
    .charts-slide-head .view-positions {
        font-size: 16px
    }
    .charts-slide-main {
        border: none;
        padding: 0
    }
    .charts-slide-table-head p {
        font-size: 11px
    }
    .charts-slide-table-body p {
        font-size: 11px
    }
    .charts-slide-box {
        margin-bottom: 20px !important
    }
    .charts-slide-box-title p {
        font-size: 12px
    }
    .charts-slide-box-image {
        padding: 0
    }
    .form-price {
        margin-top: 40px;
        padding-top: 50px;
        padding-bottom: 50px
    }
    .form-price .label {
        font-size: 90px
    }
    .agency {
        margin-top: 50px
    }
    .agency-head-left p {
        font-size: 14px;
        margin-top: 20px
    }
    .agency-head-item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px
    }
    .agency-head-item p {
        font-size: 14px
    }
    .agency-head-item-logo {
        margin-top: 15px
    }
    .agency-main {
        margin-top: 20px
    }
    .agency-item {
        width: 220px;
        height: 160px
    }
    .slick-dots {
        margin-top: 20px
    }
    .price {
        padding-top: 30px
    }
    .price-item .title {
        font-size: 18px
    }
    .price-item .region {
        font-size: 14px;
        margin-top: 5px
    }
    .price-item ul li {
        font-size: 13px
    }
    .price-item ul {
        margin-top: 20px
    }
    .price-item .pricec {
        margin-top: 20px;
        font-size: 24px
    }
    .price-item .pricec span {
        font-size: 13px;
        margin-top: 3px
    }
    .btn3 {
        height: 50px;
        font-size: 14px
    }
    .price-item {
        width: 270px;
        padding: 20px
    }
    .included {
        margin-top: 60px
    }
    .included-item-head p {
        font-size: 16px
    }
    .included-item {
        margin-bottom: 30px
    }
    .included-item .wp-editor p, .included-item ul li {
        font-size: 14px;
        margin-bottom: 14px
    }
    .included-item .wp-editor, .included-item ul {
        margin-top: 20px
    }
    .included-wrap {
        margin-top: 40px
    }
    .allow {
        margin-top: 20px;
        padding-top: 35px;
        padding-bottom: 60px
    }
    .allow-item-image {
        height: 110px
    }
    .allow-item p {
        font-size: 14px;
        margin-top: 25px
    }
    .allow-btn {
        margin-top: 20px
    }
    .calculator {
        margin-top: 60px
    }
    .calculator .bg {
        display: none
    }
    .calculator-head p {
        margin-top: 15px;
        font-size: 14px
    }
    .calculator-head {
        margin-bottom: 30px
    }
    .forward {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .forward .btn1 {
        width: 100%
    }
    .forward .einter {
        margin: 0;
        text-align: center;
        width: 100%;
        margin-top: 17px
    }
    .forward .einter br {
        display: none
    }
    .calc_step .wreap span {
        width: 42px
    }
    .calc_step {
        margin-top: 30px
    }
    .uploadrow {
        width: 100%
    }
    .step_wrap .inputItem {
        width: 100%
    }
    .inputItem textarea {
        width: 100%;
        height: 120px
    }
    .uploadrow {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .excepter {
        margin-top: 10px;
        margin-left: 0
    }
    .excepter br {
        display: none
    }
    .forward {
        margin-top: 30px
    }
    .attracting {
        margin-top: 70px
    }
    .attracting-head p {
        margin-top: 15px;
        font-size: 14px
    }
    .attracting-head p br {
        display: none
    }
    .adv-wrap {
        margin-top: 40px
    }
    .attracting .adv-item {
        width: 100%;
        margin-bottom: 40px
    }
    .attracting .adv-item .icon {
        width: 105px;
        height: 105px;
        margin-bottom: 30px
    }
    .adv-item .title {
        font-size: 16px
    }
    .adv-item .text {
        font-size: 14px
    }
    .baner {
        margin-top: 20px;
        padding-top: 35px
    }
    .baner .s-title {
        width: 60%
    }
    .advance {
        margin-top: 45px
    }
    .advance-image {
        margin-top: 30px;
        margin-bottom: 70px
    }
    .advance .adv-item {
        margin-bottom: 40px
    }
    .faq {
        padding-top: 35px
    }
    .s-subtitle {
        margin-top: 20px;
        font-size: 14px
    }
    .faq-wrap {
        margin-top: 30px
    }
    .faq-box {
        padding: 20px 0;
        padding-right: 20px;
        padding-left: 17px
    }
    .faq-title span {
        width: 24px;
        height: 24px
    }
    .faq-title p {
        font-size: 16px
    }
    .faq-hidden p {
        font-size: 13px
    }
    .seo-image img {
        max-width: 100%
    }
    .seo {
        margin-top: 40px;
        padding-bottom: 40px
    }
    .seo-text .s-title {
        margin-bottom: 30px
    }
    footer {
        padding-top: 30px
    }
    .footer-left p {
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 30px
    }
    .footer-middle {
        margin-top: 0
    }
    .social {
        margin-top: 40px
    }
    .footer-bottom {
        margin-top: 40px
    }
    .footer-bottom-wrap p {
        margin-bottom: 20px;
        font-size: 14px
    }
    .footer-bottom-wrap {
        padding-top: 35px;
        padding-bottom: 15px
    }
    .footer-item .title {
        font-size: 14px;
        margin-bottom: 20px
    }
    .footer-menu-2 li a {
        font-size: 14px
    }
    .footer-menu-2 {
        margin-top: 15px
    }
    .mobile-menu-wrap .btn2 {
        font-size: 14px
    }
    .social {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .social a {
        margin-right: 10px
    }
    .mobile-menu-box {
        width: 100%
    }
    .mobile-menu-wrap {
        margin-top: 30px
    }
    .price-table-item p {
        font-size: 13px
    }
    .price-table-item {
        padding-left: 10px;
        padding-right: 10px
    }
    .reviews-label img {
        width: 25px;
        margin: 0 20px
    }
    .reviews-item {
        margin: 20px
    }
    .reviews-slider {
        margin-left: -15px;
        margin-right: -15px
    }
    .reviews-item {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px
    }
    .reviews-item-author {
        margin-top: 30px
    }
    .reviews-item-author p {
        font-size: 16px
    }
    .slider-arrows div {
        margin-top: 10px
    }
    .case-image{
        height: 120px;
    }
    .case-tags a{
        display: none;
    }
    .case-tags p{
        font-size: 10px;
        padding: 0 3px;
        line-height: 34px;
        height: 34px;
        width: 100%;
    }
    .case-title a{
        font-size: 18px;
    }
    .case-item{
        padding: 20px;
    }
    .calcFormRadio + label{
        font-size: 14px;
    }
    .calcForm-price span{
        font-size: 28px;
    }
}

.forward--hide1 {
    display: flex;
    align-items: center;
}

.btn-hidden,
.forward--hide2 {
    display: none !important;
}

.step-rez--active {
    display: block !important;   
}

.form-wrap__popup {
   flex-direction: column;
   gap: 30px;
   align-items: center;
}

.form-wrap__popup .inputItem {
    width: 85%;
}

.form-wrap__popup .inputItem textarea {
   width: 100%;
}

@media (min-width: 576px) {
    .form-wrap__popup .inputItem {
        width: 50%;
    }
}

.block-image {
    margin-bottom: 120px;
}
.block-image__body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -24px;
}
@media (max-width:600px) {
    .block-image__body {
        margin: 0;
    }
}
.block-image__body > * {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 24px;
}
@media (max-width:600px) {
    .block-image__body > * {
        padding: 0;
        flex: 0 0 100%;
        width: 100%;
    }
}
.block-image__image { }

.compare {
    padding-top: 100px;
    margin-bottom: 100px;
}
@media (max-width:600px) {
    .compare {
        padding-top: 40px;
        margin-bottom: 40px;
    }
}
.compare .s-title {
    margin-bottom: 60px;
}
@media (max-width:600px) {
    .compare .s-title {
        margin-bottom: 20px;
    }
}
.compare-wrap {
    display: flex;
    row-gap: 24px;
    margin: 60px -10px;
}
@media (max-width:600px) {
    .compare-wrap {
        margin: 30px 0;
        flex-wrap: wrap;
    }
    .case-info{
        flex-wrap: wrap;
    }
    .case-info-item{
        width: 100%;
        margin: 10px 0;
    }
}
.compare-item {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 10px;
}
@media (max-width:600px) {
    .calcForm-btns{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .calcForm-btns a{
        width: 100%;
        margin: 4px 0;
    }
    .caseSlider{
        margin-bottom: 60px;
    }
.caseSlider-slider{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .caseSlider-item{
        width: 100%;
        height: auto;
    }
    .caseSlider-item img{
        height: auto;
    }
    .compare-item {
        padding: 0;
        flex: 0 0 100%;
        width: 100%;
    }
}
.compare-item-head {
    border-radius: 8px;
    background: #aba9e0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-item-title {
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 1.2em;
}
.compare-item-body ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 8px 0;
}
.compare-item-body ul li figure {
    margin: 0;
    font-size: 0;
    line-height: 0;
    flex: 0 0 32px;
    width: 32px;
}
.compare-item-body ul li figure img {
    width: 100%;
}

.charts-slide-main .wp-editor > *:last-child {
    margin-bottom: 0;
}
.charts-slide-main .wp-editor > .title {
    color: #141313;
    font-size: 24px;
    font-family: GilroyBold;
    margin-bottom: 1em;
}
@media (max-width:992px) {
    .charts-slide-main .wp-editor > .title {
        font-size: 20px
    }
}
@media (max-width:450px) {
    .charts-slide-main .wp-editor > .title {
        font-size: 16px
    }
}