/* header */
#header .header_top {
    padding: 15px 0 20px;
    box-sizing: border-box;
    background-color: #1d1645;
}

#header .header_top .block_1 {
    width: 457px;
}

#header .header_top .block_2 {
    width: 530px;
}

#header .header_top .header_logo {
    width: 122px;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #fff;
    background: url(../img/header/shpnewlogowc.svg) no-repeat center center;
    background-size: contain;
    height: 47px;
    cursor: pointer;
    margin-top: -5px;
    margin-bottom: -15px;
}

#header .header_top .block_1 p {
    width: 274px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

#header .header_top .text_1 {
    width: 360px;
}

#header .header_top .text_1 .link_1 {
    width: 187px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

#header .header_top .text_1 .fright {
    width: 110px;
    height: 34px;
    margin-left: 30px;
    margin-top: -6px;
    padding-left: 30px;
    border-left: 1px solid #fff;
}

#header .header_top .text_1 .fright a {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

#header .header_top .block_2 .link {
    width: 138px;
    height: 26px;
    margin-top: 3px;
    background-color: #fff;
    font-size: 14px;
    line-height: 26px;
    color: #1d1645;
    font-weight: 700;
}

#header .header_bot {
    padding: 30px 0 15px;
    box-sizing: border-box;
}

#header .header_bot ul li {
    display: inline-block;
    vertical-align: top;
}

#header .header_bot ul li a {
    font-size: 16px;
    line-height: 19px;
    color: #1d1645;
    text-transform: uppercase;
    font-weight: 600;
}

#header .header_bot ul li + li {
    margin-left: 109px;
}

#header .header_bot ul li a:hover {
    color: #ae0707;
}

#header .header_bot ul li.item {
    display: none;
}

#header .header_top .burger {
    position: relative;
    margin-top: -40px;
    width: 40px;
    height: 40px;
    transition-duration: 0.5s;
    cursor: pointer;
}

#header .header_top .burger .icon_left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 24px;
    background-color: #fff;
}

#header .header_top .burger .icon_right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 24px;
    background-color: #fff;
    left: 15px;
}

#header .header_top .burger .icon_left::before {
    content: "";
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: -10px;
    background-color: #fff;
}

#header .header_top .burger .icon_left::after {
    content: "";
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 10px;
    background-color: #fff;
}

#header .header_top .burger .icon_right::before {
    content: "";
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;;
    top: -10px;
    background-color: #fff;
}

#header .header_top .burger .icon_right::after {
    content: "";
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 10px;
    background-color: #fff;
}

#header .header_top .burger.open .icon_left {
    transition-duration: 0.5s;
    background-color: transparent;
}

#header .header_top .burger.open .icon_right {
    transition-duration: 0.5s;
    background-color: transparent;
}

#header .header_top .burger.open .icon_left::before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

#header .header_top .burger.open .icon_left::after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

#header .header_top .burger.open .icon_right::before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

#header .header_top .burger.open .icon_right::after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

/* end header */

/* menu */
.menu {
    position: fixed;
    display: none;
    width: 252px;
    left: 50px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.58);
    margin: 200px 0;
    padding: 10px;
    box-sizing: border-box;
    z-index: 300;
}

.menu ul li {
    position: relative;
    padding-left: 17px;
}

.menu ul li::after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border: 1px solid #1d1645;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.menu ul li a {
    font-size: 12px;
    line-height: 15px;
    color: #1d1645;
    text-transform: uppercase;
    font-weight: 700;
}

.menu ul li.active::after {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-color: #1d1645;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.menu ul li + li {
    margin-top: 10px;
}

/* end menu */

/* unique */
.unique {
    padding-bottom: 55px;
    box-sizing: border-box;
}

.unique .unique_img {
    min-height: 562px;
    height: auto;
}

.unique .unique_block {
    max-width: 780px;
    margin: 0 auto;
    margin-right: 400px;
}

.unique .unique_block .inner .image {
    background-image: url(../nimg/diunorm.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 542px;
    height: 488px;
    top: -210px;
    left: -370px;
}

.unique .unique_block .title img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 341px;
    height: 43px;
    margin-bottom: 30px;
}

