@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
html {
	height:100%;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #282828;
	margin: 0;
	height: 100%;
	line-height: 1.2; 
}
* {
    outline: 0 none;
  /*  transition: all 0.5s ease 0s;*/
}
b, strong {
    font-weight: bold;
}
.no-gut {
	margin: 0;
}
.no-gut > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.sixpixrow {
	margin: 0 -3px;
}
.sixpixrow > [class*='col'] {
    padding-right:3px;
    padding-left:3px;
}
.sixpix {
	margin: 0 -6px;
}
.sixpix > [class*='col'] {
    padding-right:6px;
    padding-left:6px;
}
#achiev h3 , #review h3 {
    display: none;
}
iframe {
    border: 0 none;
}
img {
    max-width: 100%;
}
#header {
    margin: 18px 0 50px 0;
}
.logobox p {
    margin: 0;
}
.logocol {
    padding-right: 0;
}
#menubox {
    max-width: 575px;
    margin: 0 auto;
}
.nav.menu a {
    display: block;
    width: 250px;
    height: 47px;
    border-radius: 50px;
    line-height: 47px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 5px 10px 5px;
    background-color: #adaba6;
}
.nav.menu li:nth-child(2) a {
    background-color: #cf142b;
}
.navliner {
    margin: 13px 0 0 0;
    padding: 0;
}
.navliner .navbar-nav .nav-link {
    padding: 0 8px;
    border: 0 none;
    color: #282828;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    margin: 0;
    font-size: 17px;
    line-height: 50px;
    height: 60px;
    font-weight: 500;
    border-bottom: 11px solid transparent;
    white-space: nowrap;
    position: relative;
}
.navliner .navbar-nav .nav-link:hover,
.navliner .navbar-nav .active .nav-link,
.navliner .navbar-nav .active .nav-link:hover {
    border-bottom: 11px solid #cf142b;
    color: #cf142b;
    font-weight: 500;
}
.navliner .navbar-nav {
    width: 100%;
    padding: 0;
    flex-direction: row;
    margin: 0 auto;
}
.headergrayholder {
    position: relative;
}
.headergrayholder::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    height: 807px;
    z-index: -1;
    right: -999em;
    background-color: #adaba6;
}
.notmain .headergrayholder::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    bottom: -15px;
    height: auto;
    z-index: -1;
    right: -999em;
    background-color: #adaba6;
}
.telbox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.telbox p {
    margin: 0 0 4px 0;
}
.telbox a[href*="tel"] {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    display: block;
    margin: 0;
    font-weight: bold;
}
.callbackbtn {
    display: block;
    max-width: 224px;
    white-space: nowrap;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    padding: 0 0 0 20px;
    background: url(../img/tel-icon.png) no-repeat scroll left center;      
    cursor: pointer; 
}
.callbackbtn:hover {
    color: #fff;
}
.messbox {
    display: flex;
    justify-content: center;
    margin: 7px 0 0 25px;
}
.messbox a {
    position: relative;
    z-index: 99;
    width: 34px;
    height: 34px;
    margin: 0 0 0 5px;
    display: block;
    text-decoration: none;
}
.cbmx {
    background: url(../img/max-icon.png) no-repeat scroll 0 0; 
}
.cbwa {
    background: url(../img/whatsapp-icon.png) no-repeat scroll 0 0; 
}
.cbvb {
    background: url(../img/viber-icon.png) no-repeat scroll 0 0; 
    
}
.cbvk {
    background: url(../img/vk-icon.png) no-repeat scroll 0 0; 
    
}
.cbfb {
    background: url(../img/facebook-icon.png) no-repeat scroll 0 0; 
}
.cbtg {
    background: url(../img/cbtg.png) no-repeat scroll 0 0; 
}
.cbin {
    background: url(../img/cbin.png) no-repeat scroll 0 0; 
}
.redbtn {
    width: fit-content;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    max-width: 250px;
    line-height: 60px;
    height: 62%;
    text-align: center;
    justify-content: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 0 0 15px 0;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #00000073;
} 
.redbtn:hover, .redbtn:focus {
    color: #fff;
    text-decoration: none;
}
#onlinecourse .redbtn {
    box-shadow: 0 4px 21px #b51c2f73;
    max-width: 310px;
    padding: 0 28px;
}
#onlinecourse .whitebtn {
    padding: 0 28px;
}
#onlinecourse .mod-act-row a:not(:first-child) {
    margin: 0 0 0 10px;
}
.whitebtn {
    width: fit-content;
    background-color: #fff;
    border: 2px solid #cf142b;
    color: #cf142b;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    height: 62px;
    text-align: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 0 0 15px 0;
    display: flex;
    white-space: nowrap;
}
.whitebtn:hover, .whitebtn:focus {
    color: #cf142b;
    text-decoration: none;
}
.mod-act-row {
    display: flex;
}
.mod-act-row a:not(:first-child){
    margin: 0 0 0 20px;
}
#onlinecourse h3 {
    text-transform: uppercase;
    color: #adaba6;
    font-size: 25px;
    font-weight: 500;
    margin: 40px 0 10px 0;
}
#onlinecourse h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 20px 0;
    line-height: 1.1;
    font-size: 46px;
}
#onlinecourse h1 strong {
    color:#cf142b;
}
#onlinecourse .mod-text {
    font-size: 26px;
    margin: 0 0 30px 0;
    font-weight: 500;
}
.img_relat {
    position: relative;
}
.img_relat::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -15px;
    left: 0px;
}
.img_relat img {
    position: absolute;
    max-width: fit-content;
}
#onlinecourse .img_relat img {
    position: absolute;
    top: 0;
    left: 15px;
}
#onlinecourse .img_relat {
    height: 545px;
    margin-bottom: 30px;
}
section h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 43px;
    margin: 0 0 15px 0;
}
section h3 strong {
    color: #cf142b;
}
#advants h3 strong {
    white-space: nowrap;
}
#whyto {
    padding: 70px 0 70px 0;
    background-color: #f4f4f4;
} 
#whyto h3 {
    text-align: center;
    font-size: 40px;
    max-width: 705px;
    margin: 0 auto 15px auto;
}
.customwhyto > p {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 24px;
    font-weight: 500;
}
#whyto td {
    font-size: 18px;
}
#whyto tr td:nth-child(1) {
    width: 165px;
    vertical-align: top;
}
#whyto tr td:nth-child(2) {
    vertical-align: top;

}
#whyto tr td:nth-child(3) {
    width: 68px;
    padding: 9px 0 9px 0;
    text-align: center;
    vertical-align: middle;
}
#whyto tr:nth-child(odd) {
    border-top: 1px solid #adaba6;
}
#whyto tr:last-child {
    border-bottom: 1px solid #adaba6;
}
#whyto tr:nth-child(odd) td:nth-child(1) {
    padding: 25px 0 9px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #adaba6;
}
#whyto tr:nth-child(even) td:nth-child(1) {
    padding: 9px 0 20px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #cf142b;
    
}
#whyto tr:nth-child(odd) td:nth-child(2) {
    padding: 25px 20px 9px 0;
}
#whyto tr:nth-child(even) td:nth-child(2) {
    padding: 9px 20px 20px 0;
}
#aftercourse {
    padding: 65px 0 25px 0;
}
#aftercourse h3 {
    text-align: center;
    font-size: 30px;
    max-width: 970px;
    margin: 0 auto 15px auto;
}
#aftercourse p:first-child {
    margin: 10px 0 10px 0;
    text-align: center;
}
#aftercourse p:last-child {
    margin: 0 0 30px 0;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#howtopasses {
    background-color: #f4f4f4;
    padding: 65px 0 30px 0;
}
.customhowtopasses {

}
.customhowtopasses > h3 + p {
    margin: 0 0 20px 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.customhowtopasses > p:last-child {
    font-size: 17px;
    margin: 0 0 10px 0;
}    
.customhowtopasses > p:last-child strong {
    font-weight: normal;
    color: #cf142b;
}    
#howtopasses h3 {
    text-align: center;
    margin: 0 0 20px 0;
}
.howtorow {
    justify-content: space-between;
}
.howtorow p strong {
    font-weight: bold;
    font-size: 60px;
    color: #cf142b;
    margin: 0 15px 0 0;
}
.howtorow p {
    max-width: fit-content;
    font-size: 20px;
    display: flex;
    margin: 0 0 40px 0;
    flex-basis: auto;
    align-items: center;
}
@-moz-document url-prefix() { 
    .howtorow p {
        flex-basis: content;
    }
    .howtovideorow .col-lg:first-child {
        max-width: max-content;
    }
  }
