
body {
    color: #585858;
    font-family: "Formular", Arial, sans-serif;
    /* background: #f5f8ff; */
    background-image: url('/images/bg-main.png');
}

a:visited {
    color: white;
}
.about-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 50px 0px;
    margin: auto;
    width: 1200px;
}
.about-block .block-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /* padding-left: 45px; */
    /* padding-right: 20px; */
    width: calc(100% - 410px);
    background-color: #d4dff1;
    border-radius: 15px;
}
.ros-h2, .ros-typography h1, .ros-typography h2 {
    margin: 0 0 20px;
}

.ros-h1, .ros-h2, .ros-typography h1, .ros-typography h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 45px;
    color: #303030;
    text-align: left;
}

.d-none {
    display: none!important;
}

.about-block .block-image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 410px;
    float: left;
    /* margin-bottom: 30px; */
    /* margin-right: 30px; */
    position: relative;
    top: -20px;
    left: -50px;
}

.about-block .block-image2 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 410px;
    float: right;
    /* margin-bottom: 30px; */
    /* margin-right: 30px; */
    position: relative;
    top: 30px;
    left: 30px;
}

.about-block .block-content2 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    /* padding-left: 45px; */
    /* padding-right: 20px; */
    width: calc(100% - 410px);
    /* background-color: #d4dff1; */
    border-radius: 15px;
}

.about-block #line1{
    background-color: #a1dbde;
    width: 800px;
    height: 2px;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 100px;
}

.about-block #line2{
    background-color: #a1dbde;
    width: 800px;
    height: 2px;
    background-size: contain;
    margin-top: 30px;
    margin-bottom: 30px;
    /* margin-left: 100px; */
}


.image-without-borders {
    position: relative;
    max-width: 470px;
}
.image-without-borders img {
    position: relative;
    max-width: 470px;
    width: 100%;
    border-radius: 15px;
}
.ros-body-new, .ros-typography p{
    line-height: 24px;
    margin: 0 0 16px;
    font-weight: 400;
    color: black;
    font-size: 25px;
    padding-right: 50px;
    text-align: justify;
    padding-left: 50px;
}

.ros-typography .news-item{
    padding-left: 0px;
}
.ros-typography li {
      line-height: 24px;
      margin: 0 0 16px;
      font-weight: 400;
      color: black;
      font-size: 25px;
      padding-right: 50px;
      text-align: justify;
    margin-bottom: 0;
  }

.ros-typography ul {
    padding-left: 100px;
    margin-top: 0;
}

.cards-section {
    padding-bottom: 85px;
    margin-top: 55px;
}

.container {
    /* width: 100%; */
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1320px;
}

.products-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}

.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-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-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 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-slider .slide {
    outline: none!important;
}
.products-slider .slide {
    padding: 0 15px 15px;
    height: 100%;
    position: relative;
    outline: none;
}

.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 300px;
}

.white-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* width: 100%; */
    padding: 45px 30px 70px;
    height: 100%;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1.5px 1.5px 7px rgba(9, 38, 111, 0.1);
    box-shadow: 1.5px 1.5px 7px rgba(9, 38, 111, 0.1);
}

.white-card .card-image {
    height: 215px;
    width: 100%;
    max-width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.white-card .card-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.slick-slide img {
    display: block;
}

.white-card .card-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    max-width: 290px;
    margin-bottom: 20px;
}

.white-card .card-content .card-caption {
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ros-h3, .ros-typography h3 {
    white-space: nowrap;
    color: #303030;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 24px;
    font-weight: bold;
}

.ros-body-new:last-child, .ros-typography p:last-child {
    margin-bottom: 0;
}

.white-card .card-footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.white-card .card-footer .btn {
    min-width: 200px;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 51, 153, 0.23);
    box-shadow: 2px 3px 10px rgba(0, 51, 153, 0.23);
    background: var(--color-hard);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid transparent;
}
.btn-color{
    background: var(--color-middle);
    color: #000;
}
.btn:not(.disabled):hover {
    background: #ff9b33;
    color: #fff;
    text-decoration: none;
}

#eight_block {
    width: 100%;
    height: 790px;
    color: black;
    padding-bottom: 60px;
}

#eight_block #inner_block {
    width: 1040px;
    margin: auto;
}

#eight_block #text {
    background: url(/images/mainpage/white_background.png) center no-repeat;
    background-size: 100% 100%;
    width: 650px;
    font-size: 20px;
    text-align: center;
    margin-top: 130px;
    float: left;
    margin-left: 10px;
}

#eight_block #text h2 {
    padding: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: var(--color-hard);
    font-size: 46px;
}

#eight_block #text p {
    text-align: justify;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 10px;
    text-align: center;
}

#eight_block #text ul {
    text-align: left;
    padding-left: 70px;
    margin: 10px 0px;
}

#eight_block #text table {
    width: 100%;
    padding-bottom: 20px;
}

table td {
    vertical-align: top;
    text-align: center;
}

#eight_block #img {
    margin: auto;
    background: url(/images/mainpage/mobile.png) center no-repeat;
    width: 400px;
    height: 800px;
    background-size: contain;
    float: left;
    margin-top: 50px;
    margin-left: -40px;
}