.unique .unique_block .title p {
    font-size: 30px;
    line-height: 33px;
    color: #ae0707;
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.unique .title .title_pic .pic {
    background: url(../img/unique/2.png) no-repeat;
    width: 21px;
    height: 21px;
    right: 170px;
    bottom: 20px;
    cursor: pointer;
}

.unique .title_pic .pic_hover p {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

.unique .title_pic .pic_hover {
    width: 210px;
    height: 64px;
    background-color: #1d1645;
    border-radius: 3px;
    padding: 8px 20px;
    box-sizing: border-box;
}

.unique .title .title_pic .pic:hover .pic_hover {
    display: block;
    top: -70px;
    right: -205px;
}

.unique .unique_struggle .item {
    padding-right: 104px;
}

.unique .unique_struggle .row {
    margin-right: -104px;
}

.unique .unique_struggle .item p {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
}

.unique .unique_struggle .item:nth-child(3) {
    width: 36%;
}

.unique .unique_struggle .item:nth-child(2) {
    width: 32%;
}

.unique .unique_struggle .item:nth-child(1) {
    width: 32%;
}

.unique .unique_struggle .item > div::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/unique/3.png) no-repeat;
    width: 96px;
    height: 129px;
    top: -5px;
    left: -45px;
}

.unique .unique_link {
    margin-top: 60px;
    max-width: 680px;
}

.unique .unique_link a {
    width: 292px;
    height: 55px;
    line-height: 48px;
    color: #1d1645;
    font-weight: 600;
    box-sizing: border-box;
    border: 3px solid #1d1645;
    border-radius: 3px;
}

.unique .unique_link a:hover {
    background-color: #1d1645;
    color: #fff;
}

.unique .title_pic img {
    display: none !important;
}

/* end unique */

/* questions */
.questions {
    min-height: 946px;
    height: auto;
    box-sizing: border-box;
    padding: 280px 0 160px;
}

.questions .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.questions ul::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/question/1.png) no-repeat;
    width: 78px;
    height: 79px;
    top: -160px;
    left: 0;
}

.questions .text_1 {
    width: 611px;
    margin-top: 65px;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    font-weight: 600;
}

.questions ul li p {
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
}

.questions ul li + li {
    margin-top: 15px;
}

.questions ul {
    width: 611px;
}

/* end question */

/* decision */
.decision {
    padding: 120px 0 110px;
}

.decision .title h2 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
}

.decision .title p {
    font-size: 36px;
    line-height: 39px;
}

.decision .decision_chart .item {
    color: #fff;
    margin-bottom: 10px;
}

.decision .decision_chart {
    min-height: 448px;
    height: auto;
    margin-top: 110px;
    margin-bottom: 40px;
    padding: 50px 115px 50px 100px;
    box-sizing: border-box;
}

.decision .decision_data {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.decision .decision_data p {
    width: 495px;
    font-size: 12px;
    line-height: 15px;
}

.decision .decision_chart .image_block {
    width: 477px;
    margin-right: 75px;
}

.decision .decision_chart .image_block img {
    display: block;
    position: relative;
    width: 477px;
    height: 344px;
}

.decision .decision_chart .text_block p {
    margin-top: 120px;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

/* end decision */

/* reason */
.reason {
    min-height: 970px;
    height: auto;
    padding: 90px 0 60px;
    box-sizing: border-box;
}

.reason .reason_age .text {
    width: 481px;
}

.reason .reason_age .age_block {
    width: 614px;
    margin-top: 5px;
}

.reason .reason_age .text p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
}

.reason .reason_age .text p span {
    font-weight: 700;
}

.reason .reason_age .text p + p {
    margin-top: 5px;
}

.reason .reason_age .age_block .block_1 {
    width: 48.5%;
}

.reason .reason_age .age_block .block_2 {
    width: 48.5%;
}

.reason .age_block .block_1 .cap {
    background-color: #1d1645;
}

.reason .age_block .block_1 .cap th {
    padding-top: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}

.reason .age_block .block_1 .cap th img {
    display: block;
    position: relative;
    padding-right: 10px;
    width: 59px;
    height: 39px;
    margin-top: -8px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 7px;
}

.reason .age_block .block_1 .age {
    background-color: #dadada;
}

.reason .age_block .block_1 .age td {
    font-size: 12px;
    line-height: 15px;
    padding: 12px 0 12px 10px;
    box-sizing: border-box;
    border-top: 4px solid #f3f3f3;
}

.reason .reason_link a {
    width: 292px;
    height: 55px;
    line-height: 48px;
    color: #1d1645;
    font-weight: 600;
    box-sizing: border-box;
    border: 3px solid #1d1645;
    border-radius: 3px;
}

.reason .reason_link a:hover {
    background-color: #1d1645;
    color: #fff;
}

.reason .reason_link a + a {
    margin-left: 127px;
}

.reason .reason_link {
    max-width: 720px;
    margin: 95px auto 0;
}

.reason .reason_text {
    width: 470px;
    margin-top: 170px;
}

.reason .reason_text .logo img {
    display: block;
    position: relative;
    width: 457px;
    height: 58px;
    margin-bottom: 15px;
}

.reason .reason_text .logo .item {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 30px;
}

.reason .reason_text .text_1 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 40px;
    font-style: italic;
    color: #78797c;
}

