body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    margin: 0;

    font-family: "Instrument Sans", sans-serif;

    background-color: #deeffc;
}

main{
    margin-top: 45px;
    flex: 1; /* Что-бы footer был снизу */
}

#horizontal{
    list-style: none;
    display: flex;
    align-items: center;
}

#horizontal > li{
    display: inline-block;
}

#vertical{
    list-style: none;
    display: block;
    align-items: center;
}

#vertical > li{
    display: block;
}

.line {
    clear: both;
    height: 1px;
    line-height: 1px;
    margin: 10px 0px 15px 0px;
    border-bottom: 1px solid #999;
}

.bold {
    font-weight: 600;
}
.italic{
    font-style: italic;
}

h1, h2, h3, h4, h5, h6{
    margin-top: 0;
    margin-bottom: 5px;
}

ol > li > p{
    margin: 0;
    margin-bottom: 5px;
}

a {
    color: #1890f3;
    outline: none;
}

a.close {
    color: #135e9b;
    text-decoration: line-through;
}

.c-title{
    color: white;
    background-color: #247bff;
}

.text2 > p{
    font-size: 17px;

    margin: 0;
    margin-left: 10px;
    margin-bottom: 5px;
}

.btn-download {
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #3399cc url(/images/icons/Download.png) no-repeat 5px 0px;
}

.btn-download a {
    display: block;
    padding: 10px 10px 10px 40px;
    color: #fff;
    text-decoration: none;
}

.btn-download a:hover {
    text-decoration: underline;
}

.btn {
    display: inline-block;

    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;

    font-weight: 600;
    font-size: 17px;

    background: #0066ff no-repeat 5px 0px;
    
    transition: background 0.3s;
}
.btn:hover{
    background: #247bff;
}
.btn a {
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    color: #fff;
    text-decoration: none;
}

.none{
    display: block;
    margin-bottom: 20px;
}

*:last-child{
    margin-bottom: 0;
}

.mail{
    color: black;
    text-decoration: none;
}
.mail:hover{
    text-decoration: underline;
}

.right-to-left{
    float: right;
}

/* Content */

.content-container{
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-top: 5px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
}

.content{
    align-self: flex-start;
    background-color: white;
    border-radius: 10px;

    width: 100%;

    padding: 10px;
}

.content > p{
    font-size: 17px;

    margin: 0;
    padding: 0;
}

.image-container {
  text-align: center;
  margin-bottom: 15px; 
}

.text-container {
    /* width: 80%; */
    background-color: white;
    border-radius: 15px;

    margin-bottom: 15px;
}

.text{
    font-size: 17px;
    margin-left: 15px;
}

.text > h3{
    margin-top: 15px;
    padding-left: 5px;
    
    text-align:left;
    border-left: 3px solid #1372cc;
}

.text > span{
    margin: 0px;   
}

.text > p{
    margin: 0;
    margin-bottom: 10px;
}

/* Tarifs container */
.tarifs-container{
    width: 75%;
    border-radius: 15px;

    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:15px;
}

.tarifs-category{
    font-size: 17px;
    font-weight: 600;
    
    margin-left:5px;
    margin-bottom: 15px;
}

.tarifs{
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 20px;
    
    align-items: flex-start;

    margin-bottom:15px;
}
.tarif > .btn{
    width: 100%;
    margin-top: 20px;
    background: #0147b1 no-repeat 5px 0px;
    transition: background 0.3s;
}
.tarif > .btn:hover{
    background: #004ec4;
}

.tarif{
    color: white;
    
    max-width: 250px;
    min-width:  200px;
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
    
    background: linear-gradient(150deg,rgba(76, 143, 252, 1) 0%, rgba(0, 78, 204, 1) 100%);
    border-radius: 10px;
    
    align-items: center;
}

.tarif  > h4{
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 15px;

    word-wrap: normal;
    
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
    
    font-size: 16px;
    text-align:center;
}

.tarif > h4 > p {
    margin: 0;
    padding: 0;
}

.tarif > span{
    display: block;
    
    font-size:14px;
    font-weight: 600;
    
    margin-bottom:10px;
}

.tarif > .cost{
    text-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.cost > span{
    font-size: 18px;
    font-weight: 700;
    
    border-radius: 10px;
}

.cost > p{
    font-size: 18px;
    font-weight: 700;
    
    margin: 0;
    padding: 0;

    border-radius: 10px;
}

/* [.supports] */
.supports{
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap;
    gap: 20px;
    
    align-items: flex-start;

    margin: 0;
    margin-top: 20px;
    margin-bottom:15px;
}
.supports > a{
    max-width: 250px;
    min-width: 250px;
    max-height: 50px;
    min-height: 50px;

    align-items: center;
    text-align: center;
    
    padding: 15px;
    margin: 0;
    margin-bottom: 5px;

    border-radius: 15px;

    font-size: 24px;
    font-weight: 600;
    text-decoration: none;

    color: white;
    background: linear-gradient(156deg,rgba(0, 132, 255, 1) 0%, rgba(0, 69, 133, 1) 100%);
}
.supports > a:hover{
    text-decoration: underline;
    background-color: linear-gradient(156deg,rgb(102, 181, 255) 0%, rgb(61, 108, 151) 100%);
}
.supports > a > p{
    padding: 10px;
    margin: 0;
    text-align: center;
}

/* Banner */
.banner {
  display: flex;
  align-items: center;
  gap: 50px;
  background: #f5f5f5;
  padding: 40px;
  border-radius: 12px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}

.banner-content {
  flex: 1;
}

.banner-content > p{
    margin-bottom: 25px;
}

.banner-image {
  flex: 0 0 25%;
  height: 100%; 
  align-items: center;
  transition: display 0.3s;
}

.banner-image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  border-radius: 8px;
}

