@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?bgb951');
  src:  url('../fonts/icomoon.eot?bgb951#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?bgb951') format('truetype'),
    url('../fonts/icomoon.woff?bgb951') format('woff'),
    url('../fonts/icomoon.svg?bgb951#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?doka07');
  src:  url('../fonts/icomoon.eot?doka07#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?doka07') format('truetype'),
    url('../fonts/icomoon.woff?doka07') format('woff'),
    url('../fonts/icomoon.svg?doka07#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*___________________________________________________________________________________________*/

.wrapp-card-with-rules {
    padding: 40px 0;
}

.privacy-policy-wrapp {padding: 30px 0;}
.privacy-policy-wrapp h1 {text-align:center;padding:20px 0;}
.privacy-policy-wrapp ul {list-style: none;padding:15px 0;}
.privacy-policy-wrapp p {padding:15px 0;}
.public-offer-wrapp {padding: 30px 0;}
.public-offer-wrapp span {font-weight: bold;}
.public-offer-wrapp h1{text-align:center;padding:20px 0;}
.public-offer-wrapp p {padding:15px 0;}
.public-offer-wrapp li {padding:15px 0;}
.public-offer-wrapp ul {list-style:none;}
.site-terms-wrapp {padding: 30px 0;}
.site-terms-wrapp p {padding: 20px 0;}
.site-terms-wrapp h1 {text-align: center;padding: 30px 0;}

.wrapp-card-with-rules>.title-card {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.title-card>h1 {
    text-align: center;
    font-size: 4rem;
}

.wrapp__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
}

.title-card>h1>a:hover {
    text-decoration: none;
}

a.awrapp_card {
    width: 29%;
    display: flex;
    justify-content: center;
    padding: 30px;
    margin: 19px;
    box-shadow: 0px 0px 2px 1px #cecece;
    border-radius: 10px;
}

._card h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

a.awrapp_card:hover {
    text-decoration: none !important;
}

._card {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.div-top {
    padding-bottom: 40px;
}

.div-bot {
    padding-bottom: 20px;
}

._card img {
    width: 100px;
}

.my-navicon span{
background-color: #f79817;
width: 20px;
height: 2px;
margin: 4px 0px;
display: block;
border-radius: 6px;
}

nav.menu {
    margin-right: 30px;
}

/*----- Toggle Button -----*/
.toggle-nav {
  display:none !important;
}

@media screen and (min-width: 861px) and (max-width: 1199px) {
    .menu li {
    margin: 0px 25px 0px 0px !important;
    font-size: 15px !important;
    }

    .container {
    width: 100% !important;
    }

    .social-item {
    margin-right: 13px !important;
    }
}
@media screen and (min-width: 938px) and (max-width: 1038px){
    .menu li{
        margin: 0 15px 0 0 !important;
    }
}

/*----- Menu -----*/
@media screen and (min-width: 860px) {
  .menu {
  width:100%;
  text-align: right;
  margin-right: 10px;
  }

}

.social-item:last-child {
    margin-right: 0;
}

.menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 0px;
}

.menu li {
  margin:0px 50px 0px 0px;
  float:left;
  list-style:none;
  font-size:14px;
}

.menu li:last-child {
  margin-right:0px;
}

.menu a {
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
  color:#fff;
  transition:color linear 0.15s;
  text-decoration: none;
}
.menu a:hover{
  color:#fd8f3a; 
}
.menu a:hover, .menu .current-item a {
  text-decoration:none;
}


/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
  .wrap {
    width:90%;
  }
}

/*@media screen and (min-width: 861px) and (max-width: 959px) {
    .menu li {
        margin: 0px 25px 0px 0px;
        font-size: 16px;
    }
    .social-item {
    margin-right: 20px !important;
    }
}*/