.reason .reason_text ul li {
    position: relative;
    padding-left: 10px;
}

.reason .reason_text ul li + li {
    margin-top: 10px;
}

.reason .reason_text ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 11px;
    left: 0;
}

.reason .reason_text .img {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../nimg/diunorm.png);
    width: 515px;
    height: 457px;
    left: -670px;
    bottom: -150px;
}

.reason .item_1 {
    width: 1135px;
    padding: 160px 100px 140px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -568px;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
    z-index: 300;
}

.reason .item_1 .cap {
    background-color: #1d1645;
}

.reason .item_1 table {
    width: 100%;
}

.reason .item_1 .cap th {
    padding: 20px 0 15px 15px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.reason .item_1 table tr td {
    padding: 10px;
    box-sizing: border-box;
    background-color: #dadada;
    height: 90px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    border-top: 4px solid #fff;
}

.reason .item_1 table tr .line {
    border-right: 4px solid #fff;
}

.reason .item_1 table tr th {
    width: 25%;
}

.reason .item_1 table tr td {
    width: 25%;
}

.reason .item_1 table .list {
    height: 70px;
}

.reason .item_1 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

.reason .item_1.active {
    display: block;
}

.reason .item_2 {
    width: 1135px;
    margin-left: -568px;
    padding: 140px 230px 100px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
    z-index: 300;
}

.reason .item_2 p {
    font-size: 16px;
    line-height: 20px;
}

.reason .item_2 .block_2 {
    margin: 20px 0;
}

.reason .item_2 .block_2 p {
    margin-bottom: 5px;
}

.reason .item_2 .block_2 ul li {
    position: relative;
    padding-left: 20px;
}

.reason .item_2 .block_2 ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 9px;
    left: 10px;
}

.reason .item_2 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

.reason .item_2.active {
    display: block;
}

.reason .item_3 {
    width: 1135px;
    margin-left: -568px;
    padding: 140px 210px 100px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
    z-index: 300;
}

.reason .item_3.active {
    display: block;
}

.reason .item_3 p {
    font-size: 16px;
    line-height: 20px;
}

.reason .item_3 ul li {
    position: relative;
    padding-left: 20px;
}

.reason .item_3 ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 9px;
    left: 10px;
}

.reason .item_3 .block_2 {
    margin: 30px 0;
}

.reason .item_3 .block_2 p {
    margin-bottom: 10px;
}

.reason .item_3 .block_3 p {
    margin-bottom: 10px;
}

.reason .item_3 .block_3 p span {
    font-weight: 700;
}

.reason .item_3 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

/* end reason */

/* consist */
.consist {
    padding: 175px 0 95px;
    box-sizing: border-box;
}

.consist .title h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.consist .title p {
    font-size: 36px;
    line-height: 40px;
}

.consist .consist_block {
    margin-top: 95px;
}

.consist .consist_block .image_block {
    height: 180px;
}

.consist .consist_block .item {
    padding-right: 60px;
}

.consist .consist_block .row {
    margin-right: -60px;
}

.consist .consist_block .item:nth-child(3) .text_block {
    padding-bottom: 35px;
}

.consist .consist_block .text_block {
    margin-top: -95px;
    text-align: center;
    background-color: #f3f3f3;
    padding: 120px 30px 55px;
    box-sizing: border-box;
}

.consist .consist_block .text_block h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}

.consist .consist_block .text_block span {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}

.consist .consist_block .text_block p {
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
}

