

/* Start:/local/templates/redisine_main/css/normalize.css?16837914256142*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/*h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/redisine_main/css/style.css?168379142594769*/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*/

body {
    font-family: "Montserrat", Helvetica, Arial, serif;
    color: #110C03;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.result {
    text-align: left;
    margin-top: 15px;
    margin-left: 15px;
    font-weight: bolder;
    font-size: 18px;
}

.mobile-menu {
    display: none;
    position: fixed;
    bottom: 8px;
    width: 360px;
    left: calc(50% - 180px);
    background: linear-gradient(162.13deg, #FFFEFC 0.24%, #FFFFFF 105.78%);
    box-shadow: 0px 1px 10px 1px rgba(91, 73, 41, 0.2);
    border-radius: 16px;
    height: 68px;
    z-index: 1000;
}

.mobile-menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.mobile-menu li {
    list-style: none;
}

.mobile-menu li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #685E4E;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    padding: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.mobile-menu li a .icon {
    margin-bottom: 6px;
}

.mobile-menu li a:hover {
    color: #F59C04;
}

.mobile-menu li a .icon path {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.mobile-menu li a:hover .icon path {
    color: #F59C04;
    stroke: #F59C04;
}

.top-menu {
    /*max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;*/
}
.top-menu .wrap {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.top-menu .wrap .logo {
    width: 232px;
    padding: 20px 0;
}

.top-menu .wrap .logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.top-menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: -10px;
}

.top-menu ul li + li {
    margin-left: 40px;
}

.top-menu .user-enter {
    display: flex;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #827E78;
    text-decoration: none;
    padding: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.top-menu .user-enter:hover {
    background-color: #FFF1D9;
}
.top-menu .user-enter .icon {
    margin-right: 8px;
    display: flex;
}

.top-menu .language {
    display: flex;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #827E78;
    text-decoration: none;
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.top-menu .language:after {
    content: "";
    display: flex;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    background-image: url("/local/templates/redisine_main/images/icons/icon-caret.svg");
}

.top-menu .language:hover {

    background-color: #FFF1D9;
}

.top-menu .language .icon {
    margin-right: 8px;
    display: flex;
}

.top-menu .language .language-list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 0;
    width: 100%;
    background: #FFF;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
    margin-top: -10px;
}

.top-menu .language:hover .language-list {
    opacity: 1;
    background-color: #FFF1D9;
    top: 100%;
    height: auto;
    z-index: 20;
    padding-top: 15px;
    padding-bottom: 15px;
}

.top-menu .language .language-list .link {
    display: flex;
    padding: 5px 10px;
    color: #827E78;
    text-decoration: none;
}

.top-menu .language .language-list .link:hover {
    color: #0D87DF;
}

.top-menu .language .language-list .link img {
    max-width: 100%;
}

.main-menu {
    width: 100%;
    border-bottom: 1px solid #FAF7F1;
    padding-bottom: 40px;
   /* padding-top: 20px;*/
}

.main-menu .wrap {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.main-menu .wrap .logo {
    width: 232px;
    display: none;
}

.main-menu .wrap .logo img {
    max-width: 100%;
    height: auto;
    display: block;
}
.main-menu .nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
}
.main-menu .nav ul li a {
	padding: 5px 16px;
	color: #191308;
	text-decoration: none;
	font-size: 20px;
	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
	    -ms-transition: all 0.2s;
	     -o-transition: all 0.2s;
	        transition: all 0.2s;
}
.main-menu .nav ul li a:hover {
	color: #0D87DF;
}
.main-menu .nav ul li.sub-menu {
	padding-right: 8px;
}
.main-menu .nav ul li.sub-menu:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
    height: 100%;
    background-image: url(/local/templates/redisine_main/images/icons/icon-caret.svg);
    -webkit-background-size: 18px;
         -o-background-size: 18px;
            background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.main-menu .nav ul li.sub-menu ul {
	position: absolute;
	z-index: -1;
	top: 30px;
	left: 0;
	border: 1px solid #E8F5FF;
	box-shadow: 0px 6px 15px 1px rgba(22, 15, 2, 0.05);
	border-radius: 10px;
	background-color: #FFF;
	padding: 0;
	width: max-content;
	min-width: 300px;
	height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	     -o-transition: all 0.4s;
	        transition: all 0.4s;
}
.main-menu .nav ul li.sub-menu:hover ul {
	overflow: visible;
	height: auto;
	padding: 15px 0;
	opacity: 1;
	top: 50px;
	z-index: 5;
}
.main-menu .nav ul li.sub-menu ul:before {
	content: "";
	position: absolute;
	inset: -25px;
	z-index: -1;
}
.main-menu .nav ul li.sub-menu li {
	display: block;
}
.main-menu .nav ul li.sub-menu li a {
	font-weight: 400;
	line-height: 130%;
	display: inline-block;
	padding: 13px 15px;	
	width: 100%;
}
.main-menu .nav ul li.sub-menu li a:hover {
	background-color: #E8F5FF;
}

.main-menu .btn-wrap {
    display: flex;
}

.main-menu .btn-track {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 300px;
    height: 64px;
    line-height: 64px;
    border: 1.5px solid #EF9D11;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 20px;
    color: #EF9D11;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}

.main-menu .btn-track:hover {
    box-shadow: 0px 0px 21px rgb(245 156 4 / 20%), inset 0px 0px 100px rgb(245 156 4 / 100%);
    background-color: #EF9D11;
    color: #FFF;
}

.main-menu .btn-track .icon {
    margin-right: 8px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-menu .btn-track .icon svg path,
.main-menu .btn-track .icon svg circle {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-menu .btn-track:hover .icon svg path,
.main-menu .btn-track:hover .icon svg circle {
    stroke: #FFF;
}

.main-menu .btn-comms {
    width: 80px;
    height: 80px;
    background: #F59C04;
    box-shadow: 0px 0px 0px rgb(245 156 4 / 0%), inset 0px 1px 13px 5px rgba(254, 209, 132, 0.5);
    border-radius: 100px;
    margin-left: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    cursor: pointer;
    /*bottom: 155px;*/
    bottom: 50px;
    right: 20px;
    z-index: 10;
}

.main-menu .btn-comms:hover {
    /*box-shadow: 0px 0px 21px rgb(245 156 4 / 20%), inset 0px 0px 100px rgb(245 156 4);*/
    background: #FFF1D9;
    z-index: 20;
}

.main-menu .btn-comms:after {
    content: "";
    position: absolute;
    background-image: url("/local/templates/redisine_main/images/icons/icon-btn-comms-caret.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-color: #FFF1D9;
    border-radius: 100px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.3s;
    opacity: 0;
    z-index: 1;
}

.main-menu .btn-comms:hover:after {
    opacity: 1;
}

.main-menu .btn-comms:before {
    content: "";
    position: absolute;
    background-image: url("/local/templates/redisine_main/images/icons/icon-btn-comms.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    background-color: #F59C04;
    box-shadow: 0px 0px 0px rgb(245 156 4 / 0%), inset 0px 1px 13px 5px rgba(254, 209, 132, 0.5);
    border-radius: 100px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.3s;
    opacity: 1;
    z-index: 1;
}

.main-menu .btn-comms:hover:before {
    opacity: 0;
}

.main-menu .btn-comms .comms-list {
    display: block;
    background: #FFFCF7;
    /*background: #000;*/
    border: 1px solid #FFF7EB;
    border-radius: 100px 100px 0px 0px ;
    width: 80px;
    position: absolute;
    bottom: 50%;
    padding-top: 0%;
    padding-bottom: 0px;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.4s;
}

.main-menu .btn-comms:hover .comms-list {
    opacity: 1;
    height: auto;
    bottom: 50%;
    padding-bottom: 50%;
    padding-top: 24px;
    top: auto;
}

.main-menu .btn-comms .comms-list .link {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-menu .btn-comms .comms-list .link:hover {
    transform: scale(1.05);
}

.main-menu .btn-comms .comms-list .link img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.header .container {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 55px 15px 150px 15px;
    

}

.header .container .title {
    font-weight: 700;
    font-size: 80px;
    line-height: 110%;
    color: #110C03;
    margin-bottom: 28px;
}

.header .container .title .orange {
    color: #F59C04;
}

.header .container .col-left .desc {
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 80px;
}

.header .container .col-left .btn-price {
    width: 460px;
    height: 85px;
    background: #0D87DF;
    border-radius: 100px;
    color: #FFF;
    display: inline-block;
    font-weight: 500;
    font-size: 22px;
    line-height: 85px;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .container .col-left .btn-price:before {
    content: "";
    display: block;
    width: 54px;
    height: 32px;
    background-image: url("/local/templates/redisine_main/images/icons/icon-lines.svg");
    position: absolute;
    left: -66px;
    top: calc(50% - 16px);
    
}
.header .container .col-left .btn-price:hover {
    box-shadow: 0px 0px 0px 2px rgb(37 147 227), inset -8px -5px 46px rgb(88 175 237 / 80%);
}

.header .container .col-right .wrap-img {
    position: relative;
}

.header .container .col-right .wrap-img .desc {
    border: 1px solid #FFEED1;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 0px 61px -3px rgba(99, 180, 239, 0.1);
    backdrop-filter: blur(37px);
    padding: 25px 40px;
    position: absolute;
    bottom: -50px;
    right: 8px;
}

.header .container .col-right .wrap-img .desc .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}

.header .container .col-right .wrap-img .desc .post {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.webpage .container {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    padding: 120px 25px 0px 25px;
}

.webpage .container .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;

}

.webpage .about {
    background: #F8FCFF;
    box-shadow: inset 0px 19px 30px 30px rgba(73, 159, 221, 0.1);
}

.webpage .about .container {
    padding-bottom: 120px;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;

}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.webpage .container h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 130%;
    margin-bottom: 60px;
}

.webpage .container h2 mark {
    background: #F59C04;
    border-radius: 20px;
    color: #FFF;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.webpage .container h2 mark:after {
    content: "";
    position: absolute;
    inset: -0.08em -0.5em;
    background: #F59C04;
    border-radius: 20px;
    color: #FFF;
    z-index: -1;
}

.webpage .container h3 {
    font-weight: 600;
    font-size: 52px;
    line-height: 130%;
    margin-bottom: 60px;
}

.webpage .container h3 mark {
    background: #F59C04;
    border-radius: 20px;
    color: #FFF;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.webpage .container h3 mark:after {
    content: "";
    position: absolute;
    inset: -0.08em -0.5em;
    background: #F59C04;
    border-radius: 20px;
    color: #FFF;
    z-index: -1;
}

.webpage .container strong {
    font-weight: 500;
}

.webpage .about .advantage {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}

.webpage .about .advantage:before {
    content: "";
    width: 54px;
    height: 48px;
    background-image: url("/local/templates/redisine_main/images/td-logo-mini.svg");
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 8px;
}

.webpage .about .about-list .item {
    padding: 48px 16px 48px 40px;
    background: #FBFDFF;
    box-shadow: 5px 6px 18px 2px rgba(51, 135, 194, 0.19), inset 0px 0px 45px -1px rgba(167, 218, 255, 0.36), inset 0px 0px 61px -3px rgba(99, 180, 239, 0.1);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.webpage .about .about-list .item + .item {
    margin-top: 36px;
}

.webpage .about .about-list .item .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    position: relative;
    padding-left: 60px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.webpage .about .about-list .item .title:before {
    content: "";
    display: block;
    width: 48px;
    height: 100%;
    min-height: 48px;
    position: absolute;
    left: 0;
    background-image: url("/local/templates/redisine_main/images/icons/icon-about-check.svg");
    background-repeat: no-repeat;
    background-position: 0 center;
}

.webpage .about .about-list .item.active {
    background: #1980C9;
    box-shadow: 5px 6px 18px 2px rgba(51, 135, 194, 0.19), inset 0px 0px 38px -1px rgba(167, 218, 255, 0.56), inset 0px 0px 61px -3px rgba(99, 180, 239, 0.1);
    color: #FFF;
}

.webpage .about .about-list .item.active .title:before {
    filter: invert(1);
}

.webpage .about .about-list .item .desc {
    font-size: 24px;
    line-height: 120%;
}

.webpage .about .wrap-video {
    position: sticky;
    top: 50px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.webpage .about .wrap-video iframe {
    display: block;
}

.webpage .about .btn-wrap {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.webpage .about .btn-about {
    padding: 0 60px;
    line-height: 85px;
    background: #0D87DF;
    border-radius: 100px;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.webpage .about .btn-about:hover {
    box-shadow: 0px 0px 0px 2px rgb(37 147 227), inset -8px -5px 46px rgb(88 175 237 / 80%);
}
.webpage .nextday .users {
    margin-bottom: 30px;
}

.webpage .nextday .users .col {
    width: auto;
    padding-left: 165px;
    position: relative;
    min-height: 115px;
    margin-bottom: 30px;
}

.webpage .nextday .users .col:nth-child(1) {
    width: 45%;
    padding-right: 40px;
}

.webpage .nextday .users .col:nth-child(2) {
    width: 55%;

}

.webpage .nextday .users .col img {
    position: absolute;
    top: 0;
    left: 25px;
    max-width: 120px;
}

.webpage .nextday .users .col h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 12px;
}

.webpage .nextday .users .col p {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.webpage .nextday .cities {
    margin-left: 0;
    margin-right: 0;
}

.webpage .nextday .cities .col {
    width: 50%;
}

.webpage .nextday .cities .col:nth-child(1) {
    background: #A7D7F9;
    box-shadow: inset 0px -3px 39px 2px #E9F6FF;
    border-radius: 20px;
}

.webpage .nextday .cities .col:nth-child(2) {
    border: 2px solid #AFDBFB;
    border-radius: 30px;
}

.webpage .nextday .cities .title {
    font-weight: 500;
    font-size: 52px;
    line-height: 120%;
    padding: 160px 15px 160px 35px;
}

.webpage .nextday .cities .title strong {
    font-weight: 600;
}

.webpage .nextday .cities .cities-list {
    column-count: 2;
    column-gap: 0;
    padding: 60px 80px 60px 110px;
}

.webpage .nextday .cities .cities-list ul li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 130%;
    color: #493C31;
    white-space: nowrap;
}

.webpage .nextday .cities .cities-list ul li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 30px;
    height: 20px;
    background-image: url("/local/templates/redisine_main/images/icons/icon-cities-arr.svg");
    background-repeat: no-repeat;
    background-position: 0 center;
}

.webpage .regions .map-regions {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.webpage .regions .col-6 {
    align-self: center;
}

.webpage .regions .desc {
    font-size: 28px;
    line-height: 130%;
    color: #2E363E;

}

.webpage .regions .desc strong {
    font-weight: 600;
}

.webpage .facts {
    margin-top: 60px;
    margin-left: -25px;
    margin-right: -25px;
}

.webpage .facts .item {
    background: conic-gradient(from 110deg at 50% 50%, #F59C04 0deg, #FAB847 360deg);
    box-shadow: inset 0px 0px 101px 24px rgba(255, 255, 255, 0.25);
    border-radius: 40px;
    height: 100%;
    padding: 70px 65px;
}

.webpage .facts .item.blue {
    background: conic-gradient(from 110deg at 50% 50%, #0968AC 0deg, #2596E7 360deg);
}

.webpage .facts .num {
    font-weight: 600;
    font-size: 52px;
    line-height: 130%;
    margin-bottom: 12px;
    color: #FFF;
}

.webpage .facts .desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FFF8ED;

}

.webpage .services .col-6 {
    margin-bottom: 50px;
}

.webpage .services .item {
    background: linear-gradient(118.9deg, #FEC795 -10.79%, #E2A266 120.25%);
    border-radius: 40px;
    padding: 65px 65px 50px 65px;
    height: 100%;
}

.webpage .services .item.blue {
    background: linear-gradient(69.74deg, #95CCF4 -4.73%, #C5E7FF 107.73%);
}

.webpage .services .item h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 40px;
}

.webpage .services .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}

.webpage .services .item p + p {
    margin-top: 20px;
}

.webpage .services .item .pic {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 40px;
}

.webpage .services .item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.webpage .support h2 {
    margin-right: -30px;
}

.webpage .support .item {
    padding: 24px 0;
}

.webpage .support .item + .item {
    margin-top: 8px;
}

.webpage .support .item.orange {
    background: #FFF4E0;
    border-radius: 6px 20px 20px 6px;
    border-left: 6px solid #F59C04;
    padding-left: 24px;
}

.webpage .support .item.blue {
    background: #D6EEFF;
    border-radius: 6px 20px 20px 6px;
    border-left: 6px solid #1980C9;
    padding-left: 24px;
}

.webpage .support .item h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 12px;
}

.webpage .support .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
}

.webpage .support .item .phonelink {
    display: inline-block;
    text-decoration: none;
    color: #F59C04;
    position: relative;
    padding-left: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webpage .support .item .phonelink:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    background-image: url("/local/templates/redisine_main/images/icons/icon-phone.svg");
}

.webpage .support .item .phonelink:hover {
    color: #c77f04;
}

.webpage .support .item .tglink {
    display: inline-block;
    text-decoration: none;
    color: #28A8E9;
    position: relative;
    padding-left: 34px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webpage .support .item .tglink:hover {
    color: #2384b5;
}

.webpage .support .item .tglink:before {
    content: "";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: 0;
    background-image: url("/local/templates/redisine_main/images/icons/icon-telegram.svg");
}

.webpage .support .pic img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.webpage .form-persent {
    background: #D6EEFF;
    box-shadow: inset 0px -1px 52px 13px rgba(130, 196, 243, 0.2);
    border-radius: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.webpage .form-persent .pic {
    text-align: center;
}

.webpage .form-persent .pic img {
    max-width: 450px;
    width: 100%;
    height: auto;
    display: inline-block;
}

.webpage .form-persent .form-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 50px;
}

.webpage .form-title .blue {
    color: #0D87DF;
}

.webpage .order .form-title {
    margin-bottom: 50px;
}

.webpage .order .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
    max-width: 700px;
}

.webpage .order .form-title + .desc {
    margin-top: -20px;
}

.webpage .order .input-wrap {
    display: flex;
    margin: 0 -10px;
}

.webpage .order .input-group {
    border: none;
    margin-bottom: 30px;
    align-items: center;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
    max-width: 360px;
    margin-left: 10px;
    margin-right: 10px;
}

.webpage .order .input-group + .order-btn {
    margin-left: 10px;
}

.webpage .order .input-group .label-right {
    position: absolute;
    pointer-events: none;

    left: 40px;
    height: 20px;
    line-height: 20px;
    font-style: normal;

    top: 22px;
    font-weight: 400;
    font-size: 20px;
    color: #87837D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webpage .order .input-group .input-order:focus ~ .label-right,
.webpage .order .input-group .input-order:not(:focus):valid ~ .label-right {
    top: 6px;
    font-size: 12px;
}

.webpage .order .input-group .input-order {
    background: #FFFFFF;
    display: block;
    border: 2px solid #FFF8ED;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    height: 64px;
    width: 100%;
    max-width: 360px;
    padding: 15px 20px 15px 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

.webpage .order .input-group .input-order:focus {
    border: 2px solid #0D87DF;
}

.webpage .order .order-btn {
    max-width: 360px;
    width: 100%;
    height: 64px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    background: #0D87DF;
    border-radius: 100px;
    display: block;
    border: none;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webpage .order .order-btn:hover {
    box-shadow: 0px 0px 21px rgb(96 182 243 / 20%), inset -8px -5px 46px rgb(88 175 237 / 80%);

}

.webpage .oversized .pic img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.webpage .oversized .bigtext {
    font-weight: 600;
    font-size: 44px;
    line-height: 130%;
    margin-bottom: 30px;
}

.webpage .oversized .tags-list {
    margin-bottom: 15px;
}

.webpage .oversized .tags-list ul {
    display: block;
}

.webpage .oversized .tags-list ul li {
    list-style: none;
    display: inline-block;
    height: 70px;
    padding: 0 40px;
    line-height: 70px;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #F59C04;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid #F59C04;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0px 0px 61px -3px rgba(99, 180, 239, 0.1);
    backdrop-filter: blur(37px);
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: default;
    white-space: nowrap;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.webpage .oversized .tags-list ul li:nth-child(even) {
    border: 1px solid #1980C9;
    color: #1980C9;
}
.webpage .oversized .tags-list ul li:hover {
    transform: scale(1.03);
}
.webpage .oversized .desc {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
}

.webpage .optimize h2 {
    max-width: 1240px;
}

.webpage .optimize .desc {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    max-width: 1240px;
}

.webpage .optimize h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
    margin-top: 60px;
}

.webpage .optimize .modules-list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.webpage .optimize .modules-list a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.webpage .optimize .modules-list a:hover {
    transform: scale(1.03);
}

.webpage .optimize .modules-list img {
    max-width: 280px;
    border: 1px solid #E7E3DC;
    border-radius: 20px;
    display: block;
}

.webpage .optimize .pers-acc {
    padding-top: 120px;
}

.webpage .optimize .pers-acc .item {
    background: linear-gradient(118.9deg, #FEC795 -10.79%, #E2A266 120.25%);
    border-radius: 40px;
    padding: 65px 65px 0 65px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.webpage .optimize .pers-acc .item.blue {
    background: linear-gradient(69.74deg, #95CCF4 -4.73%, #C5E7FF 107.73%);
}

.webpage .optimize .pers-acc .item h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 40px;
    margin-top: 0;
}

.webpage .optimize .pers-acc .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    margin-bottom: 40px;
}

.webpage .optimize .pers-acc .item .pic {
    margin-top: auto;
}

.webpage .optimize .pers-acc .item .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.webpage .form-comfortable {
    background: #FFDEC0;
    box-shadow: inset 0px -1px 52px 13px rgba(255, 208, 166, 0.82);
    border-radius: 40px;
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.webpage .form-comfortable .col-5 {

}

.webpage .form-comfortable .pic {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.webpage .form-comfortable .pic img {
    display: block;
    max-width: 450px;
    width: 100%;
    height: auto;
}

.webpage .form-comfortable .order .order-btn {
    background: #F59C04;
}
.webpage .form-comfortable .order .order-btn:hover {
    box-shadow: 0px 0px 21px rgb(243 203 96 / 20%), inset -8px -5px 46px rgb(243 199 124 / 80%);
}
.webpage .form-title .orange {
    color: #F59C04;
}

.webpage .tracking .tracking-scheme {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}

.webpage .tracking .tracking-scheme .item {
    position: relative;
}

.webpage .tracking .tracking-scheme .item .desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;

}

.webpage .tracking .tracking-scheme .item.left .desc {
    color: #F1AB22;
}

.webpage .tracking .tracking-scheme .item.right .desc {
    color: #0DA41C;
}

.webpage .tracking .tracking-scheme .item img {
    max-width: 100%;
    margin-top: -30px;
}

.webpage .tracking .tracking-scheme .item.center .pic {
    text-align: center;
    position: relative;
    z-index: 1;
}

.webpage .tracking .tracking-scheme .item.center .arr {
    text-align: center;
    position: absolute;
    top: 50%;
    /*margin-top: -37px;*/
    z-index: 0;
    width: 100%;
}

.webpage .tracking .tracking-scheme .item.center .pic img {
    border: 1px solid #1980C9;
    border-radius: 20px;
    max-width: 580px;
    margin-top: 0;
}

.webpage .buyer .pic img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 720px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #0968AC;
}

.webpage .buyer .pic.mob {
    display: none;
}

.webpage .buyer .buyer-list {
    padding-top: 40px;
}

.webpage .buyer .buyer-list .item {
    display: flex;
    align-items: center;
}

.webpage .buyer .buyer-list .item + .item {
    margin-top: 36px;
}

.webpage .buyer .buyer-list .item .num {
    background: #F59C04;
    width: 56px;
    height: 56px;
    line-height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    flex: 0 0 auto;
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #FFF;
    margin-right: 20px;
    position: relative;

}

.webpage .buyer .buyer-list .item p {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #2E363E;
    margin: 0;
}

.webpage .buyer .buyer-list .item .num:before {
    content: url("/local/templates/redisine_main/images/buyer-arr-1.svg");
    display: block;
    position: absolute;
    right: 20px;
    bottom: -20px;
}

.webpage .buyer .buyer-list .item:nth-child(2) .num:before {
    content: url("/local/templates/redisine_main/images/buyer-arr-2.svg");
}

.webpage .buyer .buyer-list .item:nth-child(3) .num:before {
    content: url("/local/templates/redisine_main/images/buyer-arr-3.svg");
}

.webpage .buyer .facts .item {
    padding: 55px 50px;
}

.webpage .form-testing {
    background: #D6EEFF;
    box-shadow: inset 0px -1px 52px 13px rgba(130, 196, 243, 0.2);
    border-radius: 40px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.webpage .tariff {

}

.webpage .tariff .tariff-table {
    background: #1A2832;
    box-shadow: inset 0px 4px 140px 18px rgba(60, 133, 186, 0.2);
    border-radius: 40px;
    padding: 80px 60px 50px 60px;
    color: #F2FAFF;
    margin-left: -60px;
    margin-right: -60px;
}

.webpage .tariff .tariff-table .tabs {

}

.webpage .tariff .tariff-table .tabs__nav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    gap: 28px;
    justify-content: center;
}

.webpage .tariff .tariff-table .tabs__btn {
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
    border: 1.5px solid #ABDCFF;
    border-radius: 20px;
    padding: 0 40px;
    line-height: 65px;
    color: #ABDCFF;
    font-weight: 400;
    font-size: 24px;
    background: #1A2832;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    display: flex;
    align-items: center;
}

.webpage .tariff .tariff-table .tabs__btn .icon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 8px;
}

.webpage .tariff .tariff-table .tabs__btn_active {
    cursor: default;
    background: #1980C9;
    color: #FFF;
    border-color: #1980C9;
    box-shadow: 0px 0px 21px rgba(96, 182, 243, 0.2), inset -8px -5px 46px rgba(88, 175, 237, 0.8);
}

.webpage .tariff .tariff-table .tabs__btn_active .icon svg path {
    stroke: #FFF;
}

.webpage .tariff .tariff-table .tabs__btn:not(.tabs__btn_active):hover,
.webpage .tariff .tariff-table .tabs__btn:not(.tabs__btn_active):focus {
    box-shadow: 0px 0px 21px rgba(96, 182, 243, 0.2), inset -8px -5px 46px rgba(88, 175, 237, 0.8);
}

.webpage .tariff .tariff-table .tabs__content {
    padding: 60px 0;
}

.webpage .tariff .tariff-table .tabs__pane {
    display: none;
}

.webpage .tariff .tariff-table .tabs__pane_show {
    display: block;
}

.webpage .tariff .tariff-table .city-table {

}

.webpage .tariff .tariff-table .city-table .item {
    width: auto;
}

.webpage .tariff .tariff-table .city-table .item.ship {
    width: 320px;
}

.webpage .tariff .tariff-table .city-table .item.price {
    width: 410px;
}

.webpage .tariff .tariff-table .city-table .item.next {
    width: 345px;
}

.webpage .tariff .tariff-table .city-table .item.term {
    width: 290px;
}

.webpage .tariff .tariff-table .city-table .item + .item {
    border-left: 1px solid #31404B;
}

.webpage .tariff .tariff-table .title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    color: #F2FAFF;
    position: relative;
    padding-left: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.webpage .tariff .tariff-table .title .icon {
    position: absolute;
    left: 0;
    display: flex;
}

.webpage .tariff .tariff-table .desc {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    padding-left: 60px;
}

.webpage .tariff .tariff-table .all-city th {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #FFF8ED;
    text-align: left;
    border: #2F4555;
    padding: 40px;
    border-bottom: 1px solid #2F4555;
    border-left: 1px solid #2F4555;
}

.webpage .tariff .tariff-table .all-city th:nth-child(1) {
    padding-left: 0;
    width: 30%;
    border-left: 0;
}

.webpage .tariff .tariff-table .all-city td {
    font-weight: 400;
    font-size: 28px;
    line-height: 150%;
    color: #FFF8ED;
    border-bottom: 1px solid #2F4555;
    border-left: 1px solid #2F4555;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
}

.webpage .tariff .tariff-table .all-city td:nth-child(1) {
    padding-left: 0;
    font-weight: 500;
    border-left: 0;
}

.webpage .tariff .tariff-table .all-city tr:nth-last-child(1) td {
    border-bottom: 0;
}

.webpage .tariff .info-list {
    display: flex;
    gap: 50px;
}

.webpage .tariff .info-list .item {
    background: #2F4555;
    border-radius: 20px;
    padding: 20px 28px;
    width: 33.33333%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.webpage .tariff .info-list .item .desc {
    padding: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    padding-right: 28px;
}

.webpage .tariff .info-list .item .num {
    white-space: nowrap;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    padding-left: 28px;
}

.webpage .tariff .info-list .item .line {
    width: 1px;
    height: 100%;
    background-color: #405B6F;

}

.webpage .tariff .info-nds {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: right;
}

.webpage .form-calculate .manager {
    position: relative;
}

.webpage .form-calculate .manager .pic {
    -webkit-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}

.webpage .form-calculate .manager img {
    max-width: 100%;
    height: auto;
    display: block;
}

.webpage .form-calculate .manager .info {
    position: absolute;
    bottom: 0;
    padding: 20px 36px;
    color: #FFF;
}

.webpage .form-calculate .manager .info .name {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
}

.webpage .form-calculate .manager .info .post {
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
}
.webpage .form-calculate #your-tariff {
    scroll-margin-top:100px;
}

.webpage .form-calculate .order {
    background: #1A2832;
    box-shadow: inset 0px 4px 140px 18px rgba(60, 133, 186, 0.2);
    border-radius: 40px;
    padding: 70px 35px;
    height: 100%;
}

.webpage .form-calculate .order .form-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #FFF;
}

.webpage .form-calculate .order .input-group {
    width: 100%;
    max-width: 100%;
}

.webpage .form-calculate .order .input-group .input-order {
    max-width: 100%;
}

.webpage .form-calculate .order .order-btn {
    max-width: 100%;
}

.webpage .included {
    padding-bottom: 60px;
}

.webpage .included .item {
    background: linear-gradient(118.9deg, #FFDBB9 -14.28%, #FFD6B0 15.85%, #FEC795 120.25%);
    border-radius: 20px;
    padding: 40px 60px;
    margin-bottom: 40px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

.webpage .included .item.blue {
    background: linear-gradient(69.74deg, #D9EFFF -7.73%, #BFE3FD 107.73%);
}

.webpage .included .item .icon {
    width: 48px;
    height: 48px;
}

.webpage .included .item .desc {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.webpage .team {
    background: #1A2832;
    box-shadow: inset 0px 0px 141px 75px #1A3243;
    padding-bottom: 100px;
}

.webpage h2 .orange {
    color: #F59C04;
}

.webpage .team h2 {
    color: #F2FAFF;
}

.webpage .team .gallery {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 80px;
}

.webpage .team .gallery .pic {
    -webkit-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
}

.webpage .team .gallery .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.webpage .team .gallery .pic.two {
    position: absolute;
    bottom: 0px;
    right: 55px;
    width: 620px;
    transform: rotate(-4deg);
}

.footer {
    background: #1A2832;
}

.footer .footer-menu {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #31404B;
}

.footer .footer-menu .wrap {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.footer .footer-menu .logo img {
    width: 284px;
    height: auto;
    display: block;
}

.footer .footer-menu .nav {
    margin: 0 auto;

}

.footer .footer-menu .nav ul {
    display: flex;
    gap: 40px;
    list-style: none;
}

.footer .footer-menu .nav a {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #E5F1FA;
    padding: 10px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer .footer-menu .nav a:hover {
    color: #0D87DF;
}

.footer .container {
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    padding: 0 25px;
}

.footer .phone-list {
    margin-top: 60px;
    margin-bottom: 30px;
    display: flex;
    gap: 50px;
}

.footer .phone-list .item {
    background: #2F4555;
    border-radius: 20px;
    margin-bottom: 30px;
    width: 33.3333333%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 115px;
    color: #E5F1FA;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    background-image: url("/local/templates/redisine_main/images/icons/icon-footer-phone.svg");
    background-repeat: no-repeat;
    background-position: 35px center;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer .phone-list .item:hover {
    box-shadow: 0px 0px 21px rgb(96 182 243 / 20%), inset -8px -5px 46px rgb(88 175 237 / 80%);
}

.footer .phone-list .item .phone {
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #E5F1FA;
    display: block;
}

.footer .info-list {
    margin-bottom: 60px;
    display: flex;
    gap: 50px;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    color: #E5F1FA;
}

.footer .info-list .item {
    width: 33.3333333%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 115px;
    color: #E5F1FA;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    background-position: 35px center;

}

.footer .info-list .item.addres {
    background-image: url("/local/templates/redisine_main/images/icons/icon-footer-address.svg");
    background-repeat: no-repeat;
}

.footer .info-list .item.email {
    background-image: url("/local/templates/redisine_main/images/icons/icon-footer-email.svg");
    background-repeat: no-repeat;
}

.footer .info-list .item.work {
    background-image: url("/local/templates/redisine_main/images/icons/icon-footer-work.svg");
    background-repeat: no-repeat;
}

.footer .info-list .item a {
    color: #E5F1FA;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: block;
}

.footer .info-list .item a:hover {
    color: #0D87DF;
}

.footer .info-list .item a.tglink {
    position: relative;
}
.footer .info-list .item a.tglink .icon {
    display: inline-block;
    position: relative;
    bottom: -4px;
    padding-right: 6px;
}

.footer .copyright {
    color: #758591;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #31404B;
}

.footer .copyright .container {
    display: flex;
    justify-content: space-between;
}

.footer .copyright a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #758591;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer .copyright a:hover {
    color: #0D87DF;
}
.footer .copy-buro a {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #758591;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
} 
.footer .copy-buro a:hover {
    color: #0D87DF;
}
.footer .copy-buro a .logo {
    width: 320px;
    display: block;
}

.footer .copy-buro a .logo svg {
    max-width: 100%;
    height: auto;
    margin-top: 8px;
}
.footer .copy-buro a .logo svg .color path {
    fill: #1A2832;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.footer .copy-buro a:hover .logo svg .color.black path {
    fill: #000;
}
.footer .copy-buro a:hover .logo svg .color.blue path {
    fill: #054DB9;
}
.footer .copy-buro a:hover .logo svg .color.red path {
    fill: #CA0404;
}
.tocible {
    background: #666;
    color: #FFF;
    font-size: 14px;
    height: auto;
    left: auto;
    right: auto;
    margin: 0;
}

.tocible_header {
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px 40px 5px 15px;
    position: relative;
    background: #333;
}

.tocible_header span {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    font-size: 0;
    line-height: 0;
    transition-property: -moz-transform, -webkit-transform, -o-transform, -ms-transform;
    transition-timing-function: linear;
    transition-duration: 0.4s;
}

.tocible_header span.toc_open {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tocible ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tocible li {
    cursor: pointer;
    white-space: nowrap;
    display: block;
}

.tocible li a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 5px 15px;
    text-align: center;
    word-wrap: break-word;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap
}

.tocible li:hover {
    background: #444;
}

.tocible li.toc_scrolled {
    background: #444;
}

.tocible .tocible_heading {
    background: #555;
}

.tocible .tocible_subheading {
    background: #666;
}

.modal {display: none;}
.modal .modal-overlay {position: fixed; z-index: 1000; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.3);}
.modal .modal-overlay .modal-content {position: absolute; padding: 36px; z-index: 2000; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background: #fff; max-width: 500px; width: 100%; border-radius: 30px;}
.modal .modal-overlay .modal-content .modal-close {cursor: pointer; position: absolute; right: 27px; top: -14px; font-size: 36px; transform: translateX(100%); -webkit-transform: translateX(100%); color: transparent; 
    background-image: url("/local/templates/redisine_main/images/icons/icon-close-form.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 40px;
}
.modal .modal-overlay .modal-content .modal-header .modal-close {cursor: pointer;}
.modal .modal-overlay .modal-content .modal-header {display: block; font-size: 36px; border-bottom: 1px solid #b1b1b1; margin-bottom: 1.5rem; padding-bottom: 1.5rem;
font-weight: 500;
font-size: 34px;
line-height: 110%;
text-align: center;
/*color: #14C145;*/
}
.modal .modal-overlay .modal-content .modal-body {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    /*color: #14C145;*/
}
.grecaptcha-badge {
    box-shadow: none !important;
}
.grecaptcha-badge iframe {
    opacity: 0;
}


@media (max-width: 1600px) {
    .top-menu .wrap {
        max-width: 1250px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .top-menu .user-enter {
        font-size: 18px;
        line-height: 22px;
    }

    .top-menu .language {
        font-size: 18px;
        line-height: 22px;
    }

    .top-menu ul li + li {
        margin-left: 20px;
    }

    .main-menu .wrap {
        max-width: 1250px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-menu .wrap .logo {
        width: 200px;
    }

    .main-menu .nav ul li a {
        padding: 5px 10px;
        color: #191308;
        text-decoration: none;
        font-size: 18px;
    }

    .main-menu .btn-track {
        width: 270px;
        height: 62px;
        line-height: 62px;
        font-size: 18px;
    }

    .main-menu .btn-comms {
        /*height: 62px;*/
    }

    .header .container {
        max-width: 1250px;
        padding: 55px 25px 100px 25px;
        overflow-x: hidden;
    }

    .header .container .col-left {
        flex: 0 0 auto;
        width: 60%;
        align-self: center;
    }

    .header .container .col-right {
        flex: 0 0 auto;
        width: 40%;
    }

    .header .container .col-right img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .header .container .title {
        margin-bottom: 28px;
        font-weight: 700;
        font-size: 70px;
        line-height: 110%;
    }

    .header .container .col-left .desc {
        font-weight: 400;
        font-size: 28px;
        line-height: 120%;
        margin-bottom: 70px;
    }

    .header .container .col-left .btn-price {
        width: 420px;
        height: 68px;
        font-size: 20px;
        line-height: 68px;
    }

    .header .container .col-left .btn-price:before {
        content: "";
        display: none;
        width: 46px;
        height: 36px;
        background-image: url(/local/templates/redisine_main/css/../images/icons/icon-lines.svg);
        position: absolute;
        left: -56px;
        top: calc(50% - 16px);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .webpage .container {
        max-width: 1250px;
    }

    .webpage .container h2 {
        font-size: 56px;
        margin-bottom: 50px;
        max-width: 1200px;
    }

    .webpage .about .col-7 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .about .col-5 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .about .advantage {
        font-size: 24px;
    }

    .webpage .about .about-list .item .title {
        font-size: 22px;
        padding-left: 52px;
    }

    .webpage .about .about-list .item .title:before {
        width: 40px;
        height: 40px;
        background-size: contain;
    }

    .webpage .about .about-list .item .desc {
        font-size: 20px;
    }

    .webpage .nextday .users .col {
        padding-left: 145px;
    }

    .webpage .nextday .users .col img {
        max-width: 100px;
    }

    .webpage .nextday .users .col h4 {
        font-size: 24px;
    }

    .webpage .nextday .users .col p {
        font-size: 20px;
    }

    .webpage .nextday .cities .title {
        font-size: 44px;
    }

    .webpage .nextday .cities .cities-list {
        column-count: 2;
        column-gap: 0;
        padding: 60px 80px 60px 35px;
    }

    .webpage .container h3 {
        font-size: 48px;
    }

    .webpage .regions .desc {
        font-size: 24px;
    }

    .webpage .facts .item {
        padding: 50px 60px;
    }

    .webpage .services .item {
        padding: 50px;
    }

    .webpage .services .item h4 {
        font-size: 28px;
    }

    .webpage .services .item p {
        font-size: 20px;
    }

    .webpage .support .col-5 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .support .col-7 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .support .pic {
        height: 100%;
        overflow: hidden;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }

    .webpage .support .pic img {
        height: 100%;
        max-width: none;
    }

    .webpage .form-persent .form-title {
        font-size: 52px;
    }

    .webpage .order .order-btn {
        max-width: 320px;
    }

    .webpage .order .input-group .input-order {
        max-width: 320px;
    }

    .webpage .form-persent .col-5 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .webpage .form-persent .pic {
        padding-left: 10px;
    }

    .webpage .oversized .bigtext {
        font-size: 36px;
    }

    .webpage .oversized .tags-list ul li {
        height: 65px;
        padding: 0 30px;
        line-height: 65px;
        font-size: 22px;
    }

    .webpage .oversized .desc {
        font-size: 22px;
    }

    .webpage .optimize .modules-list {
        gap: 25px;
    }

    .webpage .optimize .modules-list img {
        max-width: 250px;
    }

    .webpage .optimize .pers-acc .item h4 {
        font-size: 28px;
    }

    .webpage .optimize .pers-acc .item p {
        font-size: 20px;
    }

    .webpage .optimize .pers-acc .item {
        padding: 50px 50px 0 50px;
    }

    .webpage .form-comfortable .col-5 {
        flex: 0 0 auto;
        width: 33.3333333%;
    }

    .webpage .form-comfortable .pic {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .webpage .form-calculate .order {
        padding: 35px 35px;
    }

    .webpage .buyer .facts .item {
        padding: 50px 40px;
        padding-right: 32px;
    }

    .webpage .facts .desc {
        font-size: 22px;
    }

    .webpage .buyer .buyer-list {
        padding-top: 20px;
    }

    .webpage .buyer .buyer-list .item p {
        font-size: 22px;
    }

    .webpage .buyer .buyer-list .item .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-1.svg);
        display: block;
        position: absolute;
        right: 20px;
        bottom: 2px;
        width: 470px;
        overflow: hidden;
        height: 78px;
    }

    .webpage .buyer .buyer-list .item:nth-child(2) .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-2.svg);
        width: 313px;
        height: 98px;
    }

    .webpage .buyer .buyer-list .item:nth-child(3) .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-3.svg);
        width: 450px;
        bottom: -23px;
    }

    .webpage .tariff .tariff-table {
        padding: 80px 30px 50px 30px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .webpage .tariff .tariff-table .tabs__btn {
        font-size: 20px;
        line-height: 60px;
        padding: 0 30px;
    }

    .webpage .tariff .tariff-table .city-table .item.ship {
        width: 50%;
        border-bottom: 1px solid #31404B;
        padding-bottom: 30px;
    }

    .webpage .tariff .tariff-table .city-table .item.price {
        width: 50%;
        border-bottom: 1px solid #31404B;
        padding-bottom: 30px;
    }

    .webpage .tariff .tariff-table .city-table .item.next {
        width: 50%;
        padding-top: 30px;
        border-left: none;
    }

    .webpage .tariff .tariff-table .city-table .item.term {
        width: 50%;
        padding-top: 30px;
    }

    .webpage .tariff .tariff-table .title {
        font-size: 32px;
    }

    .webpage .tariff .tariff-table .all-city th {
        font-size: 22px;
    }

    .webpage .tariff .tariff-table .all-city td {
        font-size: 22px;
    }

    .webpage .tariff .info-list .item .desc {
        font-size: 20px;
    }

    .webpage .tariff .info-list .item .num {
        font-size: 20px;
        padding-left: 20px;
    }

    .webpage .tariff .info-list .item {
        padding: 20px;
    }

    .webpage .included .item {
        padding: 40px;
    }

    .webpage .included .item .desc {
        font-size: 22px;
    }

    .footer .footer-menu .nav a {
        font-size: 20px;
    }

    .footer .phone-list {
        gap: 30px;
    }

    .footer .phone-list .item {
        font-size: 16px;
        padding-left: 100px;
    }

    .footer .phone-list .item .phone {
        font-size: 22px;
    }

    .footer .info-list {
        gap: 30px;
    }

    .footer .info-list .item {
        font-size: 16px;
        padding-left: 100px;
    }

    .footer .info-list .item a {
        font-size: 16px;
    }

    .footer .copyright {
        font-size: 18px;
    }

    .footer .copyright a {
        font-size: 18px;
    }


}

/* end max-width: 1600px */


@media (max-width: 1350px) {
    .row > * {
        padding-right: 15px;
        padding-left: 15px;
    }

    .webpage .container .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .main-menu .nav ul li a {
        font-size: 16px;
    }

    .main-menu .btn-track {
        width: 240px;
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }

    .main-menu .btn-comms {
        height: 76px;
        width: 76px;
    }
    .main-menu .btn-comms .comms-list {
        width: 76px
    }
    .header .container .title {
        font-size: 64px;
    }

    .header .container .col-left .btn-price {
        width: 350px;
        height: 60px;
        font-size: 18px;
        line-height: 60px;
    }

    .webpage .container h2 {
        font-size: 54px;
    }

    .webpage .about .btn-about {
        line-height: 70px;
        font-size: 20px;
    }

    .webpage .nextday .users .col h4 {
        font-size: 22px;
    }

    .webpage .nextday .cities .title {
        font-size: 40px;
    }

    .webpage .nextday .cities .cities-list ul li {
        font-size: 20px;
    }

    .webpage .container h3 {
        font-size: 38px;
    }

    .webpage .regions .desc {
        font-size: 22px;
    }

    .webpage .facts .item {
        padding: 35px 50px;
    }

    .webpage .facts .num {
        font-size: 44px;
    }

    .webpage .facts .desc {
        font-size: 20px;
    }

    .webpage .services .item {
        padding: 40px;
    }

    .webpage .services .item h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .webpage .services .item .pic {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
    }

    .webpage .support h2 {
        margin-right: 0;
    }

    .webpage .support .item h4 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .webpage .support .item p {
        font-size: 22px;
    }

    .webpage .order .form-title {
        margin-bottom: 50px;
        font-size: 44px;
    }

    .webpage .oversized .tags-list ul li {
        height: 55px;
        padding: 0 30px;
        line-height: 55px;
        font-size: 20px;
    }

    .webpage .optimize .desc {
        font-size: 22px;
        max-width: 80%;
    }

    .webpage .optimize .pers-acc .item {
        padding: 40px 40px 0 40px;
    }

    .webpage .optimize .pers-acc .item h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .webpage .optimize .pers-acc .item p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .webpage .tracking .tracking-scheme .item .desc {
        font-size: 20px;
    }

    .webpage .tracking .tracking-scheme .item.center .pic img {
        width: 80%;
    }

    .webpage .buyer .buyer-list .item p {
        font-size: 20px;
    }

    .webpage .buyer .buyer-list .item .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-1.svg);
        display: block;
        position: absolute;
        right: 40px;
        bottom: 2px;
        width: 450px;
        overflow: hidden;
        height: 78px;
        transform: rotate(-5deg);
    }

    .webpage .buyer .buyer-list .item:nth-child(2) .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-2.svg);
        width: 248px;
        height: 57px;
        transform: rotate(4deg);
    }

    .webpage .buyer .buyer-list .item:nth-child(3) .num:before {
        content: url(/local/templates/redisine_main/css/../images/buyer-arr-3.svg);
        width: 402px;
        bottom: -40px;
    }

    .webpage .buyer .facts .item {
        padding: 35px 30px 35px 50px;
    }

    .webpage .tariff .tariff-table {
        padding: 50px 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .webpage .tariff .tariff-table .tabs__btn {
        font-size: 18px;
        line-height: 56px;
        padding: 0 30px;
    }

    .webpage .tariff .info-list {
        gap: 30px;
    }

    .webpage .tariff .info-list .item .desc {
        font-size: 18px;
    }

    .webpage .tariff .tariff-table .all-city th {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .webpage .tariff .tariff-table .all-city td {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .webpage .tariff .tariff-table .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .webpage .tariff .tariff-table .desc {
        font-size: 24px;
    }

    .webpage .form-calculate .order .form-title {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .webpage .included .item .desc {
        font-size: 20px;
    }
}

/* end max-width: 1350px */


@media (max-width: 1200px) {
    .bg-body-js {
        display: none;
        opacity: 0;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgb(255 255 255 / 60%);
        z-index: 99;
        backdrop-filter: blur(7px);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .open .bg-body-js {
        display: block;
        opacity: 1;
    }

    .header {
        position: relative;
    }

    .mobile-menu {
        display: block;
    }

    .top-menu {
        display: none;
    }
    .main-menu {
        padding-top: 20px;
    }
     .main-menu .wrap .logo {
        display: block;
    }
    .main-menu .nav {
        display: none;
        position: fixed;
        left: initial;
        top: 0px;
        padding-top: 51px;
        display: block;
        width: 300px;
        right: -300px;
        background-color: #FFF;
        height: 100%;
        padding-bottom: 100%;
        z-index: 100;
        transition: ease 0.2s;
    }
    .main-menu .nav .nav-close {
        display: block;
        position: absolute;
        top: 0;
        right: 0px;
        background-image: url(/local/templates/redisine_main/images/icons/icon-mob-menu-close.svg);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .open .main-menu .nav {
        display: block;
        right: 0;
    }

    .main-menu .nav ul {
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #F2F2F2;
    }

    .main-menu .nav ul li a {
        line-height: 50px;
		text-align: left;
		font-size: 16px;
		display: block;
		padding: 0 30px;
    }

    .main-menu .nav ul li {
        border-top: 1px solid #F2F2F2;
    }
    .main-menu .nav ul li.sub-menu {
		padding-right: 0;
	}
	.main-menu .nav ul li.sub-menu:after {
		right: 0;
		width: 60px;
		height: 50px;
		-webkit-background-size: 24px;
		-o-background-size: 24px;
		background-size: 24px;
		-webkit-transition: all 0.2s;
		   -moz-transition: all 0.2s;
		    -ms-transition: all 0.2s;
		     -o-transition: all 0.2s;
		        transition: all 0.2s;
	}
	.main-menu .nav ul li.sub-menu:hover:after,
	.main-menu .nav ul li.sub-menu:focus:after,
	.main-menu .nav ul li.sub-menu:active:after {
		transform: rotate(180deg);
	}
	.main-menu .nav ul li.sub-menu ul {
		position: relative;
		top: 0;
		padding: 0;
		border: none;
		width: 100%;
		min-width: 100%;
		box-shadow: none;
	}
	.main-menu .nav ul li.sub-menu:hover ul,
	.main-menu .nav ul li.sub-menu:focus ul,
	.main-menu .nav ul li.sub-menu:active ul {
		overflow: visible;
		height: auto;
		padding: 0;
		opacity: 1;
		top: 0px;
		z-index: 5;
	}
	.main-menu .nav ul li.sub-menu li a {
		padding-left: 60px;
		font-size: 14px;
	}

    .webpage .container h2 {
        font-size: 48px;
    }

    .webpage .optimize .modules-list img {
        max-width: 200px;
    }

    .webpage .form-comfortable .pic {
        width: 360px;
    }

    .webpage .order .order-btn {
        max-width: 100%;
    }

    .webpage .nextday .cities .title {
        font-size: 34px;
    }

    .webpage .container h3 {
        font-size: 32px;
    }

    .webpage .support .item h4 {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .webpage .support .item p {
        font-size: 18px;
    }

    .webpage .support .pic {
        max-height: 470px;
    }

    .webpage .oversized .bigtext {
        font-size: 30px;
    }

    .webpage .oversized .tags-list ul li {
        height: 50px;
        padding: 0 24px;
        line-height: 50px;
        font-size: 18px;
    }

    .webpage .oversized .desc {
        font-size: 20px;
    }

    .webpage .buyer .col-6 {
        width: 100%;
    }

    .webpage .buyer .pic img {
        max-width: 100%;
    }

    .webpage .buyer .row {
        position: relative;
    }

    .webpage .buyer .buyer-list {
        padding-top: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .webpage .buyer .buyer-list .item {
        padding: 8px;
        align-items: flex-start;
        position: absolute;
        position: absolute;
        background-color: rgb(255 255 255 / 50%);
        box-shadow: inset 0px 0px 61px -3px rgb(99 180 239 / 10%);
        backdrop-filter: blur(5px);
        -webkit-border-radius: 20px;
        border-radius: 20px;
        width: 250px;
        border: 1px solid #1980C9;
    }

    .webpage .buyer .buyer-list .item .num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        flex: 0 0 auto;
        font-size: 14px;
        margin-right: 8px;
    }

    .webpage .buyer .buyer-list .item .num:before,
    .webpage .buyer .buyer-list .item:nth-child(2) .num:before,
    .webpage .buyer .buyer-list .item:nth-child(3) .num:before {
        content: "";
    }

    .webpage .buyer .buyer-list .item p {
        font-size: 14px;
    }

    .webpage .buyer .buyer-list .item:nth-child(1) {
        left: 20%;
        top: 11%;
        width: 420px;
    }

    .webpage .buyer .buyer-list .item:nth-child(2) {
        right: 8%;
        top: 22%;
    }

    .webpage .buyer .buyer-list .item:nth-child(3) {
        right: calc(50% - 150px);
        top: 66%;
    }

    .webpage .facts .desc {
        font-size: 16px;
    }

    .webpage .form-testing .order .order-btn {
        max-width: 300px;
    }

    .webpage .tariff .tariff-table .tabs__nav {
        gap: 15px;
    }

    .webpage .tariff .tariff-table .tabs__btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px;
    }

    .webpage .tariff .tariff-table .title .icon {
        width: 30px;
        height: 30px;
    }

    .webpage .tariff .tariff-table .title {
        font-size: 24px;
        margin-bottom: 10px;
        padding-left: 45px;
    }

    .webpage .tariff .tariff-table .desc {
        font-size: 20px;
        padding-left: 45px;
    }

    .webpage .tariff .tariff-table .all-city th {
        font-size: 18px;
        padding: 20px;
    }

    .webpage .tariff .tariff-table .all-city td {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .webpage .tariff .info-list .item {
        padding: 15px;
    }

    .webpage .tariff .info-list .item .desc {
        font-size: 14px;
        padding-right: 15px;
    }

    .webpage .tariff .info-list .item .num {
        font-size: 16px;
        padding-left: 15px;
    }

    .webpage .tariff .info-nds {
        font-size: 14px;
    }

    .webpage .form-calculate .col-8 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .webpage .form-calculate .col-8 .row {
        flex-direction: column;
    }

    .webpage .form-calculate .col-8 .row .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .form-calculate .col-8 .row .col-6:nth-child(2) {
        display: none;
    }

    .webpage .form-calculate .col-4 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .webpage .team .order .order-btn {
        max-width: 300px;
    }

    .footer .footer-menu {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer .footer-menu .logo img {
        width: 200px;
        height: auto;
        display: block;
    }

    .footer .footer-menu .nav a {
        font-size: 16px;
    }

    .footer .phone-list .item {
        font-size: 14px;
        padding-left: 55px;
        background-size: 30px;
        background-position: 15px center;
    }

    .footer .info-list .item {
        font-size: 14px;
        padding-left: 55px;
        background-size: 30px;
        background-position: 15px center;
        line-height: 150%;
    }

    .footer .copyright {
        padding-bottom: 100px;
    }
}

/* end max-width: 1200px */


@media (max-width: 992px) {
    .webpage .about .col-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .about .col-5 {
        flex: 0 0 auto;
        width: 100%;

    }
    .main-menu {
        padding-top: 20px;
    }
   
    .webpage .about .wrap-video {
        padding-top: 60px;
        text-align: center;
    }

    .webpage .container h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .webpage .container h2 mark {
        white-space: normal;
    }

    .webpage .container h2 mark:after {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .webpage .container h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .webpage .container h3 mark:after {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .webpage .nextday .users .col:nth-child(1) {
        width: 100%;
    }

    .webpage .nextday .users .col:nth-child(2) {
        width: 100%;
    }

    .webpage .nextday .cities .col {
        width: 100%;
    }

    .webpage .nextday .cities .col:nth-child(1) {
        border-radius: 20px 20px 0 0;
    }

    .webpage .nextday .cities .title {
        font-size: 28px;
        padding: 60px 15px;
    }

    .webpage .nextday .cities .cities-list {
        column-count: 2;
        column-gap: 0;
        padding: 60px 80px 60px 15px;
    }

    .webpage .nextday .cities .col:nth-child(2) {
        border: 2px solid #AFDBFB;
        border-radius: 0 0 30px 30px;
        border-top: none;
    }

    .webpage .regions .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .regions .map-regions {
        margin-bottom: 30px;
    }

    .webpage .regions .desc {
        font-size: 20px;
    }

    .webpage .facts .col-3 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 30px;
    }

    .webpage .facts .col-4 {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 30px;
    }

    .webpage .facts .col-5 {
        flex: 0 0 auto;
        width: 75%;
    }

    .webpage .services .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .services .item img {
        max-height: 350px;
    }

    .webpage .support .col-5 {
        flex: 0 0 auto;
        width: 75%;
    }

    .webpage .support .col-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .support .pic {
        max-height: 100%;
    }

    .webpage .form-persent {
        padding-top: 20px;
    }

    .webpage .form-persent .row {
        margin-left: 0;
        margin-right: 0;
    }

    .webpage .form-persent .col-5 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .form-persent .col-7 {
        flex: 0 0 auto;
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .webpage .order .form-title {
        margin-bottom: 40px;
        font-size: 36px;
    }

    .webpage .oversized .col-5 {
        flex: 0 0 auto;
        width: 100%;
        max-height: 500px;
    }

    .webpage .oversized .pic {
        overflow: hidden;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        height: 100%;
        margin-bottom: 40px;
    }

    .webpage .oversized .col-7 {
        flex: 0 0 auto;
        width: 100%;

    }

    .webpage .oversized .bigtext {
        margin-top: 30px;
        font-size: 22px;
    }

    .webpage .oversized .desc {
        font-size: 18px;
    }

    .webpage .optimize h4 {
        font-size: 26px;
    }

    .webpage .optimize .modules-list {
        gap: 20px;
    }

    .webpage .optimize .pers-acc {
        gap: 50px;
    }

    .webpage .optimize .pers-acc .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .form-comfortable .pic {
        position: absolute;
        bottom: 0;
        left: -100px;
    }

    .webpage .form-comfortable .input-wrap {
        width: 100%;
        display: block;
    }

    .webpage .form-comfortable .input-wrap .input-group {
        width: 100%;
    }

    .webpage .form-comfortable .input-wrap .input-group .input-order {
        max-width: 360px;
    }

    .webpage .form-comfortable .order-btn {
        max-width: 360px;
    }

    .webpage .tracking .tracking-scheme {
        display: grid;
        grid-template-columns: 1fr;
    }

    .webpage .tracking .tracking-scheme .item.left {
        position: relative;
        display: flex;
        align-items: center;
        grid-template-columns: 1fr 1fr;
    }

    .webpage .tracking .tracking-scheme .item.right {
        position: relative;
        display: flex;
        align-items: center;
        grid-template-columns: 1fr 1fr;
    }

    .webpage .tracking .tracking-scheme .item img {
        margin-top: 0;
    }

    .webpage .tracking .tracking-scheme .item.left .pic {
        max-width: 350px;

    }

    .webpage .tracking .tracking-scheme .item .desc {
        text-align: left;
    }

    .webpage .tracking .tracking-scheme .item.center .pic {
        text-align: left;
    }

    .webpage .tracking .tracking-scheme .item.center .arr {
        transform: rotate(90deg);
        text-align: left;
    }

    .webpage .tracking .tracking-scheme .item.center .arr img {
        width: 85%;
    }

    .webpage .tracking .tracking-scheme .item.center .pic img {
        width: 100%;
        max-width: 100%;
    }

    .webpage .buyer .buyer-list .item:nth-child(2) {
        right: 0;
        top: 22%;
    }

    .webpage .order .desc {
        font-size: 22px;
    }

    .webpage .form-testing .order .input-wrap {
        display: block;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .webpage .form-testing .order .input-wrap .input-group {
        width: 100%;
        max-width: 100%;
    }

    .webpage .form-testing .order .input-wrap .input-group .input-order {
        width: 100%;
        max-width: 100%;
    }

    .webpage .form-testing .order .order-btn {
        max-width: 360px;
    }

    .webpage .included .item {
        padding: 20px;
        gap: 10px;
    }

    .webpage .included .item .desc {
        font-size: 16px;
    }

    .webpage .team .order .input-wrap {
        display: block;
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }

    .webpage .team .order .input-wrap .input-group {
        width: 100%;
        max-width: 100%;
    }

    .webpage .team .order .input-wrap .input-group .input-order {
        width: 100%;
        max-width: 100%;
    }

    .webpage .team .order .order-btn {
        max-width: 360px;
    }

    .footer .footer-menu .wrap {
        flex-direction: column;
    }

    .footer .footer-menu .wrap .logo {
        margin-bottom: 40px;
    }

    .footer .phone-list .item {
        font-size: 12px;
        padding-left: 45px;
        background-size: 20px;
        background-position: 10px 23px;
    }

    .footer .phone-list .item .phone {
        font-size: 16px;
    }

    .webpage .team .gallery {
        position: relative;
        padding-bottom: 60px;
        margin-bottom: 0px;
    }

    .webpage .team .gallery .pic.two {
        position: relative;
        bottom: 0px;
        right: 0;
        width: 100%;
        transform: rotate(0deg);
        margin-top: 30px;
    }
}

/* end max-width: 992px */

@media (max-width: 768px) {
    .main-menu {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .main-menu .wrap .logo {
        width: 130px;
    }

    .main-menu .btn-track {
        width: 185px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
    }

    .main-menu .btn-comms {
        height: 52px;
        width: 52px;
        bottom: 120px;
        right: 15px;
    }

    .main-menu .btn-comms img {
        width: 16px;
        height: 16px;
    }
    .main-menu .btn-comms:before {
        background-size: 30px;
    }
    .main-menu .btn-comms .comms-list {
        border-radius: 100px;
        width: 52px;
    }

    .main-menu .btn-comms .comms-list .link img {
        width: 40px;
        height: 40px;
    }

    .header .container {
        display: flex;
        flex-direction: column;
    }

    .header .container .col-left {
        flex: 0 0 auto;
        width: 100%;
        align-self: center;
    }

    .header .container .col-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .header .container .title {
        font-size: 34px;
    }

    .header .container .col-left .desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    .header .container .col-left .btn-price {
        width: 250px;
        height: 46px;
        font-size: 12px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .header .container .col-left .btn-price:before {
        display: none;
    }

    .header .container .col-right .wrap-img .desc .name {
        font-size: 16px;
    }

    .header .container .col-right .wrap-img .desc .post {
        font-size: 14px;
    }

    .webpage .container h2 {
        margin-right: -10px;
    }

    .webpage .container h2 mark {
        padding: 0.08em;
        margin-left: 0;
        margin-right: 0;
    }

    .webpage .container h2 mark:after {
        inset: 0em -0.5em;
        display: none;
    }

    .webpage .about .advantage {
        font-size: 20px;
        padding-left: 60px;
    }

    .webpage .about .advantage:before {
        width: 40px;
        background-size: contain;
    }

    .webpage .about .about-list .item .title {
        font-size: 20px;
        padding-left: 52px;
    }

    .webpage .about .about-list .item .desc {
        font-size: 18px;
    }

    .webpage .facts .item {
        padding: 25px 30px;
    }

    .webpage .services .item p {
        font-size: 18px;
    }

    .webpage .support .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .order .input-wrap {
        display: block;
        margin: 0;
    }

    .webpage .order .input-group {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .webpage .order .input-group .input-order {
        max-width: 100%;
    }

    .webpage .optimize .desc {
        font-size: 18px;
        max-width: 100%;
    }

    .webpage .optimize .pers-acc .item p {
        font-size: 18px;
    }

    .webpage .form-comfortable {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
    }

    .webpage .form-comfortable .pic {
        position: absolute;
        bottom: 0;
        left: -165px;
    }

    .webpage .buyer .buyer-list .item p {
        font-size: 12px;
    }

    .webpage .buyer .facts .item {
        padding: 25px 10px 25px 30px;

    }

    .webpage .form-testing {
        background: #D6EEFF;
        box-shadow: inset 0px -1px 52px 13px rgb(130 196 243 / 20%);
        border-radius: 40px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .webpage .order .form-title {
        margin-bottom: 40px;
        font-size: 30px;
    }

    .webpage .order .desc {
        font-size: 18px;
    }

    .webpage .tariff .info-list {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .webpage .tariff .info-list .item {
        padding: 20px;
        width: 100%;
        margin-bottom: 0;
        max-width: 320px;
    }

    .webpage .tariff .tariff-table .city-table .item {

    }

    .webpage .tariff .tariff-table .title {
        font-size: 18px;
        margin-bottom: 8px;
        padding-left: 40px;
    }

    .webpage .tariff .tariff-table .desc {
        font-size: 16px;
        padding-left: 40px;
    }

    .webpage .tariff .tariff-table .all-city th {
        font-size: 14px;
        padding: 15px;
    }

    .webpage .tariff .tariff-table .all-city td {
        font-size: 15px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .webpage .form-calculate .col-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .form-calculate .col-8 .row {
        flex-direction: row;
    }

    .webpage .form-calculate .col-8 .row .col-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .webpage .form-calculate .col-8 .row .col-6:nth-child(2) {
        display: block;
    }

    .webpage .form-calculate .manager .info .name {
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
    }

    .webpage .form-calculate .manager .info .post {
        font-weight: 400;
        font-size: 12px;
        line-height: 110%;
    }
    .webpage .form-calculate #your-tariff {
        scroll-margin-top: 40px;
    }
    .webpage .form-calculate .col-4 {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 40px;
    }

    .webpage .included .col-6 {
        flex: 0 0 auto;
        width: 100%;

    }

    .webpage .included .item {
        margin-bottom: 20px;
    }

    .webpage .team .container {
        padding-top: 60px;
    }

    .webpage .order .input-group + .order-btn {
        margin-left: 0px;
    }

    .footer .footer-menu .wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .footer-menu .nav {
        margin-left: 0;
    }

    .footer .footer-menu .nav ul {
        display: flex;
        gap: 30px;
        list-style: none;
        flex-direction: column;
    }

    .footer .phone-list {
        display: block;
    }

    .footer .phone-list .item {
        display: flex;
        width: 100%;
        max-width: 360px;
        flex-direction: column;

    }

    .footer .info-list {
        display: block;
        margin-bottom: 40px;
    }

    .footer .info-list .item {
        display: flex;
        width: 100%;

        flex-direction: column;

    }

    .footer .copyright .container {
        display: block;
        font-size: 14px;

    }

    .footer .copyright a {
        font-size: 14px;
        padding-top: 10px;
        display: inline-block;
    }
}

/* end max-width: 768px */


@media (max-width: 576px) {
    .main-menu .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .container {
        padding: 40px 15px 80px 15px;
    }

    .header .container .title {
        font-size: 32px;
    }

    .webpage .container {
        padding: 60px 15px 0px 15px;
    }

    .main-menu .btn-track {
        width: 185px;
        height: 36px;
        line-height: 36px;
        font-size: 12px;
        border: none;
        background: none !important;
    }

    .main-menu .btn-track:hover {
        box-shadow: none;
        background-color: #FFF;
        color: #EF9D11;
    }

    .main-menu .btn-track .icon {
        width: 16px;
        height: 16px;
        margin-right: 4px;
    }

    .main-menu .btn-track:hover .icon svg path, .main-menu .btn-track:hover .icon svg circle {
        stroke: #EF9D11;
    }

    .webpage .container h2 {
        font-size: 28px;
        margin-bottom: 30px;
        line-height: 140%;
    }

    .webpage .container h2 mark {
        padding: 0;
        border-radius: 15px;
        color: #F59C04;
        background: none;
    }

    .webpage .container h3 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 140%;
    }

    .webpage .container h3 mark {
        padding: 0;
        border-radius: 15px;
        color: #F59C04;
        background: none;
        margin: 0;
    }

    .webpage .container h3 mark:after {
        display: none;
    }

    .webpage .about .container {
        padding-bottom: 60px;
    }

    .webpage .about .advantage {
        font-size: 18px;
        padding-left: 55px;
    }

    .webpage .about .about-list .item {
        padding: 30px 20px;
    }

    .webpage .about .about-list .item + .item {
        margin-top: 30px;
    }

    .webpage .about .about-list .item .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .webpage .about .about-list .item .desc {
        font-size: 16px;
    }

    .webpage .buyer .buyer-list {
        position: relative;
    }

    .webpage .buyer .buyer-list .item {
        position: initial;
        width: 100%;
    }

    .webpage .buyer .buyer-list .item:nth-child(1) {
        left: 0;
        top: 0;
        width: 100%;
    }

    .webpage .buyer .buyer-list .item:nth-child(2) {

    }

    .webpage .facts .col-4 {
        width: 100%;
    }

    .webpage .tariff .tariff-table .city-table .item.ship {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .webpage .tariff .tariff-table .city-table .item.price {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .webpage .tariff .tariff-table .city-table .item.next {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #31404B;
    }

    .webpage .tariff .tariff-table .city-table .item.term {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .webpage .nextday .cities .title {
        font-size: 18px;
        padding: 30px 5px;
    }

    .webpage .nextday .users .col img {
        max-width: 60px;
        left: 15px;
    }

    .webpage .nextday .users .col:nth-child(1) {
        padding-right: 15px;
        padding-left: 90px;
    }

    .webpage .nextday .users .col:nth-child(2) {
        padding-right: 15px;
        padding-left: 90px;
    }

    .webpage .nextday .users .col h4 {
        font-size: 18px;
    }

    .webpage .nextday .users .col p {
        font-size: 16px;
    }

    .webpage .nextday .cities {
        margin-left: 0;
        margin-right: 0;
    }

    .webpage .nextday .cities .cities-list {
        column-count: 2;
        column-gap: 0;
        padding: 30px 30px 30px 5px;
    }

    .webpage .nextday .cities .cities-list ul li {
        font-size: 14px;
        padding-left: 25px;
    }

    .webpage .nextday .cities .cities-list ul li:before {
        top: 3px;
        width: 20px;
        height: 13px;
        background-size: contain;
    }

    .webpage .facts .col-3 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .facts .col-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .main-menu .btn-comms {
        margin-left: 0;
    }

    .webpage .regions .desc {
        font-size: 18px;
    }

    .webpage .services .item {
        padding: 30px 20px;
    }

    .webpage .services .col-6 {
        margin-bottom: 30px;
    }

    .webpage .services .item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .webpage .services .item p {
        font-size: 16px;
    }

    .webpage .oversized .bigtext {
        margin-top: 0;
        font-size: 18px;
    }

    .webpage .oversized .tags-list ul li {
        height: 40px;
        padding: 0 13px;
        line-height: 40px;
        font-size: 12px;
        margin-right: 15px;
        margin-bottom: 15px;
        border-radius: 15px;
    }

    .webpage .oversized .desc {
        font-size: 16px;
    }

    .webpage .support .item h4 {
        font-size: 22px;
    }

    .webpage .support .item p {
        font-size: 14px;
    }

    .webpage .support .item .phonelink {
        padding-left: 28px;
    }

    .webpage .support .item .phonelink:before {
        width: 24px;
        height: 24px;
        top: -3px;
        background-size: contain;
    }

    .webpage .support .item .tglink {
        padding-left: 28px;
    }

    .webpage .support .item .tglink:before {;
        width: 24px;
        height: 24px;
        top: -3px;
        background-size: contain;
    }

    .webpage .support .pic img {
        max-width: 100%;
        height: auto;
    }

    .webpage .form-persent {
        padding-bottom: 40px;
    }

    .webpage .order .form-title {
        margin-bottom: 30px;
        font-size: 26px;
    }

    .webpage .optimize .desc {
        font-size: 16px;
    }

    .webpage .optimize h4 {
        font-size: 22px;
    }

    .webpage .optimize .modules-list {
        gap: 15px;
    }

    .webpage .optimize .modules-list a {
        flex: 0 0 auto;
        width: calc(50% - 7.5px);
    }

    .webpage .optimize .modules-list img {
        width: 100%;
    }

    .webpage .optimize .pers-acc {
        padding-top: 60px;
    }

    .webpage .optimize .pers-acc .item {
        padding: 30px 20px 0 20px;
    }

    .webpage .optimize .pers-acc .item h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .webpage .optimize .pers-acc .item p {
        font-size: 16px;
    }

    .webpage .form-comfortable {
        padding-left: 20px;
        padding-right: 20px;
    }

    .webpage .form-comfortable .col-5 {
        display: none;
    }

    .webpage .form-comfortable .col-7 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .tracking .tracking-scheme .item .desc {
        font-size: 16px;
    }

    .webpage .buyer .pic {
        display: none;
    }

    .webpage .buyer .pic.mob {
        display: block;
    }

    .webpage .buyer .buyer-list .item {
        border: none;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .webpage .buyer .buyer-list .item + .item {
        margin-top: 20px;
    }

    .webpage .form-testing {
        padding-left: 20px;
        padding-right: 20px;
    }

    .webpage .form-testing .col-1 {
        display: none;
    }

    .webpage .form-testing .col-10 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .order .desc {
        margin-bottom: 30px;
    }

    .webpage .form-calculate .col-8 .row .col-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .webpage .form-calculate .col-8 .row .col-6 + .col-6 {
        margin-top: 30px;
    }

    .webpage .order .input-group .label-right {
        font-size: 16px;
    }

    .webpage .order .input-group .input-order {
        font-size: 16px;
    }

    .webpage .order .order-btn {
        font-size: 16px;
    }

    .mobile-menu {
        width: calc(100% - 30px);
        left: 15px;
        right: 15px;
    }

    .webpage .tariff .tariff-table .tabs__nav {
        display: none;
    }

    .webpage .tariff .tariff-table .tabs__btn {
        height: 40px;
        padding: 0 13px;
        line-height: 40px;
        font-size: 12px;
        border-radius: 15px;
    }

    .webpage .tariff .tariff-table .city-table {
        overflow-x: scroll;
    }

    .webpage .tariff .tariff-table .city-table .all-city {
        padding-left: 0;
        padding-right: 0;
    }

    .webpage .tariff .tariff-table .all-city th {
        font-size: 12px;
        padding: 10px;
    }

    .webpage .tariff .tariff-table .all-city td {
        font-size: 12px;
        padding-left: 15px;
    }

    .webpage .team {
        margin-top: 40px;
    }

    .webpage .tariff .tariff-table .tabs__pane_show {
        display: none;
    }

    .webpage .tariff .tariff-table .tabs__pane.all {
        display: block;
    }

    .webpage .tariff .tariff-table .tabs__content {
        padding: 0 0 30px 0;
    }

    .webpage .form-calculate .order .form-title {
        font-size: 26px;
    }

    .webpage .form-calculate .order {
        padding: 30px 20px;
    }

    .webpage .team .col-1 {
        display: none;
    }

    .webpage .team .col-10 {
        flex: 0 0 auto;
        width: 100%;
    }
    .modal .modal-overlay .modal-content {
        width: calc(100% - 32px);
    }
}

/* end max-width: 576px */

@media (max-height: 930px) {
	.header .container .col-right .wrap-img img {
		max-width: 110%;
	}
}
/* end max-height: 930px */

@media (max-height: 860px) {
	.header .container .col-right .wrap-img img {
		max-width: 100%;
	}
}
/* end max-height: 860px */

@media (max-height: 800px) {
	.header .container .col-right .wrap-img img {
		max-width: 95%;
	}
}
/* end max-height: 800px */

@media (max-height: 780px) {
	.header .container .col-right .wrap-img img {
		max-width: 80%;
	}
}
/* end max-height: 780px */

@media (max-height: 700px) {
	.header .container .col-right .wrap-img img {
		max-width: 72%;
	}
}
/* end max-height: 700px */
/* End */


/* Start:/local/templates/redisine_main/template_styles.css?175215164250*/
a[href="/tariffs/"] {
    pointer-events: none;
}

/* End */
/* /local/templates/redisine_main/css/normalize.css?16837914256142 */
/* /local/templates/redisine_main/css/style.css?168379142594769 */
/* /local/templates/redisine_main/template_styles.css?175215164250 */