@media screen and (max-width: 860px) {
  .menu {
    position:absolute;
    display:inline-block;
    width: auto;
    left: 10px;
  }
    .registraion-button {
    font-size: 16px;
    letter-spacing: 0.15px;
    padding: 0px 10px;
  }

  .menu ul {
    display: inline-block;
    width:200px;
    position:absolute;
    top:120%;
    left:0px;
    padding:10px 18px;
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
    background:#303030;
    z-index: 1000;
  }

  .menu ul:after {
    width:0px;
    height:0px;
    position:absolute;
    top:0%;
    left:7px;
    content:'';
    transform:translate(0%, -100%);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #303030;
  }

  .menu li {
    margin:5px 0px 5px 0px;
    float:none;
    display:block;
  }

  

  .toggle-nav {
    padding: 0px 5px;
    float:left;
    display:inline-block;
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
    background:#303030;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#777;
    font-size:20px;
    transition:color linear 0.15s;
  }

  .toggle-nav:hover, .toggle-nav.active {
    text-decoration:none;
    color:#fd8f3a;
  }

  .search-form {
    margin:12px 0px 0px 20px;
    float:left;
  }

  .search-form input {
    box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
  }

  /*btn menu mobile*/
    .menu ul.active {
    display: none;
   }
   .menu a {
    display:block !important;
  }

}

@media screen and (min-width: 861px) and (max-width: 938px){
   .menu ul{
    justify-content: center;
    flex-wrap: wrap;
   }
   .menu ul li{
    width: 28%;
    margin: 7px 10px !important;
    text-align: center;
    font-size: 13px !important;
   }
}

#form #email{
    position: relative;
}

p.alert_email {
    position: absolute;
    right: 0;
    top: 45%;
    padding: 5px 30px;
    background: #e8f0fe;
    border: 1.5px solid #ff3e3e;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(29, 29, 29);
}

p.alert_email_exist {
    position: absolute;
    right: 0;
    top: 45%;
    padding: 5px 5px;
    background: #e8f0fe;
    border: 1.5px solid #1b9d47;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(29, 29, 29);
}

#form  {
    position: relative;
}

p.field-filled {
    position: absolute;
    right: 50%;
    transform: translate(50%, -50%);
    padding: 5px 5px;
    background: #e8f0fe;
    border: 1.5px solid #ff3e3e;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(29, 29, 29);
}
p.checkbox-filled {
    position: absolute;
    right: 50%;
    width: 85%;
    transform: translate(50%, -88%);
    padding: 5px 5px;
    background: #e8f0fe;
    border: 1.5px solid #ff3e3e;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgb(29, 29, 29);
}

button#submit-code {
    display: flex;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    background: rgba(250,201,39,1);
    background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
    background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac927', endColorstr='#ff544e', GradientType=0 );
}

/*_________ premium_offers _________*/

.premium_offers{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.premium_offers:after{
    content: '';
    width: 32%;
}

.premium_offers .item_offer{
    flex: 0 1 100%;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    max-width: 32%;
    display: block;
    position: relative;
    padding: 20px 30px;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
    -moz-box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
    box-shadow: 0px 0px 10px -3px rgba(51,51,51,0.55);
}

.premium_offers .item_offer#top_offer{
    color: #fff;
    background: #2d2d2d;
}
    /*top_offer*/
.premium_offers .item_offer#top_offer:before{
    content: "";
    background: url(../images/icon/top_offer.png) no-repeat;
    background-size: contain;
    width: 65px;
    height: 77px;
    display: block;
    position: absolute;
    top: -2px;
    left: 15px;
}

.premium_offers .item_offer#silver_offer:before{
    content: "";
    background: url(../images/icon/silver_offer.webp) no-repeat;
    background-size: cover;
    width: 74px;
    height: 85px;
    display: block;
    position: absolute;
    top: -6px;
    left: 8px;
}

    /*top_offer END*/

.item_offer .logo_offer{
    margin-bottom: 15px;
    width: 170px;
    height: 80px;
    object-fit: contain;
}
.item_offer .name_offer{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: inherit;
}


.item_offer .price_offer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.item_offer .price_offer:before{
    content: '';
    background: url(../images/icon/money_i.png) no-repeat;
    background-size: contain;
    width: 22px;
    height: 20px;
    display: block;
    margin-right: 5px;
}   
.item_offer .price_offer .cost{
    margin-left: 5px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 16px;
    font-weight: 800;
}
.item_offer .price_offer .cpl{
    color: #ff5a4c;
    text-transform: uppercase;
    font-weight: bold;
}
.item_offer .region{
    margin-bottom: 25px;
}
.item_offer .titl{
    color: #ff5a4c;
    font-weight: bold;
}

