/* http://meyerweb.com/eric/tools/css/reset/

   v2.0-modified | 20110126

   License: none (public domain)

*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed,

figure, figcaption, footer, header, hgroup,

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

  margin: 0;

  padding: 0;

  border: 0;

  font-size: 100%;

  font: inherit;

  vertical-align: baseline;

}



/* make sure to set some focus styles for accessibility */





/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {

  display: block;

}

*{

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

body {

  font-family: Arial, sans-serif;

  font-size: 18px;

  line-height: 1.2;

}

:focus{

  outline: 0;

}

.menu {

  background-color: #333;

  position: fixed;

  width: 100%;

  left: 0;

  top: 0;

}

.menu__list {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}

.menu__item {

  list-style-type: none;

}

.menu__link {

  display: block;

  color: white;

  text-decoration: none;

  padding: 10px 20px;

}

.section {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  font-size: 32px;

  min-height: 100vh;

  border-bottom: 1px solid #333;

}





body {

  line-height: 1;

}



ol, ul {

  list-style: none;

}



blockquote, q {

  quotes: none;

}



blockquote:before, blockquote:after,

q:before, q:after {

  content: '';

  content: none;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



input[type=search]::-webkit-search-cancel-button,

input[type=search]::-webkit-search-decoration,

input[type=search]::-webkit-search-results-button,

input[type=search]::-webkit-search-results-decoration {

    -webkit-appearance: none;

    -moz-appearance: none;

}



input[type=search] {

    -webkit-appearance: none;

    -moz-appearance: none;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}



textarea {

    overflow: auto;

    vertical-align: top;

    resize: vertical;

}



/**

 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.

 */



audio,

canvas,

video {

    display: inline-block;

    *display: inline;

    *zoom: 1;

    max-width: 100%;

}



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */



audio:not([controls]) {

    display: none;

    height: 0;

}



/**

 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.

 * Known issue: no IE 6 support.

 */



[hidden] {

    display: none;

}



/**

 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using

 *    `em` units.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */



html {

    font-size: 100%; /* 1 */

    -webkit-text-size-adjust: 100%; /* 2 */

    -ms-text-size-adjust: 100%; /* 2 */

}



/**

 * Address `outline` inconsistency between Chrome and other browsers.

 */



a:focus {

    outline: thin dotted;

}



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */



a:active,

a:hover {

    outline: 0;

}



/**

 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.

 * 2. Improve image quality when scaled in IE 7.

 */



img {

    border: 0; /* 1 */

    -ms-interpolation-mode: bicubic; /* 2 */

}



/**

 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.

 */



figure {

    margin: 0;

}



/**

 * Correct margin displayed oddly in IE 6/7.

 */



form {

    margin: 0;

}



/**

 * Define consistent border, margin, and padding.

 */



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/**

 * 1. Correct color not being inherited in IE 6/7/8/9.

 * 2. Correct text not wrapping in Firefox 3.

 * 3. Correct alignment displayed oddly in IE 6/7.

 */



legend {

    border: 0; /* 1 */

    padding: 0;

    white-space: normal; /* 2 */

    *margin-left: -7px; /* 3 */

}



/**

 * 1. Correct font size not being inherited in all browsers.

 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,

 *    and Chrome.

 * 3. Improve appearance and consistency in all browsers.

 */



button,

input,

select,

textarea {

    font-size: 100%; /* 1 */

    margin: 0; /* 2 */

    vertical-align: baseline; /* 3 */

    *vertical-align: middle; /* 3 */

}



/**

 * Address Firefox 3+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



button,

input {

    line-height: normal;

}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */



button,

select {

    text-transform: none;

}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.

 *    Known issue: inner spacing remains in IE 6.

 */



button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

    *overflow: visible;  /* 4 */

}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],

html input[disabled] {

    cursor: default;

}



/**

 * 1. Address box sizing set to content-box in IE 8/9.

 * 2. Remove excess padding in IE 8/9.

 * 3. Remove excess padding in IE 7.

 *    Known issue: excess padding remains in IE 6.

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box; /* 1 */

    padding: 0; /* 2 */

    *height: 13px; /* 3 */

    *width: 13px; /* 3 */

}



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */



input[type="search"] {

    -webkit-appearance: textfield; /* 1 */

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box; /* 2 */

    box-sizing: content-box;

}



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/**

 * Remove inner padding and border in Firefox 3+.

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/**

 * 1. Remove default vertical scrollbar in IE 6/7/8/9.

 * 2. Improve readability and alignment in all browsers.

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

}



/**

 * Remove most spacing between table cells.

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}



html,

button,

input,

select,

textarea {

    color: #222;

}





::-moz-selection {

    background: #b3d4fc;

    text-shadow: none;

}



::selection {

    background: #b3d4fc;

    text-shadow: none;

}



img {

    vertical-align: middle;

}



fieldset {

    border: 0;

    margin: 0;

    padding: 0;

}



textarea {

    resize: vertical;

}



.chromeframe {

    margin: 0.2em 0;

    background: #ccc;

    color: #000;

    padding: 0.2em 0;

}





/* montserrat-regular - latin_cyrillic */