.howtovideorow .col-lg:first-child {
    max-width: fit-content;
    flex-basis: 515px;
}
.howtovideorow .col-lg {
    margin-bottom: 35px;
    font-size: 17px;
}
.howtovideorow p {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}
.howtovideorow ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
    margin: 0 0 15px 0;
}
.howtovideorow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.howtovideorow ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
#howtopasses td {
    font-size: 17px;
}
#howtopasses td:first-child {
    color: #fff;
    text-align: center;
    width: 114px;
    /* background-color: #cf142b; */
    position: relative;
    z-index: 1;
}
#howtopasses td:nth-child(2) {
    padding: 0 0 0 20px;
}
#howtopasses td:first-child::after {
    content: '';
    position: absolute;
    background-color: #cf142b;
    z-index: -1;
    top: 4px;
    left: 0;
    display: block;
    right: 0;
    bottom: 3px;
}
#howtopasses table {
    margin: 0 0 35px 0;
}
#jurprogram {
    padding: 0 0 80px 0;
    background-color: #f4f4f4;
}
#jurprogram .redbtn {
    width: fit-content;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    max-width: 325px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 20px auto 40px auto;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #00000073;
}
#jurprogram .customjurprogram > p:nth-child(1) {
    background: url(../img/jurprogicon.png) no-repeat scroll 23px center;
    padding: 24px 68px 24px 100px; 
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    margin: 0;
}
#jurprogram .customjurprogram > p:nth-child(1)::before {
    content: '';
    display: block;
    position: absolute;
    left: 76px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #adaba6;
}
#jurprogram .customjurprogram > p:nth-child(1)::after {
    position: absolute;
    content: '+';
    color: #cf142b;
    font-size: 36px;
    font-weight: 500;
    top: 11px;
    right: 25px;
    cursor: pointer;
}
#jurprogram .customjurprogram.openprog > p::after {
    transform: rotate(45deg);
}
#jurprogram .customjurprogram.openprog::after {
    opacity: 1;
}    
#jurprogram .customjurprogram {
    position: relative;
    z-index: 1;
}
#jurprogram .customjurprogram::after {
    content: '';
    transition: opacity 1s ease-in-out;
    box-shadow: 0 0 18px rgba(0,0,0, 0.2);
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    bottom: 0;
}
#jurprog {
    overflow: hidden;
}
#jurprog h3 {
    text-align: center;
    margin: 48px 0 15px 0;
    font-size: 40px;
    color: #cf142b;
    font-weight: bold;
}
#jurprog h3 + p {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-align: center;
}
#jurprog table {
    margin: 0 0 15px 0;
    font-size: 18px;
}
#jurprog td:first-child {
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    color: #cf142b;
    position: relative;
    padding: 12px 15px;
    width: 110px;
    
}
#jurprog td p {
    margin: 0 0 12px 0;
}
#jurprog td:nth-child(2) {
    vertical-align: top;
    padding: 12px 12px 0 25px;
}
#jurprog td:first-child:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background-color: #adaba6;
}
#graduates {
    padding: 70px 0;
    background-color: #fff;
    font-size: 17px;
}
#graduates h3 {
    text-align: center;
    font-size: 33px;
    margin: 0 0 30px 0;
}
.customgraduates > p:last-child {
    display: block;
    color: #fff;
    text-align: center;
    padding: 28px 40px;
    background-color: #adaba6;
    margin: 0;
    font-size: 18px;
}
.customgraduates .row {
    flex-grow: initial;
}
.customgraduates .col-lg:nth-child(1) {
    flex-basis: 650px;
}
.customgraduates .col-lg:nth-child(1) > p:first-child {
    font-size: 24px;
    margin: 12px 0;
}
.customgraduates .col-lg:nth-child(1) ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.customgraduates .col-lg:nth-child(1) li {
    display: flex;
    align-items: center;
    margin: 0 0 9px 0;
}
.customgraduates .col-lg:nth-child(1) li strong {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background-color: #cf142b;
    color: #fff;
    margin: 0 7px 0 0;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
}
.customgraduates .col-lg:nth-child(2) {
    max-width: fit-content;
    flex-basis: 490px;
}
.customgraduates .col-lg:nth-child(2) p:last-child {
    margin: 25px 0 40px 0;
}
#afterpasscourse {
    padding: 70px 0 60px 0;
    background: #f4f4f4;
}
#afterpasscourse h3 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 35px 0;
}
#afterpasscourse .col-lg {
    padding: 33px;
    box-shadow: 0 0 18px rgba(0,0,0, 0.2);
    margin: 0 auto 30px auto;
    max-width: 555px;
    background: #fff url(../img/bigredarrow.png) no-repeat scroll 405px 85px;
}
#afterpasscourse .col-lg:nth-child(2) {
    background: #fff url(../img/biggrayarrow.png) no-repeat scroll 405px 85px;
}
#afterpasscourse .col-lg p {
    text-transform: uppercase;
    font-size: 24px;
    color: #cf142b;
    margin: 0 0 20px 0;
    font-weight: bold;
}
#afterpasscourse .col-lg:nth-child(2) p {
    color: #adaba6;
}
#afterpasscourse .col-lg ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
#afterpasscourse .col-lg ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
    margin: 0 0 12px 0;
}
#afterpasscourse ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
#afterpasscourse .col-lg:nth-child(2) li::after {
    background-color: #adaba6;
}
#forwhom {
    padding: 70px 0 10px 0;
    background-color: #f4f4f4;
}
.customforwhom > p {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 500;
}
#whybanks {
    padding: 65px 0 38px 0;
    text-align: center;
}
#whybanks h3 {
    font-size: 40px;
    margin: 0 auto 25px auto;
    max-width: 750px;
}
#whybanks p {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}
.adva_inf {
    flex-basis: 600px;
    max-width: 600px;
}
.adva_header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin: 40px 0 20px;
}
.adva_text p {
    font-size: 16px;
    margin: 0 0 23px 0;
    padding: 0 0 0 28px;
    position: relative;
}
.adva_text p::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
.adva_text p strong{
    color: #cf142b;
    font-size: 17px;
}
.adva_img {
    position: relative;
}
.adva_img > div {
    position: absolute;
    padding: 16px;
    top: 0;
    width: 632px;
    right: 15px;
}
.adva_img .img_toleft {
    left: 15px;
    right: auto;
}
.adva_img > div::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 105px;
    border-right: 4px solid #adaba6;
    border-bottom: 4px solid #adaba6;
    bottom: 0px;
    right: 0px;
}
.adva_img > div::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 105px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: 0px;
    left: 0px;
}
.advantsrow {
    margin-bottom: 20px;
}
#advants-comfy .adva_img .img_toleft {
    left: 15px;
    right: auto;
    top: 86px;
}
#advants-cont {
    padding: 30px 0;
}
#advants-cost {
    padding: 30px 0 76px 0;
}
#howmuchis {
    text-align: center;
    padding: 1px 0 30px 0;
}
#howmuchis h3 {
    padding: 58px 0 12px 0;
    border-top: 1px solid #adaba6;
}
.customhowmuchis > p {
    font-size: 30px;
    margin: 0 0 30px 0;
}
.customhowmuchis .row p:nth-child(1) {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.customhowmuchis .row p:last-child {
    font-size: 20px;
    margin: 0 0 15px 0;
}
#aftercalc {
    padding: 1px 0 40px 0;
}
#aftercalc .redbtn {
    width: fit-content;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    max-width: 325px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 20px auto 40px auto;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #00000073;
}
#aftercalc p:first-child {
    font-size: 18px;
    text-align: center;
    padding: 25px 0 30px 0;
    border-bottom: 1px solid #adaba6;
}
#aftercalc p:nth-child(2) {
    font-size: 36px;
    margin: 30px auto;
    max-width: 835px;
    font-weight: 500;
    text-align: center;
}
#forwhom h3 {
    text-align: center;
}
#forwhom h4 {
    text-transform: uppercase;
    min-height: 72px;   
    color: #cf142b;
    margin: 18px 0 15px 0;
    font-weight: bold;
    font-size: 20px;
}
#forwhom .row p {
    margin: 0 0 40px 0;
}
#tkmbwrap {
    overflow: hidden;
}
#methods {
    padding: 70px 0 55px 0;
}
#methods p {
    margin: 0 0 20px 0;
}
.img_abs {
    position: absolute;
    top: 0;
    left: 15px;
}
#methods h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 43px;
    margin: 0 0 25px 0;
}
#methods .img_abs {
    width: 624px;
    height: 451px;
}
#methods .img_relat::after {
    display: none;
    
}
#methods .img_abs::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -20px;
    left: -20px;
}
#methods .img_abs::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-right: 4px solid #adaba6;
    border-bottom: 4px solid #adaba6;
    bottom: -20px;
    right: -20px;
}
#author {
    background-color: #f4f4f4;
    padding: 60px 0 30px 0;
}
.author-title {
    text-align: center;
    margin: 35px 0 0 0;
}
.author-title p:first-child {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    color: #cf142b;
    font-size: 24px;
    font-weight: bold;
}
#author .mod-text p {
    margin: 0 0 5px 0;
}
#author ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#author ul li {
    position: relative;
    padding: 0 0 0 34px;
    margin: 0 0 5px 0;
}
#author ul li::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 8px;
    top: 5px;
    position: absolute;
}
#achiev {
    padding: 56px 0 40px 0;
    text-align: center;
}
#achiev p:first-child {
    position: relative;
    color: #cf142b;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
}
#achiev p:first-child::after {
    content: '';
    display: block;
    height: 4px;
    width: 92px;
    margin: 25px auto 25px auto;
    background-color: #adaba6;
}
#achiev p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
#program {
    padding: 70px 0 35px 0;
    background: #adaba6 url(../img/program.jpg) no-repeat scroll center bottom; 
}
#lessons p {
    /* padding: 15px 68px 15px 20px; */
    padding: 20px 68px 20px 20px;
    background-color: #f4f4f4;
    margin: 0 0 8px 0;
}
#lessons p:nth-child(odd) strong {
    display: inline-block;
    color: #cf142b;
    width: 74px;
}
#lessons p:nth-child(odd) {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#lessons p.openles {
    margin: 0;
    background-color: #fff;
}
#lessons p.openles::after {
    transform: rotate(45deg);
}
#lessons p:nth-child(odd)::after {
    position: absolute;
    content: '+';
    color: #cf142b;
    font-size: 36px;
    font-weight: 500;
    top: 4px;
    right: 25px;
    cursor: pointer;
}
#lessons p:nth-child(even) {
    display: none;
    padding-left: 100px;
    line-height: 1.3;
}
#program h3 {
    color: #fff;
    text-align: center;
    margin: 0 0 25px 0;
}
.customprogram > p {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px 0;
}
.customprogram > p:last-child {
    margin: 0;
}
#program .redbtn {
    margin: 34px auto 0 auto
}
#results {
    background-color: #f4f4f4;
    padding: 60px 0;
}
#results h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customresults > p {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.customresults > p:last-child {
    text-align: center;
    margin: 0;
}
.customresults h4 {
    font-size: 20px;
    color: #cf142b;
    margin: 0 0 5px 0;
    min-height: 8px;
}
.customresults .row:first-child h4 {
    min-height: 72px;
}
.customresults .row p {
    font-size: 17px;
    margin: 0 0 30px 0;
}
.customresults .redbtn {
    margin: 0 auto;
}