.consist .consist_block a {
    width: 218px;
    height: 54px;
    margin: 45px auto 0;
    line-height: 48px;
    font-size: 20px;
    color: #1d1645;
    font-weight: 600;
    box-sizing: border-box;
    border: 3px solid #1d1645;
    border-radius: 3px;
}

.consist .consist_block a:hover {
    background-color: #1d1645;
    color: #fff;
}

.consist .link_1 {
    width: 1135px;
    margin-left: -568px;
    padding: 80px 115px 50px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
}

.consist .link_1 .block_1 .right {
    width: 282px;
    margin-left: 45px;
}

.consist .link_1 .block_1 {
    margin-bottom: 30px;
}

.consist .link_1 .block_1 .right img {
    position: relative;
    display: block;
    width: 260px;
    height: 260px;
}

.consist .link_1 .block_1 .right p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_1 .block_2 .left {
    padding-top: 50px;
}

.consist .link_1 .block_1 .left p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.consist .link_1 .block_1 .left ul li {
    position: relative;
    padding-left: 20px;
}

.consist .link_1 .block_1 .left ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 9px;
    left: 10px;
}

.consist .link_1 .block_2 .right {
    width: 270px;
    margin-left: 45px;
}

.consist .link_1 .block_2 .right img {
    position: relative;
    display: block;
    width: 256px;
    height: 154px;
}

.consist .link_1 .block_2 .left p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_1 .block_2 .left ul li p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_1 .block_2 .left ul li + li {
    margin-top: 5px;
}

.consist .link_1 .block_2 .right p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_1 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

.consist .link_1.active {
    display: block;
}

.consist .link_2 {
    width: 1135px;
    padding: 160px 220px 140px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -568px;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
}

.consist .link_2 .block_1 p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.consist .link_2 .block_1 li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}

.consist .link_2 .block_1 li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 9px;
    left: 10px;
}

.consist .link_2 .block_1 li + li {
    margin-top: 5px;
}

.consist .link_2 .block_2 p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_2 .block_2 {
    margin-top: 50px;
}

.consist .link_2 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

.consist .link_2.active {
    display: block;
}

.consist .link_3 {
    width: 1135px;
    padding: 60px 220px 50px 100px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -568px;
    border-radius: 2px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 12.24px 5.76px rgba(29, 51, 66, 0.14);
}

.consist .link_3 p {
    font-size: 16px;
    line-height: 20px;
}

.consist .link_3 .block_1 img {
    position: relative;
    display: block;
    width: 519px;
    height: 213px;
    margin-top: 20px;
}

.consist .link_3 .block_1 p {
    font-size: 14px;
    line-height: 18px;
}

.consist .link_3 .block_2 {
    margin: 25px 0;
}

.consist .link_3 .block_2 p {
    font-size: 16px;
    line-height: 20px;
}

.consist .link_3 .block_2 ul li {
    position: relative;
    padding-left: 20px;
}

.consist .link_3 .block_2 ul li::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #1d1645;
    top: 9px;
    left: 10px;
}

.consist .link_3 .block_3 p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
}

.consist .link_3 .cross {
    background: url(../img/consist/1.png) no-repeat;
    width: 40px;
    height: 40px;
    top: 50px;
    right: 60px;
}

.consist .link_3.active {
    display: block;
}

/* end consist */

/* scheme */
.scheme {
    min-height: 948px;
    height: auto;
    padding: 150px 0 175px;
    box-sizing: border-box;
}

.scheme h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 120px;
}

.scheme .scheme_block {
    max-width: 570px;
    margin: 0 auto;
}

.scheme .scheme_block .image_block {
    height: 110px;
    margin-bottom: 25px;
}

.scheme .scheme_block .item {
    padding-right: 110px;
}

.scheme .scheme_block .row {
    margin-right: -110px;
}

.scheme .scheme_block .item p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
}

.scheme .scheme_block .item p span {
    color: #ae0707;
}

.scheme .scheme_block .text_1 {
    margin-top: 90px;
    font-size: 16px;
    line-height: 19px;
}

.scheme .scheme_block a {
    width: 292px;
    height: 55px;
    margin: 118px auto 0;
    line-height: 48px;
    color: #1d1645;
    font-weight: 600;
    box-sizing: border-box;
    border: 3px solid #1d1645;
    border-radius: 3px;
}

.scheme .scheme_block a:hover {
    background-color: #1d1645;
    color: #fff;
}

