

/* Start:/bitrix/templates/aspro-allcorp/css/bootstrap.css?1432792975114216*/
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

textarea.bxeditor-textarea { line-height: normal !important; }


.iconblocks {
  padding: 35px 0 25px;
}

.services {
  margin-top: 60px;
}

.services__cart {
  position: relative;
  padding-bottom: 30px;
}

.services__cart-title {
  min-height: 52px;
}

.services__cart:hover {
  cursor: pointer;
}

.services__cart:hover .services__cart-image img {
  opacity: 1;
  transition: all .3s ease;
}

.services__cart:hover .services__cart-mini {
  background-color: #25160f;
  transition: all .3s ease;
}

.services__cart:hover .services__cart-title a {
  color: #25160f;
  transition: all .3s ease;
}

.services__cart-image {
  background: #666666;
}

.services__cart-image img {
  width: 100%;
  opacity: 0.3;
  transition: all .3s ease;
}

.services__cart-mini {
  position: absolute;
  background-color: #d6a182;
  top: 25px;
  left: 40px;
  border-radius: 5px;
  transition: all .3s ease;
  text-align: center;
  padding: 10px 10px;
  max-width: 66px;
  min-width: 66px;
  max-height: 66px;
  min-height: 66px;
}

.services__cart-title {
  margin-top: 20px;
}

.services__cart-title a {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  font-size: 15px;
  line-height: 26px;
  
  transition: all .3s ease;
  text-decoration: none;
}



.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 0rem 2rem;
  color: #000;
}
 table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

td {
  padding: 1rem;
  border: 1px solid #eee;
}
 
 
#table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
        
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  #table tr {
    border: 1px solid #ddd;
    padding: 5px;
  }
 
  #table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }
 
  #table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }


@media screen and (max-width: 600px) {
  #table {
    border: 0;
    width: 229%;
    margin-left: -104px;
  }
  #table thead {
    display: none;
  }
  #table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  #table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
  }
  #table td:last-child {
    border-bottom: 0;
  }
  #table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}

.iconblock-1 {
    margin:10px 0;
    transition: all 0.7s ease 0s;
    text-align:center;
    display: inline-block;
        padding: 10px 10px 10px 10px;
        width:30%;
}
.iconblock-1 i, 
.iconblock-1 .icon {
    font-size:64px;
    color:#80C6FF;
    border: 6px double #f0e3d0;
    display: block;
    height: 60px;
    width: 60px;
    margin:0 auto 13px;
    text-align: center;
    padding:18px;
    border-radius:100px;
    box-sizing: content-box;
    
}

.iconblock-1 img {
  width: 60px;
  height: 60px;
}

.iconblock-1 p {
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
}

.iconblock-1 h3{
    transition: all 0.7s ease 0s;
    color: #25160f;
    position: relative;
    display:inline-block;    
    margin:0 0 6px 0;
    padding:6px;
    font-size:18px;
}    
.iconblock-1:hover h3{
    color: #25160f;
}    
.iconblock-1 h3:before {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height:2px;
    background: #25160f;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(6px);
}
.iconblock-1:hover h3:before,
.iconblock-1:focus h3:before {
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width: 600px) {
  .iconblock-1 {
    border: 0;
    width: 100%;
    
  }
}


.th-start-more{
  background: #F6F7FA;
  padding: 90px 0 100px;
}

.th-start-more ul {
  position: relative;
  padding: 0;
  list-style-type: none;
  margin: 0 0 20px;
}
.th-start-more ul li {
  background-image: url('../img/icons/check.svg');
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 24px;
  margin-bottom: 8px;
}

.services__cart-image img {
  display: block;
}

.services {
  padding: 40px 0 65px;
}

.services h2 {
  margin-bottom: 40px;
}


.th-table-price {
  background: #F6F7FA;
  padding: 90px 0 100px;
}

.th-table-price h2 {
  margin-bottom: 40px;
}

.th-table-price table td {
  padding: 20px;
  font-size: 14px;
}

.th-table-price table td:first-of-type {
  font-weight: bold;
}

.th-itog {
  padding: 90px 0 80px;
}

.th-itog .iconblock-1 {
  display: flex;
  align-items: center;
}

.th-itog .iconblock-1 .icon {
  flex: 0 0 40px;
  width: 40px;
  color: #000;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0;
  font-size: 32px;
}

.text {
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.text p {
  text-align: left;
  font-size: 14px;
}


.th-sertif .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  margin-top: 19px;
}

.th-sertif .download span {
  color: #000;
}

.th-sertif .download i {
  color: #633a24;
  display: inline-block;
  margin: 0 8px 0 16px;
}

@media (max-width:1200px) {
    .th-sertif .download {
        justify-content: flex-start;
    }
    
    .th-start-more {
        padding: 70px 0 75px;
    }
    
        .th-table-price h2 {
            margin-bottom: 30px;
        }
    
    .services {
        padding: 10px 0 40px;
    }
    
    .th-table-price {
        padding: 60px 0 65px;
    }
    
    .th-itog {
        padding: 60px 0 30px;
    }
    
        .th-sertif .title {
            margin-bottom: 22px;
        }
    
    .th-itog .iconblock-1 .icon {
        padding :0;
        display: flex;
        font-size:16px;
    }
    
    .iconblock-1 .icon {
  flex: 0 0 40px;
  width: 40px;
  color: #000;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0;
  font-size: 32px;
}

.iconblock-1 {
  display: flex;
  width:100%;
  align-items: center;
}

.text2 {
  padding-left: 10px;
  text-align: left;
  font-size: 14px;
}

.text2 p {
  text-align: left;
  font-size: 14px;
  
}
.text2 h3 {
  text-align: left;
  padding-left: 15px;
  font-size: 18px;
}

 .iconblock-1 .icon {
        padding :0;
        display: flex;
        font-size:16px;
    }
    .iconblock-1 img {
        width:24px;
        height: auto;
    }
}

@media (max-width:768px) {
     .th-itog .iconblock-1 {
         width:100%;
     }
     
     .iconblock-1 {
         width:100%;
     }
}

@media (max-width:480px) {
    
}