#modules section{
    border-bottom: 1px solid #ececec;
}
#modules h2{
    margin: 0 0 2.5rem;
    text-transform: none;
    letter-spacing: 0;
}
#modules p a{
    border-bottom: 1px solid;
}
#modules p a:hover{
    border-bottom-color: transparent;
}


/*
	========================================
	
	Отзывы
	
	========================================
*/
#modules .reviews {
    background-color: var(--dark);
	color: #fff;
	padding: 4rem 0;
    margin: 0;
    z-index: 12;
}
#modules .reviews .slider {
    position: relative;
    width: 100%;
}
#modules .reviews .item {
    position: absolute;
}
#modules .reviews .item .name{
    font-weight: bold;
}
#modules .reviews .item .city{
    font-weight: 300;
    font-size: 0.9rem;
}
#modules .reviews .item .blockquote{
    font-size: 1.5rem;
    font-weight: 300;
    font-family: var(--f3), serif;
    font-style: italic;
    line-height: 1.2;
    margin: 2rem 0;
}
#modules .reviews .item .blockquote-icon{
    fill: #fff;
    opacity: 0.1;
    position: absolute;
    width: 20rem;
    height: 20rem;
    top: 5rem;
    right: -2rem;
    z-index: -1;
}
#modules .reviews .item .review {
    position: relative;
    width: calc(100% - 5rem);
    background: #fff;
    border-radius: 20px;
    transition-property: all;
    transition-duration: 1s;
    margin-left: 1rem;
    opacity: 0;
    color: var(--dark);
    z-index: 1;
    display: block;
    padding: 3rem;
    font-weight: 300;
    box-shadow: 0 30px 60px -5px rgba(0, 0, 0, 0.15);
}
#modules .reviews .item.current .review{
    opacity: 1;
    z-index: 4;
    transform: scale(1);
}
#modules .reviews .item.second .review{
    opacity: 0.6;
    margin-left: 4rem;
    margin-top: 1.25rem;
    z-index: 3;
    transform: scale(0.95);
}
#modules .reviews .item.third .review{
    opacity: 0.3;
    margin-left: 7rem;
    margin-top: 2.5rem;
    z-index: 2;
    transform: scale(0.9);
}
#modules .reviews .slider-navigation{
    position: relative;
    display: flex;
    align-items: center;
}
#modules .reviews .slick-arrow {
    position: static;
    transform: translateY(0%);
}
#modules .reviews .slider-page {
    margin: 0 2rem;
    font-weight: bold;
}
#modules .reviews .js-slider-cur-page {
    font-size: 3rem;
    font-weight: 300;
}
#modules .reviews .sepa {
	padding: 0 1rem;
}
#modules .reviews .leftbar {
    opacity: 0;
}
#modules .reviews .item.current .leftbar{
    opacity: 1;
}
#modules .reviews .second .spoiler.spoiler_visible,
#modules .reviews .third .spoiler.spoiler_visible {
    height: 200px !important;
}


/*
	========================================
	
	Общее оформление
	
	========================================
*/
.design-center {
    text-align: center;
}
.design-minwidth .container-fluid{
    max-width: 1096px;
}
.bg-color {
    overflow: hidden;
}
.style-text-big,
.style-text-big p {
    font-size: 1.25rem;
}
.style-text-300 {
    font-weight: 300;
}
.style-bg-light {
    background-color: var(--light);
}
.style-bg-dark {
    background-color: var(--dark);
	color: #fff;
}
.style-bg-dark::before {
    content: "";
    position: absolute;
    left: 5%;
    top: 0%;
    height: 100%;
    width: 100%;
    background: url(../i/logo-icon.svg) no-repeat center right;
    background-size: auto 100%;
    opacity: 0.02;
}
.style-bg-color1 {
    background-color: var(--color);
	color: #fff;
}
.style-bg-color2 {
    background-color: var(--color2);
}
.style-bg-dark .list ul li::before,
.style-bg-color .list ul li::before,
.style-bg-color2 .list ul li::before{
    border: 2px solid #fff;
}
.style-bg-dark .desc{
    position: relative;
}/*
.style-bg-dark .desc::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    height: 4rem;
    width: 5rem;
    background: url(../i/danger.svg) no-repeat center left;
    background-size: auto 100%;
    opacity: 0.5;
}*/
.style-align-top.content .row {
    align-items: normal;
}