/* end scheme */

/* reply */
.reply {
    padding-top: 390px;
    box-sizing: border-box;
    margin-bottom: 190px;
}

.reply .inner .pic {
    background: url(../nimg/diunorm.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 515px;
    height: 457px;
    top: -455px;
    left: 0;
}

.reply .inner .text {
    background: url(../img/text.jpg) no-repeat;
    width: 345px;
    height: 128px;
    top: -275px;
    right: 210px;
}

.reply h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 100px;
}

.reply .reply_block {
    max-width: 940px;
    margin: 0 auto;
}

.reply .question {
    height: 45px;
    background-color: #1d1645;
    position: relative;
}

.reply .question_answer + .question_answer {
    margin-top: 20px;
}

.reply .question .question_text {
    padding-left: 35px;
    font-size: 16px;
    line-height: 41px;
    color: #fff;
}

.reply .answer .answer_text {
    padding: 45px 0 35px 35px;
    font-size: 16px;
    line-height: 19px;
}

.reply .answer .answer_text span {
    font-weight: 700;
    color: #ae0707;
}

.reply .accordeon .question::after {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/arrow.jpg) no-repeat;
    width: 13px;
    height: 14px;
    top: 50%;
    right: 25px;
    margin-top: -7px;
    transition: 0.4s;
}

.reply .accordeon .question.active::after {
    transform: rotate(-90deg);
}

/* end reply */

/* sert */
.sert .title h2 {
    margin-bottom: 25px;
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
}

.sert .title p {
    margin-bottom: 120px;
    font-size: 36px;
    line-height: 39px;
}

.sert .sert_block {
    max-width: 940px;
    margin: 0 auto;
}

.sert .sert_block .image_block {
    height: 651px;
}

.sert .sert_block .left {
    padding-right: 20px;
}

.sert .sert_block .right {
    padding-left: 20px;
}

.sert .sert_link {
    width: 595px;
    height: 55px;
    padding: 0 20px;
    margin: 65px auto 0;
    border: 3px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
}

.sert .sert_link a {
    padding-left: 45px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    font-weight: 600;
}

.sert .sert_link a::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../img/pdf.png) no-repeat;
    width: 28px;
    height: 33px;
    top: 6px;
    left: 0;
}

/* end sert */

/* expert */
.expert {
    margin-top: -315px;
    padding: 495px 0 240px;
    box-sizing: border-box;
}

.expert .expert_block {
    padding: 60px 125px 120px;
    box-sizing: border-box;
    background-color: #fff;
}

.expert .expert_block h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    font-weight: 700;
}

.expert .expert_block p {
    text-align: center;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
}

.expert .expert_block .expert_link {
    margin-top: 75px;
}

.expert .expert_block .expert_link .link_1 {
    width: 359px;
}

.expert .expert_block .expert_link .link_2 {
    width: 359px;
}

/* end expert */

/* buy */
.buy {
    padding: 90px 0 100px;
    box-sizing: border-box;
}

.buy .buy_block .block_1 {
    width: 315px;
}

.buy .buy_block .text {
    width: 630px;
    margin-top: 60px;
}

.buy .buy_block .block_1 .image_block {
    height: 457px;
    margin-bottom: 110px;
}

.buy .buy_block .block_1 .text_block span {
    font-weight: 700;
}

.buy .buy_block .block_1 .text_block p {
    margin-top: 25px;
}

.buy .buy_block .text h2 {
    font-size: 36px;
    line-height: 39px;
    font-weight: 700;
    margin-bottom: 20px;
}

.buy .buy_block .buy_text {
    margin-bottom: 80px;
    font-weight: bold;
}

.buy .buy_block .text .link_block img {
    display: block;
    position: relative;
    width: 430px;
    height: 66px;
}

.buy .buy_block .text .link_block > div + div {
    margin-top: 25px;
}

/* end buy */

/* footer */
#subfooter {
    height: 1053px;
}

#footer {
    padding-top: 510px;
    box-sizing: border-box;
    height: 1053px;
    margin-top: -1053px;
    position: relative;
    z-index: 20;
}

#footer .footer_pic img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

#footer p {
    color: #a1a1a1;
    text-align: center;
}

#footer .footer_logo {
    width: 225px;
    margin-top: 90px;
    height: 90px;
    background: url(../img/shpnewlogogc.svg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    opacity: .2;
}