#advants {
    background-color: #fff;
    padding: 65px 0 40px 0;
}
#advants h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customadvants > p {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 30px;
}
.customadvants > p:last-child {
    text-align: center;
    margin: 0;
}
.customadvants h4 {
    font-size: 20px;
    color: #cf142b;
}

.customadvants .advas p{
    margin: 0;
    font-size: 17px;

}
.customadvants .advas {
    padding: 0 0 0 92px;
    margin: 0 0 20px 0;
}
.customadvants .advas:nth-child(1) {
    background:url(../img/a1.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(2) {
    background:url(../img/a2.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(3) {
    background:url(../img/a3.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(4) {
    background:url(../img/a4.png) no-repeat scroll 0 0; 
}
.customadvants .advas:nth-child(5) {
    background:url(../img/a5.png) no-repeat scroll 0 0; 
}
#howtostart {
    padding: 80px 0 40px 0;
}
#howtostart h3 {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 40px;
}
#howtostart h3 + p {
    font-size: 24px;
    text-align: center;
    margin: 0 0 50px 0;
}
#howtostart .redbtn {
    width: fit-content;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    max-width: 325px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    justify-content: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 40px auto 40px auto;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #00000073;
}
#howtostart td:nth-child(1) {
    width: 82px;
    vertical-align: top;
}
#howtostart td:nth-child(1) p {
    display: block;
    background-color: #cf142b;
    color: #fff;
    font-size: 27px;
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
}
#howtostart td:nth-child(2) p {
    border-top: 1px solid #cf142b;
    margin: 6px 0 14px 0;
    padding: 20px 0 0 0;
    display: block;
    min-height: 63px;
}
#howtostart td:nth-child(2) {
    
}
#howtostart td:nth-child(3) {
    width: 102px;
    text-align: center;
    vertical-align: top;
    padding: 5px 10px;
}
#format {
    background-color: #f4f4f4;
    padding: 60px 0 10px 0;
}
#format h3 {
    text-align: center;
    margin: 0 auto 20px auto;
}
.customformat > p:nth-child(2) {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
}
.customformat > p {
    text-align: center;
    margin: 0 0 30px 0;
}
#format .redbtn {
    margin: 0 auto;
}
.formatbox {
    line-height: 1.1;
    padding: 30px;
    background: #fff;
    min-height: 790px;
    box-shadow: 0 0 8px #ccc;
    max-width: 540px;
    margin: 0 auto 30px auto;
}
.formatbox.grayformar {
    color: #fff;
    background-color: #adaba6;
    box-shadow: none;
} 
.formatbox.grayformar h4 {
    color: #fff;
}
.formatbox h4 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0 25px 0;
    color: #adaba6;
    font-weight: bold;
}
.formatbox h4 strong {
    color: #cf142b;
}
.formatbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.formatbox.grayformar p {
    margin: 0 0 10px 0;
}
.formatbox ul li {
    position: relative;
    padding: 0 0 0 20px;
    /* margin: 0 0 5px 0; */
    margin: 0 0 15px 0;
}
.formatbox.grayformar ul li {
    margin: 0;
}
.formatbox ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
.formatbox.grayformar img {
    max-height: 293px;
    display: block;
    margin: 0 auto;
}
#practic .img_commn {
    position: relative;
    margin: 0 0 40px 0;
}
#practic p {
    margin: 0 0 10px 0;
    font-size: 17px;
}
.mw520 {
    max-width: 520px;
}
#practic h3 {
    margin: 0 0 10px 0;
}
#practic {
    padding: 60px 0 15px 0;
}
#practic .mod-text {
    margin: 0 0 10px 0;
}
#practic .img_commn::after {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-top: 4px solid #adaba6;
    border-left: 4px solid #adaba6;
    top: -20px;
    left: -20px;
}
#practic .img_commn::before {
    position: absolute;
    content: '';
    width: 180px;
    height: 110px;
    border-right: 4px solid #adaba6;
    border-bottom: 4px solid #adaba6;
    bottom: -20px;
    right: -20px;
}
#videorevs {
    padding: 60px 0 10px 0;
    background-color: #f4f4f4;
}
#videorevs h3 {
    text-align: center;
}
.customvideorevs > p {
    font-size: 24px;
    margin: 0 0 30px 0;
    text-align: center;
}
.customvideorevs .row p:last-child {
    margin: 0 0 30px 0;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}

