.cnt-insurance {
  background: url(../images/dmc/insurance-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding-top: 67px;
  padding-bottom: 108px;
  position: relative;
  overflow: hidden;
}
.cnt-insurance:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 800px;
  background: url(../images/dmc/insurance-img.png) 0 -60px no-repeat;
}
.cnt-insurance__box {
  width: 52%;
}
.cnt-insurance__title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
  color: #333;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.cnt-insurance__text {
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.cnt-insurance__button {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .cnt-insurance__box {
    width: 75%;
  }
}
@media screen and (max-width: 1000px) {
  .cnt-insurance:after {
    right: -200px;
  }
}
@media screen and (max-width: 800px) {
  .cnt-insurance:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -19px;
    top: auto;
    width: 221px;
    height: 253px;
    background: url(../images/dmc/insurance-img-mobile.png) 0 0 no-repeat;
  }
  .cnt-insurance__box {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .cnt-insurance__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.cnt-service {
  background: url(../images/dmc/service-bg.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 71px;
}
.cnt-service__title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
}
.cnt-service__items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.cnt-service__item {
  width: 25%;
}
.cnt-service__item-box {
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
}
.cnt-service__item-header {
  border-bottom: 1px solid #e7e7e7;
  text-align: center;
  padding-top: 28px;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  height: 74px;
  display: flex;
}
.cnt-service__item-suptitle {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.cnt-service__item-title {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #ef5363;
  margin: auto;
}
.cnt-service__item-info {
  padding-top: 45px;
  padding-bottom: 38px;
  padding-left: 20px;
  padding-right: 20px;
}
.cnt-service__item-info-item {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333;
  text-decoration: none;
  margin-bottom: 16px;
}
@media screen and (max-width: 850px) {
  .cnt-service__title {
    font-size: 24px;
    line-height: 28px;
  }
  .cnt-service__item {
    width: 100%;
  }
  .cnt-service__item-box {
    margin-bottom: 20px;
  }
}
.cnt-complex {
  margin-top: 85px;
  margin-bottom: 101px;
}
.cnt-complex__row {
  display: flex;
}
.cnt-complex__info {
  width: 70%;
  background-color: #e0f5fc;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 36px;
  padding-bottom: 35px;
}
.cnt-complex__title {
  font-size: 30px;
  line-height: 36px;
  font-weight: normal;
  color: #5e94dc;
  margin-top: 0;
  margin-bottom: 22px;
}
.cnt-complex__items {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cnt-complex__item {
  padding-left: 10px;
  position: relative;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  color: #333;
  margin-bottom: 0;
}
.cnt-complex__item:before {
  content: '•';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.cnt-complex__more {
  width: 30%;
  min-width: 310px;
  flex-shrink: 0;
  background-color: #00a3dd;
  color: #fff;
  text-align: center;
  padding-top: 37px;
  padding-bottom: 40px;
}
.cnt-complex__more-text {
  font-size: 24px;
  margin-bottom: 44px;
}
.cnt-complex__more-tel {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 38px;
}
.cnt-complex__more-or {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 38px;
}
.cnt-complex__button {
  color: #00a3dd;
}
.cnt-complex__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 850px) {
  .cnt-complex {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .cnt-complex__row {
    flex-wrap: wrap;
  }
  .cnt-complex__info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cnt-complex__more {
    width: 100%;
    min-width: 0;
  }
  .cnt-complex__more-tel {
    font-size: 24px;
  }
}
.cnt-map {
  position: relative;
}
.cnt-map__map-box {
  height: 500px;
}
.cnt-map__info-box {
  position: absolute;
  top: 0;
  left: 100px;
  bottom: 0;
  z-index: 2;
  width: 1px;
  display: flex;
  align-items: center;
}
.cnt-map__info-items {
  background-color: rgba(255, 255, 255, 0.95);
  width: 400px;
}
.cnt-map__info-item {
  padding:10px 21px 10px 22px;
}
.cnt-map__info-item:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}
.cnt-map__info-item-title {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.cnt-map__info-item-row {
  display: flex;
  justify-content: space-between;
}
.cnt-map__info-item-addr {
  font-size: 14px;
  color: #666;
}
.cnt-map__info-item-link {
  font-size: 14px;
  color: #00a3dd;
  text-decoration: none;
}
@media screen and (max-width: 460px) {
  .cnt-map__info-items {
    width: 280px;
  }
  .cnt-map__info-item-row {
    flex-wrap: wrap;
  }
  .cnt-map__info-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cnt-map__info-item:not(:first-child) {
    display: none;
  }
}
.cnt-dep {
  background-color: #00a3dd;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cnt-dep__box {
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 660px) {
  .cnt-dep__box {
    font-size: 24px;
  }
}
.cnt-partners {
  padding-top: 37px;
  padding-bottom: 78px;
}
.cnt-partners__title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-bottom: 41px;
}
.cnt-partners__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cnt-partners__item {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}
.cnt-partners__items-img {
  display: block;
}
@media screen and (max-width: 500px) {
  .cnt-partners__title {
    font-size: 24px;
  }
}
.cnt-hide {
  display: none;
}
.text-center{
    text-align: center;
}

/*SUBSCRIPTION*/
.cnt-subs-main{
    position: relative;
}
.cnt-subs{
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
}
.cnt-subs__banner{
    margin: 60px 0 40px;
    position: relative;
}
.cnt-subs__banner-img{
    font-size: 0;
}
.cnt-subs__banner-img img{
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.cnt-subs__banner-desc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    color: #0294d9;
}
.cnt-subs__banner-desc p:first-child{
    text-transform: uppercase;
    font-size: 44px;
    margin: 0;
}
.cnt-subs__banner-desc span{
    text-transform: uppercase;
    font-size: 61px;
}

.cnt-subs__banner-desc p:last-child{
    padding-top: 10px;
    font-weight: 100;
    font-size: 28px;
    margin: 0;
}
.cnt-subs__work{
    text-align: center;
}



.cnt-subs__work-title h1{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
}
.cnt-subs__work-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cnt-subs__work-it{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cnt-subs__work-plus{
    position: relative;
    max-width: 300px;
    width: 100%;
    height: 285px;
    margin-bottom: 60px;
    background: #00a3dd;
}
.cnt-subs__work-item{
    max-width: 300px;
    width: 100%;
    height: 285px;
    margin-bottom: 60px;
    background: #00a3dd;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.cnt-subs__work-plus::after{
    content: '';
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background-image: url("/images/subscription/plus.png");
    background-repeat: no-repeat;
}
.cnt-subs__work-plus:last-child::after{
    content: none;
}
.cnt-subs__work-item img{
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.cnt-subs__work-plus:nth-child(2){
    width: 240px;
}
.cnt-subs__work-item p{
    background: #00a3dd;
    font-size: 18px;
    font-weight: 700;
    color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin: 0;
}
.cnt-subs__work-block .cnt-subs__work-item{
    max-width: 450px;
    width: 100%;
    height: 355px;
}
.cnt-subs__work-block .cnt-subs__work-item img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.cnt-subs__result .cnt-subs__work-item{
    display: flex;
    max-width: 450px;
    width: 100%;
    height: 270px;
    margin: 0px auto;
    margin-bottom: 60px;
}
.cnt-subs__result{
    text-align: center;
    display: block;
}
.cnt-subs__result .cnt-subs__work-item{
    display: flex;
}
.cnt-subs__result .cnt-subs__work-item p{
    width: 40%;
    left: 100%;
    transform: translateX(-100%);
    top: 0px;
    padding: 30px 10px;
    font-size: 24px;
    font-weight: 900;
    text-align: left;
}
/*.cnt-subs__result .cnt-subs__work-item img{*/
/*object-fit: cover;*/
/*}*/




.cnt-subs__work-object{
    position: relative;
    font-weight: 400;
    margin-bottom: 40px;
}

.cnt-subs__work-object p{
    line-height: 24px;
    color: #0294d9;
    font-size: 20px;
    top: 10px;
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.cnt-subs__work-passport{
    margin-bottom:50px;
    position: relative;
}
.cnt-subs__work-passport p{
    position: absolute;
    font-weight: 900;
    font-size: 30px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    color: white;
}
.cnt-subs__work-passport img{
    width: 100%;
}
.cnt-subs__work-red p{
    top: 30px;
    color: #ff5e5e;
}
.cnt-subs__result .plus{
    margin-top: -30px;
    margin-bottom: 30px;
}
.cnt-subs__price{
    margin: 0 auto;
    width: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cnt-subs__price-item{
    font-size: 18px;
    position: relative;
    text-align: center;
}
.cnt-subs__price-item p{
    margin: 70px 0 5px;
}
.cnt-subs__price-item:first-child{
    color: #2baadf;
    border: 1px solid #2baadf;
    width: 260px;
    height: 130px;
    border-radius: 5px ;
    margin-left: 20px;
}
.cnt-subs__price>span{
    /*margin-right: 30px;*/
    margin: 0 20px;
    font-size: 18px;
}
.cnt-subs__price-item:last-child{
    color: #ef5363;
    border: 1px solid #ef5363;
    width: 300px;
    height: 130px;
    border-radius: 5px ;
    /*margin-left: 20px;*/
}
.cnt-subs__price-item:first-child:before{
    top: 10px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    content: url("/images/subscription/1.svg");
}
.cnt-subs__price-item:last-child:before{
    top: 10px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    content: url("/images/subscription/2.svg");
}
.cnt-subs__button {
    text-align: center;
    margin: 55px 0 60px;
}
.cnt-subs__button button{
    cursor: pointer;
    font-size: 16px;
    color: white;
    width: 260px;
    height: 50px;
    border: none;
    border-radius: 40px;
    background: #ef5363;
}

.cnt-subs__modal{
    max-width: 480px;
    max-height: 420px;
    font-size: 16px;
}
.cnt-subs__modal{
    margin: 0 auto;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    z-index: 10;

}
.form-item input{
    margin: 5px 0;
    max-width:430px;
    padding: 10px 20px;
    width: 100%;
    color: #7e7e7e;
    background-color: #f7f7f7;
    border: none;
    border-radius: 5px;
}
.cnt-subs__modal-button{
    text-align: center;
    padding-top: 30px;
}
.cnt-subs__modal-button button{
    cursor: pointer;
    background-color: #00a3dd;
    color: white;
    width: 195px;
    height: 40px;
    border: none;
    border-radius: 40px;
}
.cnt-subs__modal-tabs{
    margin-top: 10px;
    width: 100%;
    max-width: 470px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #dddddd;
    align-items: center;
}
.tabs-item input[type=radio] {
    display: none;
}

.tabs-item input:checked + label{
    background: #00a3dd;
    color: white;
}
.tabs-item label{
    cursor: pointer;
    padding: 21px 28px;
    display: block;
}
.cnt-subs__modal-wrap{
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.cnt-subs__close_bg{
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.period span{
    padding: 0 20px;
}
@media screen and (max-width: 980px){
    .cnt-subs__work-items{
        display: flex;
        flex-direction: column;
    }
    .cnt-subs__work-item{
        margin-bottom: 30px;
    }
    .cnt-subs__work-plus::after{
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px;
        top:285px;
    }
}

@media screen and (max-width: 600px) {
    .cnt-subs__price>span{
        padding: 10px 0;
    }
    .cnt-subs__price {
        width: auto;
    }
    .cnt-subs__work-object img{
        width: 160px;
    }
    .cnt-subs__work-object p{
        line-height: 20px;
        font-size: 16px;
        top: 0;
        width: 150px;
    }
    .cnt-subs__work-red p{
        top: 10px;
        color: #ff5e5e;
    }
    .cnt-subs__price{
        vertical-align: center;
        flex-direction: column;
    }
    .cnt-subs__price-item:first-child,.cnt-subs__price>span{
        margin: 0;
    }
    .cnt-subs__banner-desc p:first-child {
        font-size: 34px;
    }
    .cnt-subs__banner-desc span {
        font-size: 51px;
    }
    .cnt-subs__banner-desc p:last-child {

        font-size: 18px;
    }
    .cnt-subs__banner-desc {
        left: 20px;
    }
    .cnt-subs__banner-img img{
        height: 240px;
    }
}
@media screen and (max-width: 480px){
    .tabs-item label{
        padding: 22px 20px;
        font-size: 14px;
    }
    .cnt-subs__work-title h1{
        font-size: 26px;
    }
    .cnt-subs__banner-desc p:first-child {
        font-size: 24px;
    }
    .cnt-subs__banner-desc span {
        font-size: 35px;
    }
    .cnt-subs__banner-desc p:last-child {

        font-size: 14px;
    }
    .cnt-subs__banner-desc {
        left: 10px;
    }
    .tabs-item label{
        padding: 22px 10px;
    }
    .period span{
        padding: 0 3px;
    }
}
@media screen and (max-width: 410px){
    .cnt-subs__result .cnt-subs__work-item p{
        width: 50%;
    }
}
@media screen and (max-width: 340px){
    .cnt-subs__banner-img img{
        height: 200px;
    }

}

.cnt-subs__modal-wrap .popup__content{
    padding: 0;
}

.agreement-text {
    font-size: 12px;
    color: #999;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 0;
}

.agreement-text a {
    border-bottom: 1px dotted #999 !important;
    padding-right: 2px !important;
    cursor: pointer !important;
    color: #999;
    text-decoration: none;
}

.h4{
    font-size: 24px;
    letter-spacing: 0.5px;
}