.item_offer .source{
    padding-bottom: 10px;
}
.item_offer .link_offer{
    display: inline-block;
    color: inherit;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ff5a4c;
    padding: 7px 20px;
    font-weight: bold;
}
.item_offer .link_offer:hover{
    text-decoration: none;
}

@media screen and (min-width: 601px) and (max-width: 810px){
    .premium_offers .item_offer{
        max-width: 48%;
    }
}

@media screen and (min-width: 441px) and (max-width: 600px){
    .premium_offers{
        justify-content: center;
    }
    .premium_offers .item_offer{
        max-width: 70%;
    }

}

@media screen and (min-width: 320px) and (max-width: 440px){
    .premium_offers .item_offer{
        max-width: 100%;
    }
}

/*_________________________________________________________________________________________*/

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-telegram:before {
  content: "\ea95";
  font-size: 32px;
  color: #fff;
}

.icon-mail:before {
  content: "\ea86";
  font-size: 32px;
  color: #fff;
}

.icon-skype:before {
  content: "\eac5";
  font-size: 32px;
  color: #fff;
}

.icon-phone:before {
  content: "\e942";
  font-size: 32px;
  color: #fff;
}


.icon-mail:hover:before,
.icon-skype:hover:before,
.icon-telegram:hover:before,
.icon-phone:hover:before {
    color: #f79817;
}

.social-item a{
    text-decoration: none !important;
}



/*@import "http://webfonts.ru/import/fregat.css";
@import "http://webfonts.ru/import/beermoney.css";
*/


body{
    /*font-family: 'Fregat' ,sans-serif;*/
    font-family: "Montserrat", sans-serif !important;
    color: black;
    margin: 0;
    padding: 0;
}

.button{
    margin: 0;
    padding: 0;
    border: 0;
}

.navbar{
    margin: 0;
    height: 80px;
}
/*.navbar-brand{
    padding: 5px 0 0 15px;
}*/
.navbar-brand div{
    color: black;
    font-size: 16px;
    color: #828282;
}

.mynavbar{
    list-style: none;
    margin: 0;
}
.mynavbar a{
    margin-top: 18px;
    display: inline-block;
    font-size: 18px;
    color: black;
    text-decoration: none;    
    padding: 0 20px;
}
.mynavbar a:hover, .mynavbar a.active{
    color: #f50;
}
.mynavbar a.buttonRed{
    font-size: 17px;
}
.mynavbar a.buttonRed:hover{
    background: #c9aa00;
}
.mynavbar a.buttonRed:active{
    top: 1px;
    border-bottom: 2px solid #a50;
}