@font-face {

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 400;

  src: local('Montserrat Regular'), local('Montserrat-Regular'),

       url('../fonts/montserrat-v14-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */

       url('../fonts/montserrat-v14-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}

/* montserrat-500 - latin_cyrillic */

@font-face {

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 500;

  src: local('Montserrat Medium'), local('Montserrat-Medium'),

       url('../fonts/montserrat-v14-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */

       url('../fonts/montserrat-v14-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}

/* montserrat-600 - latin_cyrillic */

@font-face {

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 600;

  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),

       url('../fonts/montserrat-v14-latin_cyrillic-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */

       url('../fonts/montserrat-v14-latin_cyrillic-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}

/* montserrat-700 - latin_cyrillic */

@font-face {

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 700;

  src: local('Montserrat Bold'), local('Montserrat-Bold'),

       url('../fonts/montserrat-v14-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */

       url('../fonts/montserrat-v14-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}

/* montserrat-800 - latin_cyrillic */

@font-face {

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: 800;

  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),

       url('../fonts/montserrat-v14-latin_cyrillic-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */

       url('../fonts/montserrat-v14-latin_cyrillic-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */

}





html{

  box-sizing: border-box;

}

*, *::before,*::after{

  box-sizing: inherit;

}



body{

  font-family: 'Montserrat';

  font-style: normal;

  font-weight: normal;

  font-size: 16px;

  line-height: 25px;

  color: #BDBDBD;

  background-color: #f7f7f7;

}



img{

  max-width: 100%;

  height: auto;

}



.wrapper{

  max-width: 1110px;

  margin: 0 auto;

  padding: 0 15px;

}



.wrapper-full{



}

.scrins-text{

  margin-bottom: 70px;

}

.scrins-title{

  font-weight: bold;

  font-size: 36px;

  line-height: 53px;

  text-align: center;

  color: #000000;

  margin-bottom: 50px;

}

.scrins-desc{

  font-size: 16px;

  line-height: 25px;

  max-width: 730px;

  text-align: center;

  margin: 0 auto;

}

.section-title{

  font-weight: 500;

  font-size: 35px;

  line-height: 42px;

  position: relative;

  padding-bottom: 10px;

}



.section-title:after{

  display: block;

  content: '';

  width: 253px;

  height: 3px;

  background-color: #006DFE;

  position: absolute;

  bottom: 0;

  left: 0;

}

/* Header styles start */




/* End */

.header{

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  transition: .2s linear;

  padding: 5px 0px;

  z-index: 99999;

  background-color: rgb(58 73 83);

  -moz-box-shadow: 0 2px 4px #364859b0;
    -webkit-box-shadow: 0 2px 4px #364859b0;
    box-shadow: 0 2px 4px #364859b0;

}

.header-form{

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  transition: .2s linear;

  padding: 10px 0px;

  z-index: 999;

  background-color: rgba(10, 10, 10, 0.8);

}

.header_active{

  background: rgb(67 80 89 / 94%);

  -moz-box-shadow: 0 2px 4px #364859b0;
    -webkit-box-shadow: 0 2px 4px #364859b0;
    box-shadow: 0 2px 4px #364859b0;

}

.header_wrapper{

  display: flex;

  flex-wrap: wrap;

  align-items: flex-end;

  justify-content: space-between;

  align-items: center;

}

.heder_logo_pic{

  width: 50px;

  height: 50px;

}



.header_list{

  display: flex;

  flex-wrap: wrap;

  align-items: center;

}

.header_item{

  margin-right: 28px;

}

.header_item:last-child{

  margin-right: 0;

}



.header_link-br:hover, .header_link-br:focus, .header_link-br:active{

  padding: 0 0 37px 0;

  border-bottom: 2px solid #4985ff;

  transition: .2s linear;

  outline: none;

}





.lengue_item2{

display: grid;

        animation-duration: 2s;

        animation-iteration-count: infinite;

        margin: 0 auto 0 auto;

        transform-origin: bottom;

    position: fixed;

    right: 15px;

    bottom: 25px;

    z-index: 9;

}

.bounce-2 {

  animation-name: bounce-2;

  animation-timing-function: ease;

}

.bottom_top{

    bottom: 50px;

}

.lengue_item{

display: grid;

}

.lengue-link {

  width: 30px;

}

.lengue-link:hover, .lengue-link:focus, .lengue-link:active{

  opacity: 0.5;

}

.header__logo_link {

    display: flex;
    align-items: center;
    text-decoration: none;
    flex-direction: column;

}
.header__logo_link span{
  color: #eb1777;
}
.header__logo_link p{

    font-size: 18px;

    font-weight: 800;
    letter-spacing: 1px;

color: #fff;


}

.header__logo_link p:hover{
  color: #05cece;
}

.header__burger{

    display: none;

    width: 40px;

    height: 28px;

    position: relative;

}



.burger__line{

    display: block;

    width: 100%;

    height: 2px;

    background-color: #fff;

    position: absolute;

    left: 0;

}



.burger__line_first{

    top: 0;

}



.burger__line_second{

    top: 50%;

    -webkit-transform: translateY(-50%);

        -ms-transform: translateY(-50%);

            transform: translateY(-50%);

}



.burger__line_third{

    bottom: 0;

}

/* Header styles end */









/* Intro styles start */



.intro {

  min-height: 100vh;
  background-size: cover;
  padding-top: 140px;
  background-color: #bec4c7;

}

.intro_blocks{

  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;

}

.intro_block_1{

  display: flex;
  text-align: left;
  width: 485px;
  float: left;
  flex-direction: column;
  justify-content: space-between;

}

.intro_block_2{

  width: 4%;

}

.line_vertikal{



}

.intro_block_3{

  display: flex;
  text-align: right;
  width: 485px;
  float: right;
  flex-direction: column;
  justify-content: space-between;

}



.intro_subtitle {

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  background: #ffffff45;
  color: #484848;
  padding: 5px;
   /* border-radius: 10px; */

}

.intro_title {

  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  color: #3a4953;
  text-shadow: 1px 1px 1px #ffffff;
  margin-bottom: 10px;

}

.mainbloks2{

  display: inline-table;

   width: 100%;

  padding: 0 10px 0 10px;

  margin-top: 20px;

}
.blokmains{
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
    align-items: center;

}
.blokmain1{

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;



}



h4 {

  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3a4953;
  font-weight: 600;

}

a.contentmainblok-more {

  color: #3a4953ba!important;
  text-decoration: underline;
  font-size: 12px;


}






.contentmainblok1 {

  width: 480px;
  display: flex;
  height: 105px;
  padding: 5px 10px 5px 10px;
  margin-bottom: 40px;
  /* background: rgb(39 39 39 / 49%); */
  flex-direction: column;
  border-radius: 5px;
  background-color: #f3f3f3;
  border: 1px dashed #3a4953;
  align-items: center;

}
.contentmainblok-titel{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  margin-top: -35px;
}
.blokmain2{

  width: 100%;
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.contentmainblok-pic {

    /* width: 120px;

    max-height: 100px; */

    margin: auto;

    text-align: center;

    flex-direction: row;

}

.contentmainblok-text{

/* width: 340px; */

}

.contentmainblok-text2{
  font-size: 14px;
  line-height: 16px;
  color: #9b9b9b;

}

.contentblok-img {

  height: 60px;
  padding: 5px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 1px 3px #5b5b5b;

}

.search-form_info{

  display: flex;

}

.search-form_submit{

  padding: 13px 36px;

  font-weight: 500;

  font-size: 16px;

  line-height: 20px;

  text-align: center;

  background: #4985FF;

  border: 0;

  box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);

  border-radius: 30px;

  color: white;

  margin: 0 auto;

  text-decoration: none;

}

.search-form_submit:hover, .search-form_submit:focus, .search-form_submit:active{

  background: #186fe2e8;

}

/* Intro styles end */





/* forn-content START */

.form-content{

  margin-bottom: 10px;

  margin-top: 80px;

}













/* forn-content end */


      #chekorder {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }
      #oknoemail {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

      #oknoarbitraj {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

#oknoarbitraj:target {display: block;}

      #oknoforum {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

#oknoforum:target {display: block;}

      #oknoserch {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

#oknoserch:target {display: block;}

      #oknoskype {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

#oknoskype:target {display: block;}

      #bonus {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

#bonus:target {display: block;}

      #oknorazn {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 100000;

        top: 0;

        left: 0;

        display: none;

      }

#oknorazn:target {display: block;}

  #okno h4{

    text-align: center;

    color: #000000;

  }

      #okno {

display: block;

    max-width: 650px;

    max-height: 500px;

    border-radius: 10px;

    position: fixed;

    top: 110px;

    right: 0;

    left: 0;

    margin: auto;

    padding: 15px;

    transform: translate3d(0, 0, 0);

    color: #2b2e38;

    background: #fff;

    overflow: auto;

      }

.addblock {

        max-width: 650px;

        margin: auto;

}

#cross2 {

width: 30px;

    height: 30px;

    position: relative;

    float: right;

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

border-radius: 50px;

z-index: 10000;

top: 110px;



}



#cross2:before, #cross2:after {

  content: "";

  position: absolute;

  z-index: -1;

background-color: #a3a3a3;

  border-radius: 50px;

  outline: none;

}



#cross2:before {

  left: 55%;

  width: 15%;

  margin-left: -15%;

  height: 100%;

}



#cross2:after {

  top: 55%;

  height: 15%;

  margin-top: -15%;

  width: 100%;

}

#cross2:hover{



    opacity: 0.8;

}
#chekorder:target {display: block;}

      #oknoemail:target {display: block;}

      .close-butt{

        text-align: center;

      }

      .close {

          display: inline-block;

          border: 1px solid #57bd5b;

          color: #f7f7f7;

          padding: 0 18px;

          text-decoration: none;

          background: #84d387;

          font-size: 12pt;

          margin-top: 15px;

          border-radius: 5px;

          cursor: pointer;

      }

      .close:hover {background: #619f63;}





@media only screen and (min-width: 641px){



.okno {

    max-width: 700px;
    
}
}


#payform {
  backdrop-filter: blur(3px);
        background: rgba(102, 102, 102, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        display: none;
        opacity: 0;
        transform: scale(0.8);
        transition: opacity 0.5s, transform 0.5s;

      }

  #okno2 h4{
    margin: auto;
    padding: 5px;
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #3a4953;
    text-shadow: 1px 1px 1px #777777;

  }

      #okno2 {

    max-width: 1060px;

    max-height: 90%;

    overflow: auto;

    text-align: left;

    border-radius: 15px;

    position: fixed;

    top: 0;

    right: 0;

    left: 0;

    margin: auto;

    /* padding: 15px; */

    margin-top: 110px;

    margin-bottom: 10px;

    transform: translate3d(0, 0, 0);

    color: #2b2e38;

    background: #fff;
    
    transition: opacity 0.5s, transform 0.5s;

      }

      #payform:target {
        display: block;
        opacity: 1;
        transform: scale(1);
        
      }
#paymentblock-form{
  display: block;

}
#cross {

width: 30px;

    height: 30px;

    position: relative;

    float: right;

    transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

border-radius: 50px;

}



