@font-face {
    font-family: "SB Sans Text";
    src: local("SB Sans Text"), url('/font/SBSansText.woff') format('woff');
    src: local("SB Sans Text"), url('/font/SBSansText.woff') format('woff2');
}

@font-face {
    font-family: "SB Sans Text";
    src: local("SB Sans Text"), url('/font/SBSansText-Medium.woff') format('woff');
    src: local("SB Sans Text"), url('/font/SBSansText-Medium.woff2') format('woff2');
}

html,
body {
  padding: 0;
  margin: 0;
  min-width: 300px;
  margin-bottom: 30px;
}
html,
body,
p,
input,
button,
span,
h1,
h2,
h3,
h4,
h5 {
  font-family: "SB Sans Text";
  font-style: normal;
}
p {
  padding: 0;
  margin: 0;
}
h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #283d46;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  color: #283d46;
  margin: 0;
}
.page_address{
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 150px;
    margin: 0 auto;
}
.input_linkbox {
  border: 1px solid #96a0a5;
  border-radius: 50px;
  width: 100%;
  height: 35px;
  text-indent: 30px;
  min-width: 100px;
}
.warning {
    border-color: red;
}
.warning::placeholder{
    color:red; 
}



::placeholder {
  font-family: "SB Sans Text";
  font-size: 16px;
  color: #484848;
  transform: none;
  opacity: 0.5;
}
.utm_parametrs {
  width: calc(100% - 150px);
  padding-left: 150px;
}
.style_h5 {
  margin-bottom: 10px;
}
.utm_wrapper {
  margin-top: 20px;
}
.utm_content {
  width: 500px;
  margin: 10px auto 0 auto;
}
.utm_content div {
  display: flex;
  justify-content: center;
  height: 35px;
  margin: 20px 0;
}
.modal-header{
    height: 50px;
    width: 100%;
    background-color: #1d4f5f;
}
.modal-header img{
    height: 25px;
    padding-left: 65px;
    padding-top: 12.5px;
}
.warning_message{
    color: red; 
    visibility: visible;
    font-size: 10px;
    padding-left: 160px;
    position:absolute;
}
.hidden_text {
    visibility: hidden;
    position: absolute;
}
/*Задаем стили кастомному списку 1*/
.utm_content div.lcslt-f-Source {
    background-color: #fff;
    width: 100%;
    border: 1px solid #96a0a5;
}
.utm_content div.lcslt-wrap {
  border: none;
  border-radius: 0 50px 50px 0;
}
.utm_content div div div.lcslt {
  border-radius: 0 50px 50px 0;
}
/* конец 1*/
/*Задаем стили кастомному списку 2*/
    .utm_content div.lcslt-f-Medium {
        background-color: #fff;
        width: 100%;
        border: 1px solid #96a0a5;
    }
.utm_content div.lcslt-wrap {
  border: none;
  border-radius: 0 50px 50px 0;
}
.utm_content div div div.lcslt {
  border-radius: 0 50px 50px 0;
}
/* конец 2*/
/*Задаем стили кастомному списку 3*/
    .utm_content div.lcslt-f-Content {
        background-color: #fff;
        width: 100%;
        border: 1px solid #96a0a5;
    }
.utm_content div.lcslt-wrap {
  border: none;
  border-radius: 0 50px 50px 0;
}
.utm_content div div div.lcslt {
  border-radius: 0 50px 50px 0;
}
/* конец 3*/
/* Кастомный список 2*/
/*.utm_medium div.lcslt-f-simple {
  background-color: #fff;
  width: 100%;
  border: 1px solid #96a0a5;
}
.utm_medium div.lcslt-wrap {
  border: none;
  border-radius: 0 50px 50px 0;
}

.utm_medium div div div.lcslt {
  border-radius: 0 50px 50px 0;
}*/
/* конец 2*/
.utm_content div div {
  background-color: #1d4f5f;
  border-radius: 50px 0 0 50px;
  width: 190px;
  margin: 0px;
}
.utm_content div select {
  background: #ffffff;
  border: 1px solid rgba(40, 61, 70, 0.1);
  border-radius: 0 50px 50px 0;
  color: #1d4f5f;
  width: 300px;
  text-align: center;
  padding: 0;
}
.utm_content div div p {
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
}
.utm_content div input {
    background: #ffffff;
    border: 1px solid #96a0a5;
    border-radius: 0 50px 50px 0;
    color: #484848;
    width: 100%;
    padding: 0;
    border-left: 0px;
    outline: none;
    text-align: center;
    margin: 0;
    font-size: 0.95em;
}


.utm_content div input:active,
.utm_content div input:focus {
  border: 2px solid #3999b8;
  outline: none;
}

