

/* Start:/local/components/gmg/complex/templates/profiles/bitrix/news.detail/.default/style.css?17513953917994*/
.block-wind {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #000000;
    padding-top: 50px;

}

.block-wind-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    max-width: 220px;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
}

.block-wind-cart-title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-bottom: 19px;
}

.block-wind-cart-title span {
    color: #E22727;
}

.block-wind-cart-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;

    max-width: 252px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 21px;
}

.block-wind-cart-img {
    text-align: center;
    border: 4px solid rgba(226, 226, 226, 0.5);
    padding: 15px;
    position: relative;
}

.block-wind-cart-brend {
    position: absolute;
    left: 18px;
    bottom: 18px;
    width: 64px;
}

.block-wind-cart-brend img{
    width: 100%;
    height: auto;
}

.block-wind-cart-hit {
    position: absolute;
    width: 50px;
    top: 10px;
    right: 14px;
}

.block-wind-row {
    /* padding-left: 16px; */
    /* padding-right: 16px; */
}

.block-wind-cart-econom {
    position: absolute;
    width: 50px;
    top: 69px;
    right: 14px;
}

.block-wind-right-cart-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    margin-top: 26px;
    color: #000000;
}

.progressbar {
    height: 7px;
    position: relative;
    background: #FFF0D8;
    border-radius: 10px;
    margin-top: 16px;
}

.progressbar>span {
    display: block;
    height: 100%;
    background-color: #FFB33A;
    border-radius: 10px;
}

.progressbar-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
    color: #8E8E8E;
}

.progressbar-red {
    background-color: #FFE5DE;
}

.progressbar-red>span {
    background-color: #FE7955;
}

.progressbar-green {
    background-color: #E4F5DD;
}

.progressbar-green>span {
    background-color: #7ACD56;
}

.block-wind-right-cart-table {
    margin-top: 13px;
    border-top: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.block-wind-right-cart-table-row-col2 {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #E22727;
    text-align: right;
    width: 34%;
    padding-left: 4px;
}

.block-wind-right-cart-table-row-col2 img {
    margin-right: 10px;
    margin-left: -4px;
    margin-bottom: -4px;
}

.block-wind-right-cart-table-row-col1 {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    display: flex;
    align-items: center;
    width: 66%;
}

.block-wind-right-cart-table-row-col1 svg {
    margin-right: 12px;
}

.block-wind-right-cart-table-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    padding-top: 8px;
    padding-bottom: 10px;
}

.block-wind-grey-row {
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 88px;
    margin-bottom: 15px;
    width: 100%;
}

.block-wind-grey-col {
    width: 50%;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    color: #000000;
    display: flex;
    align-items: center;
}

.block-wind-grey-col img {
    margin-left: 20px;
    margin-right: 7px;
    width: 40px;
}

.block-wind-price-cart {
    border: 4px solid #CACACA;
    border-radius: 4px;
    padding: 24px 21px 17px;
    text-align: center;
    margin-bottom: 6px;
}

.block-wind-price-cart-persent {
    color: #E22727;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
}

.block-wind-price-cart-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}

.block-wind-price-cart-price {
    font-style: italic;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 7px;
}

.block-wind-price-cart-price span {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
}

