/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* USER VARIABLES SECTION */

:root {
	--accent: #02590b;
	--fontsize: 16px;
	--textcolor: #333;
	--lineheight: 1.65;
	--userfont: roboto-st, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; }

/* GENERAL CSS SETTINGS */

::-webkit-input-placeholder { color: #666; }

::-moz-placeholder { color: #666; }

:-ms-input-placeholder { color: #666; }

::-ms-input-placeholder { color: #666; }

::placeholder { color: #666; }
::-moz-selection { background-color: var(--accent); color: #fff; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--fontsize);
	line-height: var(--lineheight);
	color: var(--textcolor);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}

.container {
	max-width: 1580px;
}
.social-links-bottom a:hover {
	color: #000;
	opacity: 0.5;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.social-links-bottom a img {
	height: auto;
	width: 30px;
    border-radius: 90px;
    border: 2px solid;
    padding: 3px;
}
a:hover {
color: var(--accent);
}
a {
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#quiz-ferma .is-close {
  right: -190px;
    position: absolute;
    display: block;
    top: -40px;
}
#search {
    padding-left: 10px;
}
.wrapformzakaz-item1 {
    max-width: 300px;
    border: 5px solid #fff;
        margin-top: -2px;
 
    -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
            box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.search-btn:hover {
    background: #07253a;
    border: 2px solid #07253a;
}
.search-btn {
        background: #034c7f;
    border: 2px solid #034c7f;
    color: #fff;
    margin-left: -6px;
}

.site-search-results {
    position: absolute;
    min-width: 230px;
    list-style-type: none;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    background: #fff;
        z-index: 9;
        max-width: 355px;
}
.search-pol {
    padding-left: 10px;
}
.site-search-results hr {
    margin: 0px;
}
.link-simplesearch {
    padding: 12px 10px;
    display: block;
    color: #6d6d6d;
        line-height: initial;
    font-size: 14px;
}
 
.pulsse:hover {
  -webkit-animation: none;
          animation: none;
}
.pulsse {
    -webkit-animation: pulsse 1s infinite;
            animation: pulsse 1s infinite;
    
}
.tac{
    -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
            justify-content: center!important;
    font-size: 16px!important;
}
.wrapkovrimg {
    text-align: center;
    margin: auto;
}
.bottom-text-article {
        text-align: center;
    line-height: initial;
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}
.fotorama-gal {
       margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
                justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.type_d_zala {
    margin-top: 20px;
    width: 100%;
    background: #f8f8f8;
    padding: 10px;
    color: #666b70;
    border: 1px solid #d4d4d4;
}
.wrap-input-region {
    min-width: 90%;
}
#curr_stepu {
    white-space: nowrap;
}
 
 
@-webkit-keyframes pulsse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(53,78,36, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgb(204 169 44 / 0%);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulsse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ffffffd4;
            box-shadow: 0 0 0 0 #ffffffd4;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgb(204 169 44 / 0%);
              box-shadow: 0 0 0 10px rgb(204 169 44 / 0%);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
              box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

#zakaz-form, #zakaz-form-dzal {
    padding: 22px;
}
#golov > * label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
}
.wrapformzakaz-item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 10px!important;
    align-items: center;
}
.wrapformzakaz-item2 button {
    border: none;
        width: 93%;
}
.wraptoptel {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
}
#antispam {
    max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; -webkit-transform: scale(0.93); -ms-transform: scale(0.93); transform: scale(0.93);
}
.search {
    margin-top: 10px;
}
#zakaz-form h2 {
        margin: auto;
    margin-bottom: 29px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    padding-bottom: 12px;
    font-size: 22px;
}
#zakaz-form-dzal h2 {
        margin: auto;
    margin-bottom: 29px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    padding-bottom: 12px;
    font-size: 22px;
}
#pererabotka-moloka > * label {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
}
#quiz-ferma .btn {
    background: #71B221;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 6px 6px 28px, rgb(195 200 205 / 4%) -5px -6px 16px;
    box-shadow: rgb(0 0 0 / 30%) 6px 6px 28px, rgb(195 200 205 / 4%) -5px -6px 16px;
    border-radius: 16px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
    padding: 10px 20px;
    white-space: nowrap;
}
.wrapformzakaz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#zakaz-form form {
    max-width: 600px;
}
#zakaz-form-dzal form {
    max-width: 600px;
}
span.icon-table-edit {
    width: 1px;
    height: 25px;
    background: #dbdbdb;
    position: absolute;
    left: 42px;
    top: 10px;
}
fieldset {
    position: relative;
}
.input-phone {
     background-image: url(../images/phone1.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 9%!important;
    background-position: 10px 11px!important;
}
.input-mail {
      background-image: url(../images/mail-ic.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 9%!important;
    background-position: 10px 11px!important;
}
.area {
        width: 93%!important;
}
#area {
        width: 93%!important;
}
.step-quest > * {
    width: 33%;
    padding: 0 9px;
    margin-bottom: 15px;
    min-height: 120px;
}
.step-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sergey img {
    width: 75px;
    height: 75px;
    position: relative;
    border-radius: 90px;
}
.injener {
    font-size: 11px;
    text-align: left;
    line-height: initial;
    font-weight: normal;
}
.name {
    margin-left: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.sergey:after {
       position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    top: 68px;
    background: #0ce834;
    left: 77px;
    z-index: 99999;
    border-radius: 90px;
    border: 2px solid #fff;
}
.step-quest > * label:hover {
    cursor: pointer;
    background: #f0f4f9;
}
.name p {
    margin: 0px;
}
.step-quest > * label {
    border: 2px solid #eee;
    border-radius: 5px;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#quiz .btn {
    background: #71B221;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 6px 6px 28px, rgb(195 200 205 / 4%) -5px -6px 16px;
    box-shadow: rgb(0 0 0 / 30%) 6px 6px 28px, rgb(195 200 205 / 4%) -5px -6px 16px;
    border-radius: 16px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.88);
    padding: 10px 20px;
    white-space: nowrap;
}
.step-quest > * label .textqz {
    padding: 10px;
}
.step-quest > * label {
    border: 2px solid #eee;
    border-radius: 5px;
    height: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: initial;
    font-size: 14px;
    padding-bottom: 9px;
    align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
#quiz-ferma {
        width: 700px;
    margin-right: 200px;
}
.input-adress {
        background-image: url(../images/geo.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 9%!important;
    background-position: 10px 11px!important;
}
.input-name {
    background-image: url(../images/person.svg)!important;
    background-repeat: no-repeat!important;
    background-size: 9%!important;
    background-position: 10px 11px!important;
}
#zakaz-form form input {
    background: #f8f8f8;
    border: 0;
        min-width: 283px;
    height: 45px;
    margin-bottom: -5px;
    padding: 10px;
    padding-left: 50px;
}

#zakaz-form-dzal form input {
    background: #f8f8f8;
    border: 0;
        min-width: 283px;
    height: 45px;
    margin-bottom: -5px;
    padding: 10px;
    padding-left: 50px;
}
.
.bottom-text-article {
        line-height: initial;
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
    color: gray;
}
/* USER STYLES */
.prod-resheniya {
    margin: 20px 0px;
}
.prod-resheniya ul li {
    list-style-type: none;
}
.prod-resheniya ul {
    padding: 0px;
}
.prod-resheniya ul li:before {
    color:  var(--accent); /* Цвет маркера */
    content: "•"; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
   }
