body
{
    min-width: 320px;
    margin: auto;
    overflow-x: hidden;
}

.fancybox
{
    display: inline-block;

    margin: 15px 0;

    transition: all 400ms ease;
}
.fancybox:hover
{
    -webkit-box-shadow: 0 0 15px 0 #d14942;
    -moz-box-shadow: 0 0 15px 0 #d14942;
    box-shadow: 0 0 15px 0 #d14942;
}
.container
{
    position: relative;
}
.toTop
{
    position: absolute;
    right: -120px;
    bottom: 79px;
    z-index: 9999;
    border-radius: 50%;
}
.toTop:hover
{
    background: #d9ffc0;
}
.header
{
    padding-top: 1px;
}
.header__top
{
    margin-bottom: 17px;
}
.logo_header
{
    display: inline-block;

    margin-top: 32px;
}
.nav_header
{
    font-size: 0;

    overflow: hidden;

    margin-bottom: 15px;

    text-align: center;
    white-space: nowrap;

    border-radius: 5px;
    background: #bb3933;
}
.nav_header > li + li:before
{
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;

    display: block;

    height: 27px;

    content: '';

    border-left: 1px solid #d68885;
}
.container .nav_header > li
{
    font-size: 16px;

    display: inline-block;

    width: auto;
}
.nav_header > li > a
{
    padding: 11px 19px;

    color: #fff;
    background: #bb3933;
}
.nav_header > li > a:hover,
.nav_header > li > a:focus,
.nav_header > li.active a
{
    background: #e26a64;
}
.header__weKnow
{
    font-size: 21px;
    font-style: italic;

    margin: 12px 0 6px;

    color: #333;
}
.header__flag
{
    max-width: 470px;
    height: 60px;
    margin-bottom: 0;
}
.header__flagOLD
{
    max-width: 470px;
    height: 60px;
    margin-bottom: 0;

    background: #3385e1; /* Old browsers */
    background:    -moz-linear-gradient(top,  #3385e1 0%, #2480f1 66%, #ffd209 67%, #ffd209 67%, #ffce09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3385e1), color-stop(66%,#2480f1), color-stop(67%,#ffd209), color-stop(67%,#ffd209), color-stop(100%,#ffce09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3385e1 0%,#2480f1 66%,#ffd209 67%,#ffd209 67%,#ffce09 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #3385e1 0%,#2480f1 66%,#ffd209 67%,#ffd209 67%,#ffce09 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #3385e1 0%,#2480f1 66%,#ffd209 67%,#ffd209 67%,#ffce09 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #3385e1 0%,#2480f1 66%,#ffd209 67%,#ffd209 67%,#ffce09 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3385e1', endColorstr='#ffce09',GradientType=0 ); /* IE6-9 */
}
.header__contacts,
.footer__contacts
{
    font-size: 18px;

    padding-right: 0;

    list-style: none;
}
.header__contacts
{
    margin-top: 20px;
    margin-bottom: 0;
}
.header__contacts li
{
    margin-bottom: 5px;
    margin-left: 10px;
}
.header__contact,
.footer__contacts
{
    font-weight: 300;

    color: #626262;
}
.header__contact_tel:before,
.header__contact_email:before,
.header__contact_skype:before
{
    display: inline-block;

    margin-right: 10px;

    content: '';
}
.btn_green
{
    text-align: center;

    color: #fff;
    border: 0;
    border-radius: 5px;
    background: #79c938; /* Old browsers */
    background:    -moz-linear-gradient(top,  #79c938 0%, #6dc031 21%, #439a17 72%, #318b0c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#79c938), color-stop(21%,#6dc031), color-stop(72%,#439a17), color-stop(100%,#318b0c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #79c938 0%,#6dc031 21%,#439a17 72%,#318b0c 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #79c938 0%,#6dc031 21%,#439a17 72%,#318b0c 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #79c938 0%,#6dc031 21%,#439a17 72%,#318b0c 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #79c938 0%,#6dc031 21%,#439a17 72%,#318b0c 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c938', endColorstr='#318b0c',GradientType=0 ); /* IE6-9 */
}
.btn_green:hover,
.btn_green:active
{
    background: #318b0c; /* Old browsers */
    background:    -moz-linear-gradient(top,  #318b0c 0%, #439a17 28%, #6dc031 79%, #79c938 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#318b0c), color-stop(28%,#439a17), color-stop(79%,#6dc031), color-stop(100%,#79c938)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #318b0c 0%,#439a17 28%,#6dc031 79%,#79c938 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #318b0c 0%,#439a17 28%,#6dc031 79%,#79c938 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #318b0c 0%,#439a17 28%,#6dc031 79%,#79c938 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #318b0c 0%,#439a17 28%,#6dc031 79%,#79c938 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#318b0c', endColorstr='#79c938',GradientType=0 ); /* IE6-9 */
}
.youtube-icon{
    background: url(../i/Youtube.png) no-repeat left center;
    background-size: contain;
    padding-left: 27px;
    color:#626262
}
.vk-icon{
    background: url(../i/vk_v_kruge.png) no-repeat left center;
    background-size: contain;
    padding-left: 28px;
    color:#626262
}
.header__order
{
    font-size: 18px;

    width: 100%;
    height: 40px;
    margin-top: 44px;
}

.block
{
    margin-bottom: 40px;
    padding-bottom: 20px;

    border-bottom: 1px solid #dadada;
}
.block_noBorder
{
    border-bottom: 0;
}
.footer__inSocials
{
    padding-top: 14px;
}
.footer__inSocialsTitle
{
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 35px;

    color: #51503d;
}
.footer__contactsTitle
{
    font-size: 33px;

    margin-top: 12px;

    color: #bb3933;
}
.footer__contacts
{
    padding-left: 0;
}
.footer__contacts li
{
    margin-bottom: 10px;
}
.footer__bottom
{
    padding-bottom: 15px;
}
.indexTop__sub
{
    font-size: 36px;
    font-weight: bold;

    margin-top: 76px;
    margin-bottom: 10px;
}
.indexTop__title
{
    font-size: 46px;
    font-weight: bold;

    margin: 0 0 170px;

    text-transform: uppercase;

    color: #bb3933;
}
.indexTop__text
{
    font-size: 14px;

    max-width: 484px;

    color: #6c6c6c;
}
.indexTop_slavonName
{
    font-size: 18px;

    margin: -20px 0 10px;

    text-align: right;
}
.indexTop__slavonTitle
{
    margin: 0;

    text-align: right;

    color: #6c6c6c;
}
.advance
{
    text-align: center;
    letter-spacing: 25px;
}
.advance__title
{
    margin-bottom: 70px;

    letter-spacing: 0;

    color: #bb3933;
}
.advance__item
{
    display: inline-block;
    float: none;
    vertical-align: top;
    letter-spacing: 0;
}
.advance__img
{
    position: relative;

    width: 160px;
    height: 160px;
    margin: auto;

    cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;

    border: 1px solid #000;
    border-radius: 50%;
    line-height: 160px;
}
.advance__img:hover
{
    -webkit-box-shadow: 0 0 15px 0 #d14942;
    -moz-box-shadow: 0 0 15px 0 #d14942;
    box-shadow: 0 0 15px 0 #d14942;
}
.advance__img i, .advance__img img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}

/*.advance__img_noBorder
{
line-height: 108px;

height: 110px;

border: 0;
}*/
.advance__text
{
    font-size: 15px;

    margin: 15px -30px 25px;
}
.advance__text_red
{
    color: #d14942;
}
.howToBecome__title
{
    font-size: 33px;
    font-weight: 400;

    text-align: center;
    letter-spacing: -2px;

    color: #000;
}
.howToBecome__title_part
{
    font-size: 24px;
    font-style: italic;

    float: left;

    margin-top: -17px;

    letter-spacing: 0;

    color: #fff;
}
.howToBecome__title_part > span
{
    display: block;

    margin-left: -4px;

    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}
.sprite-trapecia_big
{
    background: url(../i/trapecia_big.png) center top;
    width: 276px;
    height: 106px;
}
.sprite-trapecia_big > span
{
    margin-top: 15px;
    display: block;

    margin-left: -4px;

    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.howToBecome__title_big
{
    font-size: 60px;
}
.howToBecome__firmSlogan,.teaching-header
{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;

    float: none;

    width: auto;
    min-height: 50px;
    margin: 0 12% 60px;

    -webkit-transform: skew(-36deg, 0deg);
    -moz-transform: skew(-36deg, 0deg);
    -ms-transform: skew(-36deg, 0deg);
    -o-transform: skew(-36deg, 0deg);
    transform: skew(-36deg, 0deg);
    text-align: center;

    color: #fff;
    background: #bb3933;
}
.howToBecome__firmSlogan span,.teaching-header h5
{
    display: block;

    -webkit-transform: skew(36deg, 0deg);
    -moz-transform: skew(36deg, 0deg);
    -ms-transform: skew(36deg, 0deg);
    -o-transform: skew(36deg, 0deg);
    transform: skew(36deg, 0deg);
}
.form-group label
{
    font-size: 13px;
    font-weight: normal;

    color: #51503d;
}
.form-control
{
    height: 42px;
}
.howToBecome__submit
{
    font-size: 24px;

    width: 100%;
    height: 40px;
    padding: 0;
}
.howToBecome__noSpam
{
    font-size: 13px;

    margin: 5px 0 24px;

    color: #989898;
}
.howToBecome__noSpam_red
{
    vertical-align: sup;

    color: red;
}
.howToBecome__confedential
{
    font-size: 14px;

    text-decoration: underline;

    color: #399212;
}
.howToBecome__listTitle
{
    font-size: 16px;
    font-weight: bold;

    color: #51503d;
}
.howToBecome__list
{
    font-size: 13px;

    padding-left: 20px;

    list-style: none;

    color: #727272;
}
.howToBecome__list li
{
    position: relative;

    margin-bottom: 8px;
}
.howToBecome__list li:before
{
    position: absolute;
    top: -1px;
    left: -22px;

    content: '';
}
.howToBecome__list li.no-market:before{
    display: none;
}
.howToBecome__bonus
{
    font-size: 13px;
    position: relative;
    margin-bottom: 10px;
    padding: 6px 0 6px 15%;
    text-align: center;
    border: 1px solid #727272;
    border-radius: 5px;
}
.howToBecome__bonus_red
{
    font-weight: bold;

    color: #e02d25;
}
.howToBecome__bonus:before
{
    font-size: 13px;

    position: absolute;
    top: -10px;
    top: -7px;
    left: -10px;
    left: -24px;

    padding-top: 24px;

    content: 'Бонус';
    text-align: center;
    text-transform: uppercase;

    color: #fff;
}
.howToBecome__start
{
    font-size: 16px;

    margin-top: 0;

    text-align: right;
}
.howToBecome__start:after
{
    display: inline-block;

    content: '';
    vertical-align: middle;
}
.sixReasons
{
    /*padding-left: 0;*/

    list-style: none;
    padding-bottom: 50px;
}
.sixReasons__title h2
{
    font-weight: bold;

    margin-bottom: 50px;

    color: #bb3933;
}
.sixReasons__item + .sixReasons__item + .sixReasons__item
{
    border-top: 1px solid #bbb;
}

.sixReasons__item:nth-child(even)
{
    border-left: 1px solid #bbb;
}
.sixReasons__item
{
    min-height: 184px;
    font-size: 24px;
    line-height: 1.4em;

    position: relative;
}
.sixReasons__item:after
{
    position: absolute;
    top: 24%;

    content: '';
}
.sixReasons__item_1,
.sixReasons__item_3,
.sixReasons__item_6
{
    padding: 5% 15% 5% 0;

    text-align: right;
}
.sixReasons__item_1:after,
.sixReasons__item_3:after,
.sixReasons__item_6:after
{
    right: 5%;
}
.sixReasons__item_2,
.sixReasons__item_4,
.sixReasons__item_5
{
    padding: 5% 0 5% 15%;

    text-align: left;
}
.sixReasons__item_2:after,
.sixReasons__item_4:after,
.sixReasons__item_5:after
{
    left: 5%;
}
.whoIsLead
{
    border-bottom: 0;
}
.whoIsLead__name
{
    font-size: 24px;

    text-align: center;
}
.whoIsLead__small
{
    font-size: 18px;

    color: #545454;
}
.whoIsLead__title
{
    font-size: 36px;
    font-weight: normal;

    margin-bottom: 70px;
}
.whoIsLead__title_red
{
    color: #bb3933;
}
.whoIsLead__text
{
    font-size: 14px;
    line-height: 1.3em;
}
.whoIsLead__diploms
{
    position: relative;
}
.whoIsLead__diplomsTitle
{
    margin-bottom: 35px;

    text-align: center;
}
.whoIsLead__diploms .carousel-control
{
    width: 34px;
    margin: 31px 0 0;

    background: none;
}
.whoIsLead__diploms .item img
{
    display: inline-block;
}
.whoIsLead__diploms .item
{
    text-align: center;
}
.diploms__caption
{
    background: #bb3933;
    background: rgba(187, 57, 51, 0.8);
    color: #fff;
    width: 233px;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.3em;
}
.allComerc__title
{
    font-weight: 600;

    margin-bottom: 30px;

    color: #bb3933;
}
.allComerc__title_black,
.black
{
    color: #000;
}
.allComerc p
{
    font-size: 22px;

    margin-bottom: 20px;
}
.allComerc__videoPresent
{
    width: auto;
    text-align: center;
    margin-bottom: 70px;
}
.cityDiv
{
    margin-bottom: 40px;
}

.usefullArt__title
{
    margin-bottom: 30px;

    text-align: center;

    color: #bb3933;
}
.usefullArt.block_noBorder
{
    margin-bottom: 15px;
}
.usefullArt__title .black
{
    color: #000;
}
.usefullArt__item
{
    width: 24%;
    padding-top: 12px;

    border-radius: 5px;
}
.usefullArt__item + .usefullArt__item
{
    margin-left: 1%;
}
.usefullArt__item:hover
{
    text-decoration: none;

    box-shadow: 0 0 22px 1px rgba(0,0,0,.59);
}
.usefullArt__item .usefullArt__textTitle
{
    font-size: 20px;
    font-weight: bold;

    color: #000;
}
.usefullArt__img{
    overflow: hidden;
    height: 147px;
    width: 100%;
}
.usefullArt__img img{
    background-position: center center;
}
.usefullArt__item .usefullArt__text
{
    font-size: 15px;

    color: #000;
}
.cursesTop__sub
{
    font-weight: bold;

    color: #000;
}
.cursesTop__title
{
    font-weight: bold;

    text-transform: uppercase;

    color: #bb3933;
}
.cursesTop__text
{
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 100px;
    margin-left: 20px;
}
.cursesTop__price
{
    font-size: 28px;

    margin-left: 20px;
}
.cursesTop__price_big
{
    font-size: 46px;
    font-weight: bold;

    color: #63b62a;
}
.howToBecome_curses .form-control
{
    margin-bottom: 8px;
}
.howToBecome_curses .howToBecome__firmSlogan
{
    font-size: 20px;
    line-height: 28px;

    height: auto;
    margin-bottom: 26px;
    padding: 10px;
}
.howToBecome_curses .howToBecome__list li
{
    margin-bottom: 40px;
}
.howToBecome_curses .howToBecome__confedential
{
    display: inline-block;

    margin-top: 5px;
    margin-left: 20px;
}
.lessons__title
{
    font-weight: bold;

    margin-top: 15px;
    margin-bottom: 70px;

    text-align: center;

    color: #bb3933;
}
.lessons__title .black
{
    color: #000;
}
.lessons__subTitle
{
    font-size: 30px;

    margin-bottom: 50px;

    text-align: center;
    text-transform: uppercase;
}
.lessons__subTitleSkew
{
    font-size: 36px;
    font-weight: bold;
    line-height: 54px;

    display: block;
    float: left;
    height: auto;
    margin-top: -11px;
    max-width:  700px;
    padding: 0 20px;
    -webkit-transform: skew(-36deg, 0deg);
    -moz-transform: skew(-36deg, 0deg);
    -ms-transform: skew(-36deg, 0deg);
    -o-transform: skew(-36deg, 0deg);
    transform: skew(-36deg, 0deg);
    text-transform: none;

    color: #fff;
    background: #bb3933;
}
.lessons__subTitleSkew  span
{
    display: block;

    -webkit-transform: skew(36deg, 0deg);
    -moz-transform: skew(36deg, 0deg);
    -ms-transform: skew(36deg, 0deg);
    -o-transform: skew(36deg, 0deg);
    transform: skew(36deg, 0deg);
}
.lessons .howToBecome__list li
{
    margin-bottom: 22px;
}
.lessons__textTwo
{
    font-size: 24px;

    margin: 115px 0 15px;

    color: #606060;
}
.lessons__textTwo + .lessons__textTwo
{
    margin-top: 0;
}
.lessons.pack .lesson__img{
    margin-left: 0;
    margin-right: 0;
}
.how__title
{
    margin-bottom: 100px;

    text-align: center;
}
.how__title .red
{
    color: #bb3933;
}
.how__list
{
    list-style: none;

    text-align: center;
    letter-spacing: 50px;
}
.how__list li
{
    display: inline-block;

    vertical-align: top;
    letter-spacing: 0;
}
.how__img
{
    line-height: 130px;

    height: 130px;
    margin-bottom: 15px;
}
.how__img .sprite
{
    display: inline-block;

    vertical-align: middle;
}
.how__text
{
    font-size: 18px;
}
.guranteeOfQuality__title
{
    margin-bottom: 45px;

    text-align: center;
}
.guranteeOfQuality__title .red
{
    line-height: 1.4em;

    color: #bb3933;
}
img.guranteeOfQuality
{
    margin-bottom: 50px;
}
.guranteeOfQuality__return
{
    line-height: 1.6em;

    margin-top: 30px;

    text-align: center;
    text-transform: uppercase;
}
.guranteeOfQuality__return .red
{
    color: #bb3933;
}
.guranteeOfQuality__descr
{
    font-size: 18px;

    text-align: center;
}
.howToBecome_curses h2
{
    font-weight: bold;

    margin-bottom: 45px;

    text-align: center;

    color: #bb3933;
}
.howToBecome_curses small
{
    color: #000;
}
.wideQuestions
{
    position: relative;
}
.wideQuestions__title
{
    margin-bottom: 20px;

    text-align: center;
}

.wideQuestions__title .red
{
    color: #bb3933;
}
.wideQuestions__link
{
    font-size: 24px;
    font-style: italic;

    display: inline-block;

    margin-bottom: 10px;

    text-decoration: underline;

    color: #828282;

    cursor: pointer;
}
.wideQuestions__link:hover{
    text-decoration: none;
}
.wideQuestions__ansver
{
    display: none;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    width: auto;
}
.wideQuestions__ansver_open
{
    display: block;
}
.wideQuestions__formTitle
{
    font-size: 18px;

    margin: 30px 0 20px;

    text-align: center;

    color: #bb3933;
}
.articlesRange
{
    white-space: nowrap;
}
.articlesRange_left,
.articlesRange_right
{
    display: inline-block;

    vertical-align: top;
    white-space: normal;
}
.articlesRange_left
{
    width: 200px;
    margin-right: 25px;
}
.articlesRange_right
{
    width: 960px;
}
.rubricks
{
    font-size: 14px;

    margin-bottom: 15px;
    padding: 8px 10px 22px 16px;

    list-style: none;

    border: 1px solid #bb3933;
    border-radius: 8px;
}
.rubricks .rubricks__title
{
    font-style: italic;

    margin-bottom: 20px;
}
.rubricks li
{
    margin-bottom: 5px;
}
.rubricks li.active a{
    color: #2a6496
}
.blog-image{
    width: 390px;
    float: left;
}
.rubricks__link
{
    text-decoration: underline;

    color: #58ad25;
}
.articlesRange_form label
{
    font-size: 14px;
    font-style: italic;

    color: #000;
}
.articlesRange_form .form-control
{
    width: 440px;
    height: 24px;

    border-radius: 0;
}
.articlesRange__submit
{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;

    width: 90px;
    height: 24px;
    margin-top: 15px;
    padding: 0;

    border-radius: 0;
}
.articlesRange__title
{
    margin-bottom: 20px;

    color: #bb3933;
}
.articlesRange__title
{
    font-size: 18px;

    margin-bottom: 7px;
}
.articlesRange__title a
{
    color: #000;
}
.articlesRange__item
{
    margin: 30px 0 10px;

    white-space: nowrap;
}
.articlesRange__item + .articlesRange__item
{
    padding-top: 40px;

    border-top: 1px solid #dadada;
}
.articlesRange__img
{
    display: inline-block;
    overflow: hidden;

    width: 292px;
    margin-right: 15px;

    vertical-align: top;
    white-space: normal;
}
.articlesRange__descr
{
    display: inline-block;

    width: 645px;

    vertical-align: top;
    white-space: normal;
}
.articlesRange__more
{
    font-style: italic;

    text-decoration: underline;

    color: #58ad25;
}
.articlesRange__rubrica
{
    float: right;
}
.articlesRange__rubrica a
{
    font-style: italic;

    text-decoration: underline;

    color: #bb3933;
}
.articlesInside__left,
.articlesInside__right
{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.articlesInside__right
{
    width: 200px;
}
.breadcrumb
{
    font-size: 14px;

    background: none;
}
.breadcrumb > li + li:before
{
    font-size: 14px;

    padding: 0 10px;

    content: '';
}
.breadcrumb > li.active
{
    color: #46acfb;
}
.breadcrumb > li > a
{
    color: #000;
}
.articlesInside__left
{
    width: 946px;
    margin-right: 20px;
}
.breadcrumb__back
{
    margin: 5px 20px 0 0;

    text-decoration: underline;

    color: #6cbe31;
}
.articlesInside__img.pull-left
{
    margin: 0 18px 18px 0;
}
.articlesInside__innerTitle
{
    font-size: 24px;
    font-weight: normal;

    margin-bottom: 15px;

    color: #bb3933;
}
.articlesInside__leftComm
{
    font-size: 12px;

    margin: 20px 0;
}
.readAlso
{
    margin: 100px 0 30px;
    padding-left: 0;

    list-style: none;
}
.readAlso__title
{
    font-size: 24px;

    margin-bottom: 18px;

    text-align: center;

    color: #bb3933;
}
.readAlso__item
{
    margin-bottom: 20px;
    padding-bottom: 8px;

    border-bottom: 1px solid #dadada;
}
.readAlso__item a
{
    font-size: 12px;

    color: #000;
}
.landingUniversal__title
{
    font-size: 30px;
    font-weight: bold;

    margin: 40px 0;

    color: #bb3933;
}
#landingUniversal__carousel
{
    width: 1016px;
    margin-bottom: 70px;
}
.landingUniversal .carousel-control
{
    background: none;
}
.landingUniversal .carousel-inner
{
    background: url(../i/sliderBg.jpg) top center no-repeat;
}
.landingUniversal .item
{
    min-height: 370px;
    padding: 60px 130px 0;
}
.landingUniversal .carousel-control i
{
    position: absolute;
    top: 50%;

    margin-top: -33px;
}
.landingUniversal .carousel-control.left i
{
    left: 16px;
}
.landingUniversal .carousel-control.right i
{
    right: 16px;
}
.landingUniversal__slideTitle
{
    font-size: 16px;

    min-height: 120px;
    margin-bottom: 10px;

    color: #fff;
}
.landingUniversal__link
{
    font-style: italic;

    margin-left: 71px;

    text-decoration: underline;

    color: #fff;
}
.landingUniversal__link:hover
{
    text-decoration: none;

    color: #fff;
}
.checkbox + label
{
    position: relative;

    display: inline-block;

    cursor: pointer;
}

.checkbox:not(checked)
{
    position: absolute;

    opacity: 0;
}
.checkbox:not(checked) + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    content: '';
}
.checkbox:not(checked) + label:after
{
    position: absolute;
    top: 0;
    left: 0;

    content: '';

    opacity: 0;
}
.checkbox:checked + label:after
{
    opacity: 1;
}
.checkbox_round:not(checked) + label:before
{
    width: 24px;
    height: 24px;

    border: 1px solid #474747;
    border-radius: 50%;
}
.checkbox_round + label
{
    font-size: 18px;
    font-weight: normal;

    padding-left: 50px;

    color: #474747;
}
.checkbox_round:not(checked) + label:after
{
    top: 5px;
    left: 5px;

    width: 14px;
    height: 14px;

    border-radius: 50%;
    background: #6ec032;
}
.checkbox_round:checked + label:before
{
    border-color: #6ec032;
}
.testInside
{
    overflow: hidden;
}
.testInside__question
{
    font-size: 30px;

    margin-bottom: 50px;
}
.testInside__qustions
{
    margin-bottom: 30px;
    padding-left: 30px;
    width: 60%;
    list-style: none;
}
.testInside__qustions li
{
    margin-bottom: 14px;
}
.testInside_img
{
    margin-bottom: 30px;
}
.testLanding
{
    margin-top: 40px;
}
.testLanding__title
{
    font-size: 30px;

    margin-bottom: 20px;
}
.testLanding__look
{
    font-size: 18px;
}
.testLanding__list
{
    font-size: 14px;
    line-height: 1.6em;

    margin-bottom: 40px;
    padding-left: 8px;

    list-style: none;

    color: #727272;
}
.testLanding__btn
{
    font-size: 30px;
    padding: 8px 45px;
}
.testDescription__title
{
    font-weight: bold;

    margin-bottom: 40px;

    color: #bb3933;
}
.testDescription__title ~ p
{
    margin-bottom: 40px;
}
.testDescription__cont
{
    height: 490px;
    margin-bottom: 15px;

    background: url(../i/landingTest.jpg) center top no-repeat;
}
.testDescription__contTitle
{
    font-size: 30px;

    margin: 0 0 320px;
    padding: 8px 0;

    text-align: center;

    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .7);
}
.no-link{
    text-decoration: none !important;
}
.testEnd
{
    margin-top: 30px;
}
.howToBecome__firmSlogan_testEnd
{
    margin: 0 5% 19px;

    background: #62b52a;
}
.testEnd__socTitle
{
    font-size: 14px;

    margin-bottom: 15px;
}
.testEnd__socList
{
    margin-bottom: 32px;
    padding-left: 0;

    list-style: none;
}
.testEnd__socList li
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: top;
}
.testEnd__socList a
{
    display: block;
}
.testEnd__socList a:hover
{
    opacity: .8;
}
.testEnd__resultTitle
{
    font-size: 36px;

    color: #bb3933;
}
.testEnd__resultVal
{
    font-size: 36px;
    font-weight: bold;
    line-height: 74px;
    text-align: center;
    width: 76px;
    height: 76px;
    margin: auto;
    margin-bottom: 20px;

    color: #bb3933;
    border: 1px solid #bb3933;
    border-radius: 50%;
}
.testEnd__resultRank
{
    font-size: 18px;

    color: #4b4b4b;
}
.testEnd__comment p
{
    font-size: 14px;

    margin-bottom: 20px;
}
.lessonsTop
{
    white-space: nowrap;
}
.lessonsTop__left,
.lessonsTop__right
{
    display: inline-block;

    margin-bottom: 45px;

    vertical-align: top;
    white-space: normal;
}
.lessonsTop__right
{
    margin-top: 16px;
}
.lessonsTop__city
{
    display: block;

    margin-top: 19px;
}
.lessonsTop__description
{
    font-size: 18px;

    margin-top: 16px;
    padding: 24px 24px 24px;

    color: #9b9b9b;
    border: 1px solid #bb3933;
}
.lessonsTop__descriptionTitle
{
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #bb3933;
}
.lessonsTop__text
{
    font-size: 18px;

    white-space: normal;

    color: #7a7a7a;
}
.lessonsDescr__left,
.lessonsDescr__right
{
    display: inline-block;
    margin-bottom: 40px;
    vertical-align: top;
    white-space: normal;
}

.lessonsDescr__title
{
    font-weight: bold;

    margin-bottom: 50px;

    color: #bb3933;
}
.lessonsDescr__text
{
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 24px;

}
.lessonsDescr__guarantee
{
    font-size: 22px;

    margin-bottom: 115px;

    letter-spacing: -1px;

    color: #bb3933;
}
.lessonsDescr__button
{
    font-size: 16px;

    padding: 8px 10px;
}
.tzCrmTop .tzCrmTop__right
{
    padding-right: 0;
    text-align: right;
}
.tzCrmTop
{
    margin-top: 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.tzCrmTop__title
{
    font-size: 30px;

    margin-bottom: 40px;

    color: #bb3933;
}
.tzCrmTop__price
{
    font-size: 30px;

    margin-bottom: 79px;
}
.tzCrmTop__val
{
    font-size: 48px;
    font-weight: bold;

    margin-bottom: 0;

    color: #63b62a;
}
.tzCrmTop__develop
{
    font-size: 18px;

    color: #9b9b9b;
}
.technicalCrm__title
{
    margin-bottom: 50px;

    text-align: center;

    color: #bb3933;
}
.howToBecome_crm h2
{
    font-weight: normal;
}
.tzSite__title
{
    font-size: 30px;
    line-height: 1.4em;
    margin-top: 30px;
    margin-bottom: 100px;

    color: #bb3933;
}

.tzSite__price
{
    font-size: 36px;
}
.tzSite__price_big
{
    font-size: 48px;
    font-weight: bold;

    color: #63b62a;
}
.tzSite__slide
{
    width: 100%;
    margin-bottom: 50px;
}
.tzSite__slide .carousel-control.right i
{
    right: 16px;
}
.tzSite__slide .carousel-control.left i
{
    left: 16px;
}
.tzSite__slide .carousel-control i
{
    position: absolute;
    top: 50%;

    margin-top: -33px;
}
.tzSite__caption_1
{
    font-size: 24px;

    top: 25px;
    right: auto;
    bottom: auto;
    left: 55px;

    text-align: left;

    color: #fff;
}
.tzSite__caption_1 p
{
    margin-bottom: 20px;
}
.tzSite__caption_2
{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    color: #fff;
}
.tzSite__caption_2_1
{
    font-size: 34px;
    line-height: 2.0em;

    width: 720px;
    margin: 40px 0 90px 70px;

    background: #000;
    background: rgba(0, 0, 0, .6);
}
.tzSite__caption_2_2
{
    font-size: 20px;

    width: 290px;
    margin-left: 260px;
    padding: 30px 0 30px 30px;

    text-align: left;

    background: #000;
    background: rgba(0, 0, 0, .6);
}
.howToBecome__tzCrmTitle
{
    margin-left: -30px;
    font-size: 24px;

    margin-bottom: 20px;

    text-align: center;
}
.howToBecome__tzCrmTitle + .howToBecome__list li
{
    margin-bottom: 20px;
}
.block__title
{
    font-size: 36px;

    margin-bottom: 50px;

    color: #bb3933;
}
.block__title_thin
{
    font-weight: normal;
}
.thisIsYourSite__list
{
    list-style: none;

    text-align: center;
    width: 100%;
}
.thisIsYourSite__list li
{
    display: inline-block;

    margin: 0;

    vertical-align: top;
}
.thisIsYourSite__list li img {
    width: 100%;
}
.thisIsYourSite__list {
    padding: 0;
}
.thisIsYourSite__list a
{
    line-height: 0;

    display: block;
    padding-left: 0px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}
.thisIsYourSite__list a:hover
{
    -webkit-box-shadow: 0 0 15px 0 #d14942;
    -moz-box-shadow: 0 0 15px 0 #d14942;
    box-shadow: 0 0 15px 0 #d14942;
}
.eightReasons__list
{
    font-size: 22px;

    list-style: none;

    counter-reset: li;
}
.eightReasons__list li
{
    line-height: 1.1em;

    position: relative;

    display: inline-block;

    width: 45%;
    margin-bottom: 40px;

    vertical-align: top;
}
.eightReasons__list li:nth-child(even)
{
    margin-left: 8%;
}
.eightReasons__list li:before
{
    font-size: 48px;
    font-style: italic;

    position: absolute;
    top: -6px;
    left: -36px;

    content: counter(li );
    counter-increment: li;

    color: #bb3933;
}
.schemaOfWork__list
{
    font-size: 14px;

    padding-left: 0;

    list-style: none;

    text-align: center;
    white-space: nowrap;
}
.schemaOfWork__item
{
    position: relative;

    display: inline-block;

    width: 185px;

    vertical-align: top;
}
.schemaOfWork__list_wide .schemaOfWork__item
{
    width: 170px;
    min-height: 40px;
}

.schemaOfWork__item + .schemaOfWork__item
{
    margin-left: -25px;
}
.schemaOfWork__item:nth-child(even)
{
    padding-top: 130px;
}
.schemaOfWork__item:after
{
    position: absolute;

    display: block;
}
.schemaOfWork__item:nth-child(even):after
{
    top: 13px;
    left: 72px;

    content: '';
}
.schemaOfWork__item:nth-child(odd):after
{
    bottom: -110px;
    left: 75px;

    content: '';
}
.schemaOfWork__list_wide .schemaOfWork__item:nth-child(odd):after {
    bottom: -101px;
    left: 52px;
}
.schemaOfWork__item:last-child:after
{
    display: none;
}
.franshiza__subTitle
{
    font-size: 18px;

    margin: -35px 0 50px;

    text-align: center;
}
.franshiza_top
{
    background: url(../i/franshizaBg.jpg) center top;
}
.franshiza_top .form-control,
.franshiza_top .howToBecome__submit
{
    margin-bottom: 10px;
}
.franshiza_top
{
    height: 390px;
    margin-bottom: 25px;
    padding: 50px 0 0;
}
.franshiza_anticrizis
{
    font-size: 24px;
    font-style: italic;

    height: 80px;
    padding-top: 5px;

    text-align: center;

    color: #fff;
    background: #bb3933;
}
.franshiza_anticrizis_val
{
    font-weight: bold;
    line-height: 65px;

    display: inline-block;

    width: 70px;
    height: 70px;

    vertical-align: middle;

    color: #62b52a;
    border-radius: 50%;
    background: #fff;
}
.advance_franshiza .advance__item
{
    display: inline-block;

    width: 210px;
}
.advance_franshiza .advance__img
{
    line-height: 150px;

    letter-spacing: 0;

    color: #bb3933;
}
.advance__img_mid
{
    font-size: 30px;
}
.advance__img_big
{
    font-size: 48px;
    font-weight: bold;
}
.advance__img_small
{
    font-size: 24px;
}
.sevenReasons .sixReasons
{
    margin-bottom: 55px;
}
.sevenReasons__warranty
{
    font-size: 24px;

    margin-top: 35px;

    text-align: center;

    color: #bb3933;
}
.howToBecome__title_mid
{
    font-size: 38px;
}
.block__title_franshiza
{
    font-family: 'Arial Narrow', 'Arial';
    font-size: 30px;

    margin-bottom: 60px;

    text-align: center;

    color: #bb3933;
}
.howToBecome__list_franshiza
{
    list-style: none;
}
.howToBecome__list_franshiza
{
    padding-left: 65px;
}
.howToBecome__listTitle_franshiza
{
    margin-bottom: 20px;
}
.howToBecome__title_small
{
    font-size: 18px;
}
.howToBecome__title_partTight
{
    margin-top: -24px;

    word-spacing: -8px;
}
.block__title_franshiza + .franshiza__subTitle
{
    font-size: 24px;
}
.howToBecome__listTitle_big
{
    font-size: 28px;
}
.howToBecome__leftList
{
    margin-top: 140px;

    text-align: center;
}
.howToBecome__leftList li
{
    display: inline-block;

    width: 170px;

    vertical-align: top;
}
.howToBecome__leftList i
{
    display: inline-block;

    margin-bottom: 15px;
}
.howToBecome__leftListText
{
    font-size: 16px;
}
.calculate__line
{
    width: 540px;
    margin-bottom: 45px;
}
.calculate__label
{
    font-size: 24px;

    margin-bottom: 20px;
}
.calculate__value
{
    position: relative;
    background: #fff;
    border-radius: 0px;
    height: 9px;

    border: 1px solid #000;
}
.calculate__lineAll
{
    font-size: 36px;
    font-weight: bold;

    position: absolute;
    top: -25px;
    left: 582px;

    display: block;

    white-space: nowrap;
}

.calculate__value_green
{
    border-color: #4aa11c;
}
.calculate__value_red
{
    border-color: #bb3933;
}
.calculate__lineAll_green
{
    color: #4aa11c;
}
.calculate__lineAll_red
{
    color: #bb3933;
}
.calculate__progress
{
    position: relative;

    height: 100%;
}
.ui-slider .ui-slider-range
{
    border-radius: 0px;
}
.calculate__value_green  .ui-widget-header
{
    background: #4aa11c;
}
.calculate__value_red  .ui-widget-header
{
    background: #bb3933;
}
.ui-slider-horizontal .ui-slider-handle
{
    position: absolute;
    top: -16px;
    right: -20px;

    width: 40px;
    height: 40px;

    cursor: pointer;

    border: 10px solid #000;
    border-radius: 50%;
    background: #fff;
}
.calculate__value_green   .ui-slider-handle
{
    border-color: #4aa11c;
}
.calculate__value_red   .ui-slider-handle
{
    border-color: #bb3933;
}
.calculate__questions
{
    margin-top: 30px;
    padding-left: 0;

    list-style: none;
}
.calculate__questions li
{
    display: inline-block;

    text-align: center;
    vertical-align: top;
}
.calculate__questions li + li
{
    margin-left: 50px;
}
.calculate__checkBox + label
{
    font-size: 14px;
    font-weight: normal;

    padding-top: 30px;
    padding-left: 0;
}
.checkbox_sq:not(checked) + label:before
{
    width: 24px;
    height: 24px;

    border: 1px solid #474747;
    border-radius: 5px;
}
.checkbox_sq:not(checked) + label:after
{
    top: 5px;
    left: 5px;

    width: 14px;
    height: 14px;

    border-radius: 5px;
    background: #6ec032;
}
.checkbox_sq:checked + label:before
{
    border-color: #6ec032;
}
.calculate__checkBox:not(checked) + label:before
{
    top: 0;
    left: 50%;

    display: block;

    margin-left: -12px;
}
.calculate__checkBox:not(checked) + label:after
{
    left: 50%;

    display: block;

    margin-left: -7px;
}
.calculate__graph
{
    text-align: center;
}
.calculate__graphTitle
{
    font-size: 24px;

    margin-bottom: 10px;
}
.calculate__graphVal
{
    font-size: 36px;
    font-weight: bold;

    margin-bottom: 10px;
}
.calculate__graphVal_green
{
    color: #4aa11c;
}
.calculate__graphVal_red
{
    color: #bb3933;
}
.calculate__graphVisualCont
{
    position: relative;

    height: 230px;
    margin-bottom: 20px;
}
.calculate__graphVisual
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
}
.calculate__graphVisual_red
{
    background: #ba3933; /* Old browsers */
    background:    -moz-linear-gradient(top,  #ba3933 0%, #ba3933 24%, #b93530 31%, #96120d 69%, #920e09 78%, #920e09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba3933), color-stop(24%,#ba3933), color-stop(31%,#b93530), color-stop(69%,#96120d), color-stop(78%,#920e09), color-stop(100%,#920e09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ba3933 0%,#ba3933 24%,#b93530 31%,#96120d 69%,#920e09 78%,#920e09 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #ba3933 0%,#ba3933 24%,#b93530 31%,#96120d 69%,#920e09 78%,#920e09 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #ba3933 0%,#ba3933 24%,#b93530 31%,#96120d 69%,#920e09 78%,#920e09 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #ba3933 0%,#ba3933 24%,#b93530 31%,#96120d 69%,#920e09 78%,#920e09 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba3933', endColorstr='#920e09',GradientType=0 ); /* IE6-9 */
}
.calculate__graphVisual_green
{
    background: #e7ffd1; /* Old browsers */
    background:    -moz-linear-gradient(top,  #e7ffd1 0%, #83b560 0%, #83c146 1%, #7bc534 1%, #76c62f 2%, #75c935 2%, #72c63c 3%, #73c73e 3%, #78c634 5%, #77c53d 6%, #74c835 7%, #75c737 13%, #71c333 20%, #58a825 43%, #55a424 44%, #53a223 47%, #4d9c1c 50%, #2f7c0c 76%, #287505 87%, #287505 97%, #2b7208 98%, #237803 99%, #2e6e17 99%, #f8ffef 100%, #fffaff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7ffd1), color-stop(0%,#83b560), color-stop(1%,#83c146), color-stop(1%,#7bc534), color-stop(2%,#76c62f), color-stop(2%,#75c935), color-stop(3%,#72c63c), color-stop(3%,#73c73e), color-stop(5%,#78c634), color-stop(6%,#77c53d), color-stop(7%,#74c835), color-stop(13%,#75c737), color-stop(20%,#71c333), color-stop(43%,#58a825), color-stop(44%,#55a424), color-stop(47%,#53a223), color-stop(50%,#4d9c1c), color-stop(76%,#2f7c0c), color-stop(87%,#287505), color-stop(97%,#287505), color-stop(98%,#2b7208), color-stop(99%,#237803), color-stop(99%,#2e6e17), color-stop(100%,#f8ffef), color-stop(100%,#fffaff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e7ffd1 0%,#83b560 0%,#83c146 1%,#7bc534 1%,#76c62f 2%,#75c935 2%,#72c63c 3%,#73c73e 3%,#78c634 5%,#77c53d 6%,#74c835 7%,#75c737 13%,#71c333 20%,#58a825 43%,#55a424 44%,#53a223 47%,#4d9c1c 50%,#2f7c0c 76%,#287505 87%,#287505 97%,#2b7208 98%,#237803 99%,#2e6e17 99%,#f8ffef 100%,#fffaff 100%); /* Chrome10+,Safari5.1+ */
    background:      -o-linear-gradient(top,  #e7ffd1 0%,#83b560 0%,#83c146 1%,#7bc534 1%,#76c62f 2%,#75c935 2%,#72c63c 3%,#73c73e 3%,#78c634 5%,#77c53d 6%,#74c835 7%,#75c737 13%,#71c333 20%,#58a825 43%,#55a424 44%,#53a223 47%,#4d9c1c 50%,#2f7c0c 76%,#287505 87%,#287505 97%,#2b7208 98%,#237803 99%,#2e6e17 99%,#f8ffef 100%,#fffaff 100%); /* Opera 11.10+ */
    background:     -ms-linear-gradient(top,  #e7ffd1 0%,#83b560 0%,#83c146 1%,#7bc534 1%,#76c62f 2%,#75c935 2%,#72c63c 3%,#73c73e 3%,#78c634 5%,#77c53d 6%,#74c835 7%,#75c737 13%,#71c333 20%,#58a825 43%,#55a424 44%,#53a223 47%,#4d9c1c 50%,#2f7c0c 76%,#287505 87%,#287505 97%,#2b7208 98%,#237803 99%,#2e6e17 99%,#f8ffef 100%,#fffaff 100%); /* IE10+ */
    background:         linear-gradient(to bottom,  #e7ffd1 0%,#83b560 0%,#83c146 1%,#7bc534 1%,#76c62f 2%,#75c935 2%,#72c63c 3%,#73c73e 3%,#78c634 5%,#77c53d 6%,#74c835 7%,#75c737 13%,#71c333 20%,#58a825 43%,#55a424 44%,#53a223 47%,#4d9c1c 50%,#2f7c0c 76%,#287505 87%,#287505 97%,#2b7208 98%,#237803 99%,#2e6e17 99%,#f8ffef 100%,#fffaff 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7ffd1', endColorstr='#fffaff',GradientType=0 ); /* IE6-9 */
}
.howToBecome__listTitle_exp
{
    font-size: 18px;

    margin: 0px 0 6px;

    color: #000;
}
.buyTop
{
    padding-bottom: 0;
}
.buyTop__cardsTitle
{
    font-size: 18px;

    margin-bottom: 24px;
}
.buyTop__title
{
    font-size: 48px;
    font-weight: bold;

    margin: 80px 0 10px;

    color: #bb3933;
}
.buyTop__subTitle
{
    font-size: 36px;
}
.buyTop__questions
{
    padding-left: 0;

    list-style: none;
}
.group-service-i{
    min-height: 30px;
}
.buyTop__questions label
{
    font-size: 18px;
    font-weight: normal;

    padding-left: 35px;
}
.buyTop__questions_horizontal li,
.buyTop__questions_vertical
{
    display: inline-block;

    vertical-align: top;
    white-space: normal;
}
.buyTop__questions_horizontal
{
    white-space: nowrap;
}
.checkbox_sq:checked + label
{
    color: #4aa11c;
}
.buyTop__questions_horizontal li + li
{
    margin-left: 54px;
}
.calculate__checkBox_best
{
    font-size: 18px;

    margin-left: 32px;

    text-align: center;

    color: #bb3933;
}
.buyTop__checkBoxes
{
    font-family: 'Arial Narrow', 'Arial', sans-serif;

    white-space: nowrap;
}
.buyTop__questions_vertical li
{
    margin-bottom: 17px;
}
.price_royalty{
    color: red
}
.buyTop__questions_franshiza
{
    width: 304px;
}
.buyTop__questions_site
{
    width: 332px;
}
.buyTop__questions_crm
{
    width: 205px;
}
.buyTop__questions_study
{
    width: 169px;
}
.addInformation__first
{
    font-size: 24px;
    font-style: italic;

    margin-bottom: 20px;

    text-align: center;
}
.addInformation__more
{
    font-size: 24px;

    margin-bottom: 40px;
    padding: 15px 0 15px 240px;

    color: #fff;
    background: #bb3933;
}
.timerCont
{
    width: 764px;
}
.calcAll
{
    padding-bottom: 0;

    white-space: nowrap;
}
.calcAll__left,
.calcAll__right
{
    display: inline-block;

    vertical-align: top;
    white-space: normal;
}
.calcAll__left
{
    width: 820px;
}
.calcAll__items
{
    font-size: 24px;

    margin-bottom: 15px;
    padding-left: 0;

    list-style: none;
}
.calcAll__items li
{
    display: inline-block;

    vertical-align: top;
}
.calcAll__items li + li:before
{
    content: '+ ';
    vertical-align: top;
}
.calcAll__itemsVal
{
    font-size: 30px;
    font-weight: bold;

    color: #4aa11c;
}
.calcAll__terms
{
    font-size: 14px;
    font-style: italic;

    text-decoration: underline;

    color: #858585;
}
.calcAll__terms:before
{
    display: inline-block;

    width: 17px;
    height: 24px;
    margin-right: 10px;

    content: '';

    background: url(../i/terms.png);
}
.calcAll__curChanger
{
    font-size: 14px;

    position: relative;

    display: inline-block;

    margin-top: 20px;
    margin-right: 10px;
    padding-left: 0;

    list-style: none;

    vertical-align: top;
}
.calcAll__curChanger:before
{
    position: absolute;
    top: 0;
    right: 4px;

    width: 24px;
    height: 48px;

    content: '';

    border: 1px solid #4aa11c;
    border-radius: 5px;
}
.calcAll__checkBox + label
{
    width: 58px;
    padding-right: 30px;

    color: #858585;
}
.calcAll__curChanger .calcAll__checkBox + label:before
{
    display: none;
}
.calcAll__curChanger .calcAll__checkBox + label:after
{
    right: 9px;
    left: auto;
}
.calcAll__formValue
{
    font-size: 30px;

    display: inline-block;

    vertical-align: top;
}
.calcAll__formValue_crossed
{
    font-size: 48px;
    font-weight: normal;

    position: absolute;
    top: -45px;

    width: 100%;

    text-align: center;
    text-decoration: line-through;

    color: #b5b5b5;
}
.calcAll__formValue_current
{
    font-size: 60px;
    font-weight: bold;

    position: relative;

    display: inline-block;

    color: #4aa11c;
}
.calcAll__form
{
    position: relative;
}
.form-control_coupon
{
    width: 250px;
    height: 26px;

    border-radius: 0;
}

.calcAll__submit
{
    font-size: 30px;

    position: absolute;
    bottom: -84px;
    left: 50%;

    width: 230px;
    height: 56px;
    margin-left: -126px;
}
.calcAll__submit2
{
    font-size: 30px;
    height: 56px;
}
.info-p{
    font-size:26px
}
.info-p.red{
    color: red
}
.warantyAgain
{
    padding-top: 50px;
}
.warantyAgain__anticrizis
{
    padding: 20px 40px 20px 30px;

    color: #fff;
    background: #bb3933;
}
.warantyAgain__title
{
    font-size: 36px;
    font-weight: bold;

    text-align: center;
}
.warantyAgain__titleLoud
{
    line-height: 40px;

    display: inline-block;

    width: 40px;
    height: 40px;
    padding-left: 2px;

    color: #bb3933;
    border-radius: 50%;
    background: #fff;
}
.warantyAgain__descr
{
    font-size: 18px;
}
.warantyAgain__marked,
.warantyAgain__link
{
    color: #fc0;
}
.warantyAgain__link
{
    text-decoration: underline;
}
.howToBecome__buy .howToBecome__list li
{
    font-size: 14px;

    display: inline-block;

    width: 320px;

    vertical-align: top;

    color: #000;
}
.howToBecome__right .freeForm
{
    padding-top: 16px;
}
.freeForm__submit
{
    font-size: 21px;
    font-weight: bold;
}
.feedback
{
    white-space: nowrap;
}
.feedback__item
{
    display: inline-block;

    width: 590px;
    padding-right: 30px;

    vertical-align: top;
    white-space: normal;
}
.feedback__item + .feedback__item
{
    padding-right: 0;
    padding-left: 30px;

    border-left: 1px solid #dadada;
}
.feedback__photo
{
    float: left;

    margin: 0 15px 0 20px;
}
.feedback__photo img{
    border-radius: 50%;
}
.feedback__top
{
    overflow: hidden;

    margin-bottom: 20px;
}
.feedback__name
{
    font-size: 24px;

    margin-bottom: 0;
    padding-top: 24px;
}
.feedback__place
{
    font-size: 18px;

    margin-bottom: 24px;

    color: #707070;
}
.feedback__main p{
    font-size: 18px;
    margin-bottom: 15px;
}

.feedback__link
{
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
    color: #64b72b;
}
.feedback__media
{
    width: 500px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.couching
{
    background: url(../i/couching_top.jpg) center center no-repeat;
    background-size: contain;
    padding-top: 49px;
    height: 700px;
}
.couching .form-control
{
    margin-bottom: 10px;
}
.couching__submit
{
    font-size: 24px;
    margin-top: 60px;
    width: 100%;
}
.couching .howToBecome__firmSlogan
{
    margin: 0 -45% 60px;
    font-size: 18px;
    line-height: 1.2em;
    height: 106px;
    padding-top: 10px;
}
.teaching-header{
    height: 80px;
    margin-bottom: 25px;
}
.teaching-header h5{
    font-size: 26px;

}
@media (max-width: 1480px) {
    .toTop {

        right: 5px;
        bottom: 136px;

    }
}
.b-popup-paranja
{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    cursor: default;
    -webkit-transition: opacity .4s, visibility .4s;
    -moz-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;

    opacity: 0;
    background: rgba(0,0,0,.6) !important;
}

.b-popup
{
    position: fixed;
    z-index: 10;
    top: -100px;
    right: 0;
    left: 0;

    visibility: hidden;

    height: 0;

    -webkit-transition: opacity .4s, visibility .4s, top .4s;
    -moz-transition: opacity .4s, visibility .4s, top .4s;
    -o-transition: opacity .4s, visibility .4s, top .4s;
    transition: opacity .4s, visibility .4s, top .4s;
    text-align: center;

    opacity: 0;
}
.b-popup-in
{
    position: relative;

    display: inline-block;

    width: 80%;
    max-width: 400px;
    margin: 5em 0;
    padding: 1.375em 1.375em 0;

    text-align: left;

    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.7);
    box-shadow: 0 0 5px rgba(0,0,0,.7);

    -o-box-shadow: 0 0 5px rgba(0,0,0,.7);
}

.b-popup-paranja:target
{
    visibility: inherit;

    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;

    opacity: 1;
}
.b-popup-paranja:target + .b-popup
{
    top: 0;

    visibility: inherit;

    -webkit-transition: opacity .4s, top .4s;
    -moz-transition: opacity .4s, top .4s;
    -o-transition: opacity .4s, top .4s;
    transition: opacity .4s, top .4s;

    opacity: 1;
}

.b-popup-closer
{
    line-height: 30px;

    position: absolute;
    top: -10px;
    right: -10px;

    width: 30px;
    height: 30px;

    text-align: center;
    text-decoration: none;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #333 !important;
    background: rgba(0,0,0,.7) !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.7);
    box-shadow: 0 0 4px rgba(0,0,0,.7);

    -o-box-shadow: 0 0 4px rgba(0,0,0,.7);
}
.b-popup-closer:before
{
    font-size: 1.4em;

    content: '×';

    color: rgba(255,255,255,.9);
    text-shadow: 0 -1px rgba(0,0,0,.9);
}
.block__akcia .lessons__subTitleSkew
{
    float: none;
}
.akcia__date
{
    font-size: 20px;
    margin: -20px 0 20px;
}
.akcia__date strong
{
    font-size: 28px;
    color: #bb3933;
}
.akcia__date + h2
{
    margin-bottom: 30px;
}
.block_carouselInner
{
    position: relative;
}
#tzSite__carousel_3 .carousel-control
{
    background: none
}
.tzSite__slide .carousel-control .sprite_top
{
    margin-top: -165px;
}
.tzSite__slide .carousel-control .sprite_bottom
{
    margin-top: 530px;
}

.timerCont
{
    width: 780px;
    white-space: nowrap;
    text-align: center;
    color: #555555;
}
.timer__block
{
    display: inline-block;
    vertical-align: top;
}
.timer__block + .timer__block
{
    margin-left: 4px;
}
.timer__gigit
{
    width: 127px;
    height: 160px;
    display: inline-block;
    vertical-align: top;

    font-size: 100px;
    font-weight: bold;
    line-height: 150px;
    background: url(../i/digit.png) center top;
    margin-bottom: 10px;

    text-shadow:

            0 1px 5px rgb(88,92,42),


            0 -1px 0 rgba(0,0,0,1),
            0 -3px 0 rgba(0,0,0,0.45),


            0 1px 0 rgba(255,255,255,0.5),
            0 2px 2px rgba(255,255,255,0.2);

    font-weight: bold;
    position: relative;

}
.timer__gigit:after
{
    background: url(../i/gigitdiv.png) center top;
    width: 118px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 65px;
    content: "";
}
.timer__metric
{
    font-size: 20px;
    text-transform: uppercase;
}

.exception{
    padding: 24px 0 14px;
    margin: 0 20px;
}
.exception p {
    margin: 18px 0;
    line-height: 18px;
}
.exception h1{
    color:red;
    font-family: Arial, cursive;
    font-size: 2.5em;
    background: url(https://rieltory.in.ua/img/decor/bg_general_head.png) center bottom no-repeat;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.exception .exceptionBody{
    font-size: 1.4em;
    text-align: center;
}
.error,.errorMessage{
    color:red
}
/*.clear,.row:after {clear: both;display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}
.row:after{
content: '';
}*/
.counter-box{
    margin-left: 4px;
}
.page_navigation{
    text-align: center;
}
.page_navigation a{
    display: inline-block;
    border: 1px solid #cccccc;
    border-radius: 4px;
    width: 30px;
    padding: 4px 0;
    margin: 0 2px;
    text-align: center;
    color:#545454

}
.page_navigation .active,.page_navigation a:hover{
    background: #459C18;
    text-decoration: none;
    color:#fff;
    border: solid 1px #459C18;
}
#share42{
    margin-left: 20px;
    margin-bottom: 40px;
}
#share42 .share42-item{
    margin: 0 20px 0 0 !important;
    height: 100px !important;
}
#share42 .share42-item a{
    width: 54px !important;
    height: 52px !important;
}
#share42 .share42-item a:hover{
    opacity: 0.7;
}
#share42 .share42-item:first-child a{
    background-position: -58px 0px !important;
}
#share42 .share42-item:nth-child(2) a{
    background-position: -116px 0px !important;
}
#share42 .share42-item:last-child a{
    background-position: 0 0px !important;
}
.cab-link{
    text-align: center;
    margin-top: 8px;
}
.cab-link a{
    font-size: 30px;
    color: #BB3933
}
.read-more-link{
    color:#bb3933;
    padding-left: 10px;
    font-style: italic;
}
.full-content{
    display: none;
}
.share-box{
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
}
.share-box .share-title{
    display: block;
    float: left;

}
.like_buttons_box{
    float: left;
    position: relative;
    top:0px;
    right:0px;
    padding: 0;
    margin-top:-22px;
}