.ekran_1{
    background: url(../images/1_background.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 92vh;
    color: white;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ekran_1 .arrow{
    position: absolute;
    right: 80px;
    bottom: 80px;
    font-family: 'Beer money';
}
.ekran_1 .arrow .image{
    background: url(../images/arrow2.png);
    width: 100px;
    height: 115px;
}
.ekran_1 .arrow .text{
    position: relative;
    text-align: center;
    right: -20px;
    bottom: 20px;
    font-size: 23px;
}

.title{
    font-size: 40px;
    margin: 0px auto;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
}

@media screen and (min-width: 320px) and (max-width: 568px ){
    .title{
        font-size: 25px;
        line-height: 27px;
    }
}

.dop_title{
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    float: none;
    margin: 20px auto;
    -webkit-animation-delay: 1s;
}

.ekran_1 .button{
    display: inline-block;
    margin: 60px 0;
    -webkit-animation-delay: 2s;
}

button{
    outline: none !important;
}

.button.yellow{
    position: relative;
    background: #debe09;
    padding: 7px 25px;
    border-radius: 5px;
    color: white;
    cursor:pointer;
    font-size: 25px;
    border-bottom: 2.5px solid #997300;
    font-weight: bold;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.button.yellow:hover{
    color: white;
    text-decoration: none;
    background: #b19600;
}
.button.yellow:active{
    top: 2px;
    border-bottom: 3px solid #997300;
}

.slider{
    position: relative;
    top: 0px;
    margin: 0 auto 200px;
}

.slider .item{
    padding: 10px;
    display: inline-block;
    position: relative;
    width: 250px;
    background: white;
    color: black;
    height: 290px;
    margin: 0 10px;
    box-shadow: 0 0 1px #000;
    font-size: 15px;
    z-index: 500;
}
.slider .item img{
    width: 100%;
}
.slider .item .price{
    background: url(../images/price_back.png) no-repeat;
    width: 102px;
    height: 76px;
    position: absolute;
    padding: 22px 0 0;
    font-size: 22px;
    top: -11px;
    left: -12px;
    color: white;
    font-weight:bold;
}
.slider .item .name{
    padding: 15px 10px 0;
    text-transform: uppercase;
}

.slider .toggle{
    background: white;
    color: black;
    font-size: 40px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 0 1px #000;
    top: 110px;
    cursor: pointer;
}
.toggle.left{
    left: 80px;
}
.toggle.right{
    right: 80px;
}

/*
*   Р’С‚РѕСЂРѕР№ СЌРєСЂР°РЅ
*/
.ekran_2{
    margin-top: 65px;
}
#for_advertisers .ekran_2{
    margin: 40px 0 50px 0;
}
.advantage{
    margin-top: 50px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.advantage .image{
    background: #fff;
    border-radius: 70px;
    color: white;
    width: 80px;
    height: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 25px -8px rgba(0,0,0,0.4);
}
.advantage .image em{
    margin-top: 15px;
}
.advantage .name{
    font-size: 28px;
}
.advantage .descr{
    font-size: 16px;
    line-height: 20px;
}

/*
*   Р­РєСЂР°РЅ 3
*/
.ekran_3{
    width: 100%;
    height: 100%;
    color: #000;
    position: relative;
    /*padding-top: 65px;*/
    /*padding-bottom: 25px;*/
}
#for_advertisers .ekran_3{
    background: url(../images/3_background.png) repeat-x;
    width: 100%;
    height: 300px;
    margin-top: 0;
}
.ekran_3 .dop_title{
    margin-top: 10px;
    font-size: 30px;
}
#for_advertisers .ekran_3 .dop_title{
    font-size: 23px;
    line-height: 30px;
}

#for_advertisers .ekran_3 .title{
    font-size: 35px;
}

.form{
    float: none;margin: 5px auto 0;
}
.form .col-md-12{
    margin-top: 15px;
}
.form input[type="text"], .form textarea{
    width: 100%;
    border: 0;
    box-shadow: 0 0 1px #000;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 25px;
    color: black;
    border-radius: 5px;
    outline: none;
}

#for_advertisers .form input[type="text"], #for_advertisers .form textarea{
    font-size: 16px;
    line-height: 25px;
}

.ekran_3 .arrow{
    position: absolute;
    right: 230px;
    bottom: 30px;
    font-family: 'Beer money';
}
.ekran_3 .arrow .image{
    background: url(../images/arrow.png);
    width: 116px;
    height: 101px;
}
.ekran_3 .arrow .text{
    position: relative;
    text-align: center;
    right: -20px;
    bottom: 20px;
    font-size: 23px;
}


.ekran_4{
    border-top: 1px solid #e0e0e0;
    color: black;
    height: auto;
    padding-bottom: 50px;
}



#footer .container{    
    padding: 20px 0;
}


.link_skype,
.link_telegram,
.link_email{
    font-size: 35px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin: 0px 8px;
}

.link_skype:hover,
.link_telegram:hover,
.link_email:hover{
    color: #debe09 !important;
}

.name_offer{
    font-weight: bold;
    color: #debe09;
    font-size: 16px;
    word-break: break-all;
}

.offer_descript{
    font-size: 16px;
}
.offer_descript b{
    color:  #debe09;
}

.flex-wrapp-offer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-wrapp-offer .item{
    width: 50%;
}

.wrapp-offer{
    margin: 0px;
}

.read_more{
    color: #000;
    transition: color linear 0.15s;
}

.read_more:hover{
    color: #fd893c;
    text-decoration: none;
}


