/* Границы */
:root {
	/*--radius: 0.25rem;*/
	--radius: 20px;
}
.rounded-top {
	border-top-left-radius: var(--radius) !important;
	border-top-right-radius: var(--radius) !important;
}
.rounded {
	border-radius: var(--radius) !important;
}

/* Таблицы */
.table__th {
	border: 0 !important;
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
}
.table__th_first {
	border-top-left-radius: var(--radius);
	border-top-right-radius: 0;
}
.table__th_last {
	border-top-left-radius: 0;
	border-top-right-radius: var(--radius);
}
.bg-success_transparent {
	background-color: rgba(40, 167, 69, 0.35) !important;
}

/* Подложка */
.header {
	position: relative;
}
.header__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 47%;
	height: 100%;
/*	background-image: url(../img/background.jpg);*/*/
	background-size: cover;
}
@media (max-width:1199.98px) {
	.header__background {
		width: 70%;
	}
}
@media (max-width:767.98px) {
	.header__background {
		display: none;
	}
}
.navbar-nav{
    font-size: 80%; 
    font-weight: 500;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5);
}
/* Бургер */
.navbar-light .navbar-toggler {
	border: 0;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../img/burger.svg);
}
@media (max-width:1199.98px) {
	.navbar {
		position: relative;
	}
	.navbar-collapse.collapsing,
	.navbar-collapse.collapse.show {
		position: absolute;
		right: 15px;
		top: 75px;
		z-index: 10;
		display: flex;
		justify-content: flex-end;
		box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
		border-radius: var(--radius);
		background-color: #fff;
	}
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#1ab248 
}
.calc {
 margin-bottom: .0rem;   
}

/* Слайдер */
/*.carousel-inner {
	width: 70%;
	margin: 0 auto;
	background-color: #fff;
}
.carousel-control-prev,
.carousel-control-next {
	width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 40px;
	height: 40px;
}
.carousel-control-prev-icon {
	background-image: url(../img/arrows/prev-white.svg);
}
.carousel-control-next-icon {
	background-image: url(../img/arrows/next-green.svg);
}*/

/* Видео */
.video-text {
	position: absolute;
	font-size: 26px;
	left: 8%;
	bottom: 10%;
	width: 50%;
	text-shadow: 1px 1px 1px black;
}
.video-text:hover {
    text-decoration: none;
}
@media (max-width: 767.98px) {
	.video-text {
		font-size: 20px;
	}
}
@media (max-width: 575.98px) {
	.video-text {
		font-size: 16px;
	}
}

/* Пунктирная линия */
.horizontal-dashed-line {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: calc(50% + 15px);
	transform: translate(-50%, -50%);
	width: calc(100% - 30px - 30px);
	height: 3px;
	background-image: linear-gradient(90deg, #fff, #fff 65%, #ddd 35%, #ddd);
	background-size: 9px 4px;
}
.horizontal-dashed-line::before {
	content: '';
	position: absolute;
	top: -200px;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(90deg, #fff, #fff 65%, #ddd 35%, #ddd);
	background-size: 9px 4px;
}
.horizontal-dashed-line::after {
	content: '';
	position: absolute;
	top: 50px;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(90deg, #fff, #fff 65%, #ddd 35%, #ddd);
	background-size: 9px 4px;
}
@media (max-width: 1199.98px) {
	.horizontal-dashed-line::before {
		top: -210px;
	}
}
@media (max-width: 991.98px) {
	.horizontal-dashed-line {
		margin-top: -20px;
	}
	.horizontal-dashed-line::before {
		top: -230px;
	}
	.horizontal-dashed-line::after {
		top: 65px;
	}
}
@media (max-width: 767.98px) {
	.horizontal-dashed-line {
		display: none;
	}
}
.vertical-dashed-line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	height: 100%;
}
.vertical-dashed-line::before {
	content: '';
	position: absolute;
	top: 240px;
	left: 35px;
	width: 3px;
	height: 50px;
	background-image: linear-gradient(180deg, #fff, #fff 65%, #ddd 35%, #ddd);
	background-size: 4px 9px;
}
.vertical-dashed-line::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 100%;
	width: 3px;
	height: 200px;
	background-image: linear-gradient(180deg, #fff, #fff 65%, #ddd 35%, #ddd);
	background-size: 4px 9px;
}
@media (max-width: 1199.98px) {
	.vertical-dashed-line::after {
		height: 210px;
	}
}
@media (max-width: 991.98px) {
	.vertical-dashed-line::before {
		top: 260px;
	}
	.vertical-dashed-line::after {
		height: 230px;
	}
}
@media (max-width: 767.98px) {
	.vertical-dashed-line {
		display: none;
	}
}

/* Подсказка */
.tooltip-inner {
	background-color: #1ab248;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #1ab248;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #1ab248;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #1ab248;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #1ab248;
}

/* Прелоадер */
* {
	margin: 0;
}

.preloader {
	--bg-color: rgba(0, 0, 0, 0.5);
	--first-color: #b4e0be;
	--second-color: rgba(40, 167, 69, 0.7);
	--third-color: rgb(254, 254, 254);
	--size:  250px;
	--thickness: 10px;
	--duration: 1s;

	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: var(--bg-color);
	transition: var(--duration);
}
.preloader_active {
    display: flex;
}
.preloader__content {
	position: relative;
	width: var(--size);
	height: var(--size);
}
.preloader__first,
.preloader__second,
.preloader__third {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: var(--duration) linear infinite;
}
.preloader__first {
	border-bottom: var(--thickness) solid var(--first-color);
	animation-name: first;
}
.preloader__second {
	border-right: var(--thickness) solid var(--second-color);
	animation-name: second;
}
.preloader__third {
	border-top: var(--thickness) solid var(--third-color);
	animation-name: third;
}
@keyframes first {
	0% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg); }
	100% { transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg); }
}
@keyframes second {
	0% { transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg); }
	100% { transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg); }
}
@keyframes third {
	0% { transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg); }
	100% { transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg); }
}
.textlogo {
    color: #1ab248;
    text-align: center;
    font-weight: 500;
    font-size: 30px;  
}
/*фото директора*/
.info{
   background: url(/img/Goldort.png) no-repeat 0 0;
    font-size: 17px;
    padding-top: 267px;
    text-align: center;
    flex-shrink: 0;
    width: 275px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.name{
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 10px;
}
.solo{
    font-size: 19px;
    margin-bottom: 35px;
    text-align: center;
}
/*размер лого*/
.logowork{
    width: 120px;
    height: 60px;
}

/* скрытый текст */
#udt{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#iz {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #1ab248;
    text-align: left;
    font-size: 120%;
}
#iz::after{
    content:'';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 30%;
    margin-top: -7px;
    background-size: contain;
    background-image: url(icon/arrow-down.svg);
    transform: rotate(0deg);
}
/*
#iz:checked ~ #iz::after{
    transform: rotate(180deg);
}
*/