@media only screen and (max-width : 1200px) {
    .header__weKnow {
        margin: 35px 0 20px;
    }
    .header__flag {
        display: none;
    }
    .header__contacts {
        margin-top: 35px;
    }
    .header__order {
        font-size: 16px;
        margin-top: 58px;
    }
    .btn-head {
        padding-left: 0;
    }
    .nav_header > li > a {
        padding: 11px 17px;
    }
    .footer__contactsTitle {
        font-size: 28px;
        margin-top: 12px;
        margin-bottom: 30px;
    }
    .indexTop__title {
        margin: 0 0 147px;
    }
    .carousel-control {
        top: 50%;
        transform: translateY(-50%);
    }
    .usefullArt__item {
        width: 25%;
    }
    .usefullArt__item + .usefullArt__item {
        margin-left: 0;
    }
    .usefullArt__img {
        height: auto;
    }
    .schemaOfWork__item {
        width: 150px;
    }
    .schemaOfWork__item:nth-child(2n+1)::after {
        left: 20px;
    }
    .schemaOfWork__item:nth-child(2n)::after {
        left: 35px;
    }
    .lessons__textTwo {
        margin-top: 15px;
    }
    .how__list li{
        margin-bottom: 15px;
    }
    .articlesRange_left {
        width: 20%;
        margin-right: 25px;
    }
    .articlesRange_right {
        width: 75%;
    }
    .articlesRange__descr {
        width: 55%;
    }
    .articlesRange__img {
        width: 40%;
    }
    .articlesInside__left {
        width: 75%;
    }
    .lessonsTop__right {
        margin-left: 0;
    }

}