.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}
.topline {
	max-width: 90%;
    margin: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main-prod-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;

    margin-bottom: 80px;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--accent);
    border-color: var(--accent);
}
.page-link:hover {
    z-index: 2;
    color: var(--accent);
}
.page-link {
    color: #000;
}
.logo {
	max-width: 380px;
}
.wrap-item-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
nav {
	background: var(--accent);
	margin-top: 30px;
}
.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.B_crumbBox li a, .B_crumbBox {
    color: #9d9e9e;
}
.wrap-proekts-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.item-prod img {
    width: 100%;
    height: auto;
}
.item-prod img:hover {
 opacity: 0.7;
}
.item-prod h2 {
    text-transform: uppercase;
    color:  var(--accent);
    margin: 0px;
    margin-top: 10px;
    font-size: 22px;
}
.wrap-item-prod-in {
       padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.wrap-item-prod-in li a {
       padding: 20px;
    background: #cccccc;
    max-width: 921px;
    min-width: 60%;
        line-height: initial;
}
.wrap-item-prod-in li a:hover {
    background: var(--accent);
    color: #fff;
}
.wrap-item-prod-in li {
        list-style-type: none;
    padding: 2px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fancybox__backdrop {
    background: #0303007a;
}
.item-prod .green-btn {
    font-size: 14px;
    display: block;
}
.green-btn:hover {

   color: var(--accent);
   background: #cccccc;
}
.item-prod {
    width: 31%;
    margin-bottom: 40px;
    border: 2px solid #cccccc;
    padding: 15px;
    background: #cccccc;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.item-prod:hover {
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    background: #fff;
    border: 2px solid  var(--accent);
}
.obyazanosti, .trebovaniya, .usloviya h3 {
    margin-bottom: 20px;
}
.obyazanosti, .trebovaniya, .usloviya {
    border: 1px solid #d2d2d2;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px;
}
.item-proetk-in {
   -webkit-box-flex: 1;
       -ms-flex: 1;
           flex: 1;
    max-width: 23%;
    min-width: 360px;
        margin-bottom: 30px;
    text-align: center;
}
.item-proetk-in p {
    max-width: 250px;
    margin: auto;
    line-height: initial;
    margin-top: 10px;
}
nav a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	position: relative;
 
}
.news-item-in a img {
    min-width: 240px;
        -webkit-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
}
.news-item-in a img:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.news-item-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
nav a:after {
content: "";
    width: 1px;
    height: 58%;
    background: #ffffff3d;
    position: absolute;
    right: 0.1px;
}
.news-date-in {
    font-weight: bold;
}
nav a:hover {
	background: #cccccc;
	color: var(--accent);;
}
.more-news-btn-in {
    text-decoration: underline;
    text-transform: lowercase;
    font-weight: 600;
}
.news-item-in {
    margin: 15px 0px;
}
.banner h1 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	max-width: 536px;
	margin-top: 125px;
	font-size: 48px;
}
.zagprod {
        max-width: 960px;
}
.news-item-in-right {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
    max-width: 1119px;
}
.inner_content {
    padding: 50px 0px;
    margin-bottom: 30px;
}
.news-description-date-inner {
    font-weight: bold;
}
.news-anons-in {
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.banner {
	background-image: url(/assets/images/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 505px;
}
.wrap-news-content {
    max-width: 700px;
}
.green-btn {
	text-transform: uppercase;
	color: #fff;
	background:  var(--accent);
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	max-width: 626px;
	text-align: center;
}

footer {
	background: #f8f8f8;
	padding: 30px 0px;
	border-top: 40px solid var(--accent); 
}
.bottom-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.toptel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.toptel img {
	background: #9d9e9e;
	border-radius: 90px;
	padding: 8px;
	width: 45px;
	height: 45px;
	margin-right: 15px;
}
.bottom-logo {
	max-width: 280px;
	margin-bottom: 15px;
}
.B_crumbBox {
    padding: 0px;
    margin: 20px 0px;
}
.B_crumbBox li {
display: inline-block;
}
.last-child:after {
	background: #fff0;
}
.madero {
	width: 65px!important
}
.our-pertners a {
	margin: 0px 5px;
}
.our-pertners a img {
	width: 100px;
}
.our-preim {
	padding: 50px 0px;
}
.our-preim h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 25px;
	text-align: center;
	max-width: 1164px;
	margin: auto;
}
.proekty {
	border-top: 3px solid var(--accent); 
	padding-bottom: 85px;
}
.proekty h3 {
	margin: auto;
    margin-top: -35px;
    text-align: center;
    background: #ffffff;
    padding: 14px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: uppercase;
    font-weight: 900;
}
:root {
	--swiper-theme-color: var(--accent);
}
.our-preim-item-wrap {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.our-preim-item img {
	padding: 35px;
    height: 190px;
    margin-bottom: 50px;
}
.our-preim-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #c5c6c6;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1;
	max-width: 21%;
	position: relative;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.our-preim-item p {
	position: absolute;
	font-size: 15px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	background: var(--accent);
	padding: 10px;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
}
.wrap_news_about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.about {
	width: 40%;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.news-col {
	min-width: 495px;
	width: 30%;
}
.about h4 {
	max-width: 48%;
}
.news_about h4 {
	border-bottom: 3px solid var(--accent);
	padding-bottom: 10px;
	color: #000;
}
.news_about {
	padding-top: 40px;
    padding-bottom: 80px;
}
.swiper {
	width: 100%;
	overflow: initial;
	overflow-x: clip!important;
	height: 100%;
	margin-top: 20px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -30px;
}
.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 29px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	color: black;
	border-radius: 90px;
	border: 2px solid black;
	width: 47px;
	height: 47px;
}
.offcanvas-title {
	opacity: 0.5;
}
.offcanvas-body .nav-item a::after {
	content: none;
}
.navbar {
	display: none;
}
.bg-dark {
	--bs-bg-opacity: 1;
	background-color: var(--accent)!important;
}
.text-bg-dark {
	background-color:  var(--accent)!important;
}
.news-description-date{
	border-bottom: 2px solid var(--accent);
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}
.news-description-anons {
	width: 245px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wrap-slider {
	padding: 0px 90px;
    position: relative;
}
.swiper-button-next {
	color: black;
	border-radius: 90px;
	border: 2px solid black;
	width: 47px;
	height: 47px;
}
.swiper-slide a:hover> .swiper-slide-img {
	opacity: 0.7;
	-webkit-transition: 0.4s ease-in;
	-o-transition: 0.4s ease-in;
	transition: 0.4s ease-in;
}
.swiper-slide-img {
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.quiz-btn:hover {
color: var(--accent);
background: #cccccc;
}
.wrap-news img {
	width: 215px;
	margin-right: 15px;
}
.wrap-news a:hover > .wrap-news-img {
	opacity: 0.7;
}
.wrap-news a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 90%;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

	/* Квиз */
.message {
    position: relative;
    font-size: 13px;
    background: #f1f1f1;
    text-align: left;
    padding: 10px;
    margin: 16px;
    border-radius: 8px;
}
#progress_bar {
    height: 10px;
    width: 100%;
    background: #94adc533;
    border-radius: 25px;
    margin-bottom: 10px;
}
.quiz-top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: black;
    width: 100%;
}
.message:after {
    position: absolute;
    display: block;
    content: "";
    border-style: solid;
    border-color: #f1f1f1;
    border-width: 0.6rem 0.6rem 0.6rem;
    width: 20px;
    height: 20px;
    top: -8px;
    left: 27px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.proidi-test {
    margin-bottom: 15px;
    line-height: initial;
}
.right-line-quiz {
    float: right;
    background: #f8f8f8;
    position: absolute;
    right: -200px;
    height: 100%;
    top: 0px;
    max-width: 200px;
}
.sergey {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}