/* end footer */

.footer {
    padding-bottom: 100px;
}

.footer .text_2 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
}

.footer .img2 {
    text-align: center;
}

.footer .img2 img {
    width: 700px;
    height: auto;
    max-width: 100%;
}

.footer .text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    width: 550px;
    margin: 50px auto;
}

.footer .img3 {
    text-align: center;
    margin: 40px 0 20px;
}

.footer .img3 img {
    width: 200px;
    height: auto;
    max-width: 100%;
}

#map {
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

.ymaps-2-1-68-svg-icon {
    transition: .2s !important;
}

.mapData__cities {
    margin-bottom: 15px;
}

.mapData__areas {
    border-bottom: 1px dashed #5369bd;
    margin-bottom: 5px;
}

.mapData__city-item, .mapData__area-item {
    display: none; /*display: inline-block;*/
    font-size: 12px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: 1px 10px 0 10px;
    margin: 0 1px 5px;
    cursor: pointer;
    transition: .2s;
}

.mapData__area-item {
    font-size: 12px;
    padding: 5px 15px 4px 15px;
}

.mapData__city-item.active, .mapData__area-item.active {
    border-color: #556aab !important;
    color: #556aab !important
}

.mapData__city-item:hover, .mapData__area-item:hover {
    border-color: #000;
}

.mapData__item_with-icon:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-position: center center;
    top: 2px;
}

.mapData__item-address:before {
    background-image: url(../img/placeholder-for-map.svg);
}

.mapData__item-schedule:before {
    background-image: url(../img/clock-circular-outline.svg);
}

.mapData__item-phone:before {
    background-image: url(../img/call-answer.svg);
}

.mapData__item-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.mapData__table {
    padding: 0 15px;
}

.mapData__table-header {
    border-bottom: 2px solid #00c2d0;
    overflow: hidden;
    padding-bottom: 10px;
}

.mapData__table-item {
    padding: 10px 0;
}

.js_map_data_table_item-name {
    font-weight: 600;
    text-transform: uppercase;
}

.map-wrapper {
    position: relative;
}

.map-wrapper__left {
    position: relative;
    margin-right: 320px;
    overflow: hidden;
}

.map-wrapper__right {
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 320px;
    padding-top: 55px;
    box-sizing: border-box;
    color: #000;
}

.mapData__list {
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.mapData__list-item {
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
}

.mapData__list-item-title {
    font-size: 14px;
}

.mapData__list-item-contacts {
    margin-bottom: 5px;
}

.mapData__list-item-availability span, .mapData__list-item-availability a {
    display: block;
    font-size: 12px;
    background: #556aab;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    text-align: center;
}

.mapData__list-item-availability_1 span, .mapData__list-item-availability_1 a {
    background: #1d1645;
    color: #fff;
}

.mapData__list-availability-switcher {
    width: 100%;
    position: absolute;
    padding: 15px 10px;
    top: 0;
}

.mapData__list-availability-switcher > span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    background: #556aab;
    color: #fff;
    padding: 3px 15px;
    border-radius: 4px;
    text-align: center;
    transition: .3s;
    margin-right: 5px;
    user-select: none;
}

.mapData__list-availability-switcher > span.active {
    background: #1d1645;
    color: #fff;
}

@media (max-width: 1140px) {
    .unique_struggle .item.fleft.box.w33-3 {
        height: 100px;
    }
}

@media (max-width: 1023px) {
    .questions.cover {
        background-image: none !important;
        background-color: #1d1645;
    }

    .decision_chart {
        padding: 20px !important;
        min-height: auto !important;
    }

    .reason .reason_text .img {
        left: -80px !important;
        bottom: 160px !important;
        margin-bottom: 20px;
        margin-top: 20px;
        background-size: 50%;
        background-position: 50%;
        zoom: normal !important;
    }

    .reason_block {
        position: relative;
        z-index: 10;
    }

    .consist .w-link.active {
        zoom: normal !important;
        width: 90%;
        margin: 5%;
        padding: 80px 20px;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        height: 100%;
        z-index: 11;
    }

    .consist .w-link .cross {
        top: 10px;
        right: 10px;
    }

    .consist .w-link.active img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 999px) {
    .unique_struggle .item.fleft.box.w33-3 {
        height: 70px;
    }
}