#cross:before, #cross:after {

  content: "";

  position: absolute;

  z-index: -1;

  background: #444;

  border-radius: 50px;

  outline: none;

}



#cross:before {

  left: 55%;

  width: 15%;

  margin-left: -15%;

  height: 100%;

}



#cross:after {

  top: 55%;

  height: 15%;

  margin-top: -15%;

  width: 100%;

}

#cross:hover{

background-color: #cacaca52;

    opacity: 0.8;

}





#cross1 {

  width: 35px;
  height: 35px;
  float: right;

}



/* #cross1:before, #cross1:after {

  content: "";

  position: absolute;

  z-index: -1;

background: #a7a7a7;

  border-radius: 50px;

  outline: none;

}



#cross1:before {

    left: 55%;

    width: 10%;

    margin-left: -20%;

    height: 80%;

}



#cross1:after {

    top: 55%;

    height: 10%;

    margin-top: -20%;

    width: 80%;

} */

#cross1:hover{

/* background-color: #cacaca52; */

    opacity: 0.7;

}



      #workportfolio {

        background: rgba(102, 102, 102, 0.5);

        width: 100%;

        height: 100%;

        position: fixed;

        z-index: 10000;

        top: 0;

        left: 0;

        display: none;

      }

.uslugblock {

        max-width: 1010px;

        margin: auto;

}

  #okno3 h4{

    text-align: center;

    color: #000000;

  }

      #okno3 {

