body {
    position: relative;
    padding: 0px;
    margin: 0px auto;
}

.casePageWrapper {
    font-family: "Montserrat";
    color: #1D1D1D;
    overflow: hidden;
}

.casePageWrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.casePageWrapper *:before,
.casePageWrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.casePageWrapper p,
.casePageWrapper h1,
.casePageWrapper h2,
.casePageWrapper h3,
.casePageWrapper h4,
.casePageWrapper h5,
.casePageWrapper h6 {
    margin: 0px;
}

.casePageWrapper ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.casePageWrapper a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
}

.casePageWrapper select,
.casePageWrapper input,
.casePageWrapper textarea {
    width: 100%;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    font-family: "Montserrat";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.casePageWrapper button {
    padding: 0px;
    font-family: "Montserrat";
    background-color: transparent;
    border: none;
    -webkit-outline: none;
    -moz-outline: none;
    outline: none;
    cursor: pointer;
}

.casePageWrapper button:disabled {
    cursor: default;
}

.casePageWrapper .container {
    width: 1234px;
    padding: 0px 15px;
    margin: 0px auto;
}

@media (min-width: 992px) {
    .casePageWrapper .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .casePageWrapper .container {
        max-width: 1200px;
    }
}

@media (min-width: 1260px) {
    .casePageWrapper .container {
        max-width: 1230px;
    }
}

@media (max-width: 1199px) {
    .casePageWrapper .container {
        width: 991px;
    }
}

@media (max-width: 991px) {
    .casePageWrapper .container {
        width: 768px;
    }
}

@media (max-width: 767px) {
    .casePageWrapper .container {
        width: 100%;
    }
}

.casePageWrapper .mobEl {
    display: none;
}

.casePageWrapper .sectionTitle.center {
    text-align: center;
}

.casePageWrapper .subtitle+.iconTempl {
    margin-top: 12px;
}

.casePageWrapper .iconTempl {
    display: block;
    width: 64px;
    height: 64px;
    font-size: 26px;
    line-height: 64px;
    text-align: center;
    background-color: white;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    -moz-box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    box-shadow: 0px 6px 60px rgba(63, 61, 86, 0.1);
    background-position: center;
    background-repeat: no-repeat;
}

.casePageWrapper .tasksList li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #5F6B71;
    padding-left: 37px;
}

.casePageWrapper ul li:before {
    background: transparent;
}

.casePageWrapper .tasksList li:before {
    content: '\e913';
    display: block;
    position: absolute;
    font-family: icomoon;
    left: 0;
    top: 5px;
    font-size: 22px;
    line-height: 1;
    color: #FE6951;
}

.casePageWrapper .backColor .textBlock p,
.casePageWrapper .backColor li,
.casePageWrapper .backColor li:before {
    color: white;
}

.casePageWrapper .tasksList li+li {
    margin-top: 16px;
}

.casePageWrapper .checkItem {
    position: relative;
    padding-left: 30px;
}

.casePageWrapper .checkItem:before {
    content: '\e900';
    display: block;
    position: absolute;
    font-family: icomoon;
    top: 6px;
    left: 0px;
    font-size: 18px;
    line-height: 1;
}

.chatinfoList {
    display: flex;
}

.chatInfoB {
    font-size: 22px;
    line-height: 28px;
    color: #3F51B5;
    font-weight: 600;
    padding-bottom: 20px;
}

.chatTextB {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    padding-bottom: 16px;
}

.casePageWrapper .firstCap {
    display: block;
    font-family: "Montserrat";
    font-size: 60px;
    line-height: 70px;
    color: #1D1D1D;
}

.casePageWrapper .secCap {
    display: block;
    font-size: 50px;
    line-height: 65px;
    color: #1D1D1D;
}

.casePageWrapper .thirdCap {
    display: block;
    font-family: "Montserrat";
    font-size: 36px;
    line-height: 44px;
    color: #1D1D1D;
}

.casePageWrapper .sectionTitle .subtitle {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.casePageWrapper .sectionTitle .subtitle+.title {
    margin-top: 20px;
}

.casePageWrapper .goalSection .textBlock {
    max-width: 587px;
    margin: 0px auto;
    padding: 25px 0px 92px 0px;
}

.casePageWrapper .goalSection .titleContainer .title {
    margin-top: 18px;
}

.casePageWrapper .iconItem {
    position: relative;
    padding-left: 104px;
    min-height: 64px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.casePageWrapper .iconItem .iconTempl {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1439px) {
    .casePageWrapper .firstCap {
        font-size: 48px;
        line-height: 56px;
    }

    .casePageWrapper .secCap {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (max-width: 1199px) {
    .casePageWrapper .firstCap {
        font-size: 36px;
        line-height: 48px;
    }

    .casePageWrapper .secCap {
        font-size: 28px;
        line-height: 36px;
    }

    .casePageWrapper .thirdCap {
        font-size: 22px;
    }

    .casePageWrapper .sectionTitle .subtitle {
        font-size: 10px;
    }

    .caseArtotois .sectionTitle .subtitle+.title {
        margin-top: 12px;
    }

    .casePageWrapper .tasksList li {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .casePageWrapper .checkItem.type1 {
        padding-left: 30px;
    }

    .chatTextB {
        font-size: 16px;
        line-height: 24px;
    }

    .chatInfoB {
        font-size: 16px;
        line-height: 24px;
    }

    .casePageWrapper .iconItem {
        padding-left: 88px;
    }
}

@media (max-width: 767px) {
    .casePageWrapper .thirdCap {
        line-height: 32px;
    }

    .casePageWrapper .secCap {
        font-size: 24px;
        line-height: 32px;
    }

    .casePageWrapper .tasksList li {
        font-size: 14px;
        line-height: 22px;
        padding-left: 40px;
    }

    .casePageWrapper .tasksList li:before {
        top: 0;
    }

    .chatTextB,
    .chatInfoB {
        text-align: center;
    }

    .chatinfoList {
        flex-wrap: wrap;
        margin-bottom: -20px;
        margin-right: -20px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 25px 0px 40px;
    }

    .casePageWrapper .goalSection .textBlock {
        padding: 20px 0px 60px 0px;
    }

    .casePageWrapper .iconItem {
        padding-left: 0px;
        min-height: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .casePageWrapper .iconItem .iconTempl {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto 12px;
    }
}

.whiteContent .firstCap,
.whiteContent .secCap,
.whiteContent .thirdCap,
.whiteContent .textBlock,
.whiteContent .sectionTitle .subtitle,
.whiteContent .sectionTitle .subtitle span,
.whiteContent .tasksList li {
    color: white;
}

.whiteContent .checkItem:before {
    color: #99CBED;
}