@media screen and (min-width: 320px) and (max-width: 370px ){
    .navbar {
        height: 120px;
    }

    .wrapp-header-navbar{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (min-width: 370px) and (max-width: 768px) {
    .wrapp-header-navbar{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 528px) {
    #footer .container{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column-reverse;
        padding: 10px;
    }
}

    /*_______________NewPagestyle____________*/

/* _____________NEW Header___________ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
}

#header .container {
    position: relative;
}


.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 20px 0;
}

/*.menu {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}

.menu li {
    padding: 0 15px;
    display: inherit;
    align-items: center;
}


.menu a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    display: block;
}*/

.registraion-button {
    font-weight: 700;
    letter-spacing: 0.45px;
    padding: 5px 15px;
    border: 2px solid #fd843e;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    transition: color linear 0.15s;
    text-align: center;
}

.registraion-button:hover,
.registraion-button:focus{
    text-decoration: none;
    color: #fd8f3a;
    outline: none;
}

.wrapper {
    background-image: url(../images/bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
}

.container {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}


.banner-text {
    padding: 220px 0;
    margin: 0 -15px;
}

.site-title {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-size: 46px;
    line-height: 1.25em;
    margin-bottom: 30px;
    font-weight: 700;
}

.banner-descr {
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.banner-text a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 60px;
    border: none;
    border-radius: 30px;
    background: rgba(250,201,39,1);
background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac927', endColorstr='#ff544e', GradientType=0 );
}

#main .sub-title{
    text-align: center;
}
#main .sub-title:after{
    content: '';
    width: 240px;
    height: 2px;
    background: #fd843e;
    display: block;
    margin: 18px auto 0;
}
@media screen and (max-width: 600px){
	#main .sub-title:after{
		content: '';
    	width: 130px;
	}
}
.sub-title {
    font-family: 'Rubik', sans-serif;
    color: #1e1e1e;
    font-size: 40px;
    margin:50px 0;
    font-weight: bold;
}

.wrapper_advantege{
    background: #2d2d2d; 
    color: #fff;
}

.wrapper_advantege .sub-title,
.wrapper_advantege span.title-wrap{
    color: #fff;
}

.advantege-wrap {
    display: flex;
    justify-content: space-between;
}

.margin {
    margin-bottom: 50px;
}

.item-wrap {
    width: 33.33%;
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.advantege-wrap .img-wrap{
    width: 55px;
    margin-right: 15px;
}


.advantege-wrap .wrapp_top{
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.title-wrap {
    margin: 0 auto;
}

span.title-wrap{
    color: #1e1e1e;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}



.article-block .title{
    color: #fff;
    font-family: 'Rubik', sans-serif;  
    font-size: 15px;
    line-height: 28px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: normal;
}

.article-block .title>span{
    color: #ff8c31;
    font-size: 17px;
    font-weight: bold;
}

.article-block {
    display: flex;
    justify-content: space-between;
}

.article-block .description-wrap p{
    font-size: 14px;
    line-height: 1.35em;
    text-align: center;
    padding: 0px;
}

.article-wrap {
    position: relative;
    width: 25%;
    padding: 0 15px;
    margin: 0px 10px; 
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
    background: #2d2d2d;
}
.article-wrap .article-wrap_img_title{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    transition: all .3s ease-out;
}
.article-wrap .article-wrap_img_title img{
    width: 125px;
    height: 180px;
    object-fit: contain;
    object-position: bottom;
}
.article-wrap .description-wrap{
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    transition: all .3s ease-out;
    background: #fff;
    border-radius: 7px;
}
.article-wrap .description-wrap p {
    font-size: 15.8px;
    line-height: 1.555em;
    text-align: left;
    color: #2d2d2d;
}


.article-wrap:hover .article-wrap_img_title{
    opacity: 0;
}
.article-wrap:hover .description-wrap{
    opacity: 1;
}

.offers-form {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.offers-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    margin: 0 10px;
}

.offers-wrap .sub-title,
.form-wrap .sub-title{
    margin-bottom: 20px;
}

.offer-wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 7px;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
}

.offer-wrap .wrapp_img-offer .description-wrap>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #cdcdcd;
}

.form-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    border-radius: 18px;
}


/*стилизация оферов*/


.offer-wrap .wrapp_descr-price{
    padding: 0px 15px;
    width: 100%;
}

