

/* Start:/local/templates/skspb/css/historyCompany.css?17156057893175*/
.about-company__inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.about-company__history {
  flex: 1 0 70%;
}

.about-company__img {
  width: 100%;
  margin-bottom: 30px;
}

.about-company__info {
  margin-bottom: 50px;
}

.list-history__inner {
  margin-bottom: 15px;
  line-height: 25px;
  color: #222;
}

.list-date__inner {
  display: flex;
  position: relative;
}

.list-date__inner .year {
  margin-right: 40px;
  font-weight: 700;
  font-size: 20px;
}

.list-date__inner .sep {
  width: 1px;
  background: black;
}

.list-date__inner .sep::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 81px;
  width: 9px;
  height: 9px;
  background: #efd827;
  border-radius: 100%;
}

.list-date__inner:last-child::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 81px;
  width: 9px;
  height: 9px;
  background: #efd827;
  border-radius: 100%;
}

.list-history {
	text-align: justify;
}

.company_history_text {
  margin-left: 40px;
  padding-bottom: 50px;
}

.company_history_text .no_stripe {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
	text-align: justify;
}

.company_history_text p {
  color: #777777;
  font-size: 13px;
  text-align: justify;
}

.main__sub-info {
  background: #efd827;
  padding: 30px 5px;
}