.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow {
    position: absolute;
    width: 48px;
    border: 0;
    height: 48px;
    top: 44%;
    text-indent: -9000em;
}
.slick-prev {
    background:url(../img/sl.png) no-repeat scroll 0 0; 
    left: -65px;
}
.slick-next {
    background:url(../img/sr.png) no-repeat scroll 0 0; 
    right: -65px;
}
#review {
    background-color: #f4f4f4;
    padding: 5px 0 80px;
}
.review_box {
    background-color: #fff;
    max-width: 520px;
    margin: 5px 15px;
    position: relative;
    padding: 20px 20px 40px 20px;
    box-shadow: 0 0 5px #ccc;
}
.rev_img {
    width: 67px;
    height: 67px;
    margin: 0 15px 10px 0;
}
.mw82px {
    max-width: 82px;
}
.rev_title {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0 0 0 ;
}
.rev_dol {
    font-size: 18px;
    color: #adaba6;
}
.rev_date {
    font-size: 18px;
    color: #adaba6;
}
.rev_text {
    padding: 15px 5px 5px 5px;
    overflow: hidden;
    border-top: 1px solid #cf142b;
    height: 160px;
    margin: 10px 0 0 0 ;
    font-size: 17px;
}
.rev_text.openrev {
    height: auto;
}
.rmore {
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    color: #cf142b;
    left: 24px;
    cursor: pointer;
}
.rlower {
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    color: #cf142b;
    left: 24px;
    display: none;
    cursor: pointer;
}
#costs {
    padding: 60px 0 60px 0;
}
#costs h3 {
    text-align: center;
    margin: 0 0 25px 0;
}
.precourse {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
}
#costs .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}
.course {
    padding: 30px 25px 36px 25px;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 350px;
    margin: 15px auto;
    box-shadow: 0 0 25px rgba(0,0,0, 0.2);
}
.col-lg-4:nth-child(2) .course {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 25px 50px 25px;
}
.col-lg-4:nth-child(2) .course-title  {
    color: #cf142b;
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #cf142b;
}
.course-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    color: #adaba6;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #adaba6;
}
.costs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.costs ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 12px 0;
}
.costs ul li::after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cf142b;
    left: 0px;
    top: 7px;
    position: absolute;
}
.course-text {
    min-height: 378px;
    border-bottom: 1px solid #adaba6;
    padding: 8px 0;
    margin: 0 0 25px 0;
}
.col-lg-4:nth-child(2) .course-text {
    min-height: 381px;
    border-bottom: 1px solid #cf142b;
}
.course-text strong{
    font-weight: normal;
    color: #cf142b;
}
.course-cost {
    font-size: 48px;
    font-weight: 800;
    text-align: center;
}
#costs .redbtn {
    width: 100%;
    min-width: 300px;
    background-color: #cf142b;
    border: 1px solid #fc1f1f;
    color: #fff;
    font-size: 20px;
    justify-content: center;
    line-height: 60px;
    height: 62%;
    text-align: center;
    padding: 0 38px;
    border-radius: 60px;
    cursor: pointer;
    margin: 10px auto;
    display: flex;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 21px #b51c2f73;
}
.course-sale {
    font-size: 24px;
    font-weight: 500;
    color: #cf142b;
    text-align: center;
}
.course-pprice {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: line-through;
}
.course-sale span {
    display: inline-block;
    color: #fff;
    padding: 1px 8px;
    background-color: #cf142b;
}
.course-costs {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 115px;
}
#resdegs { 
    color: #fff;
    text-align: center;
    background-color: #adaba6;
    padding: 60px 0 30px 0; 
    position: relative;
    z-index: 0;
}