.block-wind-price-cart-btn {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    border: 1px solid #FE1616;
    border-radius: 50px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.block-wind-price-cart-best {
    border: 4px solid rgba(63, 213, 60, 0.5);
}

.block-wind-price-cart-best .block-wind-price-cart-persent {
    color: #25B56B;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.block-wind-price-cart-best .block-wind-price-cart-btn {
    color: #FFFFFF;
    background: #FE1616;
}

.block-wind-cart-img>img {
    height: 169px;
    width: auto;
}

@media only screen and (min-width:768px) {
    .block-wind-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .block-wind-left-cart,
    .block-wind-right-cart {
        width: 47%;
    }

    .block-wind-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 49px;
        text-align: left;
        max-width: 100%;
        margin-right: auto;
        /* margin-left: 16px; */
        margin-bottom: 34px;
    }

    .block-wind-cart-title {
        font-size: 32px;
        line-height: 39px;
        text-align: left;
        margin-bottom: 8px;
    }

    .block-wind-cart-text {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
        text-align: left;
        margin-bottom: 23px;
    }

    .block-wind-cart-img {
        padding: 28px auto 30px;
    }

    .block-wind-cart-img>img {
        height: 317px;
        width: auto;
    }

    .block-wind-cart-brend {
        left: 33px;
        bottom: 32px;
        width: 118px;
    }

    .block-wind-cart-hit {
        width: 93px;
        top: 18px;
        right: 25px;
    }

    .block-wind-cart-econom {
        width: 93px;
        top: 126px;
        right: 25px;
    }

    .block-wind-right-cart-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 26px;
        margin-top: 26px;
    }

    .block-wind-right-cart-table {
        margin-top: 29px;
        padding-bottom: 0;
    }

    .block-wind-right-cart-table-row-col1 svg {
        width: 24px;
        height: 36px;
    }

    .block-wind-right-cart-table-row {
        padding-top: 0;
        padding-bottom: 0;
        height: 42px;
    }

    .block-wind-right-cart-table-row-col1 {
        font-size: 14px;
        line-height: 17px;
        width: 78%;
    }

    .block-wind-right-cart-table-row-col2 {
        font-size: 16px;
        line-height: 20px;
        color: #E22727;
        text-align: left;
        width: 32%;
        padding-left: 4px;
    }

    .block-wind-right-cart-table-row-col2 img {
        width: 24px;
    }

    .progressbar-row {
        display: flex;
        justify-content: space-between;
    }

    .block-wind-row-info {
        padding-bottom: 26px;
        align-items: end;
    }

    .block-wind-grey-row {
        justify-content: space-around;
        flex-wrap: wrap;
        height: 84px;
        margin-bottom: 25px;
    }

    .block-wind-grey-col {
        width: 18%;
        font-size: 12px;
        line-height: 16px;
    }

    .block-wind-grey-col svg {
        margin-left: 0;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }

    .block-wind-price-cart {
        margin-bottom: 0;
        width: calc(30% - 26px);
    }

    .block-wind {
        padding-bottom: 63px;
    }
}
.block-wind-row-info {padding-top: 40px;}
@media only screen and (min-width:1200px) {
    .progressbar {
        width: 122px;
        margin-right: 36px;
    }

    .progressbar-row {
        justify-content: start;
    }
}
.smart-captcha{
    max-width: 300px;
}
.sicret-action {
    font-family: 'Segoe UI';
    margin-bottom: 0!important;
}
/* End */


/* Start:/local/components/gmg/element.list/templates/desTabs/style.css?1776681808610*/
.design__wrap .descr h3 {
    font: 24px/28px Segoe_ui_regular;
    color: #000;
    margin: 16px 0 10px;
    text-align: left;
}
.design__wrap .descr h3:after {
    content: '';
    background: #4edbe2;
    width: 80px;
    height: 3px;
    margin: 14px 0 29px;
    display: block;
    clear: both;
}
@media (max-width: 1000px){
.design__wrap .descr h3 {
    font: 18px/20px Segoe_ui_regular;
text-align: center;
}

.design__wrap .descr h3:after {
    margin-left: auto;
    margin-right: auto;
}

.section h2.s-title{
font-family: Segoe_ui_bold, sans-serif;
    font-weight: bold;
    line-height: 1.2;
}
}


/* End */


