h3 {
    margin: 40px 0 0
}

ul {
    list-style-type: none;
    padding: 0
}

a {
    color: #42b983
}

.close-poping {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 16px;
    cursor: pointer
}

.vue-tel-input {
    direction: ltr!important
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff
}

input:not([type=checkbox]):not([type=tel]) {
    width: 100%;
    min-height: 30px;
    outline: none;
    position: relative;
    z-index: 3;
    background-position: 50% 50%;
    background-repeat: no-repeat!important;
    border: 1px solid #bbb
}

.vti__dropdown {
    background: #fff
}

button[type=submit] {
    width: 100%;
    padding: 15px;
    height: auto;
    cursor: pointer
}

#phone.false,input.false {
    background-image: url(../img/error-info.svg)!important;
    background-position: 99% 50%!important;
    background-repeat: no-repeat;
    border: 1px solid #cf0000;
    -webkit-transition: unset;
    transition: unset;
    background-color: #ffe3e3!important
}

.checkbox-wrap.false {
    color: red!important
}

input.valid {
    background-image: url(../img/valid-info.svg)!important;
    background-position: 99% 50%!important;
    background-repeat: no-repeat;
    border: 1px solid #23b100;
    background-color: #eaffe5!important
}

form input.false,form input.false:focus,form input.valid,form input.valid:focus {
    color: #444
}

form .input-wrap {
    width: 100%;
    position: relative;
    margin: 20px 0
}

.input-wrap label {
    position: absolute;
    display: none
}

.checkbox-wrap {
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 14px
}

.checkbox-wrap input,.checkbox-wrap label {
    vertical-align: middle;
    cursor: pointer
}

.checkbox-wrap label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 95%;
    margin: 0;
    padding-left: 5px
}

.input-wrap input.false:focus+label,label.false {
    display: block;
    text-align: center;
    color: #c40000;
    font-size: 14px;
    position: absolute;
    width: 54%;
    max-width: 200px;
    z-index: 999;
    background: #fff;
    bottom: 99%;
    right: 0;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.25);
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400
}

input.false:focus+label:after,label.false:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #fff transparent transparent transparent;
    top: 100%;
    right: 7.1%;
    margin-left: -10px
}

.focus-border.false,.focus-border.valid {
    display: block;
    position: absolute;
    width: 80%;
    top: -2px;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.pop-text-wrap {
    padding: 50px 70px
}

.focus-border {
    z-index: -1!important
}

.vti__dropdown.open {
    z-index: 99
}

.arForm input {
    direction: rtl;
    text-align: center
}

.arForm .checkbox-wrap {
    text-align: right;
    direction: rtl
}

.arForm .vti__dropdown {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    direction: ltr
}

.arForm input[name=phone] {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    direction: ltr!important;
    background-position: 99% 50%!important
}

.arForm input[name=email] {
    direction: ltr!important
}

.loaders {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    background-color: #06c
}

.loaders-bg-2 {
    background-color: #fc4532
}

.loaders-bg-3 {
    background-color: #ff29c8
}

.loaders-bg-4 {
    background-color: #000
}

.preloader {
    /* width:100px; */
    /* height:100px; */
    /* position:absolute; */
    /* left:50%; */
    /* top:50%; */
    /* -webkit-transform:translateX(-50%) translateY(-50%); */
    /* transform:translateX(-50%) translateY(-50%); */
    /* -webkit-animation:rotatePreloader 2s ease-in infinite; */
    /* animation:rotatePreloader 2s ease-in infinite; */
}

button .preloader {
    width: 20px;
    height: 20px
}

.inform {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    text-align: center;
    color: #fff;
    font-size: 14px
}

@-webkit-keyframes rotatePreloader {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-1turn);
        transform: translateX(-50%) translateY(-50%) rotate(-1turn)
    }
}

@keyframes rotatePreloader {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(0);
        transform: translateX(-50%) translateY(-50%) rotate(0)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-1turn);
        transform: translateX(-50%) translateY(-50%) rotate(-1turn)
    }
}

.preloader div {
    /* position:absolute; */
    /* width: 100px; */
    /* height: 100px; */
    /* opacity:0; */
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 100px;
    /* background-color:#fff; */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:first-child {
    /* -webkit-transform:rotate(0); */
    /* transform:rotate(0); */
    /* -webkit-animation:rotateCircle1 2s linear infinite; */
    /* animation:rotateCircle1 2s linear infinite; */
    /* z-index:9; */
}

@-webkit-keyframes rotateCircle1 {
    0% {
        opacity: 0
    }

    0% {
        opacity: 1;
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg)
    }

    7% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    57% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0
    }

    0% {
        opacity: 1;
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg)
    }

    7% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    57% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(2) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-animation: rotateCircle2 2s linear infinite;
    animation: rotateCircle2 2s linear infinite;
    z-index: 8
}