@media only screen and (max-width : 992px) {
    .header__weKnow {
        margin: 40px 0 15px;
    }

    .header__order {
        font-size: 18px;
        max-width: 320px;
    }

    .container .nav_header > li {
        font-size: 16px;
    }

    .nav_header > li > a {
        padding: 11px 5px;
    }

    .nav_header > li:last-child > a {
        padding-left: 9px;
        padding-right: 22px;
    }

    .nav_header {
        text-align: left;
    }

    .footer__contactsTitle {
        text-align: center;
        font-size: 33px;
    }

    .footer__contacts {
        text-align: center;
    }

    .indexTop_slavonName {
        margin: 15px 0 5px;
    }

    .howToBecome__firmSlogan {
        margin-top: 30px;
    }

    .sixReasons__item_3 {
        padding: 5% 17% 5% 0;
    }

    .sixReasons {
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
    }

    .howToBecome__title {
        margin-bottom: 40px;
    }

    .diploms__caption {
        min-height: 70px;
    }

    .usefullArt__item {
        width: 50%;
        min-height: 550px;
        display: block;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .tzSite {
        margin-top: 20px;
    }

    .tzSite__title {
        margin-bottom: 50px;
    }

    .schemaOfWork__list {
        white-space: normal;
    }

    .schemaOfWork__item {
        width: 25%;
        padding: 15px;
        float: left;
        min-height: 150px;
        vertical-align: middle;
        display: inline-block;
    }

    .schemaOfWork__item + .schemaOfWork__item {
        margin-left: 0;
    }

    .schemaOfWork__item:nth-child(2n) {
        padding-top: 15px;
    }

    .schemaOfWork__item::after {
        content: '→';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }

    .schemaOfWork__item:nth-child(2n+1)::after {
        content: '→';
        position: absolute;
        top: 10%;
        right: 0;
        left: auto;
        display: block;
        background-image: none;
        width: auto;
        height: auto;
    }

    .schemaOfWork__item:nth-child(2n)::after {
        content: '→';
        position: absolute;
        top: 10%;
        right: 0;
        left: auto;
        display: block;
        background-image: none;
        width: auto;
        height: auto;
    }

    .schemaOfWork__item:last-child::after {
        display: none;
    }

    .advance__text {
        height: 90px;
        max-width: 100%;
        margin: 15px 0;
    }

    .advance__item {
        float: left;
    }

    .articlesInside__left,
    .articlesInside__right {
        width: 100%;
        display: block;

    }

    .adsbygoogle {
        display: none !important;
    }

    .readAlso__item {
        width: 33.333%;
        display: inline-block;
        float: left;
        padding: 0 10px;
    }

    .lessonsDescr__text {
        margin-top: 0;
    }

    .lessonsDescr__guarantee {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width : 768px) {
    h1, h2, h3, h4, h5 {
        text-align: center;
    }
    .centered-768 {
        text-align: center;
    }
    .logo_header {
        display: block;
    }
    .logo_header i{
        margin: auto;
    }
    .header__weKnow {
        text-align: center;
        margin-top: 30px;
    }
    .header__contacts {
        text-align: center;
    }
    .btn-head {
        padding-left: 15px;
        text-align: center;
    }
    .header__order {
        margin: 25px 0;
    }
    .header__contacts li {
        margin-left: 0;
    }
    .container .nav_header > li {
        display: block;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
    .nav_header > li > a {
        padding: 15px 7px;
    }
    .footer img {
        margin: 15px auto;
    }
    .footer__inSocialsTitle {
        text-align: center;
    }
    .footer__inSocialsCont #vk_groups {
        margin: 15px auto;
    }
    .footer__bottom {
        text-align: center;
    }
    .logo_footer {
        display: inline-block;
        margin-bottom: 20px;
    }
    .footer__informers {
        text-align: center;
        float: none !important;
    }
    .footer__informers div {
        display: inline-block;
    }
    .indexTop__sub {
        margin-top: 20px;
        text-align: center;
    }
    .indexTop__title {
        text-align: center;
        margin-bottom: 20px;
    }
    .indexTop__text {
        text-align: center;
        max-width: none;
        margin-bottom: 20px;
    }
    .whoIsLead__photo {
        margin: 15px auto;
        display: block;
    }
    .indexTop_slavonName,
    .indexTop__slavonTitle,
    .allComerc__title {
        text-align: center;
    }
    .sixReasons__item_1::after, .sixReasons__item_2::after, .sixReasons__item_3::after, .sixReasons__item_4::after, .sixReasons__item_5::after, .sixReasons__item_6::after {
        left: 50%;
        transform: translateX(-50%);
        top: -20px;
    }
    .sixReasons__item_1, .sixReasons__item_2, .sixReasons__item_3, .sixReasons__item_4, .sixReasons__item_5, .sixReasons__item_6 {
        padding: 0;
        padding-top: 100px;
        text-align: center;
    }
    .sixReasons__item {
        border: none !important;
    }
    .whoIsLead__title {
        text-align: center;
        margin-bottom: 40px;
    }
    .allComerc {
        padding: 0 15px;
    }
    .howToBecome__firmSlogan {
        line-height: 1.5;
        padding: 10px 20px;
    }
    .diploms__caption {
        min-height: none;
    }
    .usefullArt__item {
        width: 100%;
        margin-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .adsbygoogle {
        display: none !important;
    }
    .testLanding__btn {
        margin-bottom: 20px;
    }
    .testDescription {
        padding-left: 15px;
        padding-right: 15px;
    }
    .technicalCrm {
        padding-left: 15px;
        padding-right: 15px;
    }
    .howToBecome_curses .howToBecome__firmSlogan {
        padding: 10px 40px;
    }
    .schemaOfWork__item {
        width: 50%;
        margin-left: -15px;
        margin-right: -15px;
    }
    .howToBecome__list {
        margin-top: 20px;
        margin-left: 15px;
    }
    .lessons__subTitle {
        margin-left: 15px;
        margin-right: 15px;
    }
    .whoIsLead__img {
        max-width: 50%;
    }
    img.guranteeOfQuality {
        max-width: 90%;
    }
    .lessons__subTitleSkew {
        float: none;
        margin-bottom: 20px;
    }
    .articlesRange_left {
        width: 100%;
        margin: 15px 0;

    }
    .articlesRange_left, .articlesRange_right {
        display: block;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .articlesRange_form .form-control {
        margin-bottom: 0;
    }
    .articlesRange_form .form-control {
        max-width: 100%;
    }
    .readAlso__item {
        width: 50%;
    }
}
@media only screen and (max-width : 480px) {
    .howToBecome__title_part {
        float: none;
        margin: 10px auto;
    }
    .carousel-control {
        display: none;
    }
    .testEnd__commentImg {
        display: none;
    }
    .technicalCrm__img {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .allComerc__title {
        font-weight: normal;
    }
    .schemaOfWork__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: 100px;
        min-height: 100px;
    }
    .schemaOfWork__item:nth-child(2n+1)::after {
        content: '↓';
        position: absolute;
        top: auto;
        bottom: 0;
        right: 48%;
        left: auto;
        display: block;
        background-image: none;
        width: auto;
        height: auto;
    }
    .schemaOfWork__item:nth-child(2n)::after {
        content: '↓';
        position: absolute;
        top: auto;
        bottom: 0;
        right: 48%;
        left: auto;
        display: block;
        background-image: none;
        width: auto;
        height: auto;
    }
    .schemaOfWork__item:last-child::after {
        display: none;
    }
    .articlesRange__img img{
        margin: 15px auto;
    }
    .articlesRange__item {
        white-space: normal;
    }
    .articlesRange__title {
        text-align: center;
    }
    .articlesRange__img,
    .articlesRange__descr {
        width: 100%;
        display: block;
    }
    .articlesRange__submit {
        margin: 0 auto;
        display: inline-block;
    }
    .readAlso__item {
        width: 100%;
        text-align: center;
        padding: 15px;
    }
}



.articlesInside__left {
    margin-right: 0;
}

.whoIsLead__photo {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.usefullArt__img {
    width: auto;
}
.usefullArt__img img {
    width: 100%;
    height: auto;
}
.centered-img {
    margin: 15px auto;
    display: block;
}
#vk_comments {
    width: 100% !important;
}
.lessonsTop__text img{
    max-width: 100%;
}
.width-100 {
    width: 100%;
}
iframe {
    border: none !important;
    width: 100%;
}
.footer-info-text{
    color:#626262;font-size: 12px;  padding-top: 10px;margin-top: 10px;  border-top: 1px solid #dadada;
}
.article-stat-data{
    font-size: 13px;
    color: #999;
}
.viber-btn{
    margin-top: 6px;
}
.viber-btn a {
    font-family: 'CenturyGothic', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 8px 0 8px 0;
    display: block;
    transition: all .2s linear;
    background-repeat: no-repeat;
    background-position: 3px center;
    border: 2px solid #8c60c3;
    color: #8c60c3;
    margin: 0;
    text-align: center;

    background-size: 16px;
}
.viber-btn a:hover{
    opacity: 0.8;
}
.viber-btn img{
    width: 16px;
}
.c-form .form-control{
    border: 1px solid #cccccc !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    margin-top: 8px;
}

.c-form .howToBecome__submit {
    margin-top: 8px;
}
.no-border{
    border: none;
}
.faq-form .form-control{
    margin-right: 8px;
    border: 1px solid #cccccc !important;
}
.faq-form .form-control::placeholder, .c-form .form-control::placeholder{
    text-align: left;
}
.row-no-margin{
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mt-20 {
    margin-top: 20px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.faq-btn{
    color: #fff !important;
}
.bold {
    font-weight: bold;
}
.tzSite{
    margin-top: 20px;
}