.t3block__inner {
    display: flex;
    padding: 0 14px;
    background-color: #f2efee;
    color: #161616;
    border-radius: 0;
    overflow: hidden;
    transition: all .2s;
    width: 33%;
    height: 165px;
    margin-right: 10px;
    align-items: center;
}

.t3block__inner:last-child {
    margin-right: 0;
}

.t3blocks {
    display: flex;
    margin-top: 32px;
}

.t3block__icon {
    width: 100px;
}

.t3block__title {
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 7px;
    color: #a65047;
    margin-bottom: 10px;
}

.t3block__summary {
    margin-top: 7px;
    min-height: 85px;
}

.t3block__content {
    width: 100%;
    line-height: 1.3125;
    white-space: normal;
    font-size: 15px;
    text-align: left;
    margin-left: 15px;
}
.agent-small{
    display: none;
}

#player {
    width: 300px;
    height: 220px;
    background: transparent;
    overflow: hidden;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
#audio {
    display: none;
}
.cover {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    opacity: 1;
}
.controls {
    position: relative;
    width: 100%;
    color: #fff;
    text-align: center;
}
.btnPlayer {
    margin: 10px;
    color: #ae5b55;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: center;
}
.btnPlayer:hover {
    transform: scale(1.2);
    color: #964d4b;
    transition: 1s;
}
#play-pause {
    width: 46px;
    height: 46px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
input[type='range'] {
    background: #ae5b55;
    display: block;
    margin: 14px auto;
    width: 80px;
    height: 2px;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none !important;
}

input[type='range']::-webkit-slider-thumb {
    background: #AEAEAE;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    transition: .1s all linear;
    -webkit-transition: .1s all linear;
    -webkit-appearance: none !important;
}

input[type='range']::-webkit-slider-thumb {
    background: #ae5b55;
}

input[type='range']:hover::-webkit-slider-thumb {
    -webkit-transform: scale(2);
}
.cover .info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fa-pause:before {
    content: "\f04c";
}

.agent-page__form-wrapper{
    width: 50%;
}

@media (max-width: 768px){
    .agent-page__form-wrapper{
        width: 100%;
    }
    #player {
        width: 200px;
        height: 200px;
    }
    .cover {
        padding-top: 46px;
    }
    input[type='range'] {
        display: block;
        margin-top: 17px;
        height: 1px;
    }
}



@media (max-width: 1376px){
    .t3block__icon img {
        max-height: 60px;
    }
    .t3block__content {
        font-size: 15px;

    }
    .t3block__title {
        font-size: 26px;
    }
    .t3blocks{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .t3block__inner {
        height: unset;
        width: 48%;
        margin-top: 20px;
        background-color: #f2efee;
        padding: 5px;
        line-height: 1;
        margin-right: 0;
    }
}
@media (max-width: 1279px){
    .t3block__icon img {
        max-height: 60px;
    }
    .t3block__content {
        font-size: 15px;

    }
    .t3block__title {
        font-size: 26px;
    }
    .t3blocks{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .t3block__inner {
        height: unset;
        width: 48%;
        margin-top: 20px;
        background-color: #f2efee;
        padding: 5px;
        line-height: 1;
    }
}

@media (max-width: 1023px) {
    .t3blocks{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .t3block__icon {
        width: 80px;
    }
    .t3block__content {
        font-size: 13px;

    }
    .t3block__title {
        font-size: 22px;
    }
    .t3block__inner {
        height: unset;
        width: 48%;
        margin-top: 20px;
        background-color: #f2efee;
        padding: 5px;
        line-height: 1;
    }
}
@media (max-width: 767px) {
    .t3blocks{
        flex-direction: column;
    }
    .t3block__inner {
        height: unset;
        width: 100%;
        margin-top: 20px;
        background-color: transparent;
        padding: 0;
        line-height: 1;
    }
    .t3block__icon {
        width: 64px;
    }
    .t3block__icon img {
        max-width: 64px;
    }
    .t3block__title {
        font-size: 20px;
    }
    .t3block__summary{
        min-height: unset;
    }
}
@media (max-width: 479px) {
    .t3block__content {
        font-size: 12px;
        margin-left: 15px;
        padding-right: 0;
    }
    .t3block__title {
        font-size: 16px;
    }
    .t3block__summary {
        margin-top: 2px;
    }
}








.chatblock2 {
    position: fixed;
    bottom: 45px;
    left: 45px;
    width: 74px;
    height: 236px;
    z-index: 99999;
    transition: all ease .3s;
    font-family: "Open Sans", sans-serif;
}
.chatblock2.close {
    height: 74px;
}


.chatblock2.active {
    background-color: rgba(255, 255, 255, 0.5);
}



.chatblock {
    position: fixed;
    bottom: 45px;
    width: 230px;
    height: 236px;
    left: -250px;
    z-index: 999999;
    transition: all ease .3s;
    display: flex;
    font-family: "Open Sans", sans-serif;
}

.chatblock__close {
    content: '';
    display: block;
    right: -10px;
    top: -10px;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-image: url(../../images/close_chat2desk.png);
    background-position: center;
    background-size: 70%;
    cursor: pointer;
}

.chatblock label {
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.chatblock label a {
    color: #000;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

.chatblock form {
    background-color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
    transition: all ease .3s;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
    font-family: "Open Sans", sans-serif;
}
.chatblock.active {
    left: 130px;
}
.chatblock.active form {
    display: flex;
}
.chatblock.active form input[type="text"] {
    width: calc(100% - 10px);
    height: 40px;
    padding-left: 10px;
    box-shadow: 0 0 2px;
    border-radius: 5px;
    border: none;
    font-family: "Open Sans", sans-serif;
}
.chatblock form > *:not(:last-child) {
    margin-bottom: 8px;
    font-family: "Open Sans", sans-serif;
}



.chatblock form button {
    width: 100%;    
    border: none;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;  
    background-color: #41B4E6;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}



.chatblock.active form input[type="text"].error {
    border:1px solid red;
}
.chatblock.active form input[type="checkbox"].error {
    border:1px solid red;
    box-shadow: 0 0 3px red;
}



@media screen and (max-width: 1024px) {
    .chatblock {
        bottom: 0;
    }
    .chatblock.active {
        left: 75px;
        height: 230px;
    }
    .chatblock2 {
        bottom: 0;
        left: 0;
        width: 64px;
        height: 215px;
    }
}