@-webkit-keyframes rotateCircle2 {
    5% {
        opacity: 0
    }

    5.0001% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12% {
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    62% {
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0
    }

    5.0001% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    12% {
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    62% {
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(3) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    -webkit-animation: rotateCircle3 2s linear infinite;
    animation: rotateCircle3 2s linear infinite;
    z-index: 7
}

@-webkit-keyframes rotateCircle3 {
    10% {
        opacity: 0
    }

    10.0002% {
        opacity: 1;
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    17% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    67% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0
    }

    10.0002% {
        opacity: 1;
        -webkit-transform: rotate(-36deg);
        transform: rotate(-36deg)
    }

    17% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    67% {
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(4) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    -webkit-animation: rotateCircle4 2s linear infinite;
    animation: rotateCircle4 2s linear infinite;
    z-index: 6
}

@-webkit-keyframes rotateCircle4 {
    15% {
        opacity: 0
    }

    15.0003% {
        opacity: 1;
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    22% {
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    72% {
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0
    }

    15.0003% {
        opacity: 1;
        -webkit-transform: rotate(-72deg);
        transform: rotate(-72deg)
    }

    22% {
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    72% {
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(5) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    -webkit-animation: rotateCircle5 2s linear infinite;
    animation: rotateCircle5 2s linear infinite;
    z-index: 5
}

@-webkit-keyframes rotateCircle5 {
    20% {
        opacity: 0
    }

    20.0004% {
        opacity: 1;
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    27% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    77% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0
    }

    20.0004% {
        opacity: 1;
        -webkit-transform: rotate(-108deg);
        transform: rotate(-108deg)
    }

    27% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    77% {
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(6) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation: rotateCircle6 2s linear infinite;
    animation: rotateCircle6 2s linear infinite;
    z-index: 4
}

@-webkit-keyframes rotateCircle6 {
    25% {
        opacity: 0
    }

    25.0005% {
        opacity: 1;
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    32% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    82% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0
    }

    25.0005% {
        opacity: 1;
        -webkit-transform: rotate(-144deg);
        transform: rotate(-144deg)
    }

    32% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    82% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(7) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    -webkit-animation: rotateCircle7 2s linear infinite;
    animation: rotateCircle7 2s linear infinite;
    z-index: 3
}

@-webkit-keyframes rotateCircle7 {
    30% {
        opacity: 0
    }

    30.0006% {
        opacity: 1;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    37% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    87% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0
    }

    30.0006% {
        opacity: 1;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    37% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    87% {
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(8) {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    -webkit-animation: rotateCircle8 2s linear infinite;
    animation: rotateCircle8 2s linear infinite;
    z-index: 2
}

@-webkit-keyframes rotateCircle8 {
    35% {
        opacity: 0
    }

    35.0007% {
        opacity: 1;
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    42% {
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    92% {
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0
    }

    35.0007% {
        opacity: 1;
        -webkit-transform: rotate(-216deg);
        transform: rotate(-216deg)
    }

    42% {
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    92% {
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(9) {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    -webkit-animation: rotateCircle9 2s linear infinite;
    animation: rotateCircle9 2s linear infinite;
    z-index: 1
}

@-webkit-keyframes rotateCircle9 {
    40% {
        opacity: 0
    }

    40.0008% {
        opacity: 1;
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    47% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    97% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0
    }

    40.0008% {
        opacity: 1;
        -webkit-transform: rotate(-252deg);
        transform: rotate(-252deg)
    }

    47% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    97% {
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

.preloader div:nth-child(10) {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    -webkit-animation: rotateCircle10 2s linear infinite;
    animation: rotateCircle10 2s linear infinite;
    z-index: 0
}

@-webkit-keyframes rotateCircle10 {
    45% {
        opacity: 0
    }

    45.0009% {
        opacity: 1;
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    52% {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg)
    }

    102% {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0
    }

    45.0009% {
        opacity: 1;
        -webkit-transform: rotate(-288deg);
        transform: rotate(-288deg)
    }

    52% {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg)
    }

    102% {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg)
    }

    to {
        -webkit-transform: rotate(-324deg);
        transform: rotate(-324deg);
        opacity: 1
    }
}

#app {
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin-top: 60px
}

.addition a {
    color: #42b983
}

.addition .cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
    background: #333;
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    display: none;
    z-index: 9999
}

.addition .cookie-bar.active {
    display: inherit
}

.addition .cookie-bar-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px
}

.addition #cookie-bar-link {
    font-size: 12px
}

.addition .cookie-bar-buttons {
    text-align: center
}

.addition #cookie-bar-btn {
    padding: 10px 20px;
    background: #49c63b;
    border: unset;
    color: #fff;
    cursor: pointer;
    white-space: nowrap
}

.addition .arCookies {
    direction: rtl
}

.addition #modal-error .modal-dialog.modal-sm {
    width: 100%
}

.addition #modal-error button.close {
    position: relative;
    z-index: 99999;
    font-size: 44px;
    right: 15px
}

.addition .modal-open {
    overflow: scroll;
    display: block
}

.addition .cookie-policy,.addition .exit_popup {
    display: none
}

.addition .cookie-policy.active {
    display: block
}

.addition button,.addition input {
    outline: none
}

.addition .pops {
    cursor: pointer
}

.addition .exit_popup {
    background: hsla(0,0%,100%,.6)
}

.addition .help-block-error {
    line-height: 1;
    margin: 0 0 11px;
    text-align: left;
    background-color: red;
    color: #fff
}

.addition .form-container-unique .form-group .help-block.block,.addition form .help-block {
    display: block
}

.addition .pop-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    display: none
}

.addition .pop-outer.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.addition .pop-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 99
}

.addition .pop-inner {
    height: 80%;
    position: relative;
    z-index: 101;
    background: #fff;
    max-width: 80%
}

.addition .pop-inner__in {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 20px 40px;
    line-height: 150%
}

.addition .pop-inner__in h1 {
    margin: 20px 0;
    font-size: 32px
}

.addition .pop-inner__in .terms__subtitle,.addition .pop-inner__in h2 {
    margin: 0 0 20px;
    font-size: 24px;
    display: block
}

.addition .pop-inner__in p {
    margin: 0 0 20px;
    font-size: 16px
}

.addition .pop-close,.addition .pop-inner__in,.addition .pop-inner__in h1 {
    color: #000
}

.addition .pop-close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    z-index: 5
}

.addition .alterlink {
    font-family: Open Sans,Helvetica,Arial,sans-serif;
    cursor: pointer;
    font-size: 14px
}

.addition .alterlink:hover {
    text-decoration: underline
}

@media screen and (max-width: 1100px) {
    .addition .cookie-bar {
        font-size:14px
    }
}

@media screen and (max-width: 768px) {
    .addition .cookie-bar {
        font-size:12px
    }

    .addition .pop-inner {
        max-width: 100%
    }

    .addition .pop-inner__in {
        padding: 20px
    }

    .addition .pop-inner__in h1 {
        font-size: 28px
    }

    .addition .pop-inner__in .terms__subtitle,.addition .pop-inner__in h2 {
        font-size: 20px;
        margin: 0 0 10px
    }

    .addition .pop-inner__in svg {
        width: auto;
        height: auto
    }

    .addition .pop-close {
        right: 20px
    }
}

@media screen and (max-width: 425px) {
    .addition #cookie-bar-btn {
        padding:7px 9px
    }

    .addition .fullscreen-cookie-text {
        display: none
    }
}

.video {
    position: relative
}

.video-block-inner {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0
}

iframe {
    width: 100%;
    margin: auto
}

.over {
    z-index: 91;
    height: 100%;
    cursor: pointer
}

.over,.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.play-btn {
    height: 87%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3
}

@media screen and (max-width: 768px) {
    .play-btn {
        opacity:0;
        display: none
    }
}

.play-btn:before {
    content: "";
    display: block;
    width: 26%;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0iTS04MzgtMjIzMkg1NjJ2MzYwMEgtODM4di0zNjAweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xNiAxMHYyOGwyMi0xNC0yMi0xNHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) no-repeat;
    height: 48%;
    background-size: contain;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.play .play-btn:before {
    opacity: 0
}

@media screen and (max-width: 992px) {
    .video-block-inner,iframe {
        max-height:350px
    }
}

@media screen and (max-width: 768px) {
    .video-block-inner,iframe {
        max-height:250px
    }
}

@media screen and (max-width: 562px) {
    .video-block-inner,iframe {
        max-height:180px
    }
}