/* Start:/local/templates/main_new/components/bitrix/main.include/main_preim/style.css?1729663559997*/
.main_preim{
  text-align: center;
  padding: 90px 0;
}
.main_preim .item{
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: 320px;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px #AFAFAF;
  margin: 20px;
  border-radius: 20px;
}
.main_preim .item:before{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(/include/img/main_icons3.png) 0 0 no-repeat;
  margin: 20px auto 30px;
}
.main_preim .item:nth-child(2):before{background-position: -78px 0px;}
.main_preim .item:nth-child(3):before{background-position: -153px 0px;}
.main_preim .item .name{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.main_preim .item .text{
  font-family: Segoe_ui_regular, sans-serif;
  color: #000;
  font-size: 14px;
  padding: 20px 30px 0;
}
@media screen and (max-width: 370px){
  .main_preim .item{
    width: 90%;
    max-width: none;
    height: auto;
  }
  .main_preim .item .text{padding-bottom: 20px;margin: 0;}
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/news.list/sertifikats/style.css?1776494754337*/
.s-gallery .vid_txt_pod_zag {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 20px;
    line-height: normal;
}
@media screen and (max-width: 768px){
.s-gallery .vid_txt_pod_zag {
    max-width: 700px;
    text-align: center;
    margin: 0 auto 40px;
    font-size: 18px;
    line-height: normal;
}
}
/* End */


/* Start:/local/templates/main_new/components/bitrix/main.include/main_kak_mi_rabotaem/style.css?17766928512139*/
.main_kak_rabotaem_{
  background: #F8F8F8;
  position: relative;
  padding-bottom: 100px;
  text-align: center;
  font-family: Segoe_ui_regular, sans-serif;
  overflow: hidden;
}

.main_kak_rabotaem_ .s-title{
	padding-top: 60px;
	margin-bottom: 20px;
}
.main_kak_rabotaem_ .title2{
  max-width: 800px;
  margin: 20px auto 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.main_kak_rabotaem_ .item{
  display: inline-block;
  width: 270px;
  height: 290px;
  box-shadow: 0px 0px 5px 0px #AFAFAF;
  margin: 10px;
  padding: 30px;
  background: #004E96;
  color: #fff;
  text-align: left;
  position: relative;
}
.main_kak_rabotaem_ .item:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url(/include/img/main_icons3.png) 0 0 no-repeat;
  margin-bottom: 30px;
}
.main_kak_rabotaem_ .item:nth-child(1):before{background-position: -6px -152px;}
.main_kak_rabotaem_ .item:nth-child(2):before{background-position: -74px -152px;}
.main_kak_rabotaem_ .item:nth-child(3):before{background-position: -144px -152px;}
.main_kak_rabotaem_ .item:nth-child(4):before{background-position: -215px -152px;}
.main_kak_rabotaem_ .item:nth-child(1):hover:before{background-position: -6px -208px;}
.main_kak_rabotaem_ .item:nth-child(2):hover:before{background-position: -74px -208px;}
.main_kak_rabotaem_ .item:nth-child(3):hover:before{background-position: -144px -208px;}
.main_kak_rabotaem_ .item:nth-child(4):hover:before{background-position: -215px -208px;}
.main_kak_rabotaem_ .item .st{
  position: absolute;
  top: 30px;
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
}
.main_kak_rabotaem_ .item .st:after{
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
  right: -25px;
  border: 1px solid #DDCB00;
}
.main_kak_rabotaem_ .item .st4{
  overflow: hidden;
}
.main_kak_rabotaem_ .item .name{
  font-family: Segoe_ui_semibold, sans-serif;
  font-size: 20px;
  font-weight: bold;
  height: 48px;
  overflow: hidden;
}
.main_kak_rabotaem_ .item .mtext{
  font-size: 14px;
  padding-top: 20px;
  height: 84px;
  overflow: hidden;
}

/* End */
/* /local/components/gmg/complex/templates/profiles/bitrix/news.detail/.default/style.css?17513953917994 */
/* /local/components/gmg/element.list/templates/desTabs/style.css?1776681808610 */
/* /local/templates/main_new/components/bitrix/main.include/main_preim/style.css?1729663559997 */
/* /local/templates/main_new/components/bitrix/news.list/sertifikats/style.css?1776494754337 */
/* /local/templates/main_new/components/bitrix/main.include/main_kak_mi_rabotaem/style.css?17766928512139 */