.utm_content div input::placeholder {
  font-size: 16px;
  color: #484848;
  transform: none;
  opacity: 0.5;
  text-align: center;
  font-weight: 500;
}
.utm_wrapper h5 {
  margin: 0;
}
#generate_button {
  margin-top: 10px;
  height: 35px;
  width: 200px;
  color: #ffffff;
  background-color: #1d4f5f;
  border-right: 1px solid rgba(40, 61, 70, 0.1);
  border-radius: 50px;
  font-size: 16px;
  
}
#generate_button:hover {
  color: #1d4f5f;
  cursor: pointer;
  background-color: #ffffff;
  border: 2px solid #1d4f5f;
}
#gerate_button:active,
#generate_button:focus {
  color: #ffffff;
  background-color: #3999b8;
  border: 5px solid #3999b8;
  outline: none;
}
.result h5 {
  padding-left: 150px;
  padding-bottom: 10px;
}
.result div {
  display: flex;
  padding: 0 150px;
}
.result div button {
  height: 35px;
  width: 170px;
  background-color: #1d4f5f;
  color: #ffffff;
  border: 1px solid rgba(40, 61, 70, 0.1);
  border-radius: 50px 0px 0px 50px;
  font-size: 16px;
}
.result div input {
  width: 100%;
  border: 1px solid #96a0a5;
  border-radius: 0px 50px 50px 0px;
  text-align: center;
  margin: 0;
  padding-left: 6px;
}
.result div input::placeholder {
  color: #484848;
  transform: none;
  opacity: 0.5;
  font-weight: 500;
  font-size: 14px;
}
.result div input:active,
.result div input:focus {
  border: 2px solid #3999b8;
  outline: none;
}
.page_address input:active,
.page_address input:focus {
  border: 2px solid #3999b8;
  outline: none;
}
.result button:hover {
  color: #1d4f5f;
  background-color: #ffffff;
  border: 2px solid #1d4f5f;
  cursor: pointer;
}
.result button:active,
.result button:focus {
  color: #ffffff;
  background-color: #3999b8;
  border: 5px solid #3999b8;
  outline: none;
}
/* Кастомизируем выпадающее меню под цвета сайта */
#lc-select-dd li.lcslt-selected {
  color: #fff;
  background-color: #3999b8;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
#lc-select-dd li.lcslt-selected.lcsclt-dd-opt-hlight {
  box-shadow: 6px 0 0 #1d4f5f inset;
}
#lc-select-dd li.lcslt-dd-opt:not(.lcslt-disabled):not(.lcslt- selected):hover,
#lc-select-dd .Icslt-dd-opt-hlight {
  color: #fff;
  background-color: #1d4f5f;
}
.manual {
  margin-top: 20px;
  padding-left: 150px;
}
.manual div {
  padding-top: 5px;
  display: flex;
}
.manual div h5 {
  font-weight: 400;
  color: #3999b8;
}
.banners_format {
  margin-top: 10px;
}
.banners_format a {
  color: #3999b8;
  font-size: 14px;
}
.lcslt-placeholder {
  font-family: "SB Sans Text";
  color: #484848;
  transform: none;
  opacity: 0.5;
}
/*ПОПАПЫ*/
.ques_img {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    margin-top: 6.5px;
    fill: #96a0a5;
    cursor: pointer;
    transition: 0.5s ease-in-out 0;
    border: 1px solid #96a0a5;
    border-radius: 20px;
}
.ques_img_delited {
    margin-left: 10px;
    width: 18px;
    height: 18px;
    margin-top: 6.5px;
    fill: rgba(255, 0, 0, 0);
    cursor: none;
    transition: 0.5s ease-in-out 0;
    border: 0px solid rgba(255, 0, 0, 0);
    border-radius: 20px;
}
.wrapper_pop_up_close {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.wrapper_pop_up_open {
    visibility: visible;
}

.pop_up img:hover {
    cursor: pointer;
    animation-name: rotator;
    animation-duration: 2s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
}

@keyframes rotator {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
    }
}

.pop_up {
    background-color: white;
    width: 70%;
    height: 45%;
    min-width: 350px;
    max-width: 650px;
    max-height: 450px;
    min-height: 350px;
    border: 1px solid #283c45;
    border-radius: 20px;
}

    .pop_up img {
        height: 25px;
        margin-left: calc(100% - 35px);
        margin-top: 10px;
    }


    .pop_up h5 {
        font-size: 24px;
        width: auto;
        height: auto;
        color: #283d46;
        text-align: center;
    }

.pop_up_content {
    padding-left: 75px;
    padding-right: 75px;
    padding-top: 25px;
    color: #283d46;
}


.utm_content img:hover {
    animation: pulse-black 0.3s forwards;
}

@keyframes pulse-black {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}
/*ПОПАПЫ*/

/* конец кастомизации */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    .page_address {
        padding: 20px 20px 0px 20px !important;
    }
    /*add fix font size for add address*/
    .page_address input {
            font-size: 16px;
    }


    .utm_content {
        padding: 0;
        width: calc(100% - 35px);
    }

    .result h5 {
        padding-left: 20px;
    }

    .result div {
        padding: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
    .result div input{
        padding-left: 5px;

    }

    .style_h5 {
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
    }

    .utm_wrapper h5 {
        margin-bottom: 10px;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    .utm_content div div p {
        font-size: 14px;
    }



    .utm_content div div {
        width: 150px;
        min-width: 114px;
    }

    .manual {
        padding-left: 20px;
    }

    .lcslt-placeholder {
        font-size: 14px;
        font-family: "SB Sans Text";
        height: 35px;
        line-height: 35px;
        padding: 0;
        transform: none;
        color: #484848;
        opacity: 0.5;
    }

    .utm_content div input::placeholder {
        font-size: 14px;
        font-weight: 400;
        color: #484848;
        opacity: 0.5;
    }
    .utm_content div input{
        font-size: 16px;
    }


    html,
    body,
    p,
    input,
    button,
    span,
    h2,
    h3,
    h4,
    h5 {
        font-family: "SB Sans Text";
        font-style: normal;
        font-size: 14px;
    }

    .result {
        padding: 0;
    }

    .pop_up h5 {
        font-size: 18px;
    }

    .pop_up_content {
        font-size: 12px;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 20px;
    }

    .pop_up {
        max-height: 300px;
    }
    /*add font-size to custom input*/
    .lcslt span:not(.lcslt-placeholder):not(.lcslt-multi-callout){
        font-size: 16px !important;
    }
    .warning_message {
        color: red;
        visibility: visible;
        font-size: 10px;
text-align:center;
padding-left:50px;
    }
}