.banner-btn {
  background: #0066ff;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;

  transition: background 0.3s;
}

a.banner-btn {
    text-decoration: none;
}

.banner-btn:hover{
    background: #247bff;
}

/* [Licenses] */

.licenses {
    display: flex;
    flex-wrap: wrap;
    /* background: #f9f9f9; */
    border-radius: 10px;
    /* max-width: 800px; */
    width: 100%;
    gap: 20px;
}

.license-content {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 250px; 
    padding: 15px;
    border-radius: 8px;
}

.license-img {
    max-width: 100%;
    height: 220px;
}

.license-content span {
    margin-top: none;
    text-align: center;
    padding: 10px 5px 0;
    max-width: 200px;
}

/* Container with menu */
.container-with-menu {
    display: flex;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px;
    padding-top: 0;
}

.menu {
    /* width: 200px; */
    margin-right: 15px;
    font-weight: 600;
}

.menu ul {
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    margin-bottom: 10px;
}

.menu a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    text-align: center;
    color: #333;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.menu a.active {
    background: #6237fd;
    color: white;
}

.menu a:hover {
    background-color: #e0e0e0;
}
/* -----[cwm-content]----- */
.cwm-content {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
}

.cwm-content > p {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
}

.cwm-content > ul > li {
    font-size: 17px;
    margin-bottom: 5px;
}

/* ol styles */
ol.ol-1{
    margin-left: -2em;
    margin-top: 0;
    margin-bottom: 0px;

    list-style-position: inside;
}

ol.ol-1 > li{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.2em;

    font-size: 17px;
}

ol.ol-1 > li:last-child{
    margin-bottom: 15px;
}

ol.ol-1 > li::marker{
    font-weight: bold;
}

ol.ol-2{
    margin-left: -1em;
    margin-top: 0;
    margin-bottom: 0px;

    list-style-position: inside;
}

ol.ol-2 > li{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.2em;

    font-size: 17px;
}

ol.ol-2 > li:last-child{
    margin-bottom: 15px;
}

ol.ol-2 > li::marker{
    font-weight: bold;
}

ol.ol-3{
    margin-left: 0em;
    margin-top: 0;
    margin-bottom: 0px;

    list-style-position: inside;
}

ol.ol-3 > li{
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.2em;

    font-size: 17px;
}

ol.ol-3 > li:last-child{
    margin-bottom: 15px;
}

ol.ol-3 > li::marker{
    font-weight: bold;
}

/* ol styles end */

.m-details{
    margin-bottom: 15px;
}

.m-details > p{
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 5px;
}

.big-text{
    font-size: 17px;
    margin-bottom: 15px;
}

.big-text > p{
    margin-top: 0;
    margin-bottom: 2px;
}

details {
    margin-bottom: 15px;
}

details > div{
    margin-top: 15px;
}

details > div > p{
    margin: 0;
}

details > ol > li{
    margin-bottom: 10px;
}

.border{
    border: 2px solid rgba(129, 129, 129, 0.5);
    padding: 5px;
}

summary.title{
    background-color: #57b9ff;
    cursor: pointer;
}

.title{
    font-size: 22px;

    margin-bottom: 20px;

    font-weight: 600;
}

.title > a{
    color: black;
}

.title-2{
    font-size: 20px;
    font-weight: 600;

    margin-left: 20px;
}
summary.title-2{
    padding: 5px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.35);
}
summary.title-2:hover{
    cursor: pointer;
}

.details-content{
    font-size: 17px;
    margin-left: 15px;
}

.details-content > p{
    margin-bottom: 5px;
}

.details-content > ul{
    margin: 0;
    margin-bottom: 5px;
}

.details-content > summary.title-2{
    margin-left: 0;
}

.important{
    margin: 0;
    margin-top: 10px;

    font-size: 17px;
    font-weight: 600;

    color: red;
    border: 2px solid rgba(252, 0, 0, 0.5);
    padding: 5px;
}

.important > p{
    margin-top: 0;
    margin-bottom: 5px;
}

.important-text{
    font-size: 17px;
    color: red;
}

.help-img {
    display: block;
    width: 200px;
    height: 160px;
    margin-bottom: 15px;
}

.help-img2{
    display: inline-block;
    height: auto;

    margin-bottom: 15px;
    margin-right: 100%;

    transition: all 0.3s;
}