overflow: auto;

        max-width: 1010px;

        max-height: 700px;

        text-align: left;

        border-radius: 10px;

        position: fixed;

        top: 0;

        right: 0;

        bottom: 0;

        left: 0;

        margin: auto;

        padding: 15px;

    transform: translate3d(0, 0, 0);

    color: #2b2e38;

    background: #fff;

            margin-top: 120px;

      }



      #workportfolio:target {display: block;}















/* Benefits styles start */

.benefits{
  /* margin-top: -65px; */
  margin-bottom: 10px;

}



.benefits_title{

  width: 200px;
  margin: auto;
  padding: 20px 0px 20px 0px;
  position: relative;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 32px;
  line-height: 28px;
  text-align: center;
  color: #3a4953;
  text-shadow: 1px 1px 1px #777777;
  /* background: white;
  border-radius: 100px 100px 0px 0px; */

}



.benefits_cards{

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  column-gap: 1%;

  margin-top: 10px;
  align-items: end;
}

.benefits_card{

  display: grid;

  grid-column: span 1;

  margin-bottom: 20px;

  align-items: center;

max-width: 250px;

    min-width: 240px;

}























.plan-linck-block{

  text-decoration: none;

  color: #494949;

  margin: 0 auto;

}

.plantitle{

  padding: 8px 0;

  text-align: center;

    border-bottom: 1px solid #7d7d7d69;

}

.plantitle-h3{

  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  color: #d7916f;
  text-shadow: 1px 1px 3px #8b8b8b8f;

}

.plan {

    float: left;

  background-color: #fff;



}

.plan:hover {

    -webkit-box-shadow: 0 0px 19px rgba(50, 50, 50, .19);

    -moz-box-shadow: 0 0px 19px rgba(50, 50, 50, .19);

    box-shadow: 0 0px 19px rgba(50, 50, 50, .19);

}

.bronz {

  /* background-color: #e6b280b3!important; */

}

.bronz1 {

  background-color: #d7916f!important;

}

.bronz2:hover{

  border-bottom: 4px solid #8c6239;

}

.silver {

  background-color: #fff!important;

}

.gold {

  background-color: #f38a08!important;

}

/* .gold:hover{

  border-bottom: 4px solid #975402;

} */

.gold1:hover{
  border-bottom: 4px solid #975202;
}

/* .gold1 {

  background-color: #ffcd4f9c!important;

} */

.vip {

  background-color: #f52c2c!important;

}

.vip1{



  background-color: #fff!important;

}

.vip1:hover{

  border-bottom: 4px solid #c10000;

}

.tableblock{

width: 100%;

    padding: 0 10px 0px 10px;

}

.tableserv {

    font-size: 14px;

}

.tableserv tbody {

    display: table-row-group;

    vertical-align: middle;

    border-color: inherit;

}

.tableserv tr {

    display: table-row;

    vertical-align: inherit;

    border-color: inherit;

}

.tableserv td {

    display: table-cell;

    vertical-align: inherit;

}

.tableserv td {

    /* padding: 3px 0; */

    border-bottom: 1px dashed rgba(216, 209, 202, 0.52);

}

.plans1_2 {

    font-weight: 600;

}
.tableserv-bronze td {
  padding: 3px 0;
  border-bottom: 1px dashed rgba(216, 209, 202, 0.52);
}
.tableserv-silver td {
  padding: 4px 0;
  border-bottom: 1px dashed rgba(216, 209, 202, 0.52);
}
.tableserv-gold td {
  padding: 5px 0;
  border-bottom: 1px dashed rgba(216, 209, 202, 0.52);
}
.tableserv-vip td {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(216, 209, 202, 0.52);
}

.plansell-h3{

  color: #fff;

}



.plansell{

  margin-top: 10px;

padding: 8px 0px;

    font-size: 25px;

    text-align: center;

    background-color: rgba(21, 24, 36, 0.4);

    font-weight: 600;

}







.but-uslug{

  display: inline-flex;

  flex-wrap: wrap;

    -webkit-box-pack: center;

          justify-content: center;
  text-align: center;

  margin: 0 auto;

  width: 100%;

  margin-bottom: 10px;

}

.benefits_card-more{

  display: inline-block;

  padding-right: 59px;

  font-size: 16px;

  line-height: 24px;

  color: #006DFE;

  text-decoration: none;

  background: url(../img/svg/shape.svg) no-repeat 95% center;

  transition: .2s all;

}

.benefits_card-more:hover, .benefits_card-more:focus{

  background: url(../img/svg/shape.svg) no-repeat right center;

}

/* Benefits styles end */



















/* Slide block styles start */





.slidebox{

  display: flex;

}

.slidesbox{

margin: 0 auto;

    display: flex;

    align-items: center;

}