/*
	========================================
	
	Содержимое
	
	========================================
*/
.content {
}
.content .row {
    align-items: center;
}
.content p:first-child {
    margin: 0;
}
.content p,
.content li {
    font-size: 1.125rem;
}
.content .video {
    background: url(../i/desktop.png) no-repeat center;
    background-size: cover;
    padding: 3.5% 4% 23%;
    max-width: 600px;
    margin: 0rem auto;
}
.content .image {
    margin-right: 2rem;
    text-align: center;
}
.content .cols-1 .image {
    margin-bottom: 2rem;
    margin-right: 0rem;
}


/*
	========================================
	
	Буллиты
	
	========================================
*/
.bullets {
}
.bullets.design-text .container-fluid {
    max-width: 1472px;
}
.bullets .header{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.bullets .header p{
    font-size: 1.25rem;
    color: var(--gray);
}
.bullets .row{
    position: relative;
}
.bullets .item{
    position: relative;
    display: block;
    background: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
}
.bullets .head {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}
.bullets .desk{
    font-weight: 300;
    margin-top: 0.7rem;
    color: var(--gray);
    line-height: 1.4;
}
.bullets .item.link .link-desk{
    font-weight: 300;
    font-size: 0.9rem;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    opacity: 0;
    color: var(--gray);
}/*
.bullets .row:hover .item.link {
    transition: all .2s ease-out;
    filter: grayscale(1) blur(2px) opacity(0.8);
}
.bullets .row .item.link:hover {
    filter: grayscale(0) blur(0px) opacity(1);
}*/
.bullets .item.link:hover {
    transform: translateY(-10px);
}
.bullets.design-shadow .item.link:hover{
    box-shadow: 0 15px 30px 0px rgba(0, 0, 0, 0.15);
}
.bullets .item.link:hover .head{
    color: var(--dark);
}
.bullets .footer  {
    margin-top: 0rem;
}
.bullets .footer .button  {
    text-align: center;
}
.bullets.bg-color .item {
	margin-bottom: 2rem;
}
.bullets.style-bg-dark .item,
.bullets.style-bg-dark blockquote {
    color: var(--dark);
}
.bullets.design-text .item {
    padding: 0;
    border-radius: 0;
	margin-bottom: 2rem;
}
.bullets.design-text .item .body{
    position: absolute;
    bottom: 0;
    text-align: left;
    padding: 2rem;
    padding-bottom: 1rem;
    color: #fff;
    transition: all .2s ease-out;
}
.bullets.design-text .item .body .head{
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}
.bullets.design-text .item .body .desk{
    line-height: 1.3;
    font-size: 0.9rem;
    transition: all .3s ease-out;
    color: #fff;
}
.bullets.design-text .item.link .link-desk{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bullets.design-text .item.link:hover .body{
    transform: translateY(-4rem);
}
.bullets.design-text .item.link:hover .head{
    color: #fff;
}
.bullets.design-text .item.link:hover .link-desk{
    bottom: 1.5rem;
    opacity: 1;
    transition: all .2s ease-out 0.2s;
}
.bullets.design-text .item.link .link-desk:hover{
    border-bottom-color: transparent;
    transition-delay: 0s;
    transition-duration: 0s;
}
/*
	========================================
	Картинка
	========================================
*/
.bullets-image .item{
    overflow: hidden;
}
.bullets-image .item .image{
	margin-bottom: 2rem;
}
.bullets-image.design-margin_image .item .image{
    margin: -2rem;
	margin-bottom: 2rem;
}
.bullets-image.design-circle .item .image{
    margin: 0rem;
    margin-bottom: 2rem;
}
.bullets-image.design-circle .item .image img{
    border-radius: 50%;
}
.bullets-image.design-text .item .image{
    margin-bottom: 0;
}
.bullets-image.design-text .item .image::before{
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;	
    background: linear-gradient(210deg,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 100%);
}
.bullets-image.design-text .item.link .image::after{
    opacity: 0;
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;	
    background: rgba(0,0,0,.3);
    transition: opacity .3s;
}
.bullets-image.design-text .item.link:hover .image::after{
    opacity: 1;
}
.bullets-image.design-text .item .image img{
    border-radius: 0;
}
.bullets-image.design-shadow .item{
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
	margin-bottom: 2rem;
}
.bullets-image.design-border .item{
    border: 1px solid #e2e7ea;
	margin-bottom: 2rem;
}
/*
	========================================
	Иконка
	========================================
*/
.bullets-icon .icon { 
    width: 6rem;
    height: 6rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}
.bullets-icon.design-center .icon {
    margin: 0 auto 2rem;
    justify-content: center;
}
.bullets-icon.design-shadow .item{
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.15);
	margin-bottom: 2rem;
}
.bullets-icon.design-border .item{
    border: 1px solid #e2e7ea;
	margin-bottom: 2rem;
}
/*
	========================================
	Плюсы
	========================================
*/
.bullets-plus .item {
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.bullets-plus .plus {
    flex: 0 0 3rem;
    font-size: 1.25rem;
    font-weight: bold;
    background: var(--color);
    color: #fff;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.bullets-plus svg {
    fill: #fff;
    width: 1.5rem;
}
.bullets-plus.design-center .plus {
    margin: 0 auto 1.5rem;
    justify-content: center;
}
/*
	========================================
	Цифры
	========================================
*/
.bullets .num{
    font-size: 2rem;
    font-weight: bold;
	color: var(--color);
    margin-bottom: 1rem;
    line-height: 1;
}
.bullets-nums .item{
    position: relative;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 12px 25px -5px rgba(0, 0, 0, 0.15);
    padding: 2rem;
}
.bullets-nums .item::before {
    content: "";
    position: absolute;
    border-radius: 0.5rem;
    border: 1px solid #eee;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
}
/*
	========================================
	Этапы
	========================================
*/
.bullets-steps .item{
    margin-bottom: 2rem;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}
.bullets-steps .steps{
    flex: 0 0 3rem;
    font-size: 1.25rem;
    font-weight: bold;
    background: var(--color);
    color: #fff;
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}
.bullets-steps .steps::before {
    content: "";
    position: absolute;
    height: 1px;
    background: var(--color);
    left: 1rem;
    right: -2rem;
    z-index: -1;
}
.bullets-steps .col:last-child .steps::before {
    right: 2rem;
}
.bullets-steps #check {
    position: absolute;
    right: 1rem;
    top: 0rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: var(--color);
    background: #46b450;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 30px -10px #46b450;
}
.bullets-steps #check svg {
    fill: #fff;
    width: 1.5rem;
}


