@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("RobotoCondensed"), local("RobotoCondensed-Regular"), url(fonts/RobotoCondensed-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("RobotoCondensed-Light"), local("RobotoCondensed-Light"), url(fonts/RobotoCondensed-Light.ttf) format("truetype");
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src: local("RobotoCondensed-Bold"), local("RobotoCondensed-Bold"), url(fonts/RobotoCondensed-Bold.ttf) format("truetype");
}

:root{
	--color-blue:#207EC9; /* Главный синий цвет */
}

.r-c-blue{
	color: var(--color-blue);
}



body{
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.btn{
  font-size: 16px;
}

.btn-lg{
  font-size: 22px;
}

.clearfix::before {
  content: "";
  display: table;
  clear: both;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.highlight {
  background: #f8f9fa;
}

.highlight_border {
  border: 3px solid #f8f9fa;
  border-radius: 6px;
}

.mb-10{
  margin-bottom: 10px;
}


.mb-15{
  margin-bottom: 15px;
}


.mb-20{
  margin-bottom: 20px;
}


.mb-25{
  margin-bottom: 25px;
}

.mb-30{
  margin-bottom: 30px;
}

.mt-30{
  margin-top: 30px;
}

.pt-30{
  padding-top:30px !important;
}

.pb-30{
  padding-top:30px !important;
}

.main_content {
  font-family: Roboto;
  color: #2c2f31;
  font-size: 16px;
  font-weight: 400;
  margin-top: 60px;
  padding-bottom: 30px;
}

.main_content a, .main_content a:active, .main_content a:focus {
  color: var(--color-blue);
  text-decoration: underline;
  outline: none;
}

.main_content a.button-blue, .main_content a.button-blue:active, .main_content a.button-blue:focus {
  color: #fff;
}

.main_content a:hover {
  text-decoration: none;
}

.main_content .btn, .main_content .btn:hover {
  text-decoration: none !important;
}

h1 {
  font-weight: 400;
  font-size: 46px;
  color: #0079c1;
  margin-bottom: 0.6em;
  display: block;
  text-transform: uppercase;
}

.sub_header_text {
  font-weight: 400;
  font-size: 25px;
  color: #0079c1;
  line-height: 32px;
  margin-bottom: 30px;
  display: block;
}

h2 {
  font-weight: 600;
  font-size: 32px;
  color: #0079c1;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
  display: block;
  /*text-transform: uppercase;*/
}

h2::before {
  content: "";
  display: table;
  clear: both;
}
h2::after {
  content: "";
  display: table;
  clear: both;
}

p + h2:before {
  height: 24px;
}

h3 {
  font-size: 32px;
  color: var(--color-blue);
  margin-bottom: 15px;
  font-weight: 400;
}

h4 {
  font-size: 20px;
  color: var(--color-blue);
  margin-bottom: 15px;
  font-weight: 400;
}

.heading-w-icon {
  position: relative;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.heading-w-icon__icon {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 0;
  top: 50%;
  margin-top: -30px;
}
.heading-w-icon__icon img {
  max-width: 100%;
  max-height: 100%;
}

p {
  margin-bottom: 15px;
  font-weight: 400;
  color: #434547;
}

p.bigger {
  font-size: 18px;
  color: #0a0a0a;
}

.content-text1 img[align="left"]{
  margin-right: 10px;
  margin-bottom: 10px;
}

.content-text1 img[align="right"]{
  margin-left: 10px;
  margin-bottom: 10px;
}

.content-text1 img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.content-text1 h3 {
  font-size: 40px;
  margin-top: 0.8em;
}



.table-striped.styled_table thead{
  border: 1px solid var(--color-blue);
}

.styled_table thead a{
  color: #fff;
}


.table-striped.styled_table thead th, .table-striped.styled_table thead td {
  border-top: 1px solid var(--color-blue);
}

.table-striped.styled_table tbody{
  border: 1px solid #e4eff9;
}

.table-striped.styled_table tbody tr:nth-of-type(2n+1) {
  background-color: #e4eff9;
}

/*.table-striped.styled_table tr th:nth-of-type(2n+1), .table-striped.styled_table tr td:nth-of-type(2n+1){
	border-right:2px solid #fff;
}*/

.table-striped.styled_table tr th, .table-striped.styled_table tr td {
  border-right: 2px solid #fff;
}

.table-striped.styled_table tr th:last-child, .table-striped.styled_table tr td:last-child {
  border-right: none;
}

.styled_table thead {
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 600;
  font-size: 22px;
}

.styled_table th {
  padding: 0.25rem 0.75rem;
}

.styled_table tbody {
  /*font-weight:600;*/
  font-size: 16px;
}

.styled_table tbody span {
  display: block;
  font-weight: 400;
}

.styled_table tbody span a {

}

.fs-i {
  font-style: italic;
}

.styled_square {
  list-style: none;
  padding-left: 18px;
}

ul.styled_square li {
  position: relative;
}

ul.styled_square li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--color-blue);
  position: absolute;
  left: -17px;
  top: 7px;
}

.styled_square b {
  color: var(--color-blue);
}

.tt-u {
  text-transform: uppercase;
}

/*color - main blue 1*/
.c-mb1 {
  color: var(--color-blue);
}

.dowload_link {
  position: relative;
  padding: 15px 0 15px 60px;
  font-size: 23px;
  display: block;
}

.icon_word:before {
  content: url("images/boot/icon_word.png");
  width: 43px;
  height: 50px;
  left: 0;
  top: 3px;
  position: absolute;
}

.edu-icon-pdf {
  float: right;
  display: block;
  position: relative;
  z-index: 5;
  width: 65px;
  height: 60px;
  margin-left: 20px;
  background: url(images/pdf.png);
}

.ta-c {
  text-align: center;
}

.content_epilog_text h2 {
  font-size: 32px;
  font-weight: 600;
}

.content_epilog_text p {
  font-size: 23px;
  color: var(--color-blue);
  font-weight: 600;
}

.auto_detail_text_item {
  margin-bottom: 40px;
}

.main_content .btn-success {
  padding: 0.1875rem 0.75rem;
  color: #fff !important;
  /*
  background-color: #28a745;
  border-color: #28a745;
  */

  border: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48b80b+0,8ece30+50,48b80b+100 */
  background: #48b80b; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #48b80b 0%, #8ece30 50%, #48b80b 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#48b80b), color-stop(50%, #8ece30), to(#48b80b));
  background: -o-linear-gradient(top, #48b80b 0%, #8ece30 50%, #48b80b 100%);
  background: linear-gradient(to bottom, #48b80b 0%, #8ece30 50%, #48b80b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b80b', endColorstr='#48b80b', GradientType=0); /* IE6-9 */

}

.main_content .btn-success:hover {
  color: #fff !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ece30+0,48b80b+48,8ece30+100 */
  background: #8ece30; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8ece30 0%, #48b80b 48%, #8ece30 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#8ece30), color-stop(48%, #48b80b), to(#8ece30));
  background: -o-linear-gradient(top, #8ece30 0%, #48b80b 48%, #8ece30 100%);
  background: linear-gradient(to bottom, #8ece30 0%, #48b80b 48%, #8ece30 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ece30', endColorstr='#8ece30', GradientType=0); /* IE6-9 */
  /*border-color: #1e7e34;	*/

  border: none;
}


.btn-greengradient {
  color: #fff !important;
  padding-left:28px;
  padding-right:28px;

  /*
  background-color: #28a745;
  border-color: #28a745;
  */

  border: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#48b80b+0,8ece30+50,48b80b+100 */
  background: #48b80b; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #48b80b 0%, #8ece30 50%, #48b80b 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#48b80b), color-stop(50%, #8ece30), to(#48b80b));
  background: -o-linear-gradient(top, #48b80b 0%, #8ece30 50%, #48b80b 100%);
  background: linear-gradient(to bottom, #48b80b 0%, #8ece30 50%, #48b80b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48b80b', endColorstr='#48b80b', GradientType=0); /* IE6-9 */

}

.btn-greengradient:hover, .btn-greengradient:active, .btn-greengradient:focus {
  color: #fff !important;
  background: #129b00;
  background: -moz-linear-gradient(top, #129b00 0%, #32b200 19%, #32b200 81%, #129b00 100%);
  background: -webkit-linear-gradient(top, #129b00 0%,#32b200 19%,#32b200 81%,#129b00 100%);
  background: linear-gradient(to bottom, #129b00 0%,#32b200 19%,#32b200 81%,#129b00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#129b00', endColorstr='#129b00',GradientType=0 );
  border: none;
}



.btn-bluegradient {
  color: #fff !important;
  padding-left:28px;
  padding-right:28px;

  border: none;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#069ae9+0,67b8db+50,069ae9+100 */
  background: #069ae9; /* Old browsers */
  background: -moz-linear-gradient(top, #069ae9 0%, #67b8db 50%, #069ae9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #069ae9 0%,#67b8db 50%,#069ae9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #069ae9 0%,#67b8db 50%,#069ae9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#069ae9', endColorstr='#069ae9',GradientType=0 ); /* IE6-9 */

}

.btn-bluegradient:hover, .btn-bluegradient:active, .btn-bluegradient:focus {
  color: #fff !important;
  border: none;

  background: #0084d6;
  background: -moz-linear-gradient(top, #0084d6 0%, #0098ea 18%, #0098ea 81%, #0084d6 100%);
  background: -webkit-linear-gradient(top, #0084d6 0%,#0098ea 18%,#0098ea 81%,#0084d6 100%);
  background: linear-gradient(to bottom, #0084d6 0%,#0098ea 18%,#0098ea 81%,#0084d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d6', endColorstr='#0084d6',GradientType=0 );
}


.btn-blue {
  color: #069ae9 !important;
  border: 1px solid #069ae9;
  background-color: transparent;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  color: #fff !important;
  border-color: transparent;

  background: #0084d6;
  background: -moz-linear-gradient(top, #0084d6 0%, #0098ea 18%, #0098ea 81%, #0084d6 100%);
  background: -webkit-linear-gradient(top, #0084d6 0%,#0098ea 18%,#0098ea 81%,#0084d6 100%);
  background: linear-gradient(to bottom, #0084d6 0%,#0098ea 18%,#0098ea 81%,#0084d6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084d6', endColorstr='#0084d6',GradientType=0 );
}





.demo-access__container {
  padding: 1rem 2.185rem 0;
}

/*
.main_content .demo-button {
  font-size: 1.25rem;
  padding: 0.125rem 1.125rem;
}
*/

.auto_demo__wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.auto_demo__wrapper .open-demo {
  display: inline-block;
  padding: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 21px;
  width: 230px;
  line-height: 23px;
  background: #fff;
  margin: 10px 15px 0 15px;
  cursor: pointer;
}

.auto_wheretobuy__wrapper {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*.auto_wheretobuy__wrapper p {*/
/*margin: 30px 0 0;*/
/*font-size: 40px;*/
/*line-height: 1.2em;*/
/*font-weight: 300;*/
/*text-transform: uppercase;*/
/*color: #0d75be;*/
/*}*/

.auto_wheretobuy__wrapper img {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.auto_clients_logo__wrapper .item img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.auto_clients_logo__wrapper .item img:hover {
  -webkit-filter: none;
  filter: none;
}

.grecaptcha-badge {
  opacity: 0;
}

.btn_apps {
  width: 198px;
  height: 59px;
  border-radius: 6px;
  border: 1px solid #b1b1b1;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 18px;
  padding: 9px;
  text-decoration: none !important;
}

.btn_apps:hover {
  text-decoration: none;
}

.btn_gplay {
  background: url(images/boot/gplay.gif) no-repeat;
}

.btn_appstore {
  background: url(images/boot/appstore.gif) no-repeat;
}

.auto_mobileapp__wrapper {
  margin-top: 35px;
  text-align: center;
}

.auto_mobileapp {
  padding: 24px 30px 46px;
}

.auto_mobileapp__wrapper .blue-wrap {
  background: #cdecf8;
}

.auto_mobileapp__wrapper h2,
.auto_mobileapp__wrapper h3 {
  display: block;
  margin-top: 0;
  font-size: 36px;
  font-weight: 300;
  color: #0079c1;
  text-transform: none;
}

.auto_mobileapp__wrapper p {
  font-size: 22px;
  color: #0d75be;
}

.auto_mobileapp_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 36px;
  font-size: 0;
  line-height: 0;
}

.auto_mobileapp-col {
  margin-right: 80px;
}

.auto_mobileapp-col:last-child {
  margin-right: 0;
}

.auto_mobileapp_btn {
  display: inline-block;
  width: 254px;
  padding: 6px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  color: #1771b8;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.auto_mobileapp_btn.auto_mobileapp_btn--blue {
  color: #ffffff;
  background: #1771b8;
}
.auto_mobileapp_btn:hover {
  color: #ffffff;
  background: #1771b8;
}
.auto_mobileapp_btn.auto_mobileapp_btn--blue:hover {
  color: #1771b8;
  background: #fff;
}

.TasksSections__Descr {
  margin-bottom: 30px;
}

.TasksSections__Item {
  margin-bottom: 30px;
}

.TasksSection__Pix img {
  width: 100px;
  margin-top: -13px;
  display: block;
}

.TasksSection__Header {
  margin-bottom: 20px;
}

.TasksSection__Tasks {
  margin-bottom: 20px;
}

.c-b {
  color: #000 !important;
}

.span-b {
  font-weight: 600 !important;
}

.social-buttons li {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-image: url(images/social-buttons-sprite.png);
  position: relative;
  cursor: pointer;
}

.social-buttons .fb {
  background-position: -35px 0;
}

.social-buttons .tw {
  background-position: 0 0;
}

.social-buttons .vk {
  background-position: -70px 0;
}

.social-buttons .ok {
  background-position: -175px 0;
}

ul.social-likes {
  padding-left: 0;
  margin-bottom: 0;
}

.fs-i {
  font-style: italic !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ml-0{
  margin-left:0;
}

.mr-0{
  margin-right:0;
}

.styled_form {
  padding: 15px;
}

form .form-group .form-check input {
  opacity: 0;
}

form .form-group .form-check input + label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 18px;
  height: 18px;
  content: "";
  border-radius: 4px;
  background: #1577bf;
  -webkit-box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 9px #fff;
  box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 9px #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

form .form-group .form-check input:checked + label::before {
  -webkit-box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 4px #fff;
  box-shadow: inset 0px 0px 0px 1px #CCC, inset 0px 0px 0px 4px #fff;
}

.Events__Section__Item {
  margin-bottom: 20px;
}

.Events__Section__Item > div {
  padding: 15px;
  margin-left: 0;
  margin-right: 0;
}

.Events__Section__Item__Name {
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.Events__Section__Item__Descr {
  font-weight: 300;
}

.span-a{
  cursor:pointer;
}

.egais_table thead th a, .egais_table thead th a:active, .egais_table thead th a:focus{
  color:#fff;
  font-size:13px;
  display:block;

}

.title_row{
  background:var(--color-blue) !important;
  color: #fff;
}

.egais_table tbody tr td.cell{
  color:#218838;
  text-align:center;
}

.Egais__Detail{
  margin-bottom:30px;
}

.mt-15{
  margin-top:15px;
}

.Regions__List a{
  text-decoration:none;
}

.Regions__List a:hover{
  text-decoration:underline;
}

.lhe-stat-toolbar-cont{
  display:none !important;
}

.reviews-reply-field-settings{
  display:none;
}

.About__AddrBlock{
  padding:10px;
}

.Persons__Item__Name{
  display:block;
}

.Persons__Item{
  text-align:center;
  margin-bottom:30px;
}


.btn-outline-newblue{
  color: var(--color-blue);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-blue);
}

.btn-outline-newblue:hover, .btn-outline-newblue:active, .btn-outline-newblue:focus {
  color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.btn-outline-newblue:not(:disabled):not(.disabled):active, .btn-outline-newblue:not(:disabled):not(.disabled).active, .show > .btn-outline-newblue.dropdown-toggle {
  color: #fff;
  background-color: var(--color-blue);
  border-color: var(--color-blue) !important;
}

.ModalSectionGroup{
  padding:15px 0;
}

.fs-18{
  font-size:18px !important;
}

.fs-13{
  font-size:13px !important;
}


.ProductCompareTable .ProductLogo{
  width:50px;
  margin-right:10px;
}

.ContactsPartnerFilter{
  padding:15px;
}

.BePartnerBanner{
  border-radius:6px;
  margin-left: 0;
  margin-right: 0;
  padding:15px;
  font-size: 1.45em;
  line-height: 1.25em;
}

.BePartnerBanner.BlueBanner{
  background-color: #d5faff;
}

.BePartnerBanner__Item{
  font-size: 17px;
  line-height: 22px;
  font-weight: 30;
  min-height:100px;
}

.BePartnerBanner__Item>div{
  margin-right:10px;
}


.p404_wrapper{
  padding-top:0;
}

.p404_text{
  padding-top:0;
  padding-bottom: 30px;
}



.p404_pix{
  align-self: flex-end;
}

.p404_pix img{
  z-index:-1;
}

.p404_text h1 {
  font-weight: 900;
  font-size: 100px;
  margin-bottom: 10px;
  line-height: 1em;
}

.p404_text h2 {
  margin-top: 0;
  font-weight: 900;
  font-size: 42px;
  margin-bottom: 15px;
  line-height: 1em;
}

.p404_text p{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0;
}

.p404_text p a{
  color:#0079c1;
  text-decoration:underline;
}

.p404_text p a:hover{
  color:#0079c1;
  text-decoration:none;
}

.p404_text_search .serach_field{

}

.p404_text_search .serach_field_wrapper{
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 40px;
  width: 100%;
}

.p404_text_search .serach_field_wrapper .pseudo_search{
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  color: #495057;
  cursor: pointer;
}

.p404_text_search .serach_field_wrapper .serach_field_submit{
  position:absolute;
  top:0;
  left:0;
  width:0;
  height:0;
}

.color-block{
  padding: 15px 15px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  background-color:#fff;
}

.bg_salat{
  background: #72CF24;
  color:#fff;

}

.bg_carmin {
  background:  #D81D45;
  color:#fff;
}

.pricelist{
  margin-bottom:30px;
}

.pricelist__faq-manager{
  /*margin-bottom:30px;*/
}


.btn-white{
  background:#fff;
  border-color:#fff;
  color:#000 !important;
  font-weight: 500;
  font-size: 16px;
  padding-left:24px;
  padding-right:24px;
}

.btn-white:hover{
  background:none;
  color:#fff !important;
}

.btn-blue-solid{
  background: var(--color-blue);
  border-color: var(--color-blue);
  color: #fff !important;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-blue-solid:hover{
  background:#57A3E5;
  border-color:#57A3E5;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.04), 0px 8px 10px rgba(0, 0, 0, 0.1), 0px -2px 8px rgba(0, 0, 0, 0.06);
}


.btn-green-solid, .btn-green-solid:focus, .btn-green-solid:active{
  background: #72CF24;
  border-color: #72CF24;
  color: #fff !important;
  font-weight: 400;
  padding-left: 24px;
  padding-right: 24px;
}

.btn-green-solid:hover{
  background:#8CE343;
  border-color:#8CE343;
  box-shadow: 0px 5px 11px rgba(0, 0, 0, 0.04), 0px 8px 10px rgba(0, 0, 0, 0.1), 0px -2px 8px rgba(0, 0, 0, 0.06);
}



.pricelist__manager{
  margin-bottom:30px;
}



.pricelist__manager span{
  /*margin-bottom:20px;*/
  display: block;
  font-weight: 500;
  margin-bottom: 16px;
}

.pricelist__manager .color-block{
  padding: 24px 16px;
}

.pricelist__manager .btn{
  width:100%;
}

.pricelist__faq{
  background:#F1F9FF;
  height:100%;
}

.pricelist h2{
  font-weight: bold;
  font-size: 24px;
}

.faq-item{
  margin-bottom:15px;
}


.faq-item__btn{
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
  display: block;
  position:relative;
  padding-right: 15px;
}

.faq-item__btn:after{
  position: absolute;
  top: 4px;
  right: 0;
  content: "\f106";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  font-size: 20px;
}

.faq-item__btn.collapsed:after{
  content: "\f107";
}

.faq-item__text{
  padding:15px 0 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}


.product_bo{
  background-image: url(svg/product_bo.svg);
}

.product_n{
  background-image: url(svg/product_n.svg);
}

.product_mg{
  background-image: url(svg/product_mg.svg);
}

.product_ho{
  background-image: url(svg/product_ho.svg);
}

.product_fo{
  background-image: url(svg/product_fo.svg);
}




.mp-banners .carousel-item{
  padding-top: 60px;
  /*padding-bottom: 60px;	*/
}

.mp-banners .carousel-item.old-banner{
  padding-top: 0;
}

.mp-banners .carousel-item .container{
  height:100%;
}

.mp-banners .carousel-item .container .row{
  height:100%;
}



.mp-banner-item__bg{
  background-image: url(images/boot/mp/bg.jpg);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  z-index: -1;
  /*filter: opacity(0.2);*/
}

.mp-banner-item__header{
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  display:block;
  margin-bottom: 24px;
}

.mp-banner-item__header>span{
  display:block;
}

.mp-banner-item__text{
  margin-bottom:40px;
}

.mp-banner-item__text ul{
  list-style:none;
  padding-left: 20px;
}

.mp-banner-item__text ul li{
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  position:relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mp-banner-item__text ul li:before{
  content: "";
  position: absolute;
  top: 8px;
  left: -20px;
  width: 10px;
  height: 10px;
  background-color: var(--color-blue);
}

.mp-banner-item__pix{
  display: flex;
  align-items: end;
  justify-content: center;
}



.mp-banner-item__lable{
  position: absolute;
  top: 0;
  left: -110px;
  background-color: #85BBEC;
  padding: 16px 20px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  transform: translate(0,-19px) rotate(-90deg);
}

.mp-banner-item__lable:before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30.0px 30.0px 0;
  border-color: transparent rgb(133,187,236) transparent transparent;
  left: -30px;
  top: 0;
}

.mp-banner-item__lable:after{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30.0px 30.0px;
  border-color: transparent transparent rgb(133,187,236) transparent;
  left: -30px;
  bottom: 0;
}

#carouselMainMP .carousel-item>.container{
  position:relative;
}

#carouselMainMP a{
  color:#212529;
}

#carouselMainMP a:hover{
  text-decoration:none;
}

/*
#carouselMainMP .slider{
	margin-top:-60px;
}
*/

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2357A3E5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-size: 20px;
	border-radius: 50%;  
}

.mp-banners .carousel-control-next-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2357A3E5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  
	width: 60px;
	height: 60px;
	background-color: #fff;
	background-size: 20px;
	border-radius: 50%;  
}

.mp-banners .carousel-indicators{
  position: relative;
  right: unset;
  left: unset;
  bottom: unset;
  margin-top: 30px;
}

.mp-banners .carousel-indicators li {
  background-color: #e4eff9;
  height: 5px;
}


.mp-banners .carousel-indicators .active {
  background-color: #0f76bb;
}

.mp-banners aside.mp-banner-item__descr>a{
  display:block;
}

.slider .slide-merc .content .button-big, .slider .slide-egais .content .button-big, .slider .slide-kkt .content .button-big {
  font-size: 40px;
  text-transform: uppercase;
  padding: 6px 40px;
}
.social-links-container {
  float: right;
  position: relative;
  z-index: 100;
}
.social-links-container:first-child {

}
.social-links-container a {
  text-decoration: none;
}
.social-links-container .social-item {
  display: inline-block;
  width: 30px;
  text-decoration: none;
}

.accordion h3{
  color: #2c2f31;
}


.full-width-bg{
  position:relative;

}

.full-width-bg:before{
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: calc(100vw);
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.content-header-v2{
  min-height:400px;
  text-align:center;
  padding-top: 125px;
}

.content-header-v2 h1{
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  text-transform: none;
}

.content-header-v2 span{
  font-weight: 500;
  font-size: 16px;
}

.shadowbox{
  background:#fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.p-rent-block-fresh{
  padding-top:65px;
  padding-bottom:50px;
  margin-top: -100px;
  margin-bottom: 80px;
}

.p-rent-block-fresh h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align:center;
}

.p-rent-block-fresh h2 i{
  font-size: 28px;
}


.t-tabs .nav-tabs {
  border-bottom: none;
}

.t-tabs .nav-tabs .nav-item {
  border-bottom: 1px solid
  #dee2e6;
  margin-bottom: 0px;
}

.t-tabs .nav-tabs .nav-link.active::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background-color: var(--color-blue);
}

.t-tabs .nav-tabs .nav-link.active, .t-tabs .nav-tabs .nav-item.show .nav-link {
  color: var(--color-blue);
}

.t-tabs .nav-tabs .nav-link.active::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background-color: var(--color-blue);
}

.t-tabs .nav-tabs .nav-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #495057;
  text-decoration: none;
}

.t-tabs .nav-tabs .nav-link.active, .t-tabs .nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
  background-color: unset;
  color:var(--color-blue);
  position: relative;
}

.t-tabs .nav-tabs .nav-link:hover, .t-tabs .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.p-rent-block-fresh .t-tabs .nav-tabs{
  display: flex;
  justify-content: center;
}

.p-rent-block-fresh .tab-content{
  padding-top: 30px;
}

.full-width-bg.fw2:before{
  background-color:#F1F9FF;
}

.full-width-bg.fw4:before{
  background-color:var(--color-blue);
}

.p-rent-block-adv{
  margin-bottom:20px;
  padding-top: 50px;
}

.p-rent-adv-item{
  margin-bottom:30px;
}

.p-rent-adv-item>div{
  background: #FFFFFF;
  /* Shadow/04dp-Surfaces */
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding:32px 24px;
  text-align:center;
}

.p-rent-adv-item__name{
  font-weight: 600;
  font-size: 18px;
  display:block;
  margin-bottom: 10px;
}

.p-rent-adv-item__text{
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display:block;
}

.full-width-bg.fw3:before{
  background-image:url(svg/bg_waves_1.svg);
  background-position-y: 100px;
}

.p-rent-block-form{
  padding-top:40px;
  padding-bottom:80px;
}

.p-rent-block-form__wrapper{
  padding-top:30px;
  padding-bottom:30px;
}

.p-rent-block-form__wrapper > div {
  padding-top:40px;
  padding-bottom:40px;
}

.t-tabs__card-v1>div{
  padding:20px 25px;
  text-align:center;
}

.card-v1__pix{
  display: block;
  margin: 0 auto 10px auto;
}

.card-v1__name{
  display:inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding:0 5px 8px 5px;
  margin-bottom:15px;
}

.card-v1__name:after{
  content:"";
  height:2px;
  width:80px;
  position:absolute;
  bottom: 0;
  left:calc(50% - 40px);
  background:var(--color-blue);
}

.t-tabs__card-v1 ul{
  text-align:left;
}

.t-tabs__card-v1 ul li{
  font-weight: 400;
  color: #919699;
  margin-bottom: 10px;
}

.t-tabs__card-v1 ul li a{
  text-decoration:none;
}

.t-tabs__card-v1 ul li a:hover{
  text-decoration:underline;
}

.card-v1__price{
  display:block;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--color-blue);
  margin-bottom:20px;
}

.t-tabs__card-v1 a.btn{
  display:block;
}

.t-tabs .tab-pane .t-tabs__card-v1{
  border-right: 1px solid #C6CACC;
}

.t-tabs .tab-pane .t-tabs__card-v1:last-child{
  border-right: none;
}

.p-rent-block-fresh .t-tabs{
  margin-bottom: 30px;
}

.what-you-get h3{
  font-weight: bold;
  font-size: 24px;
  color: var(--color-blue);
  margin-bottom:30px;
}

.text-w-check{
  position:relative;
  font-weight: 500;
  font-size: 16px;
  padding-left: 45px;
  margin-bottom:30px;
}

.text-w-check:before{
  content:url(svg/round_check.svg);
  top:5px;
  left:0;
  position:absolute;
  width:34px;
  height:34px;
}

.p-rent-block-fresh .btn-descr{
  color: #919699;
  font-size: 14px;
  display:block;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
}

.p-rent-block-fresh .btn-descr i{
  margin-right:5px;
}

.p-rent-block-fresh .btn-descr span{
  color:#000;
}

.p-rent-block-rdp{
  padding-top:50px;
  padding-bottom:50px;
}

.p-rent-block-rdp h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}

.p-rent-block-rdp h2 i{
  font-size: 28px;
}

.p-rent-block-rdp .t-tabs__card-v1 ul li a{
  display:block;
}

.p-rent-block-rdp .t-tabs__card-v1 > div {
  padding: 35px 25px;
}

.p-rent-block-rdp .t-tabs__card-v1{
  border-right: 1px solid #C6CACC;
}

.p-rent-block-rdp .t-tabs__card-v1:last-child{
  border-right: none;
}

.what-you-get{
  padding-top:30px;
}

.what-you-get__warninig{
  background:#fff;
  padding: 20px;
  border: 2px solid var(--color-blue);
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.what-you-get__warninig span{
  color:#ec1c24;
}

.what-you-get__warninig a{
  text-decoration:none;
}

.what-you-get__warninig a:hover{
  text-decoration:underline;
}

.p-rent-adv-item__pix{
  margin-bottom:20px;
}


.p-rent-block-form h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.t-form label{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #919699;
}

.t-form input.form-control[type="text"], 
.t-form input.form-control[type="email"], 
.t-form textarea.form-control, 
.t-form select.form-control {
	border: 1px solid #919699;
}

.p-rent-block-form form{
  padding-left: 30px;
  padding-right: 30px;
}

.t-form .custom-control{
  padding-left: 45px;
}

.t-form .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #919699;
  width: 20px;
  height: 20px;
  left: -30px;
  top: 0;
}

.t-modal .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0079c1;
  border: 2px solid #0079c1;
}

.t-form .custom-control-label{
  cursor:pointer;
}

.t-form .custom-control-label::after {
  top: 0;
  left: -33px;
  display: block;
  width: 25px;
  height: 20px;
}

.t-form .form_error{
  display:none;
}

/* Увеличеная галочка svg */
.t-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 19px 13px;
}

.p-rent-block-adv h2{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}

.no-main-h1{
  margin-top: 10px;
  padding-bottom: 0;
}

.menu-block .logo span {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
}

.t-form select.form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position:relative;
  background: url(svg/select_arrow_down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 50%;
  padding-right: 26px;

}

/*.t-form input:invalid, .t-form input:-moz-submit-invalid, .t-form input:-moz-ui-invalid {*/
.t-form input:-moz-ui-invalid {
  box-shadow: 0 0 0 1px #ff0000;
  border: 1px solid #ff0000;
}

.t-form input.form-control[type="text"]:focus, .t-form textarea.form-control:focus, .t-form select.form-control:focus {
  border: 1px solid var(--color-blue);
  box-shadow: 0 0 0 1px rgb(32, 126, 201);
}

.t-modal .custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}

.t-modal .form_descript{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}




.t-modal .modal-header{

}

.t-modal .modal-title{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  display:block;
  text-align:center;
  margin-top: 30px;
}

.t-modal .close {
  font-size: 35px;
  font-weight: 300;
  line-height: 20px;
}

.t-modal .modal-header div{
  padding-right: 0;
  padding-left: 0;
}

.t-modal .modal-header {
  border-bottom:none;
}

.t-modal.show{
  display:block !important;
}

#rent-content-form{
  margin-left:0;
  margin-right:0;
}

.styled_block_w_ul{
  padding-left:20px;
}

.styled_block_w_ul span{
  position:relative;
  display:block;
  font-weight: 600;
  font-size: 18px;

}

.styled_block_w_ul span:before{
  content: "";
  background:var(--color-blue);
  position: absolute;
  left: -18px;
  top: 7px;
  width: 10px;
  height: 10px;
}

.styled_block_w_ul ul{
  list-style:none;
  padding-left: 0;
}

.ProductDetail__IconsBlockV2{
  padding-top:32px;
  padding-bottom:24px;
  text-align: center;
  color:#fff;
}

.IconsBlockV2__Item{
  position:relative;
}

.IconsBlockV2__ItemPix{
  margin-bottom: 20px;
}

.IconsBlockV2__ItemTitle{
  display: block;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.IconsBlockV2__ItemPS{
  margin-top:10px;

}

.IconsBlockV2__ItemPS a{
  color:#fff;

}

.IconsBlockV2__ItemPS a:hover, .IconsBlockV2__ItemPS a:active, .IconsBlockV2__ItemPS a:focus{
  color:#fff;
  text-decoration:none;
}

.IconsBlockV2__Item.IconsBlockV2__Item_BR:before{
  content:"";
  z-index:0;
  width:3px;
  height:100%;
  right:0;
  top:0;
  background-color:#fff;
  position: absolute;
}


.highlight_lb{
  background: #F1F9FF;
}

.highlight_border.highlight_border_lb{
  border-color: #F1F9FF;
}

.ProductDetail__FooterBlockV2{
  padding:24px 32px;
  margin-top:40px;
  align-items: center;
  justify-content: space-between;
  position:relative;
  margin-left:0;
  margin-right:0;
}

.FooterBlockItemV2_First{
  width:320px;
}

.FooterBlockItemV2_Manual{
  width:370px;
}

.FooterBlockItemV2_Presentation{
  width:200px;
}


.ProductDetail__FooterBlockItemV2>span{
  font-weight: 600;
  font-size: 18px;
  color: #2C2F31;
  margin-bottom: 10px;
  display: block;
}

.ProductDetail__FooterBlockItemV2>ul{
  list-style:none;
  display:block;
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  margin-bottom:0;
}

.ProductDetail__FooterBlockItemV2>ul li{

}

.ProductDetail__FooterBlockItemV2>ul li a{
  font-weight: 500;
  font-size: 16px;
}

.FooterBlockItemV2__Link img{
  margin-bottom:5px;
}

.FooterBlockItemV2__Link span{
  font-weight: 500;
  font-size: 16px;
  display:block;
}

.CardItemSpecial{
  margin-bottom: 15px;
}

.CardItemSpecial>div{
  background:var(--color-blue);
  border-radius: 4px;
  color:#fff;
  padding: 24px 0 0 24px;
  overflow:hidden;
}

.CardItemSpecial>.row{
  height: 100%;
}

.CardItemSpecial__Text{
  display:block;
  font-weight: 600;
  font-size: 18px;
}

.CardItemSpecial__Text a,
.CardItemSpecial__Text a:focus{
  color:#fff;
}

.CardItemSpecial__Img{
  height: 100%;
}

.CardItemSpecial__Img img{
  position: absolute;
  bottom: 0;
  width: 300px;
  max-width: unset;
}

.CardItemSpecial__Icon{
  margin-bottom:10px;
}

.field_error{
	color: red;
	font-size: 12px;
}

.sitemat-col{
	margin-bottom:30px;
}

.sitemat-col__title{
	font-size:24px;
}

.sitemat-col ul{
	padding-left:0;
	list-style:none;
}

.sitemat-col ul li a{
	text-decoration:none;
}

.sitemat-col ul li a:hover{
	text-decoration:underline;
}

.mp-banner-item__btn{
	display: flex;
	align-items: center;	
}

.mp-banner-item__btn__addit-text{
	display:block;
	margin-right:30px;
}

.mp-banner-item__btn__addit-text__text1{
	display:block;
	font-weight: bold;
	font-size: 24px;	
	color: var(--color-blue);
}

.t-shadow{
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3), 1px 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 4px;	
}






.pricelist-item {
	margin-bottom: 30px;
}

.pricelist .pricelist-item:last-child{
	margin-bottom: 0;
}

.pricelist-item__head{
	margin-bottom: 40px;
}

.pricelist-item__head__text{
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display:block;	
	margin-bottom: 30px;
}

.pricelist-item__head__footer{
	align-items: center;
}

.pricelist-item__main-program{
	display:block;
}

.pricelist-item__main-program__price{
	font-style: normal;
	font-weight: bold;
	font-size: 18px;	
	display:block;
}

.pricelist-item__main-program__price>span{
	font-size: 22px;	
}

.pricelist-item__main-program__rent{
	display:block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;	
}



.pricelist-item__content .nav-tabs{
	border-bottom: none;
}

.pricelist-item__content .nav-tabs .nav-item {
   border-bottom: 1px solid #dee2e6;
   margin-bottom: 0px;
}

.pricelist-item__content .nav-tabs .nav-link.active, .pricelist-item__content .nav-tabs .nav-item.show .nav-link {
    border-color: transparent;
	background-color:unset;
	color:var(--color-blue);
	position:relative;
}

.pricelist-item__content .nav-tabs .nav-link.active::after{
	content: " ";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px 3px 0 0;
	background-color: var(--color-blue);
}


.pricelist-item__content .nav-tabs .nav-link:hover, .pricelist-item__content .nav-tabs .nav-link:focus {
    border-color: transparent;
}

.pricelist-item__content .nav-tabs .nav-link {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;	
	color:#495057;
	text-decoration:none;
}

.pricelist-item__content .table-striped .item-module > div{
	padding-top:16px;
	padding-bottom:16px;
}

.pricelist-item__content .table-striped tbody tr:nth-of-type(2n+1), .pricelist-item__content .table-striped .item-module:nth-of-type(2n+1){
    background-color: unset;
}

.pricelist-item__content .table-striped tbody tr:nth-of-type(2n+1) td, .pricelist-item__content .table-striped .item-module:nth-of-type(2n+1) > div {
    background-color: unset;
}

.pricelist-item__content .table-striped tbody tr:nth-of-type(2n) td, .pricelist-item__content .table-striped .item-module:nth-of-type(2n) > div {
    background-color: #F1F9FF;
}

.pricelist-item__content .table-striped.table-striped_inverse tbody tr:nth-of-type(2n+1) td, .pricelist-item__content .table-striped.table-striped_inverse .item-module:nth-of-type(2n+1) > div {
    background-color: #F1F9FF;
}

.pricelist-item__content .table-striped.table-striped_inverse tbody tr:nth-of-type(2n) td, .pricelist-item__content .table-striped.table-striped_inverse .item-module:nth-of-type(2n) > div {
    background-color: unset;
}




.pricelist-item__content .table th, .pricelist-item__content .table td {
    /*border-top: 1px solid #fff;*/
	border-top: none;
	padding: 15px 15px;
}

.main_content .item-module{
	margin-left: 0;
	margin-right: 0;
	border-radius: 4px;
	overflow: hidden;	
}

.table.table-striped tr td:first-child{
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	overflow: hidden;	
}

.table.table-striped tr td:last-child{
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	overflow: hidden;	
}

.main_content .item-module__name a{
	font-weight: 500;
	font-size: 16px;
	display: block;
	text-decoration:none;
}

.item-module__name span{
	display: block;	
	color:#919699;
	font-size: 14px;
	font-weight: normal;
}

.item-module__price{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	width: 225px;
}

.item-module__link{
	width:100px;
	text-align:right;
}

.main_content .item-module__link a{
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;	
	text-decoration:none;
	color:var(--color-blue);
}

.main_content .item-module__link a:hover{
	color:#57A3E5;
}

.pricelist-item__head__pix__svg{
	height: 110px;
	background-color: var(--color-blue);
	border-radius: 50%;
	width: 110px;	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}


.main_content a.pricelist-item__head__name{
	margin-top: 0;
	text-decoration:none;
}

.item-module__name a.item-module__name__popup{
	cursor:pointer;
	display:inline;
}

.pricelist-item__head__pix img{
	width:90%;
	max-width:152px;
	border-radius: 20px;
}

.pricelist-item__main-program-btn{
	text-align:right;
}

.pricelist-item__main-program__rent{
	color: #000;
}

.row.item-tab-bottom-text{
	margin-left:0;
	margin-right:0;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	position:relative;
}

.row.item-tab-bottom-text:before{
	content:"*";
	position:absolute;
	top:0;
	left:5px;
	color:#ff0000;
}



.item-tab-bottom-text__star{
	color:#ff0000;
} 

.item-module__price__item__value.star::after{
	content: "*";
	position: absolute;
	color:#ff0000;
	right: 7px;
}

.item-module__price__item__value a{
	text-decoration:none;
}

.item-module__price__item__title{
	font-weight: 400;
	color: #919699;	
}

.item-module__price__item{
	display: flex;
	justify-content: space-between;
}

.item-module_level-2 .item-module__name{
	padding-left: 40px;
}

.main_content .item-module_level-2 .item-module__name a{
	font-weight: 400;
	font-size: 16px;	
}

.item-module_level-2 .item-module__price{
	font-size: 15px;
	font-weight:400;
}

.item-module_rent .item-module__price__item {
	justify-content: end;
	color: var(--color-blue);
	
}

.pricelist-sum{
	margin-left: 0;
	margin-right: 0;
	font-size: 16px;
	border-top: 1px solid #C6CACC;
}

.pricelist-sum__title{
	padding-top: 16px;
	padding-bottom: 16px;
}

.pricelist-sum__value{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--color-blue);
}

.pricelist_automation .item-module__price{
	display: flex;	
	align-items: center;
	justify-content: flex-start;
}

.pricelist_automation .item-module__price__item{
	justify-content: end;
}

.pricelist h2.pricelist-title{
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
}

.pricelist_automation .table{
	margin-bottom:0;
}

.pricelist_automation .item-module__name{
	display: flex;
	align-items: center;
}

.pricelist_automation .item-module__name img{
	margin-right:10px;
}



.item-module_rent .item-module__name>div img{
	margin-right:10px;
}

.item-module_header{
	font-weight: 500;
	font-size: 16px;	
	color: #919699;
}

/* ------------------------------------ Extra large devices (large desktops, 1200px and up) ------------------------------------ */
@media (min-width: 1200px) {

  .p404_wrapper{
    padding-top:60px;
  }

  .p404_text {
    padding-top: 70px;

  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-xl {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .ta-c-xl{
    text-align:center;
  }

  .mp-banner-item__descr{
    padding-bottom:60px;
  }

  .mp-banner-item__pix img{
    width: unset;
    max-width: unset;
    right: 0;
    bottom: 0;
    position: absolute;
    max-height: 380px;
  }

  .mp-banners .carousel-item{
    height: 455px;
  }

  .p-rent-adv-item__name{
    height: 60px;
  }

  .p-rent-adv-item__text{
    height: 135px;
  }
}

/* ------------------------------------ Large devices (desktops, 992px and up) ------------------------------------ */
@media (min-width: 992px) and (max-width: 1199px) {

  .p404_wrapper{
    padding-top:30px;
  }

  .p404_pix img{
    max-width: 590px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .pricelist__manager a.btn{
    align-self: flex-end;
    white-space: unset;
    max-height: unset;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-lg {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .ta-c-lg{
    text-align:center;
  }

  .mp-banner-item__pix img{
    width: unset;
    max-width: calc(100% + 15px);
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .mp-banners .carousel-item{
    height: 480px;
  }

  .p-rent-adv-item__name{
    height: 85px;
  }

  .p-rent-adv-item__text{
    height: 190px;
  }

  .CardItemSpecial>div{
    padding-right:15px;
  }

  .CardItemSpecial__Text{
    font-size: 16px;
  }

  .CardItemSpecial__Img {
    height: auto;
  }

  .CardItemSpecial__Img img {
    position: absolute;
    bottom: -4px;
    width: 200px;
    max-width: unset;
    right: -15px;
  }
  
  
	.pricelist-item__head__pix__svg{
		height: 110px;
		width: 110px;
		background-size: 60%;			
	}  

	
	.pricelist-item__main-programs{
		margin-bottom:15px;
	}
	
	.pricelist-item__main-program-btn{
		text-align: left;
		margin-bottom:15px;
	}  

}



/* ------------------------------------ Middle devices (tablet, 768px and 991px) ------------------------------------ */
@media (min-width: 768px) and (max-width: 991px)
{

  .p404_wrapper{
    padding-top:30px;
    text-align:center;
  }

  .p404_pix img{
    max-height:290px;
  }


  .faq-item{
    padding-right: 20px !important;
  }

  .pricelist-item__main-programs{
    margin-bottom:20px;
  }

  .pricelist__faq-manager{
    margin-bottom:30px;
  }


  .pricelist__manager{
    justify-content: center;
    text-align: center;
  }

  .pricelist__manager .btn {
    width: unset;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-md {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .ta-c-md{
    text-align:center;
  }


  .mp-banners .carousel-item {
    padding-top: 30px;
    padding-bottom:60px
  }

  .mp-banner-item__pix {
    justify-content: unset;
	min-height: 470px;
  }

  .mp-banners .carousel-item {
    height: 520px;
  }

  .mp-banner-item__bg{
    background-position: left bottom;
  }

  .mp-banner-item__pix img{
    width: unset;
    max-width: calc(100% + 15px);
    right: 0;
    bottom: 0;
    position: absolute;
  }

  .mp-banners .carousel-item{
    height: 510px;
  }

  .mp-banner-item__bg {
    height: 100%;
    background-position: calc(50% + 405px) bottom;
  }

  .mp-banner-item__descr{
    padding-left:0;
    padding-bottom: 50px;
  }

  .content-header-v2 h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .content-header-v2 span {
    font-size: 14px;
  }

  .shadowbox {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .p-rent-block-fresh h2 {
    font-size: 24px;
  }

  .card-v1__name{
    font-size: 20px;
  }

  .t-tabs__card-v1 ul li {
    line-height: 19px;
  }

  .t-tabs__card-v1 a.btn{
    display:block;
  }

  .t-tabs__card-v1 > div {
    padding: 20px 10px;
  }

  .content-header-v2 {
    min-height: 340px;
    text-align: center;
    padding-top: 80px;
  }

  .p-rent-block-rdp {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .p-rent-block-rdp h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .p-rent-block-rdp .shadowbox{
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-rent-block-rdp .t-tabs__card-v1 {
    border-right: 1px solid #C6CACC;
    border-left: 1px solid #C6CACC;
  }

  .p-rent-block-rdp .t-tabs__card-v1 > div {
    padding: 20px 10px;
  }

  .p-rent-block-adv h2{
    font-size: 24px;
  }

  .p-rent-block-adv{
    padding-top: 40px;
    margin-bottom: 0;
  }

  .p-rent-block-adv{
    margin-left: -30px;
    margin-right: -30px;
  }

  .p-rent-block-form h2 {
    font-size: 24px;
  }

  .p-rent-block-form__wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }

  .p-rent-block-form{
    padding-bottom: 30px;
  }

  .t-modal .modal-title {
    font-size: 24px;
    line-height:36px;
  }

  .modal-xl {
    max-width: 700px;
  }

  .p-rent-adv-item__name{
    height: 70px;
  }

  .p-rent-adv-item__text{
    height: 150px;
  }

  .IconsBlockV2__ItemTitle{
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .IconsBlockV2__Item.IconsBlockV2__Item_BR:before{
    width:2px;
  }

  .ProductDetail__FooterBlockV2{
    padding-left:0;
    padding-right:0;
    border:0;

  }

  .ProductDetail__FooterBlockV2:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: calc(100vw);
    height: 100%;
    z-index: -1;
    background-color:#F1F9FF;
  }

  .ProductDetail__FooterBlockItemV2{
    width: 165px;

  }

  .FooterBlockItemV2_First{
    width: 320px;
  }

  .CardItemSpecial>div{
    padding-right:15px;
  }

  .CardItemSpecial__Text{
    font-size: 16px;
  }

  .CardItemSpecial__Img {
    height: auto;
  }

  .CardItemSpecial__Img img {
    position: absolute;
    bottom: 0;
    width: 202px;
    max-width: unset;
    right: -15px;
  }

	.pricelist-item__head__pix__svg{
		height: 150px;
		width: 150px;	
		background-size: 60%;	
	}

	.pricelist-item__main-program-btn{
		text-align:left;
		margin-bottom:15px;
	}
	
	.pricelist__manager span{
		text-align: center;
	}


	.pricelist-item__main-program__price {
		font-size:16px;
	}
	
	.pricelist-item__main-program__price>span{
		font-size:inherit;
	}
	
	.pricelist-item__content .table-striped .item-module > div{
		padding-top:4px;
		padding-bottom:4px;
	}

	.pricelist-item__content .table-striped .item-module .item-module__name{
		padding-top:16px;
	}
	
	.pricelist-item__content .table-striped .item-module .item-module__link{
		padding-bottom:16px;
	}	

}


/* ------------------------------------ Small devices (landscape phones, 576px and  767px) ------------------------------------ */
@media (min-width: 576px) and (max-width: 767px) {

  .mb-sm-0{
    margin-bottom:0;
  }


  #feedback-form .title {
    font-size: 30px;
  }

  .social-buttons {
    display: block;
  }

  .owl-controls {
    /* display: none; */
  }

  .About__AddrBlock{
    text-align:center;
  }

  .p404_wrapper{
    padding-top:30px;
    text-align:center;
  }

  .p404_pix img{
    max-height:290px;
  }

  .p404_text h1 {
    font-size: 80px;
  }

  .p404_text h2 {
    font-size: 36px;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-sm {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .ta-c-sm{
    text-align:center;
  }


  .mp-banners .carousel-item {
    height: auto;
    padding-top: 30px;
  }


	.mp-banner-item__pix{
		margin-top: 50px;
		min-height: 230px;
	}

	.mp-banner-item__pix img{
		max-width: 390px;
	}
	

  .mp-banner-item__bg {
    height: calc(100% - 140px);
    background-position: calc(50% + 380px) top;
  }

  .mp-banner-item__descr{
    padding-left:0;
	min-height: 360px;
  }

  .mp-banner-item__descr a.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .mp-banners .carousel-control-prev, .mp-banners .carousel-control-next{
    display:none;
  }

  .social-links-container {
    float: none;
  }

  .t-tabs__card-v1{
    border-right:none;
  }

  .p-rent-block-fresh .t-tabs__card-v1>div{
    border-bottom: 2px solid #C6CACC;
    padding: 32px 25px;
  }

  .p-rent-block-fresh .t-tabs__card-v1:last-child>div{
    border-bottom: none;
  }

  .p-rent-block-fresh .t-tabs {
    margin-bottom: 0;
  }

  .card-v1__name{
    font-size: 20px;
  }

  .t-tabs__card-v1 ul li {
    line-height: 19px;
  }

  .p-rent-block-fresh{
    padding-bottom: 15px;
    margin-bottom: 40px;
  }

  .content-header-v2 {
    min-height: 300px;
    padding-top: 40px;
  }

  .content-header-v2 h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .content-header-v2 span {
    font-size: 14px;
  }

  .t-tabs__card-v1{
    border-right:none;
  }

  .p-rent-block-rdp .t-tabs__card-v1>div{
    border-bottom: 2px solid #C6CACC;
    padding: 32px 25px;
  }

  .p-rent-block-rdp .t-tabs__card-v1:last-child>div{
    border-bottom: none;
  }

  .p-rent-block-rdp {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .p-rent-block-rdp h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .p-rent-block-adv h2 {
    font-size: 24px;
  }

  .p-rent-block-adv {
    padding-top: 30px;
  }

  .what-you-get{
    /*padding-left: 0;
    padding-right: 0;	*/
  }

  .p-rent-adv-item{
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }

  .p-rent-block-form{
    padding-top:0;
    padding-bottom: 30px;
  }

  .p-rent-block-form__wrapper{
    padding-right: 0;
    padding-left: 0;
  }

  .p-rent-block-form h2{
    font-size: 24px;
  }

  .p-rent-block-form .t-form{
    padding-bottom: 15px;
  }

  .p-rent-block-form__wrapper{
    padding-bottom: 0;
  }

  .t-modal .modal-title {
    font-size: 24px;
    line-height:36px;
  }

  .IconsBlockV2__Item{
    padding-top:30px;
    padding-bottom:30px;
  }

  .IconsBlockV2__Item.IconsBlockV2__Item_BR:before{
    content:"";
    z-index:0;
    width:100%;
    height:3px;
    left:0;
    bottom:1px;
    top:unset;
    right:unset;
    background-color:#fff;
    position: absolute;
  }

  .ProductDetail__IconsBlockV2{
    padding-top: 0;
    padding-bottom: 0;
  }

  .ProductDetail__FooterBlockV2{
    display:block;
    text-align: center;
    border:none;
    border-radius:0;
    padding:24px 0 5px 0;
    margin-top: 25px;
  }

  .ProductDetail__FooterBlockV2:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: calc(100vw);
    height: 100%;
    z-index: -1;
    background-color:#F1F9FF;
  }

  .ProductDetail__FooterBlockItemV2{
    width:auto;
    margin-bottom: 25px;
  }

  .ProductDetail__FooterBlockItemV2 > ul{
    display:block;
  }

  .ProductDetail__FooterBlockItemV2 > ul li {
    margin-bottom: 10px;
  }

  .CardItemSpecial > div{
    padding: 15px 15px 0 15px;
  }

  .CardItemSpecial__Text{
    font-size:16px;
  }

  .CardItemSpecial__Img{
    margin-top:10px;
    height: auto;
    display: flex;
    justify-content: end;
  }

  .CardItemSpecial__Img img{
    width: 250px;
    position: relative;
    margin-right:-15px;
  }

	.pricelist-item__main-program-btn{
		text-align:left;
		margin-bottom:15px;
		text-align:center;
	} 
	
	.pricelist-item__head__pix{
		margin-bottom:10px;
	}
	
	.pricelist-item__head__pix__svg{
		height: 160px;
		width: 160px;
		background-size: 60%;
		/*margin:0 auto;*/
	}	

	.pricelist__manager span{
		text-align: center;
	}	

	.item-module__name{
		padding-bottom:0;
	}
	
	.pricelist-item__main-program__price>span{
		font-size:inherit;
	}	
	
	.pricelist-item__content .table-striped .item-module > div{
		padding-top:4px;
		padding-bottom:4px;
	}	
	
	.pricelist-item__content .table-striped .item-module .item-module__name{
		padding-top:16px;
	}
	
	.pricelist-item__content .table-striped .item-module .item-module__link{
		padding-bottom:16px;
	}	

	.pricelist-item__main-programs{
		margin-bottom:20px;
	}	

	
	.pricelist__faq-manager{
		margin-bottom:30px;
	}

	.pricelist__manager{
		justify-content: center;
		text-align: center;
	}
	
	.pricelist__manager .btn {
		width: unset;
	}	



}









/**
* Мясо
*/

/* lg */
@media (min-width: 992px) {
  .modal-xl {
    max-width: 920px;
  }
}







@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .auto_mobileapp__wrapper h2 br,
  .auto_mobileapp__wrapper h3 br {
    display: none;
  }
}

@media (max-width: 800px) {
  /* из-за этого едет вся вёрстка! для этого .container так здесь делать нельзя, т.к. стиль применяется ко всему сайту
  .main_content.container {
    max-width: none;
  }
  */

  .auto_mobileapp__wrapper > div {
    padding: 0;
  }

  .kafe_banner {
    padding: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 32px;
    text-transform: none;
  }

  h3 {
    font-size: 24px;
  }

  .content-text1 h3 {
    font-size: 38px;
  }

  h4 {
    font-size: 18px;
  }

  #feedback-form .title {
    font-size: 26px;
  }

  p.bigger {
    font-size: 16px;
    color: #0a0a0a;
  }

  /*.auto_wheretobuy__wrapper p {*/
  /*font-size: 28px;*/
  /*}*/

  .auto_mobileapp_btns {
    margin-top: 0;
    -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;
  }

  .auto_mobileapp-col {
    margin: 0 0 12px 0;
  }

  .auto_mobileapp {
    padding: 12px 15px 6px;
  }

  .auto_mobileapp__wrapper h2,
  .auto_mobileapp__wrapper h3 {
    font-size: 24px;
  }

  .auto_mobileapp__wrapper p {
    font-size: 20px;
  }

  .content-text1 img[align="left"],
  .content-text1 img[align="right"]{
    display: block;
    margin: 16px auto;
    float: none !important;
  }

  .demo-access__container {
    text-align: center;
    padding: 1rem 0 0;
  }

  .clients_slider h2 {
    font-size: 28px;
    text-align: center;
  }

  .recommended h2 {
    text-align: center;
    text-transform: none;
  }

}


/* ------------------------------------ xs devices (landscape phones, 576px and up) ------------------------------------ */
@media (max-width: 575px) {
  /*h1 {*/
  /*font-size: 28px;*/
  /*}*/
  /*h2 {*/
  /*font-size: 28px;*/
  /*text-transform: none;*/
  /*}*/
  /*h1 {*/
  /*font-size: 26px;*/
  /*}*/
  /*h2 {*/
  /*font-size: 20px;*/
  /*}*/

  /*h3 {*/
  /*font-size: 18px;*/
  /*}*/

  /*h4 {*/
  /*font-size: 16px;*/
  /*}*/

  /*#feedback-form .title {*/
  /*font-size: 24px;*/
  /*}*/

  .mb-xs-0{
    margin-bottom:0;
  }

  .social-buttons {
    display: block;
  }

  .styled_form .ta-r {
    text-align: left;
  }

  .owl-controls {
    /* display: none; */
  }

  .About__AddrBlock{
    text-align:center;
  }

  .p404_wrapper{
    padding-top:30px;
    text-align:center;
  }

  .p404_pix img{
    max-height:290px;
  }

  .p404_text h1 {
    font-size: 80px;
  }

  .p404_text h2 {
    font-size: 36px;
  }

  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top-xs {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }

  .ta-c-xs{
    text-align:center;
  }

  .mp-banners .carousel-item {
    height: auto;
    padding-top: 30px;
  }

  .mp-banner-item__bg{
    background-position: top;
  }

  .mp-banner-item__pix{
    margin-top: 50px;
    min-height: 230px;
  }

  .mp-banner-item__pix img{
    max-width: 320px;
  }


  .mp-banner-item__descr a.btn{
    width:100%;
  }

  .mp-banner-item__bg {
    height: calc(100% - 140px);
    background-position: calc(50% + 420px) top;
  }

  .mp-banner-item__descr a.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }

  .mp-banners .carousel-control-prev, .mp-banners .carousel-control-next{
    display:none;
  }

  .social-links-container {
    float: none;
  }

  .t-tabs__card-v1{
    border-right:none;

  }

  .p-rent-block-fresh .t-tabs__card-v1>div{
    border-bottom: 2px solid #C6CACC;
    padding: 32px 25px;
  }

  .p-rent-block-fresh .t-tabs__card-v1:last-child>div{
    border-bottom: none;
  }

  .p-rent-block-fresh .t-tabs {
    margin-bottom: 0;
  }

  .card-v1__name{
    font-size: 20px;
  }

  .t-tabs__card-v1 ul li {
    line-height: 19px;
  }

  .content-header-v2 {
    min-height: 370px;
    padding-top: 40px;
  }

  .content-header-v2 h1 {
    font-size: 26px;
    line-height: 35px;
  }

  .content-header-v2 span {
    font-size: 14px;
  }

  .p-rent-block-fresh {
    padding-bottom: 15px;
    margin-bottom: 0px;
  }

  .p-rent-block-rdp .t-tabs__card-v1 {
    border-right:none;
  }

  .p-rent-block-rdp .t-tabs__card-v1>div{
    border-bottom: 2px solid #C6CACC;
    padding: 32px 25px;
  }

  .p-rent-block-rdp .t-tabs__card-v1:last-child>div{
    border-bottom: none;
  }

  .p-rent-block-rdp {
    padding-top: 10px;
  }

  .p-rent-block-rdp h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .p-rent-block-rdp{
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-rent-block-adv {
    padding-top: 0;
  }

  .p-rent-block-adv h2 {
    font-size: 24px;
  }

  .p-rent-adv-item {
    margin-bottom: 15px;
  }

  .p-rent-block-form__wrapper{
    padding-right: 0;
    padding-left: 0;
  }

  .p-rent-block-form h2{
    font-size: 24px;
  }

  .p-rent-block-form .t-form{
    padding-bottom: 15px;
  }

  .p-rent-block-form__wrapper{
    padding-bottom: 0;
  }

  .p-rent-block-form{
    padding-top:0;
    padding-bottom: 30px;
  }

  .p-rent-block-fresh{
    margin-top: 0;
  }

  .content-header-v2 {
    min-height: unset;
    padding-bottom:40px;
  }

  .p-rent-block-form form{
    padding-left: 15px;
    padding-right: 15px;
  }

  .t-modal .modal-title {
    font-size: 24px;
    line-height:36px;
  }

  .IconsBlockV2__Item{
    padding-top:20px;
    padding-bottom:20px;
  }

  .IconsBlockV2__Item.IconsBlockV2__Item_BR:before{
    content:"";
    z-index:0;
    width:calc(100% - 30px);
    height:2px;
    left:15px;
    bottom:1px;
    top:unset;
    right:unset;
    background-color:#fff;
    position: absolute;
  }

  .ProductDetail__IconsBlockV2{
    padding-top: 0;
    padding-bottom: 0;
  }

  .IconsBlockV2__ItemTitle{
    padding-left:0;
    padding-right:0;
  }

  .IconsBlockV2__ItemBtn{
    width:100%;
  }


  .IconsBlockV2__Item{
    padding-top:30px;
    padding-bottom:30px;
  }

  .IconsBlockV2__Item.IconsBlockV2__Item_BR:before{
    content:"";
    z-index:0;
    width:100%;
    height:3px;
    left:0;
    bottom:1px;
    top:unset;
    right:unset;
    background-color:#fff;
    position: absolute;
  }

  .ProductDetail__IconsBlockV2{
    padding-top: 0;
    padding-bottom: 0;
  }

  .ProductDetail__FooterBlockV2{
    display:block;
    text-align: center;
    border:none;
    border-radius:0;
    padding:24px 0 5px 0;
    margin-top: 25px;
  }

  .ProductDetail__FooterBlockV2:before{
    content: "";
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: calc(100vw);
    height: 100%;
    z-index: -1;
    background-color:#F1F9FF;
  }

  .ProductDetail__FooterBlockItemV2{
    width:auto;
    margin-bottom: 25px;
  }

  .ProductDetail__FooterBlockItemV2 > ul{
    display:block;
  }

  .ProductDetail__FooterBlockItemV2 > ul li {
    margin-bottom: 10px;
  }

  .CardItemSpecial > div{
    padding: 15px 15px 0 15px;
  }

  .CardItemSpecial__Text{
    font-size:16px;
  }

  .CardItemSpecial__Img{
    margin-top:10px;
    height: auto;
    display: flex;
    justify-content: end;
  }

  .CardItemSpecial__Img img{
    width: 250px;
    position: relative;
    margin-right:-15px;
  }

  .mp-banner-item__btn {
    align-items: unset;
    flex-direction: column;
  }

  .mp-banner-item__btn__addit-text {
    margin-right: 30px;
    margin-bottom: 20px;
  }

  .mp-banner-item__descr{
    min-height: 370px;
  }

  .pricelist-item__head__pix__svg{
    height: 100px;
    width: 100px;
    background-size: 60%;
  }

  .pricelist-item__main-program-btn{
    text-align:left;
    margin-bottom:15px;
    text-align:center;
  }

  .pricelist__faq-manager {
    margin-bottom: 30px;
  }

  .pricelist__manager span{
    text-align: center;
  }

  .pricelist-item__head__pix{
    margin-bottom:8px;
    text-align: left;
  }

  .pricelist-item__head__pix img{
    max-width: 100px;
  }


  .pricelist-item__head__name{
    font-size:20px;
    margin-bottom:4px;
  }

  .pricelist-item__head__text{
    margin-bottom:8px;
  }

  .pricelist-item__main-program__price{
    font-size:16px;
  }

  .pricelist-item__main-program-btn a{
    display: block;
  }

  .pricelist-item__content .nav-tabs .nav-link{
    font-size:16px;
  }

  .item-module__name{
    padding-bottom:0;
  }

  .pricelist-item__main-program__price>span{
    font-size:inherit;
  }

  .pricelist-item__content .table-striped .item-module > div{
    padding-top:4px;
    padding-bottom:4px;
  }

  .pricelist-item__content .table-striped .item-module .item-module__name{
    padding-top:16px;
  }

  .pricelist-item__content .table-striped .item-module .item-module__link{
    padding-bottom:16px;
  }

  .pricelist-item__main-programs{
    margin-bottom:20px;
  }


  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 24px;
  }

  .news-detail .data {
    font-size: 18px;
  }

  .info-item h2, .info-item .header{
    font-size: 18px;
  }

  .info-item ul a {
    font-size: 18px;
  }

  .menu-block .logo a {
    width: 150px;
    height: 40px;
  }

  .menu-block .logo {
    margin-top: 15px;
  }

  .main_content{
    font-size: 18px;
  }

}



