

/* Start:/directions/style.css?17237954684202*/
.spoilerMain {
	box-shadow: 0px 10px 65px 10px rgba(0, 0, 0, 0.02);
}
.spoilerMain .spoiler_links_main { 
	padding: 25px;
	background: none;
	margin-top: 15px;
	background: #fff;
	cursor: pointer;
}
.spoilerMain .spoiler_links_main:before { 
	display: none;
}
.spoilerMain .sLm_Name {
	font-size: 15px;
	font-weight: 400;
	color: #ff8000;
	border-bottom: 1px dotted;
	display: inline;
}
.spoilerMain .spoiler_body_main {
	border: none;
	padding: 0 25px 25px 25px !important;
	background: #fff;
}
.spoilerMain h3 {
	font-weight: 400;
}

.faq-block {
    margin-bottom: 40px;
}

.iProducts_item__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.iProducts_item__container {
	display: block;
	padding: 0 25px 0 65px;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: 7px 4px;
	background-size: 30px auto;
}
.iProducts_item__container .productName a {
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
	line-height: 12pt;
	transition: 0.2s all;
}
.iProducts_item__container .productName a:hover {
	color: #ff8000;
}
.iProducts_item__container .productVersion,
.iProducts_item__container .productFormat {
	font-size: 11px;
	color: #999;
	line-height: 16px;
}
.iProducts_item__container .productDownload {

}
.iProducts_item__container .productDownload a {
	color: #ff8000;
	border-bottom: 1px solid #ff8000;
	text-decoration: none;
	font-weight: 400;
}

.contacts-section__wrapper {
    margin-top: 80px;
}
.contacts-section {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-bottom: 25px;
  margin-top: 25px;
  justify-content: space-between;
  padding: 20px 35px;
}
.contacts-section__title {
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  min-width: 200px;
}
.contacts-section__btn {
  padding: 12px 30px 12px 30px;
  text-transform: none;
  font-size: 14px;
  width: 300px;
  text-align: center;
  margin: 0;
}
.contacts-section__btn:before {
  display: none;
}
.contacts-section__btn:after {
  content: "\f178";
  font-family: "icons";
  font-size: 10pt;
  top: 0px;
  left: 0;
  transition: all 0.2s ease;
  color: #fff;
  font-weight: 100;
  margin-left: 10px;
  position: relative;
}
.contacts-section__btn:hover:after {
  left: 5px;
}
.contacts-section__phone {
  font-size: 20px;
  line-height: 1.3;
}
.contacts-section__link {
  color: #ff8000;
  font-size: 18px;
}
.contacts-section__item {
    flex: 1 1 33.333%;
}


@media screen and (max-width: 1199px) {
    .contacts-section__phone {
        font-size: 18px;
    }
    .contacts-section__title {
        font-size: 20px;
        width: 170px;
    }
    .contacts-section__btn {
        width: 270px;
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 991px) {
    .contacts-section {
        flex-wrap: wrap;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    .contacts-section__item:first-child {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .contacts-section__item:last-child {
        flex: 0 0 250px;
    }
    .contacts-section__title {
        width: 100%;
    }
    .contacts-section__phone {
        font-size: 16px;
    }
    .contacts-section__btn {
        width: 250px;
        font-size: 13px;
    }
    .iProducts_item__container {
        padding-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .contacts-section__item:last-child {
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .contacts-section__btn {
        width: 100%;
    }
    .contacts-section {
        padding: 15px;
        margin-bottom: 15px;
    }
    .contacts-section__title {
        font-size: 18px;
        line-height: 24px;
    }
    .contacts-section__phone {
        font-size: 15px;
        line-height: 24px;
    }
    .contacts-section__link {
        font-size: 15px;
    }
    h2 {
    	font-size: 20px;
    	line-height: 24px;
    }
    .iProducts_item__container {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#spoilerDirection .spoilerMain .spoiler_body_main {
	border:1px solid white !important;
}
/* End */
/* /directions/style.css?17237954684202 */