/*
	========================================
	
	Списки
	
	========================================
*/
.lists{
    overflow: hidden;
}
.lists.align-top .row{
	align-items: flex-start;
}
.lists.align-center .row{
	align-items: center;
}
.lists.align-bottom .row{
	align-items: flex-end;
}
.lists .list-block{
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0 2rem;
}
.lists .list-block .item{
    width: 50%;
}
.lists .list-block .item li{
    position: relative;
    margin-bottom: 1.5rem;
    padding: 0 2.5rem;
}
.lists .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 2rem;
    display: inline-block;
}
.lists .text{
}


/*
	========================================
	
	Файлы
	
	========================================
*/
.files{
}
.files .filelist li{
    position: relative;
    margin-bottom: 1rem;	
    padding-left: 3rem;
}
.files .filelist li::before {
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url(../i/file.svg) no-repeat top left;
    left: 0;
    top: 0.5rem;
}
.files .filesize{
    color: #999;
    font-size: 0.9rem;
    margin-top: 2px;
}
.files .filename{
    font-size: 1.125rem;
    font-weight: normal;
}


/*
	========================================
	
	Фотогалерея
	
	========================================
*/
.gallery{
    background-color: var(--light);
	padding: 6rem 0;
    margin: 0;
    overflow: hidden;
}
.gallery .gallery-grid{
    margin: 0 0.5rem -1rem;
}
.gallery .gallery-grid .image{
    margin: 0 -0.5rem 1rem;
	box-shadow: 0 15px 30px -13px rgba(0, 0, 0, 0.3);
}
.gallery .slider-center .slick-list {
    padding: 6rem 0 !important;
}
.gallery .slider-center .slick-slide .image{
    transform: scale(0.95);
    filter: blur(3px);
}
.gallery .slider-center .slick-center .image{
    position: relative;
    transform: scale(2);
    filter: blur(0px);
    z-index: 1;
}
.gallery .slider-docs .slick-list{
	padding: 0 0.5rem;
}
.gallery .slider-docs .slick-list .slick-slide{
    opacity: 0;
    transition: all .3s ease;
}
.gallery .slider-docs .slick-list .slick-slide.slick-active{
    opacity: 1;
}


