﻿@media all {
  section.section {
    background: #F9F8F8 !important;
  }
  .services-body {
    width: 100%;
    font-weight: 500;
    font-size: 1.875vw;
    line-height: 2.13542vw;
  }
  .services-body .services-body__title {
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #003B86;
    margin-top: 3.125vw;
    margin-bottom: 2.08333vw;
  }
  .services-body .services-body__list {
    background: #FFFFFF;
    padding-bottom: 2.60417vw;
  }
  .services-body .services-body__list .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFFFFF;
    padding: 1.5625vw 5.20833vw 1.5625vw 2.60417vw;
    border-bottom: 0.10417vw solid #E5E5E5;
  }
  .services-body .services-body__list .column .left {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #2979DE;
    height: 1.40625vw;
  }
  .services-body .services-body__list .column .right {
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: right;
    color: #2979DE;
  }
  .services-body .services-body__list .column.checked {
    background: rgba(42, 122, 224, 0.1);
  }
  .services-body .services-body__list .column.checked .left {
    font-weight: 500;
    color: #003C87;
  }
  .services-body .services-body__list .column.checked .right {
    font-weight: 500;
    color: #2979DE;
  }
  .services-body .services-body__list .column .service-input {
    display: none;
  }
  .services-body .services-body__list .column .service-input:checked ~ .service-label:before {
    background: #003B86;
    content: url("../images/service-checkbox-arrow.svg");
    padding-left: 0.15625vw;
  }
  .services-body .services-body__list .column .service-input:checked ~ .service-label:before {
    background: #003B86;
    content: url("../images/service-checkbox-arrow.svg");
    padding-left: 0.15625vw;
  }
  .services-body .services-body__list .column .service-label:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1.19792vw;
    height: 1.19792vw;
    border: 0.10417vw solid #003B86;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    margin-left: -25px;
    cursor: pointer;
  }
  .services-body .container__pages {
    margin-top: 2.60417vw;
  }
  .services-body .container__pages .services-amount__cont {
    position: absolute;
    margin-left: 50vw;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    color: #2979DE;
  }
  .services-body.form-body {
    background: #FFFFFF;
    -webkit-box-shadow: 0vw 0vw 0.41667vw rgba(214, 214, 214, 0.5);
            box-shadow: 0vw 0vw 0.41667vw rgba(214, 214, 214, 0.5);
    padding: 2.60417vw 2.60417vw 3.64583vw 3.07292vw;
    margin-top: 2.60417vw;
  }
  .services-body.form-body .services-body__wrapper {
    width: 40.625vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-body.form-body .service-form__textarea {
    width: 40.57292vw;
    height: 11.77083vw;
    left: 0vw;
    top: 3.22917vw;
    background: #FFFFFF;
    border: 0.05208vw solid #D6D6D6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #959595;
    padding: 0.78125vw 1.04167vw 1.04167vw 1.04167vw;
  }
  .services-body.form-body .service-form__text {
    width: 39.53125vw;
    height: 2.65625vw;
    font-family: Proxima Nova;
    font-size: 16px;
    line-height: 19px;
    color: #959595;
    margin-top: 2.60417vw;
  }
  .services-body.form-body .service-form__button {
    width: 12.55208vw;
    height: 2.55208vw;
    background: #003C87;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: 3.33333vw;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (max-width: 480px) {
  .services-body .services-body__title {
    font-size: 5.86667vw;
    line-height: 6.66667vw;
  }
  .services-body .services-body__list .column {
    padding: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
  .services-body .services-body__list .column .left {
    font-size: 3.73333vw;
    line-height: 4.26667vw;
  }
  .services-body .services-body__list .column .right {
    font-size: 3.73333vw;
    line-height: 4.26667vw;
  }
  .services-body .services-body__list .column .service-label {
    font-size: 3.46667vw;
    line-height: 108%;
  }
  .services-body .services-body__list .column .service-label:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 6.13333vw;
    height: 6.13333vw;
    border: 0.53333vw solid #003B86;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
    top: 1.33333vw;
    left: -1.33333vw;
    cursor: pointer;
  }
  .services-body .container__pages {
    margin-top: 13.33333vw;
  }
  .services-body.form-body .services-body__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services-body.form-body .service-form__textarea {
    width: 100%;
    height: 45.6vw;
  }
  .services-body.form-body .service-form__text {
    width: 100%;
    height: auto;
    font-family: Proxima Nova;
    font-size: 3.73333vw;
    line-height: 4.53333vw;
    color: #959595;
    margin-top: 13.33333vw;
  }
  .services-body.form-body .service-form__button {
    width: 68vw;
    height: 14.13333vw;
    background: #003C87;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 5.6vw;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
