* {
    margin: 0;
    padding: 0;
}

html, body {
    font-family: "Arial MT", serif;
    height: 100%;
}

.about-p::selection {
    color: #3c763d;
    background-color: #f7ecb5;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.bord-50 {
    padding: 50px;
}

.bord-r-50 {
    padding-right: 50px;
}

main {
    background-color: #f5f5f5;
}

.container {
    /*width: 128px;*/
    margin: 0 auto;
}

@media all and (min-width: 0) and (max-width: 320px) {
    .container {
        width: 300px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .container {
        padding: 0;
    }
}

@media all and (min-width: 0) and (max-width: 600px) {
    .bord-50 {
        padding: 15px 5px 15px 5px;
    }

}

@media all and (min-width: 0) and (max-width: 992px) {
    .bord-r-50 {
        padding-right: 0;
    }
}

h1 {
    padding-bottom: 26px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 44px;
}

h2 {
    color: #445161;
    font-size: 30px;
    font-weight: 400;
    line-height: 22px;
}

h3 {
    color: #445161;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
}

.head {
    background-color: #445161;
    margin: 0 auto;
}

.head-div-left {
    /*width: calc(100%/12*7);
    float: left;*/
}

.head-div-right {
    /*width: calc(100%/12*5);
    float: right;
    height: 214px;*/
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
}
.vid1{
    /*height: 100vh;
    width: 100%;*/
    object-fit: cover;
    object-position: center center;
}
.vid2{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: -100;
    object-fit: cover;
    object-position: center center;
}


@media all and (min-width: 0) and (max-width: 992px) {
    .vid1,
    .about-div-right{
        width: 100%;
    }
}

nav {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 32px;
}

ul.head-ul {
    list-style-image: url(pic/check_icon.svg);
}


a.head-li-a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
}

a.head-li-a:hover {
    color: #989898;
}

a.about-a{
    text-decoration: none;
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}

a.about-a:hover  {
    color: #989898;
}

.about {
    background-color: #fff;
}

.about-div-left {
    /*width: calc(100%/12*7);
    float: left;*/
}

.about-div-right {
    /*width: calc(100%/12*5 - 50px);
    float: right;
    height: 245px;*/
    background-color: #fff;
    padding-right: 0;
    padding-left: 0;
    padding-top: 50px;

}

.about-p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
    text-align: justify;
}

.dign {
    /*padding: 50px 50px 44px 50px;*/
}


.dign-h2 {
    text-align: center;
}

ul.dign-ul {
    /*list-style-image: url(pic/plus.svg);*/
    list-style: none;
}

li.dign-li {
    /* width: calc(50% - 25px);
     float: left;*/
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;

    display: table;
    padding: 29px 25px 6px 0;
    letter-spacing: -0.3px;
    text-align: justify;
}

li.dign-li:nth-child(even) {
    padding: 29px 0px 6px 25px;
}

li.dign-li:before {
    content: url(pic/plus.svg);
    padding: 7px 9px 0 0;
    display: table-cell;
    vertical-align: top;
}
@media all and (min-width: 0px) and (max-width: 992px) {
    li.dign-li,
    li.dign-li:nth-child(even) {
        padding: 0;
        padding-top: 5px;
    }
    li.dign-li:before {
        display: table-row ;
        padding: 0;
        text-align: center;
    }
    li.dign-li:nth-child(1):before {
        display: none;
    }
}
.screen {
    background-color: #fff;
}

.screen-h2 {
    text-align: center;
    padding-bottom: 5px;
}

p.screen-p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 15px;
    letter-spacing: -0.3px;
    text-align: justify;
}

ul.screen-ul {
    list-style: none;
}

.screen-left-div {
    width: 200px;
    height: 150px;
    background-color: #fffff;
    float: left;
    margin-right: 15px;
    object-fit: cover;
    object-position: center top;
}
.screen-h3{
    margin-top: 0;
}
li.screen-li {
    /*width: calc(50% - 28px);
    display: inline-block;*/
    padding: 30px 25px 0 0;
}

li.screen-li:nth-child(even) {
    padding: 30px 0 0 25px;
}

@media all and (min-width: 0px) and (max-width: 992px) {
    li.screen-li,
    li.screen-li:nth-child(even) {
        padding: 0;
        padding-top: 15px;
    }
}
@media all and (min-width: 0px) and (max-width: 380px) {
    .screen-left-div {
        margin: auto;
        float:none;
        width: 100%;
        height: 100%;
    }
    .screen-h3{
        text-align: center;
        margin-top: 15px;
    }
}

.rev {
    /*padding: 50px 18px 50px 50px;*/
}

.rev-h2 {
    text-align: center;
    padding-bottom: 9px;
}

ul.rev-ul {
    list-style: none;
}

li.rev-li {
    /*width: calc(50% - 28px);
    display: inline-block;*/
    padding: 24px 25px 0 0;
}