.slidewith{

  margin: 0 auto;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

}

#slides{

    position: relative;

    height: 400px;

    width: 630px;

    padding: 0px;

    list-style-type: none;



}



.slide{

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    opacity: 0;

    z-index: 1;



    -webkit-transition: opacity 1s;

    -moz-transition: opacity 1s;

    -o-transition: opacity 1s;

    transition: opacity 1s;

}



.showing{

    opacity: 1;

    z-index: 2;

}





.controls{

    display: none;

}





.slide{

    box-sizing: border-box;

    background: #333;

    color: #fff;



}

.slide img{

    background-size: cover;

    height: 100%;

    width: 100%;

}

.textslide{

position: absolute;

    background: #eee;

    padding: 14px 0px;

    text-align: center;

    width: 100%;

    left: 0;

    bottom: 0;

    box-shadow: 1px 1px 3px #757575c4;

}

.textslide p{

  font: 18px/1 Ubuntu, sans-serif;
  color: #3a4953;
  margin: 5px;
  padding: 0;
  font-weight: 600;

}
.sitename {
  color: #9e9e9e!important;
}
.textslide span {
  color: #25cb2d;
  text-decoration: underline;
}



.controls{

  background: #eb1777;
  color: #fff;
  padding: 20px 0px;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #bd0156;
  margin: 0px 10px;
  width: 30px;
  height: 70px;
  transition: .5s;
  box-sizing: border-box;
  border-radius: 10px 25px 25px 10px;

}



.controls:hover

/* .controls:focus{ */{

  background: #eee;

  color: #333;

}



.op-contr{

  opacity: 0;

}





.slidecontent {
  margin-bottom: 50px;
}


.buttons {

  float: left;

  z-index: 10;

  font-size: 0px;

}



.slideboxtxt{

display: grid;

    grid-template-columns: repeat(1, 1fr);

  float: left;

  width: 235px;

  margin-left: 10px;

  margin-top: 10px;

}

.slideboxtext1{

  margin-bottom: 30px;

}

.slideboxtxt h2{

  text-align: left;

    font-size: 23px;

    color: #323232;

    margin-bottom: 10px;



}

.slideboxtxt p{

    font-size: 14px;

    color: #323232;

}

.slideboxtextlink{

  margin-bottom: 20px;

}



/* Slide block styles end */

































/* Tours styles start */





.tour_title{

  font-weight: bold;

  font-size: 32px;

  line-height: 53px;

  text-align: center;

  margin-bottom: 40px;

  color: #323232;

}

.lineblock{

  margin: auto;

  width: 100%;

  border: 1px solid #E0E0E0;

}

/* Tours styles end */







.method{

  display: grid;

  grid-template-columns: repeat(10, 1fr);

  column-gap: 10px;

  margin-bottom: 30px;

  text-align: center;

}



.method-1 img{

  margin-bottom: 5px;
  width: 100px;
  height: 100px;
}

.method-1{

  grid-column: span 2;



}

.method-desc{

  margin: 0 auto;

  font-size: 14px;

  color: #3e3e3e;

  max-width: 240px;

}

.contactmy{

  text-align: center;

  font-size: 23px;

  color: #323232;

  margin-bottom: 20px;

}

.contactmy h2 {
  border-bottom: 1px dashed #3a4953;
  padding: 5px 0px;
  color: #3a4953;
  font-weight: 500;
}

.contactmy2{
  font-size: 16px;
  margin: 20px 0px;
  display: inline-flex;
  padding: 10px 0px;
  border: 1px solid #9191915e;
  box-shadow: 1px 1px 3px #8b8b8bbd;

}

.conmy1 a{

  /* margin-right: 20px; */
  color: #3bb4e5;

}
.conmy1 a:hover{

  color: #114d64;
}
.conmy1 b{

  font-weight: 600;
  font-size: 16px;
}
.conmy1{
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 8px;
  display: flex;
    flex-direction: column;
}
.conmy2-pad{
  padding: 0px 30px;
}

.project-stats{

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  column-gap: 10%;

  margin-bottom: 60px;

}

.project-stat{

  display: grid;

  grid-column: span 2;

  margin: 0 auto;

}

.project-stat-pic{

  max-width: 30px;

  max-height: 30px;

}

.project-stat-icon{

  display: block;

}

.project-text{

  display: flex;

  align-items: center;

  margin: 0 auto;

}

.project-title{

  font-style: normal;

  font-weight: normal;

  font-size: 36px;

  line-height: 53px;

  color: #000;

  margin-left: 20px;

}

.project-desc{

  font-size: 16px;

  line-height: 25px;

  text-align: center;

}



/*<!-- Cross start -->*/



/*<!-- Cross end -->*/





/* Places styles Start */





table .tblform {

margin: 0 auto;

}

.contacts-us{

  background: #504DC2;

}

.contact-us-title{

font-weight: bold;

font-size: 36px;

line-height: 53px;

text-align: center;

color: #FFFFFF;

}

.touch-form-block{

  display: flex;

  align-items: center;

  padding: 0 20px;

}

.touch-form-block1{

display: grid;

    grid-template-columns: repeat(4, 1fr);

grid-gap: 3vw;

}

.get-touch{

  width: 50%;

}

.get-touch1{

    display: block;

    margin: 10px auto;

    grid-column: span 2;

}

.get-touch-text{

  margin-bottom: 50px;

}

.get-touch-title{

  font-weight: 500;

  font-size: 28px;

  line-height: 53px;

  color: #FFFFFF;

  margin-bottom: 37px;

}

.get-touch-desc{

font-weight: normal;

font-size: 18px;

line-height: 25px;

}

.get-pic{

  max-width: 25px;

  max-height: 30px;

}