.customresdegs > p {
    font-size: 24px;
    margin: 0 0 30px 0;
}
.customresdegs .row p:first-child {
    font-size: 60px;
    margin: 20px 0;
    color: #cf142b;
    text-align: left;
    font-weight: bold;
}
.customresdegs .row p:nth-child(2) {
    font-size: 20px;
    text-align: left;
    margin: 0 0 20px 0;
}
section h3.withbor {
    border-top: 1px solid #fff;
    padding: 15px 0 0 0 ;
}
section#resdegs h3.withbor + p { 
    max-width: 730px;
    margin: 0 auto 30px auto;
}
section#resdegs h3 + p { 
    max-width: 730px;
    margin: 0 auto;
}
#resdegs .redbtn {
    margin: 0 auto;
}
.checkwraps input {
    /* display: none; */
    visibility: hidden;
}
.error + label {
    color: red;
}
.aboutPersonalData.checkwraps {
    display: flex;
    justify-content: center;
}
.checkwraps label {
    font-weight: normal;
    display: block;
    padding: 0 0 0 35px;
    font-size: 18px;
    position: relative;
    margin: 0 0 15px 0;
    cursor: pointer;
}
.checkwraps label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #adaba6;
}
.checkwraps input:checked + label:before{
    content: '';
    border-top: 1px solid #cf142b;
    border-left: 1px solid #cf142b;
    position: absolute;
    padding: 7px 4px;
    top: 0;
    z-index: 9;
    display: block;
    left: 8px;
    transform: rotate(225deg);
}
p.reqtext {
    font-size: 15px;
    text-align: center;
    color: #adaba6;
}
.mailbox a {
    background:url(../img/mail-icon.png) no-repeat scroll left center;
    text-decoration: none;
    padding: 0 0 0 29px; 
}
.botmenu .nav.menu a {
    background: none !important;
    padding: 0;
    height: auto;
    margin: 0 0 2px 0;
    display: block;
    width: auto;
    text-align: left;
    line-height: normal;
}
.botmenu .nav.menu a:hover {
    text-decoration: underline;
}
.botmenu ul.nav.menu.mod-list {
    flex-direction: column;
}
.taleft {
    text-align: left;
    display: flex;
    align-items: flex-end;
}
#qwestandform {
    padding: 20px 0 46px 0;
}
.leftcol {
    box-shadow: 0 0 40px rgba(0,0,0, 0.22);
    max-width: 428px;
    margin: 0 auto 30px auto;
}
.leftcol.norighthere {
    max-width: 100%;
    height: auto;
}
#grayliner {
    background-color: #adaba6;
    padding: 40px 40px 30px 40px;
}
#grayliner .calltonumba p {
    margin: 0;
    min-height: 47px;
    line-height: 47px;
  	margin-top: -30px;
}
#grayliner .messbox a {
    position: relative;
    z-index: 99;
    width: 47px;
    height: 47px;
    margin: 0 0 0 5px;
    display: block;
    text-decoration: none;
}
#grayliner .cbmx {
    background: url(../img/max-icon47.png) no-repeat scroll 0 0; 
}
#grayliner .cbwa {
    background: url(../img/whatsapp-icon47.png) no-repeat scroll 0 0; 
}
#grayliner .cbvb {
    background: url(../img/viber-icon47.png) no-repeat scroll 0 0; 
    
}
#grayliner .cbvk {
    background: url(../img/vk-icon47.png) no-repeat scroll 0 0; 
    
}
#grayliner .cbfb {
    background: url(../img/facebook-icon47.png) no-repeat scroll 0 0; 
}
#grayliner .cbtg {
    background: url(../img/cbtg47.png) no-repeat scroll 0 0; 
}
#grayliner .cbin {
    background: url(../img/cbin47.png) no-repeat scroll 0 0; 
}
.formhead h3{
    text-transform: uppercase;
    font-size: 38px;
    text-align: center;
    margin: 30px 0; 
}
.formhead p {
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
}
.formtext p {
    text-align: center;
    margin: 0 0 20px 0;
}
.callbackform {
    padding: 40px 30px 30px 30px;
}
.calltonumba a {
    color: #fff;
    font-weight: 500;
}
.calltonumba a[href*="tel"]  {
    font-weight: bold;
    font-size: 33px;
}
.leftcol .moduletable.calltonumba {
    background-color: #adaba6;
    color: #fff;
    text-align: center;
}
.leftcol .messbox {
    background-color: #adaba6;
    text-align: center;
    margin: 0;
    justify-content: center;
}
#qwestandform {
    position: relative;
    z-index: 1;
}
.leftcol {
    position: relative; 
    height: 654px;
    z-index: 1;
}
.leftcol .moduletable {
    background-color: #fff;
}
.leftcol::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    left: -179px;
    top: -123px;
    width: 417px;
    height: 329px;
    background:url(../img/folder.png) no-repeat scroll left center;
}
.leftcol::after {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    right: -30px;
    bottom: -34px;
    width: 155px;
    height: 101px;
    background:url(../img/pen.png) no-repeat scroll left center;
}
#qwests p {
    padding: 25px 52px 25px 20px;
    background-color: #f4f4f4;
    margin: 0 0 24px 0;
    border-left: 8px solid #adaba6;

}
#qwests p:nth-child(odd) {
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
#qwests p.openles {
    margin: 0;
}
#qwests p.openles::after {
    transform: rotate(45deg);
}
#qwests p:nth-child(odd)::after {
    position: absolute;
    content: '+';
    color: #282828;
    font-size: 36px;
    font-weight: 500;
    top: 50%;
    margin: -20px 0 0 0;
    right: 25px;
    cursor: pointer; 
}
#qwests p:nth-child(even) {
    display: none;
    background-color: #fff;
}
.customfaqs h3 {
    text-align: center;
}
.customfaqs {
    padding: 35px 0 0 45px;
}
.customfaqs > p {
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
}