.wrapp_goal-name_prise{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
.wrapp_goal-name_prise,
.wrapp_place,
.wrapp_state{
    border-bottom: 2px solid;
    border-bottom-color: #cdcdcd;
        margin-bottom: 3px;
}

.wrapp_place p,
.wrapp_state p{
    margin: 0px;
}

.wrapp_goal-name_prise .money_price{
    width: 20px;
}


.wrapp_place{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

 .wrapp_descr-price .button_center{
    text-align: center;
    margin-top: 15px;
 }
 .wrapp_descr-price .button_center #cf7_button_2{
    text-decoration: none;
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.45px;
    color: #fff;
    margin: 0 auto;
    background: rgba(250,201,39,1);
    background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
    background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac927', endColorstr='#ff544e', GradientType=0 );
 }
/*стилизация оферов  END */


.wrap {
    width: 100%;
    padding: 39px 20px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 10px -3px rgba(0,0,0,0.5);
}

.form-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

input[type="text"],
input[type="email"],
input[type="password"]{
    border: none;
    border-bottom: 2px solid;
    color: #000;
    font-size: 14px;
    padding: 10px 10px 0;
    border-bottom-color: #cdcdcd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    outline: none;
}

input[type="checkbox"] {
    margin-right: 10px;
}
 
.form-row span {
    font-size: 14px;
}

.form-button {
    border: none;
    padding: 15px 40px;
    border-radius: 31px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.45px;
    color: #fff;
    display: block;
    margin: 0 auto;
    background: rgba(250,201,39,1);
background: -moz-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,201,39,1)), color-stop(100%, rgba(255,84,78,1)));
background: -webkit-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -o-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: -ms-linear-gradient(top, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
background: linear-gradient(to bottom, rgba(250,201,39,1) 0%, rgba(255,84,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fac927', endColorstr='#ff544e', GradientType=0 );
}


.violet span {
    color: #8162fe;
}

.orange span{
    color: #fd893c;
}

/* ___________New Footer__________ */

#footer {
    background-color: #000;
}

.footer-widjets {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    align-items: center;
}

.logo {
    width: 30%;
    -ms-align-self: center;
    align-self: center;
}

.logo img{
    width: 154px;
}

.copyright {
    margin-top: 10px;
    color: #fff;
}

.social {
    display: flex;
    flex-direction: column;
    width: 30%;
}

.social-title {
    /* text-align: center; */
    margin-bottom: 25px;

}

.social-title span {
    color: #fd893c;
    font-size: 18px;
    font-weight: 700;
}
 
.social-items {
    display: flex;
    justify-content: flex-start;
}

.social-item {
    margin-right: 35px;
}

.social-item a:active {
    text-decoration: none;
}

.fa-telegram:before {
    font-size: 32px;
    color: #fff;
}

.fa-cc-mastercard,
.fa-cc-paypal,
.fa-cc-visa {
    font-size: 45px;
    color: #fff;
}

.fa-yandex{
    font-size: 40px;
    color: #fff;
    padding-top: 2px;
}

.fa-telegram:hover:before,
.fa-cc-mastercard:hover:before,
.fa-cc-paypal:hover:before,
.fa-cc-visa:hover:before,
.fa-yandex:hover:before {
    color: #f79817;
}

@media (min-width:320px) and (max-width: 860px) {
    
    
    .header-content {
        flex-direction: column;
    }


    .logo {
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .logo2 {
    margin: auto;
    }

    .logo img {
        width: 120px;
    }
    

    .site-title {
        text-align: center;
        font-size: 24px;
    }   

    .banner-descr {
        text-align: center;
        font-size: 18px;
    }

    .banner-text a {
        display: inline-block;
        padding: 15px 20px;
        text-align: center;
    }

    .banner-text {
        padding: 140px 0;
        text-align: center;
    }

    .sub-title {
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px;
    }

    
    .advantege-wrap {
        flex-wrap: wrap;
    }

    .item-wrap {
        width: 100%;
        margin-bottom: 25px;
    }

    .img-wrap,
    .title-wrap {
        align-self: center;
    }

    .description-wrap p {
        text-align: justify;
    }
    
    .article-block{
        flex-wrap: wrap;
    }

    .article-wrap {
        width: 100%;
        margin: 0 20px 20px;
    }

    .margin {
        margin-bottom: 20px;
    }

    .offers-form {
        flex-wrap: wrap;
        flex-direction: column-reverse !important;
        margin: 0px 20px;
    }

    #offer .wrapp_header {
       flex-direction: column; 
    }

    #offer .wrapp_header .title_page {
        margin-bottom: 20px !important;
    }
    
    .offers-wrap {
        width: 100%;
        margin: 0;
    }

    .form-wrap {
        width: 100%;
        padding: 0 0 15px;
        margin: 0;
    }

    .form-row span {
        font-size: 12px;
    }

    .wrap {
        padding: 25px 15px;
    }

    .form-button {
        padding: 15px 20px;
        font-size: 15px;
    }
    
    .offer-wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer-widjets {
        flex-direction: column;
    }

    .social {
        width: 100%;
        margin: 10px 0;
    }

    .social-title,
    .social-items {
        align-self: center;
    }

    .social-item {
        margin-right: 0;
        padding-right: 15px;
    }
}