.sub-info__inner {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.sub-info__name {
  font-size: 18px;
}

.sub-info__btn {
  display: inline-block;
  border-radius: 5px;
  padding: 12px 25px !important;
  position: relative;
  border: 2px solid transparent!important;
  background: #002e5b!important;
  transition: 500ms;
  color: white;
}

.sub-info__btn:hover {
  transition: 500ms;
  background: #2f303400;
  color: rgb(0, 0, 0);
  border: 2px solid white;
}

.sub-info__btn::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 90%;
  background: url(/local/templates/skspb/css/../img/arrowYellow.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.sub-info__btn:hover::after {
  content: "";
  background: url(/local/templates/skspb/css/../img/arrow.png);
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
	.about-company__see-project__link a::after {
		content: "";
		top: 23px;
	}
	.about-company__list-link__inner a {
    	font-size: 14px;
	}
}

@media (max-width: 993px) {
  .about-company__see-project {
    padding: 40px 0px 40px 10px;
  }

  .about-company__see-project__link a::after {
    content: "";
    top: 23px;
  }

  .about-company__list-link__inner a::before {
    top: 23px !important;
  }
}

@media (max-width: 1000px) {
  .about-company__inner {
    display: block;
  }

  .about-company__see-project__link {
    text-align: start;
  }

  .about-company__see-project__link a::after {
    content: "";
    top: 15px;
  }

  .about-company__list-link__inner a::before {
    content: "";
    top: 15px !important;
  }

  .sub-info__inner {
    display: block;
    text-align: center;
  }

  .sub-info__name {
    margin-bottom: 10px;
  }
}

	.company_history_text .no_stripe {
		margin-top: -7px;
	}

@media (max-width: 330px) {
	.project-content__name img {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/skspb/css/partners.css?17156059081222*/
.partners__upper-info {
  background: url('https://web.archive.org/web/20230128024055im_/http://skspb.com/wp-content/uploads/2016/01/bg04.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.subsInner {
  max-width: 1140px;
  width: 100%;
  padding: 0 15px;
  color: white;
}

.name-content::before {
  content: "";
  left: 14px;
}

.partners__inner {
  padding: 90px 0;
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
  align-items: center;
}

.partners__list-inner {
  flex: 1 0 45%;
  display: flex;
  gap: 30px;
}

.partners__name-item {
  display: inline-block;
  color: #2f3034;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #00000029;
  padding-bottom: 10px;
  transition: 500ms;
}

.partners__name-item:hover {
  color: rgb(202, 202, 27)
}

.partners__sub-name {
  padding-top: 20px;
  font-size: 13px;
  color: #9b9a9a;
}

@media (max-width: 1200px) {
  .partners__list-inner {
    flex: 100%;
}
}

@media (max-width: 560px) {
  .partners__list-inner {
    display: block;
}
}

@media (max-width: 330px) {
	.partners__list-inner {
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/skspb/css/docx.css?17104178951879*/
body{
    margin: 0;
    font-family: Roboto;
}
.head{
    background-image: url("/local/templates/skspb/img/bg04.png");
    padding: 54px 0 27px;
    
    background-size: cover;
    display: flex;
    justify-content: center;
}

.title h1{
    font-size: 36px;
    color: #fff;
    position: relative;
}
.title h1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 2%;
    width: 4%;
    height: 6px;
    background-color: #efd827;
    transform: translateX(-50%);
    border-radius: 25px;
}
@media (min-width: 768px)
{.title {
    width: 750px;
}}
@media (min-width: 992px)
{.title {
    width: 970px;
}}

@media (min-width: 1200px)
{.title {
    width: 1140px;
}}
.document{
    background-color: #EBEBEB;
    padding: 14px 20px;
    display: flex;
    width: 40%;
    align-items: center;
    margin: 10px 5%;
    color: #63646b;
    font-size: 15px;
    line-height: 23px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}
.document i{
    margin: 0 10px 0 0;
    color:#efd827;
    
}
.docx_block{
    display: flex;
    justify-content: center;
    padding: 5% 0;
}
.docx p{
    color: #aaa;
    margin: 10px 5%;
}
.back_block{
    padding: 2% 0;
    background: #efd827;
}
.back_container{
    padding: 0px 20%;
}
.backbtn{
    background: #002b57;
    padding: 8px 21px 8px 21px;
    color:white;
    text-decoration: none;
    display: flex;
    width: fit-content;
    align-items: center;
}
.backbtn i{
    color:#efd827;
    margin: 0 10px 0 0;
}
.document:hover{
    background-color: #dcdcdc;
}
@media (max-width: 1120px){
    .document{
        
        width: 50%;
        
    }
}
@media (max-width: 880px){
    .document{
        
        width: 70%;
        
    }
}
@media (max-width: 750px){
    .document{
        
        width: 85%;
        
    }
    .back_container{
        padding: 0px 34%;
    }
}
/* End */


/* Start:/local/templates/skspb/css/sideBarCompany.css?17139627911595*/
.about-company__sidebar {
  flex: 1 0 25%;
}

.about-company__see-project {
  background: #efd827;
  padding: 40px 30px;
  margin-bottom: 30px;
}

.about-company__see-project__name {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 9px;
}

.about-company__see-project__info {
  line-height: 26px;
  margin-bottom: 40px;
}

.about-company__see-project__link {
  text-align: center;
}

.about-company__see-project__link a {
  display: inline-block;
  background: white;
  border-radius: 5px;
  padding: 12px 25px;
  position: relative;
  transition: 500ms;
}

.about-company__see-project__link a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 90%;
  background: url('/local/templates/skspb/css/../img/arrow.png');
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.about-company__see-project__link a:hover {
  transition: 500ms;
  background: #002e5b;
  color: white;
}

.about-company__see-project__link a:hover::after {
  content: "";
  background: url('/local/templates/skspb/css/../img/arrowYellow.png');
  background-repeat: no-repeat;
}

.about-company__list-link__inner {
  margin-bottom: 20px;
}

.about-company__list-link__inner a {
  display: inline-block;
  background: #002e5b;
  padding: 15px 25px 15px 0px;
  width: 100%;
  color: white;
  font-weight: 600;
  transition: 500ms;
  position: relative;
}

.about-company__list-link__inner a:hover {
  transition: 500ms;
  background: #efd827;
  color: #002e5b;
}

.about-company__list-link__inner a i {
  padding: 0 20px;
  color: #FFD43B;
}

.about-company__list-link__inner a:hover i {
  padding: 0 20px;
  color: #25087d;
}

/* End */


/* Start:/local/templates/skspb/css/contact.css?17516292053231*/
.contact__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 50px 0;
}

.inp-personal input {
	width: auto !important;
	margin-top: 2px;
	margin-bottom: 0px !important;
	margin-right: 10px;
}

.inp-personal a {
	color: #002e5b;
}

.contact__list-inner,
#bx_incl_area_1_1_2 {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 100%
}

.map {
  width: 350px;
  height: 330px;
}

.contact__position {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 50px;
  background: #002359;
  color: white;
  flex: 1 0 auto;
  max-height: 250px;
  max-width: 350px;
}

.contact__position-name {
  font-size: 22px;
  margin-bottom: 25px;
}

.contact__position-adress {
  margin-bottom: 20px;
  font-size: 14px;
}

.contact__nums {
  margin-bottom: 10px;
}

.contact__nums-bt {
	padding-left: 30px;
}

.contact__email {
  color: #879dc2;
}

.contact__position i {
  margin-right: 10px;
}

.contact__form {
    display: flex;
    flex: 1 0 50%;
    max-width: 725px;
    gap: 25px;
}

.contact__form-inner {
    max-width: 350px;
	width: 100%;
}

.contact__mess-name {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}

.contact__mess-name::before {
  content: '';
  position: absolute;
  width: 35px;
  height: 6px;
  bottom: -12px;
  left: 0;
  background: #efd827;
  border-radius: 25px;
}

.contact__form-inner input {
  width: 100%;
  margin-bottom: 30px;
  background: #cacaca47;
  padding: 16px 30px;
  border: none;
  border: 2px solid transparent;
}


.contact__form-inner input:focus,
.contact__form-inner textarea:focus {
  outline: none;
  border: 2px solid yellow;
  background: none;
  transition: 500ms;
}

.contact__form-inner textarea {
    width: 100%;
    height: 216px;
    max-width: 350px;
    background: #cacaca47;
    border: 2px solid transparent;
    padding: 10px;
    margin: 52px 0 10px 0;
}
.contact__material {
    width: 100%;
    max-width: 350px;
}

.sub-info__btn {
  width: 100%!important;
}

.sub-info__btn:hover {
  background: yellow !important;
}

@media (max-width: 1200px) {
	.contact__list-inner {
		flex-wrap: wrap;
    	justify-content: space-between;
	}
	.contact__position {
		max-width: 100%;
  }
}

@media (max-width: 1060px) {

  .contact__list {
    align-items: center;
  }

  .contact__img,
  .map {
    margin-bottom: 30px;
  }

  .map {
    width: 600px;
  }

  .contact__position {
    margin: 0 auto;
  }

  .contact__form {
    margin-bottom: 30px;
	flex-direction: column;
  }
  .contact__list-inner::last-child {
	flex-direction: column;
	justify-content: center;
  }
}

@media (max-width: 640px) {
  .map {
    width: 300px;
    margin: 0 auto 20px auto;
  }

	.contact__position-name {
		font-size: 16px;
	}
	.contact__position-adress,
	.contact__nums,
	.contact__email {
		font-size: 12px;
	}
	.contact__position {
		padding: 26px 50px;
	}
	.contact__form-inner textarea {
		margin: 0;
        margin-bottom: 16px;
	}
	.contact__form {
		gap: 0;
	}
	.contact__nums-bt {
		padding-left: 25px;
	}

}

@media (max-width: 330px) {
    .contact__img, .map {
        max-width: 300px;
    }
    .contact__list-inner {
        justify-content: center;
    }
	.bx-yandex-view-map {
		width: 300px;
	}
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1710335393666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/skspb/components/bitrix/main.feedback/form_main/style.min.css?1711448323251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */
/* /local/templates/skspb/css/historyCompany.css?17156057893175 */
/* /local/templates/skspb/css/partners.css?17156059081222 */
/* /local/templates/skspb/css/docx.css?17104178951879 */
/* /local/templates/skspb/css/sideBarCompany.css?17139627911595 */
/* /local/templates/skspb/css/contact.css?17516292053231 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1710335393666 */
/* /local/templates/skspb/components/bitrix/main.feedback/form_main/style.min.css?1711448323251 */