footer {
    background: #1f1f1f;     
    color: #fff;
    padding: 36px 0 50px 0; 
}
#footleft p:nth-child(1) {
    font-size: 15px;
}
#footleft p:nth-child(2) {
    font-size: 14px;
}
#footright p:nth-child(1) {
    font-size: 13px;
}
footer .telbox a[href*="tel"] {
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#footleft p {
    font-size: 12px;
}
#footright p {
    font-size: 12px;
}
footer #footright p a {
    color: #fff;
    font-weight: 500;   
}
footer #footright p a img{
    vertical-align: baseline;
    margin: 0 0 0 10px;
}
.control-group {
    max-width: 345px;
    margin: 0 auto;
}
.thank {
    text-align: center;
    margin: 30px 0;
    font-size: 18px;
} 

input[type=submit].btn-buy { 
    background: #094197;
    border-radius: 10px;
    border: 0 none;
    height: 36px;
    padding: 0 15px 0 15px;
    line-height: 42px;
    height: 42px;
    font-size: 24px;
    font-weight: 500;
    margin: 0 auto 30px auto;
    color: #fff;
    text-transform: none;
    width: 194px;
    display: block;
}
input[type=submit].redbtn {
    width: 100%;
    max-width: 368px;
    justify-content: center;   
}
input[type=text], input[type=tel], input[type=mail], input[type=password] {
    background-color: #fff;
    max-width: 368px;
    width: 100%;
    height: 60px;
    border-radius: 50px;
    padding: 0 15px 0 30px;
    text-align: left;
    color: #282828;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px 0;
    border: 1px solid #bebfbf;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=mail]::placeholder,
input[type=password]::placeholder,
.inputbox::placeholder {
    color: #1f1f1f;
}
textarea {
    padding: 15px 15px 15px 30px;
    height: 135px;
    border-radius: 21px;
}

iframe {
    max-width: 100%;
}

.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
}
.carousel-indicators li.active {
    display: block;
}
.carousel-indicators li {
    display: none;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    margin: 0;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border-top: 0 solid transparent;
    border-bottom: 0 solid transparent;
    opacity: 1;
    transition: none;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    opacity: 1;
}