/*divan - */

.gradient-box {
    align-items: center;
    width: 100%;
    margin: 2rem;
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    color: #080808;
    background: #fff;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 1em;
}
.gradient-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(to right, #080808, #f79817);
}

.wrapp_list ol{
    margin-left: 17px;
}

.wrapper_article-block{
    margin-bottom: 25px;
}

@media screen and (max-width: 1020px){
	.article-block .title>span{
		font-size: 16px;
	}
	.article-wrap .description-wrap p{
		font-size: 15px;
	}
}
@media screen and (max-width: 965px){
	.article-block{
		flex-wrap: wrap;
	}
	.article-wrap{
		width: 47%;
    	margin: 0 10px 15px;
	}
	.article-block .title{
		font-size: 17px;
	}
	.article-block .title>span{
		font-size: 19px;
	}
}

@media screen and (max-width: 697px){
	.article-wrap{
		width: 46%;
	}
}

@media screen and (max-width: 570px){
	.article-wrap{
		width: 100%;
	}
}

.registration_now{
    background: rgba(45,45,45,1);
background: -moz-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(45,45,45,1)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000', GradientType=0 );
}
.registration_now .container_in{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.registration_now .sub-title{
    color: #fff;
    font-size: 25px;
    text-align: left;
    margin: 45px 0;
    text-transform: uppercase;
}
.registration_now .sub-title:after{
    content: none !important;
}
.registration_now .banner-text{
    padding: 0;
    margin: 0;

}

@media screen and (max-width: 530px){
	.registration_now .container_in{
		flex-direction: column;
		justify-content: center;
		margin-bottom: 25px;
	}
}

/*_______________________________*/

.section1 {
    background-image: url(https://cpa.wb-group.net/landing/images/img_for_advertisers/head-baner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.baner {
    margin: 0 auto;
    color: #fff;
    padding: 180px 0px;
    max-width: 1170px;
    width: 100%;
}
.title-1 h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}
.sub-title-1 {
    display: block;
    font-size: 16px;
    color: #fafbff;
}
.title-2 h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 30px 10px 45px;
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}
.content {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 15px;
    max-width: 1170px;
    width: 100%;
}
.wrappa {
    width: 25%;
    margin: 0 10px;
    text-align: center;
    padding: 10px 15px;
    border-radius:8px;
    box-shadow: 0px 10px 21px -3px rgba(0,0,0,0.5);
}
.img4 {
    width: 78px;
    height: 78px;
}
.imgw {
    margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
    .baner {
    width: 90%;
    font-size: 16px;
    padding: 150px 0 50px;
    text-align: center;
    }
    .section1 {
    width: 100%;
    padding: 15px 0;
    }
    .sub-title-1 {
    display: block;
    font-size: 14px;
    }
    .title-1 h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    }
    .title-2 h2 {
    font-size: 24px;
    padding: 20px 0px;
    text-align: center;
    }
    .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    font-size: 16px;
    }
    .wrappa {
    width: 90%;
    font-size: 16px;
    }
    .button2 {
    font-size: 10px;
    letter-spacing: 0.15px;
    padding: 0px 10px;
    }
}

@media screen and (width: 768px) {
    .baner {
    padding: 40px 20px;
    }
    .sub-title-1 {
    display: block;
    font-size: 18px;
    }
    .title-2 h2 {
    width: 80%;
    text-align: center;
    font-size: 30px;
    }
     .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 15px;
    font-size: 16px;
    }
    .wrappa {
    width: 47%;
    font-size: 14px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .baner {
    width: 96%;
    }
    .sub-title-1 {
    display: block;
    font-size: 16px;
    }
    .title-2 h2 {
    width: 96%;
    }
    .content {
    width: 96%;
    margin: 0 auto;
    }
}