/*
	========================================
	
	Видеогалерея
	
	========================================
*/
.video{
}
.video .header{
    text-align: center;
}
.video .row{
    justify-content: center;
}


/*
	========================================
	
	Директор
	
	========================================
*/
.boss{
}
.boss .item{
    display: flex;
    margin: 2rem auto 0;
    max-width: 85%;
}
.boss .image{
    flex-basis: 45%;
    transform: translate(2rem,-2rem);
    position: relative;
    z-index: 1;
}
.boss .blockquote{
    position: relative;
    flex-basis: 55%;
    background: #fff;
    box-shadow: 0px 12px 30px 0px rgba(51, 46, 47, 0.1);
    padding: 3rem 4rem 3rem 6rem;
}
.boss .blockquote .quote{
    font-family: var(--f3), serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    color: var(--color);
}
.boss .blockquote .blockquote-icon{
	fill: var(--color);
    position: absolute;
    width: 10rem;
    z-index: 0;
    opacity: 0.1;
    left: 6rem;
    top: 2rem;
}
.boss .blockquote .text{
    font-weight: 300;
    font-size: 0.9rem;
    margin: 3rem 0;
}
.boss .blockquote .name-block{
}
.boss .blockquote .name{
    font-weight: bold;
}
.boss .blockquote .position{
    font-size: 0.8rem;
    font-weight: 300;
    color: var(--gray-text);
    max-width: 250px;
}


/*
	========================================
	
	Баннер-карточка
	
	========================================
*/
.banner-cart{
}
.banner-cart .cart{
    position: relative;
    padding: 3rem;
    border-radius: 0.5rem;
}
.banner-cart .header{
    width: 75%;
    z-index: 1;
    position: relative;
}
.banner-cart.full .header{
    width: 65%;
}
.banner-cart .header ul{
    display: flex;
}
.banner-cart .header p + ul{
    display: flex;
    margin-top: 2rem;
}
.banner-cart .header ul + div,
.banner-cart .header ul + p{
    margin-top: 2rem;
}
.banner-cart .header li{
    width: 100%;
    padding-left: 0;
    padding-right: 2rem;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 1rem;
    color: var(--gray-text);
}
.banner-cart .header li strong,
.banner-cart .header li b{
    position: relative;
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: var(--dark);
}
.banner-cart .header li strong::before,
.banner-cart .header li b::before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    bottom: 0.5rem;
    left: -1rem;
    border: 4px solid transparent;
    border-left: 4px solid var(--color);
    /* border-radius: 50%; */
    transform: rotate(45deg);
}
.banner-cart .list ul li::before {
    display: none;
}
.banner-cart .header h2 {
    margin-bottom: 1.5rem !important;
}
.banner-cart .header p,
.banner-cart .subheader {
    font-size: 1.125rem;
    margin: 1rem 0;
}
.banner-cart .button {
    margin-top: 1.5rem;
}
.banner-cart .image {
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    max-width: 40%;
}
.banner-cart .full .cart {
    min-height: 500px;
}
.banner-cart .full .image {
    right: -2rem;
}
.banner-cart .mini {
    background: var(--color);
}
.banner-cart .mini .image {
    position: static;
}


.banner-cart .mini{
    padding-bottom: 0;
}
.banner-cart .mini .header{
    width: 100%;
}
.banner-cart .text_white .header{
	color: #fff;
}
.banner-cart .text_white .header p,
.banner-cart .text_white .subheader {
    color: hsl(0, 0%, 90%);
}

.banner-cart .image_none .header{
    width: 100%;
}



.banner-cart.cart-style-bg-dark{
    background-color: var(--dark);
}
.banner-cart.cart-style-bg-light{
    background-color: var(--light);
}
.banner-cart .text_white, 
.banner-cart .text_white .header li strong, 
.banner-cart .text_white .header li b {
    color: #fff;
}
.banner-cart .col-style-bg-dark{
    background-color: var(--dark);
}
.banner-cart .col-style-bg-none{
    border: 1px solid #D7E1E9;
    background: #fff;
}
.banner-cart .col-style-bg-light{
    background-color: var(--light);
}
.banner-cart .col-style-bg-color1{
    background-color: var(--color);
}
.banner-cart .col-style-bg-color2{
    background-color: var(--color2);
}