.pagination {
    display: none;
    justify-content: center;
}
.pagination a {
    color: #333;
    margin: 5px;
}
.pagination .disabled a {
    opacity: .5;
}
.pagination .active a, .pagination .active a:hover {
    color: #EF9D0E;
}
.pagination a:hover {
    color: #333;
}

.modalbox {
    text-align: center;
    max-width: 360px;
    padding: 15px;
    margin: 0 auto;
}
label.error {
    display: none !important;
}
.inputbox.error {
   background-color: rgb(231, 203, 203) !important;
}
.modal-content button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: -5px;
    right: -50px;
    opacity: 1;
    width: 45px;
    height: 45px;
}
.modal-content {
    background-color: #000;
    border-radius: 3px;
}
#popupbox .modal-content {
    background: #333 url(../img/formtwo.jpg) no-repeat center center;
    border-radius: 3px;
    background-blend-mode: darken;
}
#popupbox .modalbox {
    text-align: center;
    max-width: 460px;
    padding: 0;
    margin: 0 auto;
}
.modal-title {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
body #boxplus .boxplus-viewer { 
    width: auto;
}  
#boxplus {
	max-width: 100%;
	overflow: hidden !important;
}
.boxplus-text {
	display: none !important;
}
#grayliner .messbox {
    position: relative;
}
#grayliner .messbox::after {
    position: absolute;
    content: '';
    width: 1px;
    left: -30px;
    top: -30px;
    bottom: -30px;
    background-color: #fff;
}
#grayliner .messbox::after {
    position: absolute;
    content: '';
    width: 1px;
    left: -17px;
    top: -20px;
    bottom: -20px;
    background-color: #fff;
}
#calcformbox {
    background: url(../img/calcbg.png) no-repeat scroll top 25px right 22px; 
    box-shadow: 0 0 18px rgba(0,0,0, 0.2);
    padding: 30px 34px;
    background-color: #fff;
    margin: 0 0 10px 0;
}
#countMonth, #countMonth + .scalelab, #countMonthLegend {
    display: none !important;
}
.formCalcLeft {
    display: flex;
    align-items: center;
}
#calcwrap {
    max-width: 580px;
    width: 100%;
}
@media (max-width: 768px) {
    #whyto tr td {
        display: block;
    }
    #whyto tr td:nth-child(3) {
        display: none;
    }
    #whyto tr:nth-child(odd) td:nth-child(2) {
        padding: 6px 20px 9px 0;
    }
    #whyto tr:nth-child(even) td:nth-child(1) {
        padding: 9px 0 6px 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #cf142b;
    }
    #jurprog td:first-child {
        display: block;
        border-top: 1px solid #adaba6;
        width: 100%;
        padding: 20px 0 6px 0;
        text-align: left;
    }
    #jurprogram .redbtn {
        max-width: 100%;
        margin: 20px auto 10px auto;
        font-size: 18px;
    }
    #jurprog {
        padding: 15px;
    }
    #jurprog td:nth-child(2) {
        display: block;
        padding: 12px 0 0 0 ;
        width: 100%;
    }
    #jurprog tr:last-child td:nth-child(2) {
        border-bottom: 1px solid #adaba6;
        display: block;
    }
    #jurprog td:first-child:before {
        display: none;
    }
    .slick-arrow {
        bottom: -62px;
        top: auto;
    }
    input[type=text], input[type=tel], input[type=mail], input[type=password] {
        background-color: #fff;
        max-width: 368px;
        width: 100%;
        height: 60px;
        border-radius: 50px;
        padding: 0 10px 0 20px;
        text-align: left;
        color: #282828;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 15px 0;
        border: 1px solid #bebfbf;
    }
    .formhead h3 {
        text-transform: uppercase;
        font-size: 28px;
        text-align: center;
        margin: 30px 0;
    }
    .customgraduates .col-lg:nth-child(1) li {
        align-items: center;
        min-height: 33px;
        margin: 0 0 9px 0;
        /* text-align: center; */
        /* flex-grow: 0; */
        /* flex-basis: 28px; */
        display: block;
    }
    
    .customgraduates .col-lg:nth-child(1) li strong {
        display: block;
        width: 28px;
        height: 28px;
        flex-grow: 0;
        float: left;
        flex-basis: 28px;
        border-radius: 15px;
        background-color: #cf142b;
        color: #fff;
        margin: 0px 7px 10px 0;
        text-align: center;
        line-height: 28px;
        font-size: 18px;
        min-height: 28px;
        font-weight: bold;
    }
    #calcformbox {
        background: none;
    }
    #resultbox { 
        padding: 0;
        margin: 15px 0 0 0;
    }
    #resultbox::after {
        display: none;
    }
    #grayliner {
        padding: 40px 0;
    }    
    #grayliner .dxblock{
        display: block;
    }
    #onlinecourse h1 {
        text-transform: uppercase;
        font-weight: bold;
        margin: 0 0 20px 0;
        line-height: 1.2;
        font-size: 30px;
    }
    #onlinecourse .img_relat {
        height: auto;
        margin-bottom: 64px;
    }
    #onlinecourse .img_relat img {
        position: relative;
        top: 0;
        left: 0;
    }
    .img_relat img {
        position: relative;
        max-width: 100%;
    }
    #lessons p:nth-child(odd) strong {
        display: block;
        color: #cf142b;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .review_box {
        margin: 0;
    }
    .slick-prev {
        left: 0;
        z-index: 99;
    }
    .slick-next {
        right: 0;
        z-index: 99;
    }
    input[type=submit].redbtn {
        width: 100%;
        justify-content: center;
        font-size: 17px;
    }
    .leftcol {
        position: relative;
        height: auto;
        z-index: 1;
    }
    .customfaqs {
        padding: 50px 0 0 0;
    }
    .calltonumba a[href*="tel"] {
        font-weight: bold;
        font-size: 24px;
    }
    .course-text {
        min-height: auto;
    }
    .col-lg-4:nth-child(2) .course-text {
        min-height: auto;
    }
} 
@media (max-width: 991px) {
  	.messbox {
    	justify-content: flex-end;
    	margin: 7px 50px 0 0;
	}
    .howtorow p {
        max-width: 50%;
        margin: 0 0 0 0;
    }
    .howtorow {
        margin-bottom: 20px;
    }
    .adva_img > div {
        position: relative;
        padding: 16px;
        top: 0;
        width: auto;
        max-width: fit-content;
        left: auto;
        right: auto;
    }
    #advants-comfy .adva_img .img_toleft {
        left: auto;
        right: auto;
        top: 0;
    }
    #calcformbox {
        background: none;
    }
    form#consa167 {
        max-width: 360px;
        margin: 0 auto;
    }
    #grayliner .messbox::after {
     display: none;
    }
    .logobox {
        max-width: 168px;
        margin: 0 0 12px 0;
    }
    .leftcol::before {
        top: -50px;
    }
    footer .row > div {
        margin-bottom: 30px;
    }
    #methods .img_abs {
        width: fit-content;
        position: relative;
        height: auto;
        margin: 0 auto 40px auto;
        left: auto;
    }
    .mw520 {
        max-width: 100%;
    }
    #methods .img_relat img {
        position: relative;
        max-width: 100%;
    }
    #methods {
        padding: 70px 0 0 0;
    }
    .author-img img {
        display: block;
        margin: 0 auto;
    }
    #practic .img_commn {
        position: relative;
        margin: 0 auto 40px auto;
        left: auto;
        max-width: fit-content;
    }
    iframe {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .slick-slide > div {
        text-align: center;
    }
    .slick-slide > div .rev_text{
        text-align: left;
    }
    #practic .mod-act-row {
        margin: 25px 0 0 0;    
    }
}
@media (max-width: 1199px) {
    .botmenu ul.nav.menu.mod-list li {
        width: 100%;
        display: block;
    }
    .mod-act-row {
        display: flex;
        margin: 0 0 30px 0;
        flex-direction: column;
        align-items: center;
    }
    .mod-act-row a:not(:first-child) {
        margin: 0;
    }
    #header {
        margin: 18px 0 50px 0;
    }
    .headergrayholder::after {
        content: '';
        position: absolute;
        top: -18px;
        left: 0;
        bottom: -20px;
        height: auto;
        z-index: -1;
        right: -999em;
        background-color: #adaba6;
    }
    ul.nav.menu.mod-list {
        width: 100%;
        display: block;
    }
    .nav.menu a {
        display: block;
        width: 100%;
        height: 34px;
        border-radius: 50px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        margin: 0 0 10px 0;
        background-color: #adaba6;
    }
    .headergrayholder {
        position: relative;
        margin: 20px 0 0 0;
    }
    .navliner .navbar-nav .nav-link {
        padding: 0 8px;
        border: 0 none;
        text-align: left;
        color: #282828;
        text-align: left;
        background-color: transparent;
        text-decoration: none;
        margin: 0;
        font-size: 17px;
        line-height: 30px;
        height: 40px;
        font-weight: 500;
        border-bottom: 11px solid transparent;
        white-space: nowrap;
        position: relative;
    }
    .course-text {
        min-height: auto;
    }
    .col-lg-4:nth-child(2) .course-text {
        min-height: auto;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    #lessons p:nth-child(odd) {
        display: flex;
    }
    #lessons p:nth-child(odd) strong {
        flex: 0 0 74px;
    }
    #onlinecourse .mod-text {
        font-size: 20px;
        margin: 0 0 30px 0;
    }
    #onlinecourse .mod-text h1 {
        font-size: 36px;
    }
    ul.nav.menu.mod-list li {
        width: 45%;
        display: inline-block;
    }
    ul.nav.menu.mod-list li:first-child {
        margin-right: 15px;
    }

}
@media (min-width: 1140px)  {
}