#reasons {
    color: #5e5d62;
}

#reasons.modal-opened {
    margin-bottom: 1000px;
}

#reasons .reason-loader {
    display: none;
    position: relative;
    height: 200px;
    background: url('https://cdn.wholeworld.org/new/general/wait3.gif') center center no-repeat;
    /*background-color: red;*/
}

#reasons h1 {
    font-weight: 400;
}

#reasons h2 {
    margin: 0;
    font-weight: 300;
}

#reasons p {
    margin: 15px 0 12px 0;
    line-height: 22px;
    font-size: 16px;
}

#reasons p b {
    font-weight: 400 !important;
}

#reasons .reason-item .reason-title {
    display: none;
}

#reasons .reason-item .reason-desc {
    display: none;
}

#reasons .title_main {
    padding: 40px 0 50px 0 !important;
    color: #5e5d62;
    font-size: 36px;
    text-align: center;
}

#reasons .block-text .title_main {
    padding-bottom: 0 !important;
}

#reasons .block-text>div {
    padding: 20px 5px 50px 5px;
    width: 854px;
    margin: auto;
}

#reasons .block-text {
    background-color: #f5f5f5;
}

#reasons[data-items_on_page="1"] .block-text-3 {
    display: none;
}

#reasons .reason-item .reason-number {
    position: absolute;
    top: -30px;
    right: 395px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
}

/* стили reason  */
#reasons .reason-item {
    position: relative;
}

#reasons .reason {
    height: 365px;
    width: 854px;
    position: relative;
    margin: auto;
}

#reasons .reason-content {

    display: table-cell;
    vertical-align: middle;
    height: 365px;
    width: 854px;
}

#reasons .reason-content h2 {
    padding: 0 !important;
    color: #5e5d62;
    font-size: 30px;
    letter-spacing: -0.5px;
}

#reasons .reasons-items .right {
    background-color: #fff;
}

#reasons .reasons-items .right .reason-content>div {
    float: right;
}

#reasons .reasons-items .left .reason-bg {
    right: 0;
}

#reasons .reasons-items .left {
    background-color: #f5f5f5;
}

#reasons .reasons-items .left .reason-number {
    background-color: #f5f5f5;
}

#reasons .reasons-items .right .reason-number {
    background-color: white;
}

#reasons .reason-links .icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative;
    border: 1px solid #f2612b;

    border-radius: 30px 30px 30px 30px;
    -o-border-radius: 30px 30px 30px 30px;
    -ms-border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -khtml-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}

#reasons .reason-links a:hover .icon,
#reasons .reason-item:hover .reason-links .icon,
#reasons .reason-item:active .reason-links .icon {
    background-color: #f2612b;
}

#reasons .reason-links a:hover .icon:after,
#reasons .reason-item:hover .reason-links .icon:after,
#reasons .reason-item:active .reason-links .icon:after {
    border-color: white;
}

#reasons .reason-links .icon {
    -webkit-transition: background 0.4s ease;
    float: left;
    margin-right: 10px;
}

#reasons .reason-links a {
    color: #f2612b;
    text-decoration: none;
}

#reasons .reason-links .reason-link-text {
    line-height: 25px;
    font-size: 16px;
}

#reasons .reason-links .reason-link-text .close {
    display: none;
}

#reasons .reason-links .icon:after {
    width: 10px;
    height: 10px;
    display: block;
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    border-right: 2px solid #f2612b;
    border-bottom: 2px solid #f2612b;

    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
}

/*end*/