.get-info-block-1{

    color: #000;

    margin: 0 auto;

    margin-bottom: 20px;

    max-width: 450px;

}

.contactmy22 {

  font-size: 16px;
  padding: 10px 0px;
  color: #323232;
  display: flex;
  margin: 20px 15px;
  border: 1px solid #3a49535e;
  box-shadow: 2px 2px 4px #7979799e;

}

.get-info-text-all{

margin-bottom: 10px;

}

.get-info-text{

display: grid;

    width: 100%;

    height: auto;

    font-weight: 400;

    font-size: 18px;

    line-height: 29px;

    border: dashed 2px;

    border-color: #a9a9a9;

    margin-bottom: 20%;

    padding: 10px;

    text-align: left;

}

.get-info-text li:first-child {

    border-bottom: 1px solid #ccc!important;

    margin: 5px 20px 10px 20px!important;

}

.get-info-text img {

    float: left;

    margin: 0px 5px 0 0;

}

.get-info-text li {

margin-bottom: 8px;

}

.get-info-text b{

font-weight: 500;

}

.get-info-text2{

  display: grid;
  width: 90%;
  height: auto;
  margin: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: dashed 2px;
  border-color: #eb1777;
  margin-bottom: 10px;
  padding: 15px;
  text-align: center;


}

.contacs-form{

display: block;

    margin: 0 auto;

    grid-column: span 2;

}

.numberuse{
  display: flex;
  grid-template-columns: 1fr;
  width: 100%;
  border-bottom: solid 2px #eb1777;
  margin-bottom: 10px;
  text-align: center;
  align-items: center;

}



.numberuse-block{

    font-weight: 600;

    width: 25px;

    height: 25px;

    margin: 0 auto;

    border-radius: 50px;

    border: dashed 1px #ffffff;

    text-align: center;

    background-color: #22ce9b;

    color: white;

    margin-bottom: 5px;

}

.search-form_info2{

  display: block;

  margin-bottom: 20px;

}



.user_name{

  background: #fff;
  color: #323232;
  margin: 5px 0px 10px 0px;

}



.user_email{

background: #fff;

    color: #323232;

}

.user-message{

  width: 350px;

  height: 150px;

  min-height: 150px;

  max-height: 150px;

background: #f2f2f2;

    color: #323232;

  border-radius: 10px;

  border: 0;

  padding: 11px 0 11px 22px;

  font-weight: 500;

  font-size: 18px;

  margin-bottom: 20px;

  transform: ;

outline: none;

}

.user_name::placeholder, .user_email::placeholder, .user-message::placeholder{

  font-weight: normal;

  font-size: 16px;

  line-height: 25px;

  color: #444;

  opacity: 0.5;

}







.button-send{

  width: 100%;

  display: flex;

  flex-wrap: wrap;

}