#izt{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#ud {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #1ab248;
    text-align: left;
    font-size: 120%;
}

#fld{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#fl {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #808080;
    text-align: left;
    font-size: 120%;
}
#Npd{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#Np{
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #808080;
    text-align: left;
    font-size: 120%;
}
#Dgd{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#Dg {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #808080;
    text-align: left;
    font-size: 120%;
}
#Szd{
    display: none;
    font-size: 16px;
    padding: 1px 10px;
    line-height: 27px;
    margin-top: 1%;
}
#Sz {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: unset;
    color: #808080;
    text-align: left;
    font-size: 120%;
}


.heading-text{
  font-style: normal;
    font-weight: 300;
    font-size: 20px;
    color: #232323;
     margin-bottom: 25px;  
}

.text-greens {
 color: #1ab248;
}
Звездочки отзыва
.rating_block {
  width: 125px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}
.rating_block input[type="radio"] {
  display: none;
}
.label_rating {
  float: right;
  display: block;
  width: 25px;
  height: 25px;
  background: url(https://cdekcalc.ru/img/rating.png) no-repeat 50% 0;
  cursor: pointer;
}
/*Пишем правила смены положения background-а
.rating_block .label_rating:hover, /*Правило для ховера на текущий лейбл*/
.rating_block .label_rating:hover ~ .label_rating, /*Правило для всех следующих лейблов по DOM дереву*/
.rating_block input[type="radio"]:checked ~ .label_rating /*Правило для всех следующих лейблов после выбранного инпута, чтобы звездочки как бы зафиксировались*/
{
  background-position: 50% -25px;
}

/*Появление сбоку*/

div.main .container{

color: #000;
max-width: 1140px;

font-size: calc(16px + 1.2vw);

font-weight: 700;

margin-bottom: 30px;

position: relative;

animation: showLeft 2s;

z-index: 1;

}
div.remain .container{

color: #000;
max-width: 1140px;

font-size: calc(16px + 1.2vw);

font-weight: 700;

margin-bottom: 30px;

position: relative;

animation: showRight 2s;

z-index: 1;

}

@keyframes showLeft {

from {left:-100%;}

to {left:0;}

}

@keyframes showRight {

from {right:-100%;}

to {right:0;}

}

/*Анимация текста*/
 .element-animation {
  margin: 2rem 0;
/*  font-size: 3rem;*/
  
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
/*  transform: translateY(150px);*/
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}

/*ff*/
.ff-text {
position: absolute;
    font-size: 26px;
    left: 8%;
    bottom: 30%;
/*    width: 50%;*/
}
.ff-text-mini {
position: relative;
    font-size: 50px;
    bottom: 30%;
    text-align: center;  
    
}
Li{
     color: #00b023;
}
   li span { 
       color: #6c757d!important;
       font-size: 1.25rem;
}
.text-succes{
    color: #1ab248!important;
}

Ol{
     color: #00b023;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    font-size: 1.35rem;
}
   ol span { 
       color: #18191a!important;
       font-size: 1.25rem;
}




.popup{
    position: fixed;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    top:0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s;
    }
.popup:target {
    opacity: 1;
    visibility: visible;
}
.popup_body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    }
.popup_content{
    background-color: #fff;
    color: #000;
    max-width: 800px;
    padding: 30px;
    position: relative;
}
.popup_close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color:#1ab248;
    text-decoration: none;
    
    
}
.popup_title{
    
}
.popup_text{}

/*Переливается кнопка*/
.buttonbl {
  position: relative;
  color: white;
  font-weight: bold;
  text-decoration: none;
  user-select: none;
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  position: relative;
  overflow-x: hidden;
  padding: 0.375rem 0.75rem;
  width: 100%!important;
  border-radius: 3px;
  border: 1px solid transparent;
}
    
.buttonbl .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width:19px;
    transform: skewX(-45deg);
    animation: flare 3s infinite linear;
    background: linear-gradient(90deg, rgba(255,255,2555,0.1),rgba(255,255,255,0.4));
}

@keyframes flare {
    0% {
        left: -200%;
    }
    100%{
        left: 200%;
    }
}

/**/

/*Изменение ширины шрифта заголовков*/
.mb-4 {
font-weight: 400;
}
.mb-5 {
font-weight: 400;
}





















