@import url(common.css);
@import url(header.css);
@import url(footer.css);
@import url(cookies-policy.css);
/*--------------------*/
@media all and (max-width: 991px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    min-width: 300px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 50px;
}
.under{
    width: 100%;
    height: 63px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 5px;
}
.sec-1, .sec-2, .sec-3{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
}
.part-1{
    display: flex;
    flex-direction: column;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.subtitle{
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-1{
    margin-top: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-2{
}
.img-1{
    margin: 0 auto;
    margin-top: 10px;
    background: url(../img/service.png) no-repeat center center;
    background-size: contain;
    width: 90%;
    height: 0;
    padding-top: 60.0%;
}
.part-4{
    order: 1;
}
.text-2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-3{
    order: 2;
}
.img-2{
    margin: 0 auto;
    margin-top: 15px;
    background: url(../img/python.jpg) no-repeat center center;
    background-size: contain;
    width: 90%;
    height: 0;
    padding-top: 60.0%;
}
.text-3{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.part-6{
    display: none;
}
/* ------PRICE------- */
.sec__title--center{
    padding-top: 50px;
    margin: 0 auto;
    text-align: center;
}
.sec-price-tag{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.sec-price-wrap{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}
.sec-free, .sec-month, .sec-year, .sec-life{
    font-family: 'Roboto', sans-serif;
    flex-basis: 21%;
    border: 4px solid #000000;
    border-radius: 12px;
    margin: 0 auto;
    width: 270px;
    margin-bottom: 20px;
}
.sec-free-title, .sec-month-title, .sec-year-title, .sec-life-title{
    font-size: 22px;
    color: #DE193A;
    padding-top: 14px;
    padding-bottom: 9px;
    margin: 0 auto;
    text-align: center;
}
.sec-free-text li, .sec-month-text li, .sec-year-text li, .sec-life-text li{
    line-height: 35px;
    font-size: 14px;
    padding-left: 40px;
}
.sec-free-price, .sec-month-price, .sec-year-price, .sec-life-price{
    font-size: 18px;
    font-weight: 600;
    color: #DE193A;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.sec-free-btn, .sec-month-btn, .sec-year-btn, .sec-life-btn{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.btn-start{
    border: 3px solid #DE193A;
    border-radius: 5px;
    background-color: #DE193A;
    color: #FFFFFF;
    padding: 5px 5px;
    text-decoration: none;
}
.btn-start:hover{
    /*border: 2px solid #000000;*/
    color: #DE193A;
    background-color: #FFFFFF;
}
}
/* -------------------------------------------------------------------------- */
@media all and (min-width: 992px) {
body{
    opacity: 0;
    transition: 0.5s;
}
.main{
    font-family: 'Roboto Condensed', sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 100px;
}
.under{
    width: 100%;
    height: 83px;
    position: relative;
}
.section-wrap{
    display: flex;
    flex-direction: column;
}
.sec-1, .sec-2, .sec-3{
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sec-1{
    margin-top: 55px;
}
.part-1, .part-2, .part-3, .part-4, .part-5, .part-6{
    flex-basis: 49.5%;
}
.title{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.subtitle{
    margin-top: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.text-1{
    margin-top: 50px;
    padding-right: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
} 
.img-1{
    background: url(../img/service.png) no-repeat center center;
    background-size: contain;
    width: 95%;
    height: 0;
    padding-top: 72.0%;
    margin: 0 auto;
}
.img-2{
    background: url(../img/python.jpg) no-repeat center center;
    background-size: contain;
    width: 90%;
    height: 0;
    padding-top: 60.0%;
    margin: 0 auto;
}
.text-2{
    padding-left: 50px;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.text-3{
    padding-right: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.img-3{
    background: url(../img/stock-2.jpg) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 60.0%;
}
/* ------PRICE------- */
.sec__title--center{
    padding-top: 90px;
    margin: 0 auto;
    text-align: center;
}
.sec-price-tag{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000000;
    padding-top: 10px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
}
.sec-price-wrap{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.sec-free, .sec-month, .sec-year, .sec-life{
    font-family: 'Roboto', sans-serif;
    flex-basis: 22%;
    border: 4px solid #000000;
    border-radius: 12px;
}
.sec-free-title, .sec-month-title, .sec-year-title, .sec-life-title{
    font-size: 24px;
    color: #DE193A;
    padding-top: 14px;
    padding-bottom: 9px;
    margin: 0 auto;
    text-align: center;
}
.sec-free-text li, .sec-month-text li, .sec-year-text li, .sec-life-text li{
    line-height: 35px;
    font-size: 14px;
    padding-left: 12px;
}
.sec-free-price, .sec-month-price, .sec-year-price, .sec-life-price{
    font-size: 18px;
    font-weight: 600;
    color: #DE193A;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
}
.sec-free-btn, .sec-month-btn, .sec-year-btn, .sec-life-btn{
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}
.btn-start{
    border: 3px solid #DE193A;
    border-radius: 5px;
    background-color: #DE193A;
    color: #FFFFFF;
    padding: 5px 5px;
    text-decoration: none;
}
.btn-start:hover{
    /*border: 2px solid #000000;*/
    color: #DE193A;
    background-color: #FFFFFF;
}
}