.btn-primary{

  padding: 13px 36px;

  font-weight: 500;

  font-size: 16px;

  line-height: 20px;

  text-align: center;

  background: #4985FF;

  border: 0;

  box-shadow: 0px 0px 10px rgba(111, 111, 111, 0.25);

  border-radius: 30px;

  color: white;

  margin: 0 auto;

}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active{

  background: #186fe2e8;

}
.tblform tbody{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.tblform label {
  font-size: 18px;
  font-weight: 500;
  color: #3a4953;

}


.search-form input {

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 1px solid #48545d5e;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  padding: 5px 10px;
  /* margin: 0 auto 0px auto; */
  display: block;
  text-align: left;
  font-size: 18px;
  color: #444444;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  box-shadow: 1px 1px 4px #48545dab;
  font-weight: 300;

}

.contacs-form select{
  width: 100%;
  height: 30px;
  padding: 0 0px 0 10px;
  font-size: 1.05em;
  color: #3a4953;
  border: 1px solid #48545d5e;
  background-color: #fff;
  border-radius: 3px;
  display: block;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  box-shadow: 1px 1px 3px #48545dab;
  font-weight: 300;

}

.captchabox {

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 15px;

}

input.captcha {

    padding: 4px 10px;

    margin-left: 10px;

    font-size: 16px;

}



.uslov h2 {

  font-size: 18px;

    margin-bottom: 10px;

  text-align: left;

    color: #323232;

    font-weight: 500;

}

.uslov{

width: 100%;

padding: 0 10px;

}

.uslov ul{

      color: #323232;

padding: 0px 4px;

    font-size: 14px;

    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    text-decoration: none;

    outline: none;

}

.uslov li{

margin-bottom: 8px;

}







/* FOOTER start*/





.footerblock{

  background-color: rgba(239, 239, 239, 0.6);

}

.footerboxwh{

  width: 100%;

  margin: 0 auto;

}

.footerbox{



  display: flex;

  flex-wrap: wrap;

}

.footerbox h2 {

  font-size: 18px;

    margin-bottom: 10px;

  text-align: left;

    color: #323232;

    font-weight: 500;

}

.footerhead{

width: 33%;

    margin-right: 0.5%;

}

.footerhead ul li a{

      color: #323232;

padding: 0px 4px;

    text-transform: uppercase;

    font-size: 13px;

    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    text-decoration: none;

    outline: none;

}

.footercontacts ul li{

      color: #323232;

padding: 0px 4px;

    font-size: 13px;

    -webkit-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    -o-transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

    transition: border-color ease-in-out .15s, background-color ease-in-out .15s;

}

.footercontacts{

width: 33%;

    margin-right: 0.5%;

}



.footercontacts b{

font-weight: 600;

}

.footertextgarant1 p{

  font-size: 14px;

    margin-bottom: 10px;

  text-align: left;

    color: #323232;

    width: 285px;

    outline: none;

}













/* FOOTER End */









/*                  MEDIA SCREAN start                     */

@media screen and (max-width: 1050px) {



.intro_blocks{

  display: block;

}

.intro_block_1 {

    width: 100%;

    text-align: center;

}

.intro_block_2{

  display: none;

}

.intro_block_3 {

    width: 100%;

    margin-top: 20px;

    text-align: center;

}

.blokmain1 {

  width: 100%;

}

.blokmain2{

  width: 100%;

}



}



@media screen and (max-width: 1024px) {



.panel button {

    margin: 0.5em;

    padding: 0.4em 0.6em;

  font-size: 16px;

}



.footertextgarant{

      width: 100%;

}







.benefits_cards{

  grid-template-columns: repeat(3, 1fr);

}

.vip-column{

  grid-column: 2;

}







.slideboxtxt{

display: grid;

    grid-template-columns: repeat(2, 1fr);

    width: 100%;

}

.slideboxtext1{

  margin-right: 10px;

  text-align: center;

}

.slideboxtext1 h2{

  text-align: center;

}

.buttons-next{

  right: 10px;

}









}







/*                  MEDIA SCREAN end                     */



@media screen and (max-width: 960px) {

  .contactmy22 {
    display: block;

}

  .conmy1{
    align-items: center;
    text-align: center;
  }

.panel button {

    margin: 0.3em;

    padding: 0.3em 0.4em;

  font-size: 14px;

}



    .benefits {

        margin-bottom: 75px;

    }

    .benefits__card {

        margin-bottom: 60px;

    }

    .search-form__field {

        margin-bottom: 25px;

    }

    .benefits__cards {

        padding: 0 15px;

        column-gap: 35px;

    }

    .benefits__title {

        padding: 55px 15px;

    }

    .benefits__wrap {

        -webkit-box-shadow: none;

                box-shadow: none;

    }

    .places__card_size_lg {

        -ms-grid-column-span: 6;

        grid-column: span 6;

    }

    .places__card_size_sm {

        -ms-grid-column-span: 6;

        grid-column: span 6;

    }

    .tours__tour {

        column-gap: 35px;

    }

    .tour__info {

        padding-left: 0;

    }

    .tour__title {

        margin-bottom: 15px;

    }

    .tour__desc {

        margin-bottom: 15px;

    }

    .footertextgarant{

      width: 100%;

      display: contents;

}

}



@media screen and (max-width: 767px) {

    .section-title {

        margin-bottom: 25px;

    }

    .section-title::after {

        width: 78px;

    }

    .header__burger {

        display: block;

    }

    .header_nav{

        width: 100%;

        height: 100%;

        position: fixed;

        top: 0;

        left: 0;

        background-color: #000;

        z-index: 10;

        padding: 10px;

        -webkit-transform: translateX(100%);

            -ms-transform: translateX(100%);

                transform: translateX(100%);

        -webkit-transition: .2s all linear;

        -o-transition: .2s all linear;

        transition: .2s all linear;

    }



.touch-form-block1{

    grid-template-columns: repeat(2, 1fr);

}

.panel button {

    margin: 0.4em;

    padding: 0.3em 0.3em;



}

.header_list {

    display: block;

        align-items: center;
text-align: center;
}

    .header__nav_active{

        -webkit-transform: translateX(0);

            -ms-transform: translateX(0);

                transform: translateX(0);

    }

    .header_item{

        width: 100%;

        margin-right: 0;

        margin-bottom: 30px;

    }

    .header_item:last-child{

        margin-bottom: 0;

    }

    .header_link{

        font-size: 42px;

        line-height: 48px;

    }

    .header__nav-close{

        width: 40px;

        height: 40px;

        position: absolute;

        top: 20px;

        right: 20px;

        z-index: 11;

    }

    .header__nav-close-line{

        display: block;

        width: 100%;

        height: 2px;

        background-color: #fff;

        position: absolute;

        top: 50%;

    }

    .header__nav-close-line:first-child{

        -webkit-transform: translateY(-50%) rotate(45deg);

            -ms-transform: translateY(-50%) rotate(45deg);

                transform: translateY(-50%) rotate(45deg);

    }

    .header__nav-close-line:last-child{

        -webkit-transform: translateY(-50%) rotate(-45deg);

            -ms-transform: translateY(-50%) rotate(-45deg);

                transform: translateY(-50%) rotate(-45deg);

    }

    .heder_logo_pic {

    width: 60px;

    height: 60px;

}

    .intro {

        padding-top: 85px;

    }

    .intro_title {

        font-size: 28px;

        line-height: 42px;

    }

    .intro_subtitle {

        font-size: 14px;

    }

.benefits_cards {

    grid-template-columns: repeat(2, 1fr);

}

.method{

grid-template-columns: repeat(6, 1fr);

}

.method-column{

grid-column: span 3;

}

.slideboxtxt{

    grid-template-columns: repeat(1, 1fr);

}

#slides{

  height: 350px;

  width: 500px;

}

    .search-form_field{

        width: 100%;

        margin-right: 0;

        padding-bottom: 12px;

        background: transparent url(../img/svg/circle-ico.svg) no-repeat left 2px;

    }

    .search-form_field::-webkit-input-placeholder{

        font-size: 16px;

    }

    .search-form_field::-moz-placeholder{

        font-size: 16px;

    }

    .search-form_field:-ms-input-placeholder{

        font-size: 16px;

    }

    .search-form_field::-ms-input-placeholder{

        font-size: 16px;

    }

    .search-form_field::placeholder{

        font-size: 16px;

    }

    .search-form_submit {

        width: 60%;

    }



    .benefits{

        margin-bottom: 36px;

    }

.benefits_title{

    font-size: 32px;

    line-height: 43px;

}

    .benrfits_desc{

      width: 100%;

    }

    .benefits_card {

        -ms-grid-column-span: 3;

        grid-column: span 3;

        margin-bottom: 40px;

    }





    .places {

        margin-bottom: 76px;

    }

    .places_card-pic_size_lg, .places_card-pic_size_sm {

        height: 160px;

    }

    .places_view-all {

        margin-bottom: 25px;

    }

    .places_caption{

        margin-bottom: 0;

    }

    .places_card_size_lg {

    grid-column: span 4;

  }

    .tours {

        margin-bottom: 76px;

    }

    .tour_pic, .tour_info, .tour_info2{

        -ms-grid-column-span: 2;

        grid-column: span 2;

    }

    .tour-reverse{

      display: flex;

      flex-wrap: wrap-reverse;

    }

    .tour_pic {

        margin: 0 auto;

    }

    .tour_pic_mob-first {

        -ms-grid-row: -1;

            grid-row-start: -1;

    }

    .tours_tour {

        margin-bottom: 50px;

    }

    .tour_title{

      font-size: 28px;

     line-height: 43px;

    }

    .top {

        margin-bottom: 76px;

    }

    .top_card {

        -ms-grid-column-span: 6;

        grid-column: span 6;

    }

    .top_card-stats {

        max-width: 386px;

    }

    .top_card-desc {

        margin-bottom: 15px;

    }

.uslugi-invest-block1 {



    display: flex;

    flex-wrap: wrap-reverse;

    position: relative;

    align-items: center;

    margin: 0 auto;

    -webkit-transform: translateY(-10%);

    -ms-transform: translateY(-10%);

    transform: translateY(-10%);

}

  .uslugi-block-title {

    width: 100%;

    font-weight: bold;

    font-size: 26px;

    line-height: 33px;

    margin-bottom: 10px;

    color: #FFFFFF;

}

.uslugi-info1{

  padding: 0;

}

.uslugi-invest{

  margin-bottom: 20px;

}

.uslugi-info-text-desc{

  font-size: 14px;

    line-height: 20px;

    margin-left: 0;

}

.uslugi-predoplata-text {

    text-align: left;

    font-size: 14px;

    line-height: 22px;

}

.but-uslug1{

  width: 100%;

}

.uslugi-invest-block2 {

    flex-wrap: wrap;

    margin-bottom: 0;

}

.uslugi-block2-text{

  margin: 0 auto;

}

.scrins-title {

    font-weight: bold;

    font-size: 28px;

    line-height: 43px;

    margin-bottom: 20px;

}

.scrins-desc {

    font-size: 14px;

    line-height: 20px;

    max-width: 90%;

}

    .footer__logo {

        width: 100%;

        margin-bottom: 24px;

    }

    .footer__nav {

        width: 100%;

    }

    .footerm__menu {

        width: 50%;

        margin-bottom: 24px;

    }



.touch-form-block {

    display: flex;

    flex-direction: column-reverse;

    align-items: center;

    padding: 0;

}

.get-touch {

    display: flex;

    flex-wrap: wrap;

    width: 100%;

}



      }