ul.t1{
    margin-left: -2em;
    margin-bottom: 0;

    list-style-position: inside;
    list-style-type: "- ";
}
ul.t1 > li{
    padding-left: 0.7em;
    text-indent: -0.75em;
    margin-bottom: 0.2em;

    font-size: 17px;
}
ul.t1 > li:last-child{
    margin-bottom: 15px;
}
ul.t1 > li::marker{
    font-weight: bold;
}

.bdd{
    margin: 0;
    margin-bottom: 5px;
}
details.bdd > summary{
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: #33ACFF;
    border: 2px solid rgb(35, 140, 211);
    padding: 10px;
    margin: 0;
}
details.bdd > summary:hover{
    cursor: pointer;
}
details.bdd > div{
    margin: 0;
    padding: 0;
}
details.bdd > .bdd-content{
    border: 2px solid rgb(35, 140, 211);
    border-top: none;

    font-size: 17px;
    padding: 10px;
    padding-left: 20px;
}
.bdd-content > p{
    margin: 0;
    margin-bottom: 5px;
}
.bdd-content > p:first-child{
    margin-bottom: 10px;
}
.bdd-content > p:last-child{
    margin-bottom: 0;
}

/* -------[.ml-content]------- */
.ml-content-10{
    font-size: 17px;

    margin-left: 10px;
}
.ml-content-10 > p{
    margin: 0;
    margin-bottom: 5px;
}

.ml-content-15{
    font-size: 17px;

    margin-left: 15px;
}
.ml-content-15 > p{
    margin: 0;
    margin-bottom: 5px;
}

.ml-content-20{
    font-size: 17px;

    margin-left: 20px;
}
.ml-content-20 > p{
    margin: 0;
    margin-bottom: 5px;
}

/* -------[.m-title]------- */
.m-title-1{
    font-size: 20px;
    font-weight: 600;
    padding: 5px;

    color: rgb(255, 255, 255);
    border: 2px solid rgb(35, 140, 211);
    background-color: rgb(48, 163, 240);

    margin-bottom: 15px;
}
.m-title-1 > a{
    color: rgb(255, 255, 255);
}

.m-title-2{
    font-size: 18px;
    font-weight: 600;
    padding: 5px;

    color: rgb(255, 255, 255);
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #FF844A;

    margin-bottom: 10px;
}
.m-title-2-1{
    font-size: 18px;
    font-weight: 600;
    padding: 5px;

    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.295);
    border: 2px solid rgba(0, 0, 0, 0.25);
    background-color: #3bd480;

    margin-bottom: 10px;
}

/* -------[details .d-title]------- */
.d-title-1{
    margin: 0;
    margin-bottom: 2px;
}
.d-title-1 > summary{
    font-size: 17px;
    font-weight: 600;
    padding: 5px;

    color: rgb(255, 255, 255);
    background-color: rgb(120, 151, 165);
    border: 2px solid rgb(82, 103, 112);

    margin: 0;
}
.d-title-1 > summary:hover{
    cursor: pointer;
}
.d-title-1 > .d-content{
    border: 2px solid rgb(82, 103, 112);
    border-top: none;

    font-size: 17px;
    padding: 10px;
    padding-left: 24px;

    margin-top: 0;
}
.d-title-1 > .d-content > p{
    margin: 0;
    margin-bottom: 5px;
}
.d-title-1 > .d-content > p:first-child{
    margin-bottom: 10px;
}
.d-title-1 > .d-content > p:last-child{
    margin-bottom: 0;
}
.d-title-1 > .d-content > ul{
    margin: 0;
}
.d-title-1 > .d-content > ol{
    margin-top: 0;
    margin-bottom: 0;
}
.d-title-1 > .d-content > ol > li:last-child{
    margin-bottom: 0;
}

/* [ NEWS ] */
.news-container{
    background-color: white;
    border-radius: 15px;

    font-size: 17px;
    
    margin: 0;
    margin-bottom: 15px;
}
.news-container > .ccontent{
    font-size: 17px;
    margin-left: 15px;
}
.news-container > .ccontent > h3{
    margin-top: 15px;
    margin-bottom: 5px;
    padding-left: 5px;
    
    text-align:left;
    border-left: 3px solid #1372cc;
}
.news-container > .ccontent > .news{
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 10px;
    padding: 5px;

    background: rgba(0, 0, 0, 0.08);

    border-radius: 5px;
    border: 2px solid rgba(0, 162, 255, 0.5);
}
.news-container > .ccontent > .news > h4{
    font-size: 17px;
    font-weight: 600;

    color: #0247ad;

    margin: 0;
    margin-bottom: 5px;
}
.news-container > .ccontent > .news > p{
    font-size: 17px;

    margin: 0;
    margin-left: 5px;
    margin-bottom: 5px;
}
.news-container > .ccontent > .news > .news-info{
    font-size: 14px;

    padding: 0;
    padding-left: 5px;
    margin: 0;
    margin-top: 10px;

    border-top: 2px dashed rgba(0, 162, 255, 0.5);
}
.news-container > .ccontent > .news > .news-info > p{
    margin: 0;
    margin-top: 3px;
}