li.rev-li:nth-child(even) {
    padding: 24px 0 0 25px;
}

.rev-left-div {
    width: 75px;
    height: 75px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    float: left;
    margin-right: 16px;

        background-color: #445161;
       /* background:url(pic/kvandi.jpg) no-repeat scroll -200px -40px;
    background-size: 330px 200px;*/

}

li.rev-li:nth-child(1)>.rev-left-div{
    background:url(pic/kvandi.jpg) no-repeat scroll -78px -60px;
    background-size: 270px 160px;
    background-color: #445161;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(2)>.rev-left-div{
    background:url(pic/kvandi.jpg) no-repeat scroll -210px -40px;
    background-size: 330px 200px;
    background-color: #445161;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(3)>.rev-left-div{
    background:url(pic/kvandi.jpg) no-repeat scroll -37px -17px;
    background-size: 330px 200px;
    background-color: #445161;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(4)>.rev-left-div{
    background:url(pic/kvandi.jpg) no-repeat scroll -163px -7px;
    background-size: 370px 240px;
    background-color: #445161;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(1)>.rev-left-div:hover{
    background:url(pic/kvandi.jpg) no-repeat scroll -78px -60px;
    background-size: 270px 160px;
    background-color: #3351be;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(2)>.rev-left-div:hover{
    background:url(pic/kvandi.jpg) no-repeat scroll -210px -40px;
    background-size: 330px 200px;
    background-color:#ff0000;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(3)>.rev-left-div:hover{
    background:url(pic/kvandi.jpg) no-repeat scroll -37px -17px;
    background-size: 330px 200px;
    background-color: #c0a973;
    background-blend-mode: luminosity;
}
li.rev-li:nth-child(4)>.rev-left-div:hover{
    background:url(pic/kvandi.jpg) no-repeat scroll -163px -7px;
    background-size: 370px 240px;
    background-color: #21ff40;
    background-blend-mode: luminosity;
}



.rev-right-div {
    background-color: #ebebeb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 16px;
}

.rev-art {
    display: table;
}

.rev-art:before {
    content: url(pic/treug.svg);
    padding: 0;
    padding-top: 24px;
    display: table-cell;
    vertical-align: top;
    /*transform: scaleX(-1);*/
    /*transform: rotate(0deg);
    clear: both;*/

}

.rev-p {
    color: #333333;
    font-family: "Arial Italic MT", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.rev-foot {
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 16px;
}

.rev-foot a{
    color: #989898;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 16px;
}

.rev-foot a:hover{
    color: #545454;
}

@media all and (min-width: 0px) and (max-width: 992px) {
    li.rev-li,
    li.rev-li:nth-child(even) {
        padding: 0;
        padding-top: 15px;
    }
}
@media all and (min-width: 0px) and (max-width: 400px) {
    .rev-art:before {
        content:  url(pic/treugR.svg);
        font-size: 1px;
        display: table-row;
        text-align: center;
        padding: 0;
        height: 12px;
    }
    .rev-left-div{
        float: none;
        margin: 5px auto;
    }
}

.buy {
    /*padding: 50px 100px 50px 145px;*/
    background-color: #fff;
}

.buy-h2 {
    text-align: center;
    padding-bottom: 29px;
}

.buy-p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 5px;
    text-align: justify;
}

.buy ul {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 5px;
    list-style: square;
    margin-left: 30px;
}
.buy ol {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 5px;
    margin-left: 30px;
}

.buy-ul {
    list-style: none;
    margin: 0 auto;
    /*width: 1035px;*/
    /*display: table;*/
}

.buy-ol {
    padding: 19px 30px 21px 40px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.buy-li2 {
    display:inline-block;
    padding: 0 21px;
}
.buy-li {
    width: 300px;
    background-color: #445161;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*margin: 0 21px;*/
    padding-bottom: 20px;

}
@media all and (min-width: 992px) and (max-width: 1200px) {
    .buy-li2 {
        padding: 0 3px;
    }
    .buy-li {
        width: 271px;
    }
}
@media all and (min-width: 0px) and (max-width: 992px) {
    .buy-li2 {
        padding: 0;
        display: block;
    }
    .buy-li {
        width: 100%;
    }
    .foot-adr{
        padding-top: 30px;
    }
}

h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}

.buy-cena {
    width: 98%;
    height: 67px;
    border: 2px solid #445162;
    background-color: #fff;
    text-align: center;
    color: #445162;
    font-size: 40px;
    font-weight: 400;
    line-height: 67px;
    font-family: 'Arial Medium MT', serif;
    margin: 0 auto;
}

a.buy-a {
    text-align: center;
    color: #445161;
    font-family: 'Arial Medium MT', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    width: 87%;
    height: 40px;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
}

a.buy-a:hover {
    box-shadow: inset 2px 2px 5px 1px rgba(68, 81, 98, 0.35);
}