@media (max-width: 550px) {
    .reason .reason_text .img {
        left: -80px !important;
        bottom: 196px !important;
        margin-bottom: 20px;
        margin-top: 20px;
        background-size: 50%;
        background-position: 50%;
        zoom: normal !important;
    }

    .sert_link a {
        font-size: 11px !important;
        text-align: right !important;
    }

    .buy .buy_block .text .link_block img {
        width: 100%;
        height: auto;
    }

    footer#footer {
        background-size: 100%;
    }
}

#footer {
    padding-bottom: 50px;
}

.mobile {
    display: none;
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .title.mobile {
        font-weight: bold;
        margin-bottom: 20px;
    }

    .buy {
        padding: 20px 0 20px !important;
    }
}

.unique .unique_block .title p {
    font-size: 28px;
    line-height: 33px;
    color: #ae0707;
    position: relative;
    text-align: left;
    margin-bottom: 55px;
    padding-left: 208px;
}

.reason .reason_text .logo .item {
    text-align: left;
    font-size: 24.5px;
    padding-left: 13px;
}

.expert .q_text {
    font-size: 16px;
    margin: 80px 0 50px 0;
    text-align: center;
}

.q_button .qbutton {
    display: inline-block;
    max-width: 200px;
    width: 70%;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border: solid 2px #1d1645;
    background-color: #1d1645;
    font-size: 15px;
    border-radius: 5px 5px;
    cursor: pointer;
}

.q_button .qbutton:hover {
    color: #1d1645;
    background-color: #fff;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

.q_button .textL .qbutton {
    margin-left: 10px;
}

.q_button .textR .qbutton {
    margin-right: 10px;
}

.q_button .w50 {
    float: left;
}

@media (max-width: 639px) {
    .q_button .w50 {
        float: none;
        margin: 10px 0;
        width: 100%;
    }

    .q_button .textL .qbutton {
        display: block;
        margin-left: 0;
        width: 100%;
        max-width: none;
    }

    .q_button .textR .qbutton {
        display: block;
        margin-right: 0;
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767px) {
    .unique .unique_block .title p {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .unique .unique_img {
        zoom: 0.35 !important;
    }
}

@media (max-width: 999px) {
    table {
        overflow: auto;
        display: block;
        width: 100% !important;
    }

    tbody {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
        width: 100% !important;
    }
}

.row.buy-items {
    text-align: center;
    margin: 0 -15px;
}

.buy-items .col-sm-4 {
    margin-bottom: 15px;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
}

.buy-items .item {
    margin-top: 10px;
}

.buy-items .item img {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #999;
}

@media (max-width: 999px) {
    .node-prep .field-name-body {
        float: none;
        width: 100%;
    }
}

#buy .d-md-block {
    text-align: center;
}

.buy-items .col-sm-4 {
    margin-bottom: 15px;
    padding: 0 15px;
    box-sizing: border-box;
}

.buy .buy_block .block_1 {
    width: 455px;
}

.buy .buy_block .block_1 img {
    max-width: 100%;
    height: auto;
}

.consist .consist_block a.button_isl {
    width: 400px;
    text-align: center;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .consist .consist_block a.button_isl {
        font-size: 16px;
        max-width: 96%;
    }
}

.row.buy-items {
    text-align: center;
    margin: 0 -15px;
}

.buy-items .col-sm-4 {
    margin-bottom: 15px;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
}

.buy-items .item {
    margin-top: 10px;
}

.buy-items .item img {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #999;
}

}

.buy-items .item img {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: solid 1px #999;
}

.buy-items .item {
    margin-top: 10px;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
}

.buy-items .title {
    font-weight: bold;
    color: #999;
    text-align: center;
}

.buy-items .img {
    padding: 0 40px;
    border: solid 1px #DBDBDB;
    height: 42px;
    border-radius: 42px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.row.buy-items {
    text-align: left;
    margin: 0 -15px;
}

.row.buy-items .text-5 {
    color: #7d7e7d;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.buy-items .img {
    padding: 0 15px;
    border: solid 1px #DBDBDB;
    height: 42px;
    border-radius: 42px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 30px;
}

.row.buy-items img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 576px) {
    div.row.buy-items img {
        max-width: 100%;
        height: 80%;
        width: auto;
    }
}

.row img {
    max-width: 100%;
    height: auto;
}

.row div {
    box-sizing: border-box;
}