/*
	========================================
	
	Карточка
	
	========================================
*/
.card{
}
.card .item{
    margin: 0 auto 3rem;
    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    overflow: hidden;
}
#modules .card .item h2,
#modules .card .item h3{
    margin: 0 0 2rem;
}
.card .item:last-child {
    margin-bottom: 0;
}
.card .image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;	
    display: flex;
    align-items: center;
}
.card .image img{/*
    object-fit: cover;
    height: 100%;
    width: 100%;*/
}
.card .text{
    padding: 3rem 3rem 3rem 1rem;
}
.card .text .button {
    margin-top: 2rem;
}
.card .text .btn span {
    padding: 1rem 2rem;
}
.card .text .btn::after {
    top: 6px;
}
.card .popup-manager {
    position: sticky;
    top: 3rem;
    border-radius: 5px;
    margin: 0;
}
.card .popup-manager .head{
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.2;
}
.card .rating{
    display: flex;
}
.card .rating-line{
    position: relative;
    width: 7rem;
    height: 21px;
    margin-bottom: 1rem;
    margin-right: 0.5rem;
    z-index: 1;
    background: #ccc;
}
.card .rating-line .line{
    height: 21px;
    background: #f90;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.card .rating-line svg{
	fill: #fff;
}
.card .footer {
    margin-top: 3rem;
}










/*
Ширины экрана
-- xs	320-499		Смартфоны
-- sm	500-769		Фаблеты
-- md	770-1023	Планшеты
-- ml	1024-1149	Нетбуки
-- lg	1150-1399	Ноутбуки
-- xl	1400		Декстопы
*/

/*
==============================
	xl 1535 - Декстопы
==============================
*/
@media (max-width: 1535px) {
}


/*
==============================
	lg 1399 - Ноутбуки
==============================
*/
@media (max-width: 1399px) {
}


/*
==============================
	lg 1299
==============================
*/
@media (max-width: 1299px) {
.design-minwidth .container-fluid {
    max-width: 900px;
}
.banner-cart .cart {
    padding: 2.5rem;
}
.boss .blockquote {
    padding: 3rem 3rem 3rem 5rem;
}
}


/*
==============================
	lg 1209
==============================
*/
@media (max-width: 1209px) {
.boss .item {
    max-width: 100%;
}
}


/*
==============================
	ml 1150 - Нетбуки
==============================
*/
@media (max-width: 1149px) {
.card {
    padding: 5rem 0;
    margin: 0 !important;
}
.card .item {
    margin: 0 auto 2rem;
}
.banner-cart .cart {
    padding: 2rem;
}
.bullets .item {
    margin: -1rem -0.5rem;
}
.bullets-steps .item {
    margin: -0.5rem -1rem;
}
.bullets.design-margin_image .item .image {
    margin: -1rem -1rem 1rem;
}
.manager-1 .manager-label {
    margin-right: 0;
}
}	


/*
==============================
	md 1023 - Планшеты
==============================
*/
@media (max-width: 1023px) {
.content .image {
    margin-right: 0;
}
.content .image img {
    margin: 0 auto;
    max-height: 350px;
    display: block;
}
.order2 {
    order: 2;	
}
.order2 .image  {
    margin-bottom: 2rem;
}
.order {	
    order: 1;
}
.card .image {
    max-width: 500px;
    margin: auto;
}
.card .text {
    padding: 2rem;
}
.banner-cart.full .image_none .header {
    width: 100%;
}
.banner-cart .header p + ul {
    flex-wrap: wrap;
}
.banner-cart .header li {
    width: min-content;
    margin: 1rem 0;
}
.banner-cart .image {
    max-width: 50%;
}
.banner-cart .image img{
    max-height: 300px;
}
.banner-cart .mini {
    margin-top: 2rem;
}
.banner-cart.bg-color .cart {
    padding: 0 1rem;
}
.boss .item {
    margin: 0 auto 0;
    display: block;
}
.boss .image {
    transform: none;
    max-width: 400px;
    box-shadow: 10px 10px 30px 0px rgba(51, 46, 47, 0.2);
}
.boss .blockquote {
    padding: 5rem 3rem 3rem 3rem;
    margin: -2rem 0 0 2rem;
}
.boss .blockquote .name-block {
    position: absolute;
    top: -6rem;
    z-index: 2;
}
.boss .blockquote .name-block div {
    position: relative;
    max-width: max-content;
    margin: 0 0 0 auto;
}
.boss .blockquote .name-block .name {
    z-index: 2;
    margin-bottom: 7px;
}
.boss .blockquote .name-block div::before {
    content: "";
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: var(--accent);
    height: 140%;
    position: absolute;
    z-index: -1;
    right: -0.8rem;
    left: -0.8rem;
    transform: skewX(-10deg);
    top: -20%;
    border-radius: 3px;
}
#modules .reviews .item .review {
    margin-left: 0rem;
}
#modules .reviews .item.second .review {
    margin-left: 3rem;
}
#modules .reviews .item.third .review {
    margin-left: 6rem;
}
#modules .reviews .item .blockquote-icon {
    top: 2rem;
    right: 2rem;
}
#modules .button {
    display: none;
}
.bullets.design-text .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.bullets .item.link:hover {
    transform: translateY(0px);
}
.bullets.design-text .item.link .body {
    padding-bottom: 3rem;
}
.bullets.design-text .item.link:hover .body {
    transform: translateY(0rem);
}
.bullets .item.link .link-desk {
    opacity: 1;
    bottom: 1.5rem;
}
.bullets .item {
    padding: 1rem;
}
.bullets .head {
    font-size: 1rem;
}
.bullets .full-columns-2 .item {
    padding: 1rem;
}
.lists .image{
    text-align: center;
}
.lists .image img{
    max-height: 300px;
}
.lists .list-block {
    margin: 3rem 0 1rem;
}
.lists .list-block .item li {
    font-size: 0.9rem;
}
}