.contact {
    padding-left: 0;
    list-style: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact > li {
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.skype {
    background: url(pic/skype_icon.png) no-repeat left center;
}

.icq {
    background: url(pic/icq_icon.png) no-repeat left center;
}

.email {
    background: url(pic/email_icon.png) no-repeat left center;
    padding-left: 35px;
}

.phone {
    background: url(pic/phone_icon.png) no-repeat left center;
}

.gicons {
    padding-top: 30px;
}

.gicons a {
    font-family: Socialico, sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
    text-decoration: none;
    font-style: normal;
}

.gicons a:hover {
    color: #989898;
}

.foot-h2 {
    text-align: center;
    padding-bottom: 5px;
    color: #fff;
}

.foot {
    background-color: #445162;
    /*padding: 50px 247px 50px 244px;*/
}

.footconteiner {
    /*width: 808px;*/
    margin: 0 auto;
}

.contact-form {
    /*width: 500px;
    float: left;
    color: #445162;*/
    color: #ffffff;
}

.contact-form input {
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    height: 40px;
    text-align: left;
    margin-bottom: 20px;
    text-indent: 10px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}

.contact-form .submit {
    border-radius: 5px;
    background-color: #ffffff;
    width: 140px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-indent: 0;
    display: block;
    margin: 0 auto;
}

.contact-form textarea {
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    text-align: left;
    text-indent: 10px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Arial MT', serif;
}
.flable {
    color: white;
}

.foot-adr {
    /*float: right;
    width: 258px;*/
}

.foot-logo {
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 0;
}
.foot-div-addr{
    padding-bottom: 15px;
}
.foot-tel{
    width: 120px;    
    height: auto;  
}

.foot-grad:after{
    position: relative; /*absolute;   display: inline-block; vertical-align: top; */
    
     display: inline-block;
      vertical-align: top;
    left: -120px;
    top: 0;  
    padding: 0;
    margin: 0;
    height: 25px;
    width: 120px; 
    content: "";
    background: linear-gradient(to right,
     transparent, 1%,
     rgba(68, 81, 98, 1));
}

.foot-grad:hover::after  {
    display:none;  
}

.pic-myphone{
    content: url(pic/telephone.png);
    width: 120px;    
    height: auto;
}

.pic-myphone:hover {
    content: url(dewdeg/dftren.png);
}

.foot-tel1{
    /*width: 120px;    
    height: auto;  */
    background:                                                                                 
    linear-gradient(to right, transparent, 1%, rgba(68, 81, 98, 1)), url("pic/tel1.png") no-repeat;
    background-size: 120px auto; 
    background-position: 30px center;
}
.foot-tel1:hover  {
    background:                                                                                 
    url("pic/tel1.png") no-repeat center left/120px;

}
.foot-telpix{
    width: 120px; 
    height: 10px; 
}

.contact-form .submit:hover {
    cursor: pointer;
    box-shadow: inset 2px 2px 5px 1px rgba(68, 81, 98, 0.35);
}

.copy {
    text-align: center;
}

.rev-head {
    visibility: hidden;
    height: 0;
}

.pic-icons{
    font-size: 16px;
    font-weight: 400;
}
.pic-icons:before{
    /*padding: 7px 9px 0 0;*/
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.pic-telegram:before {
    content: url(pic/telegram.svg);
    /*padding: 7px 10px 0px 0px;
    display: inline-block;
    vertical-align: top;*/
}
.pic-phone:before {
    content: url(pic/phone.svg);
}

.pic-telegram:hover::before{
            content: url(pic/telegram-hover.svg);
            }

/*@font-face {
    font-family: 'Arial MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Light'), url('fonts/arial-mt-std-light-586c341645fe0.woff') format('woff');
}*/

@font-face {
    font-family: 'Arial MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Light'), url('fonts/futura-pt-book.otf');
}

/*@font-face {
    font-family: 'Arial Italic MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Italic'), url('fonts/arial-mt-std-italic-586c358cbc0a5.woff') format('woff');
}*/

@font-face {
    font-family: 'Arial Italic MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Italic'), url('fonts/futura-pt-book-oblique.otf');
}

/*@font-face {
    font-family: 'Arial Medium MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Medium'), url('fonts/arial-mt-std-medium-586c3458cbe17.woff') format('woff');
}*/

@font-face {
    font-family: 'Arial Medium MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Medium'), url('fonts/futura-pt-demi.otf');
}

@font-face {
    font-family: 'Arial Medium Italic MT';
    font-style: normal;
    font-weight: normal;
    src: local('Arial MT Std Medium Italic'), url('fonts/futura-pt-demi-oblique.otf');
}

@font-face {
    font-family: 'Sweet Mavka';
    font-style: normal;
    font-weight: normal;
    src: local('Sweet Mavka'), url('fonts/Sweet-Mavka-Script.ttf');
}

@font-face {
    font-family: "Socialico";
    src: url("fonts/Socialico.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
