.text-block {
    background: #000;
    color: #fff;
    padding: 30px 25px;
    position: relative;
}
.text-block img {
    margin-right: 30px;
    margin-bottom: 20px;
}

.text-content h3, .text-content h4, .text-content h5, .text-content h6 {
    font-size: 22px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.block-title {
    margin: 0;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
}

.text-content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-weight: 300;
    padding: 20px 0;
    font-size: 16px;
}
.text-content>p {
    margin: 0;
}
.bottom-text {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.video-layer {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    max-width: 1200px;
} 
.video-layer>video, .video-layer>img {
    width: 100%;
    border: 2px solid;
    border-radius: 3px;
    border-color: red;
    overflow: hidden;
}
.play-button {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.play-button::after {
    content: '';
    position: absolute;
    width: 75px;
    height: 75px;
    background: #000000b5;
    left: -40px;
    top: -37px;
    z-index: 1;
    border-radius: 100%;
}

.play-button::before {
    width: 0px;
    height: 0px;
    position: absolute;
    background: #fff0;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    border: 12px solid #0000;
    border-left: 22px solid #fff;
    border-right: none;
    cursor: pointer;
    z-index: 2;
    content: '';
}
.video-block {
    padding: 30px 25px;
    color: #fff;
    background: #000;
    position: relative;
}
.mixed-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
	    margin-top: 25px;
}
.button-mixed {
    display: flex;
    justify-content: space-evenly;
}
a.red-mxb {
    text-decoration: none;
    color: #fff!important;
    background: red;
    padding: 7px 25px;
    display: block;
    border-radius: 3px;
    position: relative;
    text-align: center;
    min-width: 30%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease;
    margin: 0 5px;
    line-height: 30px;
}

a.red-mxb:hover {
    transform: scale(0.95);
}

a.black-mxb {
    text-decoration: none;
    color: #fff!important;
    background: black;
    border: 2px solid red;
    padding: 5px 25px;
    display: block;
    border-radius: 3px;
    position: relative;
    text-align: center;
    min-width: 30%;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    transition: .3s ease;
    margin-right: 5px;
    line-height: 30px;
}

a.black-mxb:hover {
    transform: scale(0.95);
}

@media(max-width:500px) {
    .button-mixed {
        display:block;
    }
   a.red-mxb {
    width: 100%;
      padding: 15px;
    margin-bottom: 25px 
   }
   a.black-mxb {
    width: 100%;
      padding: 15px;
    margin-bottom: 25px 
   }
}
.mixed-block {
    padding: 30px 25px;
    background: #000;
    color: #fff;
    width: 100%;
    position:relative;
}
.dest {
    position:absolute;
    left: 0;
    top: -90px;
}
.mixed-wrapper>div {
    width: 48%;
}
a.bottom-url {
    display: block;
    width: fit-content;
    background: #f00;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    transition: .3s ease;
    margin: auto;
	    margin-bottom: 10px;
}

a.bottom-url:hover {
    background: #4169e1;
    transition: .3s ease;
}
.left-block, .right-block {
    margin: 0;
    line-height: 30px;
    font-size: 16px;
	font-weight:100;
}

.left-block>p, .right-block>p {
    margin-top: 0;
}

.right-block>.video-layer, .left-block>.video-layer {
    margin-top: 0;
}

.text-content-mixed {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.text-content-mixed>p {
    margin-top: 0;
}
.mixed-wrapper blockquote {
    padding: 0px 25px;
    font-weight: 100;
    font-style: italic;
    margin: 0;
    border-left: 2px solid red;
    padding-left: 15px;
}
.mixed-wrapper ul {
    margin-left: 0;
    padding-left: 25px;
}
.mixed-wrapper h4, .mixed-wrapper h5 {
    font-size: 16px;
}
.buttons-wrapper {
    padding: 40px 25px;
    background: #000;
    position: relative;
}
.buttons-block {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin:auto;
    width: 100%;
    max-width:1200px;
}

a.button-link {
    background: #f00;
    color: #fff;
    padding: 15px;
    text-align: center;
    max-width: 260px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 5px;
    width: 100%;
    margin: 0 20px;
    margin-bottom: 30px;
    transition: .3s ease;
}
a.button-link:hover {
  background: #4169e1;
}
.review-wrapper {
    background: #000;
    padding: 30px 25px;
    position: relative;
}

.review-block {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid red;
}

.review-content {
    font-size: 16px;
    font-weight: 400;
}
.review-content>ul {
    margin: 0;
    padding: 0;
    padding-left: 12px;
}
.review-block-title {
    text-align: center;
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media(max-width:800px) {
.mixed-wrapper {
  flex-wrap: wrap;
}
.mixed-wrapper>div {
    width: 100%;
}
.left-block {
    margin-bottom: 30px;
}
}
@media(max-width:500px) {
    .block-title {
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }
	.m-hidden {
		display:none!important;
	}
}