/*
==============================
	sm 767 - Фаблеты
==============================
*/
@media (max-width: 767px) {
.content p, .content li {
    font-size: 1rem;
}
.card .image {
    max-width: 370px;
    margin: auto;
}
.banner-cart.full .header {
    width: 100%;
}
.banner-cart .header {
    width: 100%;
}
.banner-cart .header ul {
    display: flex;
    flex-wrap: wrap;
}
.banner-cart .header li {
    width: 50%;
}
.banner-cart .header li strong, 
.banner-cart .header li b {
    margin-bottom: 0.5rem;
}
.bullets.design-text .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bullets-icon .icon {
    width: 4rem;
    height: 4rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.bullets-steps .item {
    margin-bottom: 0rem;
}
.bullets.bullets-steps.bg-color .steps::before {
    left: -1rem;
    right: -2rem;
}
#modules .reviews .item .review {
    padding: 1.5rem;
}
.lists.lists-left.align-top .order-1,
.lists.lists-left.align-center .order-1{
	order: 2;
}
.lists.lists-left.align-top .order-2,
.lists.lists-left.align-center .order-2{
	order: 1;
}
.lists .image img {
    max-height: 250px;
}
}


/*
==============================
	xs 499 - Смартфоны
==============================
*/
@media (max-width: 499px) {
#modules h2 {
    font-size: 2rem;
    margin: 0 0 2rem;
}
.card .text {
    padding: 1.5rem;
}
.banner-cart .header li {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
}
.banner-cart .header li strong::before, 
.banner-cart .header li b::before {
    bottom: 0rem;
}
.full .banner-cart .cart {
    padding: 0 1rem 0 2rem;
}
.banner-cart .image {
    position: static;
    max-width: 100%;
}
.boss .blockquote {
    padding: 5rem 1.5rem 0.5rem 1.5rem;
    margin: -2rem 0 0 0;
}
.boss .blockquote .text {
    margin: 2rem 0 0;
}
.boss .blockquote .name-block {
    top: -5rem;
    right: 2rem;
}
.bullets-steps .steps::before {
}
.bullets.design-margin_image .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.bullets .head {
    font-size: 1.125rem;
    line-height: 1.3;
}
.bullets .desk {
    font-size: 1rem;
    line-height: 1.3;
}
.bullets.design-margin_image .item {
    margin: 0rem 0rem 1rem;
}
.bullets.design-margin_image .body {
    padding: 0.5rem;
}
.bullets.design-margin_image .head {
    font-size: 1.125rem;
}
#modules .reviews .item .review {
    width: 100%;
}
#modules .reviews .item.second .review {
    margin-left: 0;
}
#modules .reviews .item.third .review {
    margin-left: 0;
}
.lists .list-block .item {
    width: 100%;
}
.lists .list-block .item li {
    margin-bottom: 1rem;
}
.lists .icon {
    width: 1.5rem;
    height: 1.5rem;
}
}