body,html{
    overflow-x: hidden;
}
body{
    font-family: "Exo 2", sans-serif;
    background: #eceef0;
}
.inner-content{
    width: 1136px;
    max-width: 100%;
    margin: 0px auto;
}
.header-menu{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 88px;
    background: rgba(255,255,255,0.85);
    z-index: 100;
    padding: 0px !important;
}
.header-menu .inner-content{
    position: relative;
}
section{
    width: 100%;
    padding-bottom: 100px;
    padding-top: 80px;
}
.heder-menu-logo{
    position: absolute;
    top: 18px;
    left: 0px;
}
.header-menu-menu{
    position: absolute;
    top: 30px;
    right: 0px;
}
.header-menu-menu{
}
.header-menu-menu li{
    float: right;
    list-style-type: none;
    margin-left: 58px;
}
.header-menu-menu li a{
    font-size: 14px;
    font-family: "Exo 2", sans-serif;;
    color: rgb(93, 93, 93);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
}
.header-menu-menu li a:hover{
    cursor: pointer;
    text-decoration: none;
    color: #19ae00;
}

.index-header{
    height: 605px;
    background-image: url("../img/bg-index.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #456780;
}
/*.index-header:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*left: calc(50% + 682px);*/
    /*height: 605px;*/
    /*width: 5000px;*/
    /*background: #456780;*/
/*}*/
/*.index-header:before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: calc(50% + 682px);*/
    /*height: 605px;*/
    /*width: 5000px;*/
    /*background: #456780;*/
/*}*/
.index-header .inner-content{
    position: relative;
}
.top-bg-robot{
    position: absolute;
    top: -57px;
    left: 570px;
}
.index-header-text-block{
    width: 500px;
    max-width: 100%;
}
h1{
    font-size: 60px;

    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: left;
    text-shadow: 0px 0px 58.1px rgba(0, 0, 0, 0.39);
    font-weight: 300;
    margin-bottom: 30px;
}
.index-header-text-block{
    padding-top: 150px;
}
.index-header-text{
    font-size: 24px;
    font-weight: 200;
    color: white;
    margin-bottom: 40px;
}
.button{
    display: inline-block;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 46px;
    width: 175px;
    border-radius: 5px;
    line-height: 44px;
    font-weight: 600;
}
.button:hover{
    text-decoration: none;
}
.button-white-border{
    color: rgb(254, 254, 254);
    border: 1px solid white;
}
.button-white-border:hover{
    background: white;
    color: #19ae00;
}
.border-bottom-gray{
    border-bottom: 1px solid #232323;
}
.button-green{
    border: 1px solid #19ae00;
    background: #19ae00;
    color: white;
}
.button-green:hover{
    background: white;
    border: 1px solid white;
    color: #19ae00;
    border: 1px solid #19ae00;
}
.index-header-buttons a:first-child{
    margin-right: 40px;
}
.section-title{
    font-size: 48px;
    font-family: "Exo 2", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1.25;
    text-align: center;
    font-weight: 300;
    padding-bottom: 40px;
}
h2,
.section-large-text{
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
}
h2.light,
.section-large-text.light{
    font-weight: 300;
}
h2{
/*    margin-bottom: ;*/
}

h3,
.item-title{
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.05em;
    font-family: "Open Sans";
}
h3{
    line-height: 1.5;
    margin-bottom: 48px;
}

p,
ul li,
.section-default-text{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1.5;
    font-weight: 300;
}
blockquote,
blockquote p{
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 48px;
}

blockquote.blockquote p::before{
    content:"";
    background-image: url("../img/blockquote-before.png");
    width: 44px;
    height: 39px;
    display: inline-block;
    margin-right: 20px;
}
blockquote.blockquote p::after{
    content:"";
    background-image: url("../img/blockquote-after.png");
    width: 44px;
    height: 39px;
    display: inline-block;
    margin-left: 20px;
}

.section-default-text p{
    margin-bottom: 30px;
}
.section-default-text p:last-child{
    margin-bottom: 0;
}
.just{
    background: #eceef0;
}
.section-bg-blue{
    background: #1d6ea9;
    color: white;
}
.section-bg-white{
    background: #fff;
}
.section-bg-green{
    background: #19AF00;
    color: white;
    padding-bottom: 80px;
    padding-top: 80px;
}
.section-bg-green *{
    color: white;
}
.section-bg-green .button{
    width: 200px;
    height: auto;
}
.section-bg-blue *{
    color: white;
}
.section-bg-blue a{
    color: white;
    font-weight: 600;
}

.section-bg-blue a:hover{
    color: #fff;
    font-weight: 600;
}
.section-bg-blue .button-green:hover{
    color: #1d6ea9;
}
.section-bg-blue.dark-blue .button-green:hover{
    color: #124b74;
}
.section-subtitle{
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5;
    text-align: center;
    margin-top: -30px;
    font-weight: 300;
    margin-bottom: 45px;
}
.section-default-text ul{
    padding-left: 45px;
    list-style-type: none;
    margin-bottom: 0px;
}
.section-default-text ul li{
    position: relative;
    margin-bottom: 12px;
}
.section-default-text ul li:last-child{
    margin-bottom: 0px;
}
.section-default-text ul li span{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    position: absolute;
    left: -45px;
    top: 1px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #3ecd27;
    color: #3ecd27;
}
.get-the-code{
    background-image: url("../img/bg-get-code.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #f5f6f8;
}
.get-the-code-bg{
    background-image: url("../img/bg-get-code.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #f5f6f8;
}
.get-the-code-block{
    text-align: center;

}
.get-the-code-block-img-container{
    margin-bottom: 20px;
}
.get-the-code-text{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
}
.get-the-code .row{
    margin-bottom: 80px;
}
.get-the-code .section-title{
    padding-bottom: 70px;
}
.get-the-code .row:last-child{
    margin-bottom: 0px;
}
.baad-container .get-the-code-block{
    max-width: 330px;
    width: 33%;
}
.baad-container{
    display: flex;
    justify-content: space-around;
}
.balance-agility .get-the-code-text{
    color: white;
}
.baad-container:nth-child(2){
    margin-bottom: 75px;
}
.parallel-agility-logo{
    text-align: center;
}
.ready-parallel{
    background: #19af00;
    padding-top: 70px;
    padding-bottom: 70px;
}
.ready-parallel .inner-content{
    position: relative;
}
.ready-parallel .inner-content > div{
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 254, 254);
    line-height: 1.5;
    font-weight: 300;
}
.ready-parallel .button{
    position: absolute;
    right: 0px;
    top: calc(50% - 23px);
}
.stay-connected .section-subtitle{
    color: #232323;
}
.stay-connected{
    background-image: url("../img/stay-connected-bg.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #fafafa;
}
.stay-connected-block{
    max-width: 475px;
    height: 48px;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.stay-connected-block button{
    width: 125px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.stay-connected-block button:after{
    content: '';
}
.stay-connected-block button:hover{
    border: 1px solid #19af00;
}
.stay-connected-block input{
    width: calc(100% - 120px);
    height: 46px;
    border-right: none;
    border: 1px solid #19af00;
    /*border-radius: 5px;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
textarea:focus, input:focus{
    outline: none;
}
.footer{
    background: #063353;
    text-align: center;
}
.footer .header-menu-menu{
    position: static;
    padding: 30px 0px;
    margin: 0px;
}
.footer .header-menu-menu li{
    float: none;
    display: inline-block;
    margin-left: 32px;
    margin-right: 32px;
}
.footer .header-menu-menu li a{
    color: white;
}
.footer .header-menu-menu li a:hover{
    color: #56aeed;
}
.footer-copyright{
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.714;
    font-weight: 300;
}
.index-header-text-block {
    padding-top: 60px;
}
section.training-header{
    background-image: url("../img/training-header-top.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #45657c;
    padding-top: 130px;
    padding-bottom: 10px;
}
.pricing-header{
    background-image: url("../img/pricing-header.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #335777;
    padding-top: 160px;
    padding-bottom: 30px;
}
.pricing-header.codebot-header{
    background-image: url("../img/codebot-bg.jpg");
}
.pricing-header.about-us-header{
    background-image: url("../img/about-us-bg.jpg");
    background-color: #496b81;
}
section.section-padding{
    padding-top: 50px;
    padding-bottom: 50px;
}
section.section-padding .section-title{
    padding-top: 45px;
}
section.section-padding .section-subtitle{
    margin-top: 0;
    margin-bottom: 10px;
}
section.section-padding-small .section-title{
    padding-top: 45px;
}
section.codebot-header{
    padding-top: 161px;
    padding-bottom: 57px;
}
section.training-header .section-title,
section.codebot-header .section-title{
    color: white;
    font-style: normal;
    font-weight: 300;
    font-size: 60px;
    line-height: 80px;
}
section.benefit-section .item-title{
}
section.benefit-section .item-title.text-green{
    color: #19AF00;
    font-family: "Exo 2", sans-serif;
}
section.benefit-section .item-title.text-green-light{
    color: #3ECD27;
    font-family: "Exo 2", sans-serif;
}
.pricing-header .section-title{
    color: white;
}
.summary img{
    position: relative;
    top: -85px;
}
section.training-summary{
    padding-top: 0px;
    padding-bottom: 43px;
    padding-top: 40px;
}
section.training-summary .section-title{
    padding-top: 50px;
}
.text-green{
    color: rgb(62, 205, 39);
}
section.course-contents{
    padding-top:40px;
    padding-bottom: 40px;
}
section.course-contents .section-title{
    padding-top: 38px;
}
section.course-contents .section-subtitle{
    color: #232323;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 1.334;
    margin-bottom: 33px;
}
section.course-contents .section-item{
    margin-bottom: 50px;
}
section.course-contents .section-item a,
section.course-contents .section-item p a{
    color: #0056B3;
}
section.course-contents h3{
    letter-spacing:0;
    color: #232323;
}
section.course-contents .row:last-child .section-item{
    padding-bottom: 0;
    margin-bottom: 0;
}
section.course-contents .section-item br{
    display: block;
}
section.course-contents .text-green{
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin-left: 16px;
    color: #19AF00;
}
section.course-contents .section-item .section-default-text{
    font-size: 30px;
    line-height: 1.5;
}

section.benefit-section{
    padding-top: 100px;
    padding-bottom: 100px;
}
section.benefit-section.cut-bottom-padding{
    padding-bottom: 65px;
}
section.benefit-section .section-item .item-title{
    margin-bottom: 25px;
}
section.benefit-section .section-item + .section-item{
    margin-top: 50px;
}
section.benefit-section .section-item ul{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.05em;
    margin-top: 25px;
    margin-bottom: 25px;
}
section.benefit-section .section-item ul li{
    margin-bottom: 0;
}
section.get-the-code-index .get-the-code-column{
    margin-bottom: 50px;
}
section.section-bg-green-index{
    background: #19AF00;
    color: white;
    padding-bottom: 80px;
    padding-top: 80px;
}
section.section-bg-green-codebot{
    background: #19AF00;
    color: white;
    padding-bottom: 80px;
    padding-top: 80px;
}
section.section-bg-green-codebot-2{
    background: #19AF00;
    color: white;
    padding-bottom: 80px;
    padding-top: 80px;
}
.ready-parallel .inner-content div:first-child{
    max-width: 800px;
}
.registration-header{
    background-image: url("../img/registration-bg.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: auto 100%;
    background-color: #4f6f88;
    padding-top: 160px;
    padding-bottom: 30px;
}
.registration-header .section-title{
    color: white;
}
.page-header .section-title{
    color: white;
    font-weight: 300;
    font-size: 60px;
    line-height: 80px;
}
.book-header {
    background-color: #45657c;
    background: url("../img/book-header-top.jpg") 50% 0px no-repeat;
    position: relative;
    background-size: auto 100%;
    padding-top: 133px;
    padding-bottom: 0;
}
.book-header .section-title{
    padding-bottom: 53px;
}
.book-summary{
    padding-top: 100px;
    padding-bottom: 73px;
}
.book-summary p{
    margin-bottom: 30px;
}
.book-summary p:last-child{
    margin-bottom: 0;
}
.reg-form-inp-title{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1;
    text-align: left;
    margin-bottom: 13px;
}
.reg-form-inp-title > span{
    color: rgb(62, 205, 39);
}
input.inp-form{
    width: calc(100% - 20px);
    height: 46px;
    border: 1px solid #19af00;
     border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.registration-sect .row{
    margin-bottom: 40px;
}
.bold{
    font-weight: bold;
}
.inp-check{
    position: relative;
}
.check-container input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 1px solid #19af00;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.check-container{
    height: 46px;
    display: flex;
    align-items: center;
    position: relative;
}
.indicates{
    position: absolute;
    right: 35px;
    top: 42px;
}
.indicates span{
    color: #19af00;
}
.inp-check button{
    position: absolute;
    right: 35px;
    top: 100px;
}
.pricing-block{
    width: 100%;
    max-width: 400px;
}
.pricing-block-header{
    height: 170px;
    background: #afafaf;
}
.pricing-block-header-title{
    font-size: 10.667px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    padding: 38px 20px 30px;
}
.pricing-block-header-cost{
    font-size: 60px;
    font-family: "Exo 2", sans-serif;;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    padding: 0px 20px;
    line-height: 1;
    font-weight: 300;
}
.pricing-block-white{
    padding: 50px 20px 100px 50px;
    background: white;
    position: relative;
    height: auto;
    min-height: 460px;
}
.pricing-block.pricing-block-blue-container .pricing-block-header{
    background: #1d6ea9;
}
.pricing-block.pricing-block-footergreen-container .pricing-block-header{
    background: #19af00;
}
.pricing-block-white ul{
    padding: 0px;
    list-style-type: none;
}
.pricing-block-white ul li{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1.5;
    text-align: left;
    padding-left: 45px;
    position: relative;
    margin-bottom: 13px;
}
.pricing-block-white ul li:after{
    content: '';
    width: 27px;
    height: 27px;
    background: url("../img/pricing-gray-arr.png");
    position: absolute;
    left: 0px;
    top: 1px;
}
.button-gray{
    color: #afafaf;
    border: 1px solid #afafaf;
}
.button-gray:hover{
    background: #afafaf;
    color: white;
}
.button-blue{
    background: #1d6ea9;
    color: white;
    border: 1px solid #1d6ea9;
}
.button-blue:hover{
    background: white;
    color: #1d6ea9;
}

.button-footergreen{
    background: #19af00;
    color: white;
    border: 1px solid #19af00;
}
.button-footergreen:hover{
    background: white;
    color: #19af00;
}

.pricing-block-white-but-container{
    text-align: center;
    position: absolute;
    bottom: 50px;
    left: 0px;
    width: 100%;
}
.pre-dollar{
    display: inline;
    position: relative;
    top: -20px;
    font-size: 39px;
    font-weight: 200;
}
.post-year{
    font-weight: 200;
    display: inline;
    position: relative;
    top: -20px;
    font-size: 39px;
    text-transform: none;
}
.footergreen-div-title{
    padding-top:30px;
}
.footergreen-div-cost{
    margin-top: -15px;
}
.footergreen-spant-title{
    font-size:35px;
    font-weight: 500;
}
.footergreen-spant-cost{
    font-size:35px;
    font-weight: 300;
}
.pricing-block:not(.pricing-block-footergreen-container){
    float: right;
    margin-right: 15px;
}
.pricing-block-footergreen-container{
    margin-left: 15px;
}
.pricing-block-blue-container .pricing-block-white ul li:after {
    background: url(../img/pricing-blue-arr.png);
}
.pricing-block-white.block-white-list-simpled{
    height: auto;
    background: none;
    padding: 0px;
}
.pricing-block-white.block-white-list-simpled ul li:after {
    background: url(../img/pricing-green-arr.png);
}
.codebot-vid-text{
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    line-height: 1.5;
    text-align: left;
    font-weight: 200;
    margin-top: 20px;
}

.ta-center{
    text-align: center;
}
.color-green-benefit-title{
    font-size: 30px;
    font-family: "Exo 2", sans-serif;;
    color: rgb(62, 205, 39);
    line-height: 1;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 10px;
}
.codebot-get-to-code-text {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: center;
    font-weight: 300;
    margin: 0px auto;
    max-width: 320px;
}
ul.with-gal{
    padding: 0px;
}
ul.with-gal li{
    padding-left: 50px;
    margin-bottom: 15px;
}
ul.with-gal li:after {
    content: '';
    width: 27px;
    height: 27px;
    background: url(../img/pricing-green-arr.png);
    position: absolute;
    left: 0px;
    top: 1px;
}
.mb-20{
    margin-bottom: 20px;
}
.codebot-row-with-line{
    position: relative;
    padding-bottom: 110px;
}
.codebot-row-with-line:after{
    content: '';
    height: 1px;
    position: absolute;
    left: 15px;
    background: #a3a3a3;
    width: calc(100% - 30px);
    bottom: 55px;
}
.codebot-row-with-line:last-child{
    padding-bottom: 0px;
}
.codebot-row-with-line:last-child:after{
    display: none;
}
.tm-name {
    font-size: 30px;
    font-family: "Exo 2", sans-serif;;
    color: rgb(25, 175, 0);
    text-align: center;
}
.teammate{
    width: 33%;
    text-align: center;

}
.tm-v {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: rgb(35, 35, 35);
    line-height: 1.5;
}
.the-team-container{
    display: flex;
    justify-content: center;

}
.the-team-container{
    margin-bottom: 46px;
}
.the-team-container:last-child{
    margin-bottom: 0px;
}

.bg-white{
    background: white;
}
ul.ul-results {
    padding: 0px;
}
ul.ul-results li {
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px;
    position: relative;
}
ul.ul-results li:after{
    content: '';
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    position: absolute;
    background: rgb(25, 175, 0);
    border-radius: 50%;
}
ul.ul-results .ul-results li:after {
    background: white;
}
ul.ul-results li.without-dot:after{
    display: none;
}
img{
    max-width: 100%;
}
@media all and (max-width: 1136px){
    section{
        padding-left: 15px;
        padding-right: 15px;
    }
    br{
        display: none;
    }
}
.mob-menu{
    display: none;
}
.balance-agility{
    background: #124b74;
}
.section-bg-blue.dark-blue{
    background: #124b74;
}
.section-bg-blue.dark-blue a:hover{
    color: #ffffff;
}
.ready-parallel .button-white-border{
    width: 200px;
}
.header-menu-menu li.active a{
    color: #19af00;
}
.thank-you-form{
    color: #19af00;
    text-align: center;
    display: none;
}
.with-error.with-error{
    color: #af1e34;
}
b{
    font-weight: 600;
}
.modal-parallel-title {
    font-size: 48px;
    font-family: "Exo 2";
    color: rgb(35, 35, 35);
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
}
.modal-parallel-title-text{
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 200;
    color: rgb(35, 35, 35);
    line-height: 1;
    text-align: center;
}
#modalSuccessAjax .modal-body{
    padding: 45px 15px;
}
#modalSuccessAjax{
    padding-right: 0px;
    padding-left: 0px;
}
#modalSuccessAjax .modal-dialog{
    width: 540px;
    max-width: 100%;
}
.modal-backdrop{
    background: rgba(6, 51, 83, 0.75);
}
.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #19af00;
}

.modal-dialog {
    border: 5px !important;
    border: 1px solid #19af00;
}
.close-parallel-modal{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 12px;
    height: 12px;
    background: url("../img/cross.png");
}
figure{
    margin-bottom: 25px;
}
figure figcaption{
    font-family: Open Sans;
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}
.rounded-border{
    border: 2px solid #808184;
    box-sizing: border-box;
    border-radius: 25px;
}

.parallel-agile .table{
    table-layout:fixed;
}
.parallel-agile .rounded-border{
    margin: 15px 15px;
    padding: 10px 0;
}
.parallel-agile .mobile-rounded-border{
    margin: 15px 15px; 
}
.parallel-agile{
    padding-bottom: 65px;
    padding-top: 94px;
}
.parallel-agile .section-subtitle{
    margin-top: 0;
    margin-bottom: 20px;
}
.parallel-agile .icon{
    width: 121px;
    height: 80px;
}

/*bootstrap table overrides start*/
table.table{
    color: #000000;
    border-color: 1px solid #808184;
}

table.table thead th,
table.table tfoot td,
table.table tfoot td .section-default-text{
    color: #fff;
    background-color: #808184;
    border-color: #808184;

}
.table td, .table th {
    padding: 9px 18px;
    vertical-align: top;
    border-top: 1px solid #808184;
}

.table-bordered td, .table-bordered th{
    border: 1px solid #808184;
}
table.table thead th{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
table.table div.tfoot-mobile{
    margin-bottom: 0;
}
table.table .tfoot-mobile .section-default-text{
    color: #fff;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.02em;
    background-color: #808184;
    padding: 10px 18px;
}

.section-padding{
    padding-bottom: 77px;
    padding-top: 77px;
}
.section-padding-small{
    padding-bottom: 77px;
    padding-top: 77px;
}
ul{
    margin: 0;
    padding: 0;
}
ul.tick-icon,
ul.dash-icon{
    margin: 35px 0;
}
ul.tick-icon li,
ul.dash-icon li{
    padding-left: 45px;
    position: relative;
    list-style: none;
    margin-bottom: 13px;

}
ul.tick-icon li::before{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/tick-green.svg);
    position: absolute;
    left: 0px;
    top: 2px;
}
ul.dash-icon li::before{
    content: '';
    width: 28px;
    height: 28px;
    background: url(../img/dash-green.svg);
    position: absolute;
    left: 0px;
    top: 2px;
}
.div-pl-25{
    padding-left:20px;
}
.mr-for-btn{
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.div-pb-80{
   padding-bottom:80px !important;
}
@media screen and (max-width: 767px) {
  table.table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-bordered{
    border:0;
  }
  table.table tr {
    display: block;
  }
  
  table.table td {
    padding: 0;
    display: block;
  }
  
  table.table td::before {
    content: attr(data-label);
    color: #fff;
    font-family: 'Open Sans';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
    background: #808184;
    border: 1px solid #808184;
    box-sizing: border-box;
    display: block;
    padding: 7px 25px;
    margin-bottom: 15px;
  }
  
  table.table td:last-child {
    border-bottom: 0;
  }

}
/*bootstrap table overrides end*/

@media all and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    #register-form .thank-you-form{
        position: absolute;
        text-align: right;
        right: 35px;
        top: 67px;
    }

    div.table{
        position: relative;
    }
    div.table::before{
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #fff;
        left: 50%;
        top:0;
        margin-left: -1px;
    }
    div.table{
        margin-bottom: 0;
    }
    div.table tbody td+td{
        border-left-width: 3px;
    }
    .column-count-2{
        column-count:2;
    }
    .columns-with-margin{
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
    }
    .columns-with-margin li{
        min-width: 50%;
        width: 50%;
        padding-left: 15px;
    }
    ul.tick-icon.columns-with-margin li,
    ul.dash-icon.columns-with-margin li{
        padding-left: 76px;
    }
    ul.tick-icon.columns-with-margin li::before,
    ul.dash-icon.columns-with-margin li::before{
        left: 35px;
    }
    .columns-with-margin li:nth-child(2n+1) {
        padding-right: 15px;
    }
    ul.tick-icon.columns-with-margin li:nth-child(2n+1),
    ul.dash-icon.columns-with-margin li:nth-child(2n+1) {
        padding-left: 45px;
    }
    ul.tick-icon.columns-with-margin li:nth-child(2n+1)::before,
    ul.dash-icon.columns-with-margin li:nth-child(2n+1)::before{
        left: 0;
    }
    section.benefit-section .section-item{
        margin-left: -20px;
    }
}


@media all and (min-width: 1366px) {
    .page-header.book-header{
        background-size: 100% 100%;
        background-position: 50% 50%;
    }
}

@media all and (max-width: 767px) {

    .section-default-text p{
        margin-bottom: 45px;
    }
    .section-default-text p:last-child{
        margin-bottom: 0;
    }
    .page-header .section-title{
        font-size: 48px;
        line-height: 60px;
        text-shadow: 0px 5px 35px rgba(0, 0, 0, 0.61);
    }
    .book-header {
        padding-top:174px;
        padding-bottom: 35px;
    }
    .book-header .section-title{
        line-height: 80px;
    }
    #modalSuccessAjax{
       padding-top: 150px;
    }
    .heder-menu-logo {
        left: 15px;
    }

    .header-menu-menu li {
        float: none;
        margin: 0px 0px 15px;
        font-size: 22px;
        text-align: right;
    }

    .header-menu-menu li a {
        font-size: 22px;
    }

    .header-menu-menu {
        transition: all 0.2s ease-in-out;
        background: rgba(255, 255, 255, 0.85);
        position: absolute;
        top: -350px;
        right: 0px;
        width: 100%;
        padding: 15px;
    }

    .header-menu-menu.opened {
        top: 88px;
    }

    .mob-menu {
        display: block;
        position: absolute;
        right: 15px;
        top: 36px;
        width: 26px;
        height: 23px;
        background: url("../img/mob-menu.png");
    }

    .index-header {
        height: auto;
    }

    .button {
        width: 100%;
        margin-bottom: 30px;
        height: 46px;
        line-height: 46px;
        max-width: 345px;
    }

    .index-header-text-block {
        padding-top: 50px;
    }

    h1 {
        font-size: 48px;
        text-align: center;
        line-height: 1.25;
        text-align: center;
        text-shadow: 0px 0px 58.1px rgba(0, 0, 0, 0.39);
    }

    .index-header-text {
        font-size: 20px;
        line-height: 1.65;
    }

    .top-bg-robot {
        position: absolute;
        top: auto;
        left: 0px;
        bottom: -233px;
    }

    .index-header-buttons {
        position: relative;
        z-index: 2;
    }

    .index-header {
        padding-bottom: 150px;
        background-image: url(../img/index-mobile-header-bg.jpg);
        background-size: 100% 100%;
    }

    .row > div:first-child {
        margin-bottom: 45px;
    }

    .section-default-text {
        font-size: 20px;
        font-family: "Open Sans", sans-serif;
        line-height: 1.5;
        text-align: left;
    }

    .section-default-text br {
        display: block;
    }

    section {
        padding-bottom: 55px;
        padding-top: 55px;
    }

    .section-subtitle {
        font-size: 24px;
        font-weight: 200;
    }

    .section-default-text ul li span {
        left: -37px;
        top: 1px;
        border-radius: 26px;
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 22px;
    }

    b {
        font-weight: 600;
    }

    .get-the-code {
        background-image: url(../img/bg-index-block-2.jpg);
        background-size: 100% 100%;
    }

    .baad-container .get-the-code-block {
        max-width: 100%;
        width: 100%;
    }

    .baad-container {
        display: block;
    }

    .get-the-code-block {
        margin-bottom: 40px;
    }

    .get-the-code-block:last-child {
        margin-bottom: 0px;
    }

    .row > div:first-child {
        margin-bottom: 45px;
    }

    .get-the-code .row:first-child {
        margin-bottom: 45px;
    }

    .baad-container:nth-child(2) {
        margin-bottom: 45px;
    }

    .get-the-code .row:nth-child(2) {
        margin-bottom: 45px;
    }

    .parllel-agility .row > div {
        margin-bottom: 45px;
    }

    .parllel-agility .row > div:last-child {
        margin-bottom: 0px;
    }

    .ready-parallel div {
        text-align: center;
    }

    .ready-parallel .button {
        position: static;
        margin-bottom: 0px;
        margin-top: 40px;
    }

    .section-subtitle {
        margin-bottom: 35px;
    }

    .stay-connected-block input {
        width: 100%;
        height: 46px;
        border-radius: 5px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 30px;
    }

    .stay-connected-block button {
        width: 100%;
        position: static;
        margin-bottom: 0px;
        border-radius: 5px;
    }

    .stay-connected-block {
        height: auto;
    }

    .stay-connected {
        background-image: url(../img/stay-connected-bg-form.jpg);
    }

    .footer .header-menu-menu {
        background: none;
    }

    .footer .header-menu-menu li {
        display: block;
        text-align: center;
    }
    .footer .header-menu-menu li a{
        font-size: 14px;
    }
    .pricing-header.about-us-header {
        background-image: url(../img/about-us-mobile-head.jpg);
        background-size: 100% 100%;
        padding-top: 220px;
        padding-bottom: 120px;
    }
    ul.with-gal li {
        padding-left: 35px;
    }
    ul.with-gal li:after {
        top: 3px;
    }
    .the-team-container{
        display: block;
    }
    .teammate{
        width: 100%;
    }
    .the-team-container{
        margin-bottom: 0px;
    }
    .teammate{
        margin-bottom: 35px;
    }
    .the-team-container:last-child .teammate{
        margin-bottom: 0px;
    }
    .pricing-header.codebot-header {
        background-image: url(../img/about-us-header-bg.jpg);
        background-size: 100% 100%;
    }
    .codebot-get-to-code .row > div {
        margin-bottom: 45px;
    }
    .codebot-get-to-code .row > div:last-child {
        margin-bottom: 0px;
    }
    .codebot-row-with-line {
        padding-bottom: 90px;
    }
    .codebot-row-with-line:after {
        bottom: 45px;
    }
    .pricing-header {
        background-image: url(../img/pricing-header-mobile.jpg);
        background-size: 100% 100%;
        padding-top: 220px;
        padding-bottom: 120px;
    }
    .pricing-pricing .pricing-block{
        float: none;
        margin: 0px;
    }
    .pricing-block-header-title {
        font-size: 16px;
    }
    .pricing-block-white {
        padding: 40px 15px 15px;
        height: auto;
    }
    .pricing-block-white-but-container {
        position: static;
        padding-top: 45px;
    }
    .button {
        margin-bottom: 0px;
    }
    .pricing-pricing .row > div{
        margin-bottom: 15px;
    }
    .pricing-pricing{
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .post-year {
        font-size: 25px;
    }
    .pre-dollar {
        font-size: 25px;
    }
    .registration-header{
        background-image: url(../img/registration-top-mobile.jpg);
        background-size: 100% 100%;
        padding-top: 220px;
        padding-bottom: 120px;
    }
    input.inp-form {
        width: 100%;
    }
    .registration-sect .row > div {
        margin-bottom: 40px;
    }
    .registration-sect .row {
        margin-bottom: 0px;
    }
    .reg-form-inp-title {
        line-height: 1.4;
        margin-bottom: 0px;
    }
    .indicates {
        position: absolute;
        right: 15px;
        top: 66px;
    }
    .inp-check button {
        position: static;
        right: 35px;
        top: 100px;
        margin-top: 25px;
    }
    .registration-sect .row > div.inp-check {
        margin-bottom: 0px;
    }
    section.index-header{
        padding-top: 95px;
    }
    section.index-header .index-header-text-block h1{
        font-weight: 300;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -0.01em;
        text-shadow: 0px 5px 35px rgba(0, 0, 0, 0.61);
        text-align: left;
    }
    section.index-header .index-header-text-block .index-header-text{
        font-style: normal;
        font-weight: 300;
        font-size: 24px;
        line-height: 36px;
        color: #FFFFFF;
        text-shadow: 0px 5px 35px rgba(0, 0, 0, 0.61);
    }
    section.training-header {
        background-image: url(../img/training-header-mobile.jpg);
        background-size: 100% 100%;
        padding-top: 171px;
        padding-bottom: 60px;
    }
    section.training-header .section-title{
        font-size: 48px;
        line-height: 60px;
    }
    section.training-header .section-subtitle{
        margin: 0px;
    }
    .summary img{
        margin: 0px;
        position: static;
        width: 100%;
    }
    section.training-summary .section-title {
        padding-top: 25px;
        padding-bottom: 60px;
    }
    section.training-summary .section-default-text p{
         margin-bottom: 30px;
    }
    section.training-summary .section-default-text p:last-child{
         margin-bottom: 0;
    }
    section.course-contents .section-title {
        padding-top: 22px;
        padding-bottom: 18px;
    }
    section.course-contents .section-subtitle{
        margin-top: 0;
        margin-bottom: 45px;
    }
    section.course-contents .row > div+div{
        margin-top: 30px;
    }
    section.course-contents .row > div:first-child{
        margin-bottom: 0;
    }
    section.course-contents .text-green{
       margin-top: 50px;
 /*      margin-bottom: 36px;*/
       margin-left: 0;
    }
    section.course-contents .section-item{
        padding-bottom: 35px;
        margin-bottom: 45px;
    }
    section.benefit-section .section-item .item-title{
        margin-top: 18px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    section.benefit-section .section-item ul{
        margin-top: 0;
        margin-bottom: 10px;
    }
    section.benefit-section .section-item ul li{
        margin-bottom: 15px;
    }
    section.benefit-section .section-item + .section-item{
        margin-top: 35px;
    }
    section.get-the-code-index .get-the-code-column{
        margin-bottom: 35px;
    }
    section.massively .section-title,
    section.massively .section-subtitle,
    section.massively .col-sm-121{
        margin-left: -10px;
        margin-right: -10px;
    }
    section.massively .section-subtitle{
        letter-spacing: -0.01em;
    }
    .benefit-padding {
        padding: 60px 30px;
    }
    .benefit-left-col img {
        position: static;
    }
    .benefit-left-col {
        position: static;
        padding: 0px;
        text-align: center;
    }
    .color-green-benefit{
        text-align: center;
        padding-top: 39px;
        padding-bottom: 15px;
    }
    .benefit-right-col {
        padding: 0px;
        margin-top: -30px;
        text-align: center;
    }
    .who-will-benefit .section-default-text{
        text-align: center;
    }
    .who-will-benefit.section-bg-blue .section-default-text{
        color: white;
    }
    ul.ul-results li {
        text-align: left;
        padding-left: 15px;
    }
    .row > div.col-no-margin{
        margin-bottom: 0px;
    }
    .index-header .index-header-buttons > a:first-child{
        margin-bottom: 20px;
    }
    .index-header.index-header-header-h{
        padding-bottom: 220px;
    }
    .index-header.index-header-header-h{
        padding-bottom: 220px;
    }
    .top-bg-robot {
        bottom: -320px;
    }
    .just.just-index{
        padding-top: 110px;
        padding-bottom: 60px;
    }
    .top-bg-robot {
        bottom: calc(-40px - 74vw);
    }
    .index-header.index-header-header-h {
        padding-bottom: calc(40px + 47vw);
    }
    .book-summary{
        padding-top: 66px;
        padding-bottom: 75px;
    }
    .book-summary .section-default-text p{
        margin-bottom: 45px;
    }
    .book-summary .section-default-text p:last-child{
        margin: 0;
    }
    .table td, .table th {
        padding:18px;
    }

    figure{
        text-align: center;
        margin-bottom: 33px;
    }
    figure figcaption{
        text-align: left;
    }
    figure>a{
        display: inline-block;
    }
    .rounded-border{
        border-radius: 12px;
    }
    .mobile-rounded-border{
        border: 2px solid #808184;
        box-sizing: border-box;
        border-radius: 12px;
        margin: 15px 18px;
        padding: 17px 0;
    }
    .parallel-agile{
        padding-bottom: 65px;
        padding-top: 65px;
    }

    .parallel-agile .section-subtitle {
        margin-bottom: 4px;
    }
    .parallel-agile .rounded-border{
        margin: 15px 18px;
        padding: 17px 0;
    }
    .parallel-agile .icon{
        width: 71.98px;
        height: 47.4px;
    }

    .parallel-agile .img-holder{
        width: 48px;
        text-align: center;
    }
    .parallel-agile .mobile-icon{
        width: auto !important;
        height: 48px !important;
    }
    .parallel-agile .img-holder+.section-default-text{
        max-width: 164px;
        width: 164px;
    }
    .item-title{
        text-align: center;
        margin-top: 39px;
    }
    section.benefit-section{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.benefit-section .section-item .item-title{
       text-align: center
       margin-left: -5px;
        margin-right: -5px;;
    }
    section.section-padding{
        padding-top: 20px;
        padding-bottom: 28px;
    }
    section.section-padding .section-title {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    section.section-padding .section-subtitle{
        margin-top: -15px;
        margin-bottom: 0;
    }
    section.section-padding-small{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    section.section-padding-small .section-title{
        padding-top: 30px;
        padding-bottom: 57px;
    }
    section.section-padding-small .row > div:first-child {
        margin-bottom: 27px;
    }
    section.section-padding-small .section-default-text p {
        margin-bottom: 30px;
    }
    section.section-padding-small .codebot-vid-text{
        margin-top: 35px;
    }
    .codebot-vid-text{
        margin-top: 35px;
    }
    section.codebot-header{
        padding-top: 266px;
        padding-bottom: 143px;
    }
    section.codebot-header p,
    section.codebot-header .section-default-text {
        font-size: 20px;
    }
    section.codebot-header .section-title{
        font-size: 48px;
        line-height: 60px;
    }
    .section-bg-green .button{
        width: 100%;
    }
    section.quote{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.quote blockquote{
        margin-bottom: 33px;
    }
    blockquote{
         margin-bottom: 33px;
    }
    blockquote, blockquote p {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    blockquote.blockquote p::before{
        width: 24px;
        height: 25px;
        margin-right: 10px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    blockquote.blockquote p::after{
        width: 24px;
        height: 25px;
        margin-left: 10px;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }
    section.section-bg-green-index{
        background: #19AF00;
        color: white;
        padding-bottom: 73px;
        padding-top: 58px;
    }

    section.section-bg-green-codebot{
        background: #19AF00;
        color: white;
        padding-bottom: 78px;
        padding-top: 65px;
    }
    section.section-bg-green-codebot .section-large-text{
        font-size: 30px;
        line-height: 45px;
    }
    section.section-bg-green-codebot-2{
        background: #19AF00;
        color: white;
        padding-bottom: 78px;
        padding-top: 58px;
    }
    section.section-bg-green-codebot-2 .section-large-text{
        font-size: 30px;
        line-height: 45px;
    }
    section.case-study .section-subtitle{
        margin-top:-10px;
        margin-bottom: 50px;
    }
    section.codebot-developing .section-title{
        font-size: 48px;
        line-height: 65px;
        padding-bottom: 30px;
    }
    .div-mb-0{
        margin-bottom: 0 !important;
    }
    .div-mb-25{
        margin-bottom: 25px !important;
    }
    .div-mb-30{
        margin-bottom: 30px !important;
    }
    .div-pb-10{
        padding-bottom: 10px !important;
    }

}

@media all and (min-width: 768px) {
    .ml-md-6{
        margin-left: 75px;
    }
    .mb-md-7{
        margin-bottom: 120px;
    }
    .icon-mt-m5{
        margin-top: -7px !important;
    }
}