@media screen and (max-width: 500px) {

    .header_nav {

        padding: 75px 30px;

    }
    .contactmy2 {
      display: block;
    }
    .conmy2-pad{
      padding: 0px 2px;
    }

}



@media screen and (max-width: 615px){



#slides{

  height: 250px;

  width: 400px;

}



}

@media screen and (max-width: 520px){

.wrapper{

  padding: 0px;

}

.contentmainblok1 {

    height: 100%;

    width: 100%;

    text-align: center;

    padding: 10px;

    margin-bottom: 20px;

  }

.contentmainblok-pic {

 float: none;

 width: 100%;

 max-height: 100%;

 padding-right: 0;

}

a.contentmainblok-more {

    float: none;

}

.benefits_cards {
    grid-template-columns: repeat(1, 1fr);

}

.vip-column {

    grid-column: 1;

}

#slides{

  height: 170px;

  width: 300px;

}

.textslide p {

    font: 16px/1 Ubuntu, sans-serif;

}

.textslide{

      padding: 4px 0px;

}

.controls {

    padding: 20px 0px;

    margin: 0px;

    width: 20px;

    height: 100%;

}







}

@media screen and (max-width: 420px){

  .user-message {
    width: 100%;

}

.intro_title {

    font-size: 22px;

    line-height: 28px;

    font-weight: 600;

}

.intro_subtitle {

    font-size: 14px;

    line-height: 16px;

  color: #fdbf62;

}

  .row1{

    width: 100%;

  }

.method {

    grid-template-columns: repeat(2, 1fr);

}

.method-1 {

    margin-top: 10px;

}

.contactmy2{

  display: block;

}

.mainbloks2{

  padding: 0px;

}

}





@media screen and (max-width: 350px){

#slides {

    height: 170px;

    width: 240px;

}

.footerhead {

    width: 100%;

    margin: 10px 0px;

     margin-right: 0px;

}

.footercontacts {

    width: 100%;

    margin-right: 0;

    margin-bottom: 10px;

}

.footertextgarant{

      width: 100%;

}

.footertextgarant1 p{

  width: 100%;

}

}

@media screen and (max-width: 290px){



#slides {

    height: 160px;

    width: 200px;

}

.slideboxtxt h2 {

    font-size: 16px;

}

.slideboxtxt p {

    font-size: 12px;



}





}











    @keyframes bounce-2 {

        0%   { transform: translateY(0); }

        50%  { transform: translateY(-10px); }

        100% { transform: translateY(0); }

    }
